﻿/*- Menu Tabs--------------------------- */
   .tabs 
    {
      width:586px;
      background:#ffffff;
      font-size:12px;
      line-height:normal;
      margin-top:0px;
      _float:right; _margin-right:0px;
      >margin-top:5px;
    }
    .tabs1 
    {
      width:586px;
      background:#ffffff;
      font-size:12px;
      line-height:normal;
      _float:right; _margin-right:-15px;
      _margin-top:5px;
    }
    #tabs ul {
      margin:0;
      padding:0px 0px 0 0px;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;_width:60px;
      }

/*显示tab菜单左侧*/
    #tabs a {
      float:right;
      background:url("../Image/tab.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }

/*tab菜单中右侧*/
    #tabs a span {
      float:left;
      display:block;
      background:url("../Image/tab.gif") no-repeat right -96px;
      padding:5px 15px 4px 6px;
      color:#666666;
      }

    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none; _width:60px; cursor:pointer;}
    /* End IE5-Mac hack */

/*鼠标悬停时的图片显示，采用滑动门技术给图片定好位就行了。*/
    #tabs a:hover span {
      background-position:100% -138px;
      color:#000000;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
      
      .mid
      {
		text-align:center;
      }
      
      /*个人信息页面LINK BUTTON 的背景图及文字*/
      .ImgBtnSty 
      {
	 background-image:url("../Image/feedback_BUTTON.png");
	 background-repeat:no-repeat;
	 color:White;
	 font-size:medium;
	 font-variant:normal;
	 font-weight:bolder;
	 vertical-align:middle;
	 padding-top:3px;
	 text-decoration:none;
	 text-align:center;
		}
		
		/*反馈页面上新反馈按钮图及文字*/
		.FeedbackLnkbtnImg
		{
			background-image:url("../Image/feedback_btn.png");
			background-repeat:no-repeat;
			font-size:medium;
			font-variant:normal;
			font-weight:bolder;
			vertical-align:middle;
			padding-top:3px;
			text-decoration:none;
			text-align:center;
		}