/* CSS Document */

@import url("css[2].css");

*{margin:0; padding:0;}
a img{border:0;}
ul,li{list-style:none;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
body,table,tr,th,td{font-size:12px;}



/*=Static Classes=*/
.clear{clear:both; float:none;}
#container{ padding-bottom:10px; width:778px; margin:0 auto;}


/*=navList*/
#navList{float:left; display:inline; padding:10px 0 10px 3px; width:197px; border:3px solid #e4e4e4;}
#navList .title_left{height:37px; margin-bottom:10px; text-indent:-999px;}
#navList .process{background:url(../images/icon_process.gif) no-repeat;}
#navList .tools{background:url(../images/icon_tools.gif) no-repeat;}


/*=mainContent*/
#mainContent
{
	float:right; 
	display:inline; 
	padding:10px; 
	width:552px; 
	min-height:600px;
	_height:600px;
	border-top:1px solid #e4e4e4; 
	border-bottom:1px solid #e4e4e4;
	background:url(../images/contentBg.gif) repeat-y;
	color:#333;
	line-height:1.8em;
}
#mainContent p, #mainContent h2, #mainContent h3{text-indent:2em; margin:1em 0;}
#mainContent h2
{
	text-align:center; 
	font-size:18px; 
	background:url(../images/em.gif) no-repeat 205px top;
	padding:5px;
	height:20px;
	border-bottom:1px solid #cdcdcd;
}

#mainContent h3{font-size:12px;}
#mainContent h3.title{color:#ff8a00;}
#mainContent h3 a, #mainContent p a:hover{color:#333; text-decoration:underline;}
#mainContent h3 a:hover, #mainContent p a{color:#ff3300; text-decoration:none;}
#mainContent .detail{text-align:right;}
#mainContent .detail a{color:#8b4b00;}
#mainContent .detail a:hover{color:#ff3300;}

/*=footer
-----------------------------------------*/
#footer{clear:both;padding:20px 0; margin-top:5px; text-align:center; background:url(../images/footerLine.gif) repeat-x left top;}
#footNav{height:20px; text-align:center;}
#footNav li{display:inline;}
#footer a{color:#000; text-decoration:none; text-align:center;}
#footer a:hover{color:#dd0005; text-decoration:underline;}
#footer p{padding-bottom:3px;}
a#selfID{color:#dd0005;}
a#selfID:hover{color:#333;}


.biao1 th{border-top:1px solid #ccc; background-color:#f6f6f6;}
.biao1 td{border-bottom:1px solid #f6f6f6;}
.biao1 .z1 td{background-color:#fff;}
.biao1 .z2 td{background-color:#fffcf6;}

#calculator #mainContent h2{background:none;}
#calculator #mainContent{border:none; background:none;}

