body 
{
	color:#333333; font-size:9pt;font-family:Verdana,MS Sans Serif,宋体; 
}
a {color:#008000;text-decoration : none;background-image: none); }
a:hover 
{
   color:red; text-decoration:underline;
} 
p { line-height:1.3; }

hr
{
	color:#86B9EA;
	height:1px;
}

.tableBorder {
border-collapse: collapse;
border:#85bad8 solid;
border-width:1px 0 0 1px
}
.tableBorder th
{
	border:#85bad8 solid;border-width:0 1px 1px 0;
	color:#3372A2;
	font-size:9pt;font-family: Verdana,MS Sans Serif,宋体; font-weight : bold;
}
.tableBorder td 
{
	border:#85bad8 solid;border-width:0 1px 1px 0;
	font-size:9pt;font-family: Verdana,MS Sans Serif,宋体;
}

table {
border-collapse: collapse;
border-width:0px 0px 0px 0px;
}
table td {border-width:0px 0px 0px 0px;font-size:9pt;font-family: Verdana,MS Sans Serif,宋体; }
table th{border-width:0px 0px 0px 0px;background-color:#E0E8F1;color:3372A2;font-size:9pt;font-family: Verdana,MS Sans Serif,宋体; font-weight : bold;}
table caption
{
	color:#ff7200; font-size:18pt;
	font-family: Verdana,MS Sans Serif,黑体; 
	font-weight:bold;
	padding:10px;
}

.tdTitle 
{ 
	border-color:#86B9EA; color:#ffffff; font-weight : bold; 
	border-collapse: collapse;
	font-size:9pt;font-family: Verdana,MS Sans Serif,宋体; 
	background-color:#6ca4da;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#9fc8df, EndColorStr=#6ca4da);
}
.companyTitle
{
	color:#ff7200; font-size:22pt;
	font-family: Verdana,MS Sans Serif,黑体; 
	font-weight:bold;
}
.companyTitleSmall
{
	color:#ff7200; font-size:9pt;
	font-family: Verdana,MS Sans Serif,黑体; 
}
.tableTitle
{
	color:#333333; font-size:16pt;
	font-family: Verdana,MS Sans Serif,宋体; 
	font-weight:bold;
}

.btn1_mouseout {
BORDER-RIGHT: #7EBF4F 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #7EBF4F 1px solid; PADDING-LEFT: 2px; FONT-SIZE: 12px; FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#B3D997); BORDER-LEFT: #7EBF4F 1px solid; CURSOR: hand; COLOR: #005aa9; PADDING-TOP: 2px; BORDER-BOTTOM: #7EBF4F 1px solid
}
.btn1_mouseover {
BORDER-RIGHT: #7EBF4F 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #7EBF4F 1px solid; PADDING-LEFT: 2px; FONT-SIZE: 12px; FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#CAE4B6); BORDER-LEFT: #7EBF4F 1px solid; CURSOR: hand; COLOR: #005aa9; PADDING-TOP: 2px; BORDER-BOTTOM: #7EBF4F 1px solid
}

.tdMenu
{
	/*border-color:#86B9EA;
	font-size:9pt;font-family: Verdana,MS Sans Serif,宋体; */
	background-image: url(img/menu.gif);
	/*background-color:#6ca4da;*/
	/*FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#6ca4da, EndColorStr=#9fc8df);*/
	height:29;
}
.aMenu
 {
	font-size:11pt;font-family: Verdana,MS Sans Serif,宋体;
	color:#ffffff;text-decoration : none;background-image: none); 
}
.aMenu:hover 
{
   color:#ff7200; text-decoration:underline;
} 

.frameLeft
{
	border:1px solid #86B9EA;
	scroll:yes;
}

ul
{
	list-style:none;
	margin:5px;
	height:0px;
}

.liTitle
{
	padding:5px;
	/*margin-left:18px;*/
	background-color:#E0E8F1;
	color:#3372A2;
	font-size:10pt;font-family: Verdana,MS Sans Serif,宋体; font-weight : bold; 
	/*list-style-image: url(img/QA.gif);*/
}

.liSubTitle
{
	padding:5px;
	color:#888888;
}

.liContent
{
	padding:10px;
	background-color:#f8f8f8;
}

.liRow
{
	margin:0 20px;
	float:left;
}

.liListul
{
	list-style:none;
	margin:5px;
	border:1px   solid   #85bad8;
}

.SlideBar
{
	border:1px solid #85bad8;
}

.SlideBarTitle
{
	padding:1px;
	background-color:#E0E8F1;
	color:#3372A2;

}

.SlideBarTitleHover 
{
	padding:1px;
	background-color:#76aee6;
	color:white;
	cursor:hand;
}

.SlideBarContent1
{
	padding:0px;
	background-color:#e6f2ff;
}

.SlideBarContent2
{
	padding:0px;
	background-color:#ffffff;
}

iframe
{
	border:none;
}

/* Modal Styles */

#popupMask 
{
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #333333;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("img/maskBG.png") !important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat: repeat;
	display:none;
}

#popupContainer 
{
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}

#popupInner 
{
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	border-right-width: 3px;
	border-right-color: #888888;
	border-bottom-width: 3px;
	border-bottom-color: #888888;
	background-color: #eeeeee;
}

#popupFrame 
{
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}

#popupTitleBar 
{
	font-family: Tahoma, Arial, Helvetica;
	height: 1.3em;
	padding: 5px;
	padding-bottom: 7px;
	border-style: solid;
	border-width: 0px;
	border-color: #888888;
	border-bottom-width: 1px;
	position: relative;
	z-index: 203;

	border-color: #cccccc;
	background-color: #e2eecd;
	color: #698d73;
	font-weight: bold;
	margin: 0px;
}

#popupTitle 
{
	float:left;
	font-size: 1.1em;
	color: #698d73;
}

#popupControls 
{
	float: right;
	cursor: pointer;
	cursor: pointer;
}

.headTop
{
	background-image: url(img/header-bg.gif);
}

.headTop td
{
	color:#666666;
	font-size:9pt;font-family: Verdana,MS Sans Serif,宋体;
}

/*以是下显示TIP的内容*/
#helptipbox {display:inline;}
#helptipbox span{ display: none; }
#helptipbox a:hover {display:inline};
#helptipbox a:hover span{
	display: inline;
	position:absolute;
	background: #FFFFEE;
	margin-left:-10px;
	margin-top:30px;
	color:#000000;
	width:280px;
	font-size:9pt;
	font-weight:normal;
	font-family:Verdana,MS Sans Serif,宋体;
	text-align:left;
	text-decoration : none;
	font-padding:5px;
	word-break:break-all;
	padding: 8px;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
}
