﻿html,body,div,span,applet,object,iframe,table,caption,
tbody,tfoot,thead,tr,th,td,del,dfn,em,font,img,ins,
kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,
acronym,address,big,cite,code,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend{
	vertical-align:baselinebaseline;
	font-family:inherit;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	outline:0;
	padding:0;
	margin:0;
	border:0;
}
h1,h2,h3,h4,h5,h6{font-weight:bold!important;}
:focus{outline:0;}
body{
	background:white;
	line-height:1;
	color:#333;
	font-size:12px;
}
ol,ul,li{list-style:none;}
.mainFull{min-width:700px;}
.content{}
.content .title{
	height:32px;
	border:solid 1px #ccc;
	border-top:none;
	border-bottom:none;
	background:url(images/tabTitle_bg_x.gif) repeat-x;
}
.content .tab{}
.content .tab li{
	float:left;
	height:32px;
	padding:0 16px;
	line-height:28px;
	background:url(images/tabTitle_li_bg.gif) no-repeat top right;
}
.content .tab li a{
	display:block;
	background:url(images/tabTitle_span.gif) no-repeat center bottom;
	padding-bottom:4px;
	text-decoration:none;
	color:#0087c3;
}
.content .tab li a:hover{color:black;}
.content .tab li.current{
	background:url(images/tabTitle_current_bg_x.gif) repeat-x;
	border-left:none;
	font-weight:bold;
}
.content .tab li.current a{
	display:block;
	background:url(images/tabTitle_current.gif) no-repeat center bottom;
	padding-bottom:4px;
	color:white;	
}
.content .cont{
	border:solid 1px #ccc;
	border-top:none;
	background:white url(images/tabCont_bg_x.gif) repeat-x top;
	padding:8px;
}

/* 404错误页面 */
.errorCont{
	margin:0 auto;
	margin-top:50px;
	width:80%;
	min-height:70px;
	padding-left:80px;
	padding-bottom:30px;
	background:url(images/errorIcon_01.png) left top no-repeat;
}
.errorCont h5{
	color:#bf0008;
	padding-bottom:6px;
	font-size:14px;
}
.errorCont ul{padding-top:20px; line-height:25px;}