body
{
	background: #ffffff  top repeat-x !important;
	font: normal 100% 宋体;
	margin: 0;
	padding: 0;
}

html, body, #one {
	height:100%;
}

html, body {
	margin:0;
	padding:0;
}

html {
	overflow-y: scroll;
}


a
{
  text-decoration: none;
}
img
{
  border: 0;
}



/* tabs */
/* ɫ */
div#tabs,
div#tabs_no_login
{
	width: 900px;
	height: 50px;
	margin: 0 5px;
	position: relative;
	background: url(img/box_tabs_bg.gif) no-repeat;
}

div#tabs_no_tabs
{
	margin: 0 5px;
	height: 10px;
	background: url(../img/box_tabs_bg_new.gif) no-repeat;	
}

div#tabs_no_login
{
	line-height: 50px;
	text-align: center; 
	color: #CDE7F8;
	font-size: 13px;
}

div#tabs_no_login a
{
	color: #CDE7F8;
	background: url(../img/white_1px.gif) left bottom repeat-x;
}

div#tabs_no_login a:hover
{
	background: none;
	background: url(../img/white_2px.gif) left bottom repeat-x;
}

div#tabs_no_login a.top_link
{
	background: none;
	color: #FFF;
	font-size: 14px;
}

div#tabs_no_login a.top_link b.link
{
	background: url(../img/white_1px.gif) left bottom repeat-x;
}

div#tabs_no_login a.top_link:hover b.link
{
	background: url(../img/white_2px.gif) left bottom repeat-x;
}


div#tabs ul
{
  bottom: 0px;
  left: 13px;
  position: absolute;
  list-style:none;
  margin: 0;
  padding: 0;
}

div#tabs li
{
  display:inline;
  margin:0;
}

div#tabs li a
{
  float:left;
  background: url(img/box_tab_left.png) no-repeat left top;
  padding: 0 0 0 7px;
  text-decoration:none;
}


/*ִС*/
div#tabs li a span
{
	float:left;
	display:block;
	background:url(img/box_tab_right.png) no-repeat right top;
	padding: 11px 15px 5px 7px;
	font-weight:bold;
	font-size: 13px;
	letter-spacing: -1px;
	color:#1FA7BE;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
div#tabs li a span {float:none;}
/* End IE5-Mac hack*/

div#tabs li a:hover
{
  background-position: 0% -55px;
  border-bottom: 1px solid #fff;
}
div#tabs li a#current
{
  background-position: 0% -55px;
  border-bottom: 1px solid #fff;
}

div#tabs li a:hover span, div#tabs li a#current span
{
  background-position: 100% -55px;
  color:#FD7E00; 
}



table.info_menu
{
	width: 100%;
	text-align: center;
}

table.info_menu a
{
  display: block;
  background: url(img/info_menu_bg.gif) left top repeat-x;
  text-decoration:none;
  height: 34px;
  line-height: 34px;
  color: #3eb2c7;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}

table.info_menu a:hover,
table.info_menu a.selected
{
	background-position: left -34px;
	color: #fff; 	
}

table.info_menu a span
{
	display: block;
	width: 100%;
	height: 34px;	
}

table.info_menu a.left span.first
{
	background: url(img/info_menu_left_bg.gif) left top no-repeat;
}

table.info_menu a.right span.first
{
	background: url(img/info_menu_right_bg.gif) right top no-repeat;
}

table.info_menu a.left:hover span.first,
table.info_menu a.left_selected span.first,
table.info_menu a:hover span.hover,
table.info_menu a.selected span.hover
{
	background-position: left -34px;
}

table.info_menu a.after_selected span.hover
{
	background-position: left top !important;
}

table.info_menu a.right:hover span.first,
table.info_menu a.right_selected span.first,
table.info_menu a:hover span.sep,
table.info_menu a.selected span.sep
{
	background-position: right -34px;
}

table.info_menu a span.sep
{
	background: url(img/info_menu_sep_bg.gif) right top no-repeat;	
}

div.content
{
    width:900px;
	padding-right: 12px;
	padding-left: 13px;
}
