/************** #table 选项卡的CSS*****************/
#table{
	margin:0 auto;
	padding:0;
	clear: both;
	font-family:Arial;
}
#tabmain {
	clear: both;
	background: #FFF;
	overflow: hidden;
	border:1px solid #cccccc;
	border-top:0;
	color:fff;
}
#tabmainCon{
    margin:0 auto;
	padding:15px 0 15px 0;
	width:96%;
 }
#contents {
	padding: 1.5em;
	background: #FFF;
	min-height: 300px;
}
#tabheader {
	position: relative;
	height: 30px;
	border-bottom: 4px solid #aac55a;
	margin-top: 10px;
	font-size: 110%;
}
#tabheader ul#primary {
	margin: 0;
	padding: 0;
	width: 730px;
}
#tabheader ul#primary li  {
	display: inline;
	list-style: none;
}
#tabheader ul#primary a,#tabheader ul#primary span,#tabheader ul#primary a.current {
	width: 155px;
	display: block;
	float: left;
	text-align: center;
    text-decoration:none;
	color: #333;
	margin:1px 4px 0 0;
	padding:4px 0 0 0;
}
#tabheader ul#primary span,#tabheader ul#primary a.current,#tabheader ul#primary a.current:hover {
    height:25px;
	border-bottom: none;
	background: #FFF;
	background:#aac55a;
	border:1px solid #99cc00;
	border-bottom:0;
}
#tabheader ul#primary a {
	background:#d0e88a;
	border-bottom: none;
	font-weight:normal;
	line-height:25px;
	border:1px solid #99cc00;
	border-bottom:0;
}
#tabheader ul#primary a:hover {
	font-weight:bold;
	font-size:90%;
}
#tabheader ul#primary li.current a {
	background:#aac55a;
	border:1px solid #99cc00;
	border-bottom:0;
	font-weight:bold;
	font-size:90%;
}

/************** #table 选项卡的CSS*****************/
