﻿/* CSS Document */
#content {
	padding:2px;
}

#pageintro {
	font: bold 12px 仿宋体,Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #999999;	
}
#pagetitle {
	font: bold 16px 仿宋体,Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #ff6600;	
	background-color:#ffffcc;
	border-top:1px #ccc solid;
	border-bottom:1px #ccc solid;
	padding:3px;
}
.beta {
	font: bold 12px 仿宋体,Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: yellow;
}
#ddcolortabs{
	margin-right: 4px;
	padding: 0;
	width: 80%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	padding-left: 5px;
}

#ddcolortabs ul{
font: bold 12px 仿宋体,Arial, Helvetica, sans-serif;
margin:0;
padding:0;
list-style:none;
}

#ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


#ddcolortabs a{
float:left;
color: white;
background: #ff6600 url(../images/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

#ddcolortabs a span{
float:left;
display:block;
background: transparent url(../images/color_tabs_right.gif) no-repeat right top;
padding:4px 9px 2px 6px;
}

#ddcolortabs a span{
float:none;
}


#ddcolortabs a:hover{
background-color: #8cb85c;
}

#ddcolortabs a:hover span{
background-color: #8cb85c;
}

#ddcolortabs .current a, #ddcolortabs .current span{ /*currently selected tab*/
background-color: #8cb85c;
}
#ddcolortabs #current a, #ddcolortabs #current span{ /*currently selected tab*/
background-color: #8cb85c;
}

#ddcolortabs .notactive a, #ddcolortabs .notactive span{ /*currently selected tab*/
background-color: #ff6600;
}

#ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #678b3f;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

div#bizitem {
	background-color:#fff;
	width:95%;
	border:1px #cccccc dashed;
	margin-left:10px;
}
div#bizitem:hover {
	background-color:#DBFF6C;
	cursor: pointer;
	width:95%;
	border:1px #cccccc dashed;
	margin-left:10px;
	color: #999;
}
fieldset { padding: 0.2em 0.5em;border:1px solid #ccc;text-align:left; }

legend {
  padding: 0.2em 0.5em;
  border:1px solid #ccc;
  color:green;
  background-color:#DBFF6C;
  font-size: 16px;
  }
label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:left;
  font-weight:bold;
  }  

.bar {font: 20px Arial, Helvetica, sans-serif; padding:3px;width:100%; background-color:#DBFF6C;border:1px #ccc solid; margin-top:.1em;margin-bottom:.2em;}
.bar a {color:#333;text-decoration:none;border-bottom:1px #999 dashed;}
.bar a:hover {color:#999;text-decoration:none;}
.count {display:inline;font: 20px Arial, Helvetica, sans-serif; width:100%; background-color:#DBFF6C;border:1px #ccc solid;color:#333;margin-left:2px;margin-right:2px;}

#content_3_tl ul { font: 12px 仿宋体,Arial, Helvetica, sans-serif; list-style: none;	margin: 0;	padding: 0;	border: none; }
#content_3_tl li { padding:3px;background-color:#DBFF6C;border:1px #ccc solid; margin-bottom:.2em;	}