/* CSS Document */
body,html{
	height:100%;
	width:100%;
	padding:0;
	margin:0;
}
body,* {
	margin: 0px;
	padding:0px;
	font-family:  宋体,Verdana,"Lucida Grande",Lucida, Arial, Helvetica, sans-serif;
	SCROLLBAR-FACE-COLOR:#BA0000;
	SCROLLBAR-HIGHLIGHT-COLOR:#FF1E23;
	SCROLLBAR-SHADOW-COLOR:#FF0000;
	SCROLLBAR-3DLIGHT-COLOR:#000000;
	SCROLLBAR-ARROW-COLOR:#FFFFFF;
	SCROLLBAR-TRACK-COLOR:#804040;
	SCROLLBAR-DARKSHADOW-COLOR:#000000;
	CURSOR:Default;
	font-size: 12px; 
	

}
table{
	margin:auto;
}
ul,li{
	list-style:none;
	padding:0px;
	margin:0px;
}

a {
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	cursor:pointer;
}
td {
	font-size: 12px;
}
#navigation table{
	width:600px;
	table-layout:fixed;
	margin-top:-8px;
}
#navigation td {
	height:18px;
	vertical-align:top;
}
#navigation td a{
	display:block;
	
	border-left:2px solid #990000;
	text-align:center;
	font-weight: bold;
	color: #000;
	font-size: 12px;
	
}
#navigation td.first a{
	border:none;
}


#outer{
	background:#fff url(images/Index/index_04.gif);
	width:778px;
	margin:0 auto;
}
.spacer{
	clear:both;
}


.lanmu-font {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.lanmu-fontH {
	font-size: 9px;
	color:#FF0000;
	text-decoration: none;
}
.lanmu2-font {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.lanmu3-font {
	font-size: 12px;
	font-weight: bold;
	color:#999999;
	text-decoration: none;
}
.lanmu4-font {
	font-size: 14px;
	font-weight: bold;
	color:#3399FF;
	text-decoration: none;
}

.lanmu5-font {
	font-size: 14px;
	font-weight: bold;
	color:#FF0000;
	text-decoration: none;
	
}
.input-dl{
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
	border:1px solid #990000;
}


.buttonface
{
      BACKGROUND:#BA0000;
      COLOR:#FFFFFF;
      BORDER-TOP:1px Solid #FF0000;
      BORDER-LEFT:1px Solid #FF0000;
      BORDER-RIGHT:1px Solid #FF0000;
      BORDER-BOTTOM:1px Solid #FF0000;
      FONT-WEIGHT:Bold;
      TEXT-DECORATION: None;
      CURSOR:Default;
}
.MultiLineText
{
      BACKGROUND-COLOR:#FFECEC;
      COLOR:#BA0000;
      FONT-WEIGHT:Normal;
      TEXT-DECORATION:None;
      TEXT-ALIGN:Left;
      BORDER-TOP:1px Solid #BA0000;
      BORDER-LEFT:1px Solid #BA0000;
      BORDER-RIGHT:1px Solid #BA0000;
      BORDER-BOTTOM:1px Solid #BA0000;
      CURSOR:Text;
}
.smallInput
{
      BACKGROUND-COLOR:#FFECEC;
      COLOR:#BA0000;
      FONT-WEIGHT:Normal;
      TEXT-DECORATION:None;
      TEXT-ALIGN:Left;
      BORDER-TOP:1px Solid #BA0000;
      BORDER-LEFT:1px Solid #BA0000;
      BORDER-RIGHT:1px Solid #BA0000;
      BORDER-BOTTOM:1px Solid #BA0000;
      CURSOR:Text;
}
a:link {
    COLOR:#000000; TEXT-DECORATION:None
}
a:visited {
      COLOR:#000000; TEXT-DECORATION:None
}
a:active {
       COLOR:#000000; TEXT-DECORATION:None
}
a:hover {
      COLOR:#BA0000; TEXT-DECORATION:UnderLine
}

a img{
	cursor:pointer;
}

#navigation .disabled {
	color:gray;
}
#friendLink{
	padding:5px 0px 10px 0px;
	text-align:center;
}
#friendLink img{
	width:120px;
	height:60px;
	margin:0px 5px;
}

.paging,.returnBar {
	background:url(images/Chief/Chief_42.gif) repeat-x;
	height:21px;
	padding:5px;
	text-align:center;
}
.paging .disabled {
	color:gray;
}
.paging span{
	margin:0px 10px;
}

/*列表奇数行样式*/
tr.odd{
	background:#FDF5F5;
}
/*列表偶数行样式*/
tr.even{
	background:#F9EDED;

}
/*列表标题行*/
.listHeader{
	height:21px;
	background:url(../../skin/default/images/Chief/Chief_34.gif) repeat-x;
	vertical-align:middle;
	
	
}
.listHeader span{
	padding:3px;
}