/**************************************
* 文件类型：css
* 制 造 者：窦西河
* 制造日期：2008年01月10日
* 内容概要:公用样式
**************************************/
/* CSS Document */
html,body {
	text-align: center;
	font-family:"宋体", arial;
	padding:0;
	font-size:12px;
	color:#000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding: 0; border: 0;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;}
table,td,tr,th{font-size:12px;}
input,select,option,textarea {margin:0; padding:0; font-size:12px;line-height:18px;}
ul,li{list-style-type:none;}
/* 颜色属性 */
.colorBlack {color:#00000;}
.colorWhite {color:#FFFFFF;}
.colorGray {color:#818181;}
.colorRed {color:#ff0000;}
.colorOrange {color:#FF6600;}
.colorBlue {color:#1761A6;}
.colorGreen{color:#2D5F08;}
.colorPurple{color:#6A19B5;}

/* 链接颜色 */
a:link {color: #1f3a87;text-decoration:none;font-size: 12px;}
a:visited {color: #1f3a87;text-decoration:none; font-size: 12px;}
a:hover {color: #bc2931; text-decoration:underline; font-size: 12px;}
a:active {color: #1f3a87; font-size: 12px;}

/*浮动方式*/
.floatLeft{float:left;}
.floatRight{float:right;}
.clear{clear: both; }

/*对齐方式*/
.center{margin:0 auto;}

/*文本对齐方式*/
.alignLeft{text-align:left;}
.alignRight{text-align:right;}
.alignCenter{text-align:center;}

/*行高样式*/
.lineheight {line-height:21px;}

/*字体样式*/
.fontBold {font-weight: bold;}
.fontItalic {font-style: italic;}
.font12px{ font-size:12px;}
.font14px{ font-size:14px;}

/* 表单属性 */
select{
	border:1px solid #BEC5D5;
	line-height:15px; 
}
textarea{
	border:1px solid #BEC5D5;
	line-height:15px; 
}
.input{
	border:1px solid #999999;
	height:15px; 
	line-height:15px; 
}
.noinput{
	line-height:12px;
	border:0px;
}
/*按钮样式*/
.buttonMore{
	border: #70B1CF 1px solid;
	height:19px;
	line-height:17px;
	color:#333333;
	background:url(../images/buttonbg.gif) repeat-x;
	text-align:center;
}
/* 其他属性 */
.hidden {display: none;}
.unLine ,.unLine a{text-decoration: none;}
.noBorder{border:none;}
.more{
	text-align:right;
	margin-right:6px;
	clear: both;
	margin-bottom: 5px;
}
.deleteLine{text-decoration: line-through;}
.borderLine{border:1px solid #cccccc;}
.shadow{padding:3px;border:1px solid #979797;margin-top:3px;}
.dot{font-size:12px;color: #000;}
.space{
	clear: both;
	height:5px;
	line-height:5px;
}
/* 页面公用布局 */
.wholeContent{
	width: 770px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #EEF3FB;
}
.leftMember{
	float: left;
	width: 370px;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
}
.middleLine{
	float: left;
	width: 1px;
	height: 220px;
	background-color: #CCCCCC;
	background-image: url(../images/tb_dot.gif);
	background-repeat: repeat-y;
}
.rightSearch{
	float: right;
	margin-top: 5px;
	width: 370px;
	margin-right: 5px;
	margin-left: 5px;	
}
/* 页面公用标题导航 */
.publicTitleBorder{
	border: 1px solid #61AFE6;
	>height:auto;
	height:160px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	margin-top: 5px;
}
.publicTitleBuleBg{
	background-color: #61AFE6;
	height: 24px;
	margin-top: 1px;
	margin-right: 1px;
	margin-left: 1px;
}
/* 页面公用标题导航一 */
.publicTitleBorderOne{
	border: 1px solid #61AFE6;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
.publicTitleBuleOneBg{
	background-color: #61AFE6;
	height: 24px;
	margin-top: 1px;
	margin-right: 1px;
	margin-left: 1px;
}
/* 标题公用文字样式 */
h3  {
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
	text-align: left;
	padding-left: 5px;
}
/* 圆角边框样式 */
.cltop, .clbottom {
	display:block; 
	background:transparent; 
	font-size:1px;
}
.cl1, .cl2, .cl3, .cl4 {
	display:block;
	overflow:hidden;
	background-color: #FFFFFF;
}
.cl1, .cl2, .cl3 {height:1px;}
.cl2, .cl3, .cl4 {
	border-right: 1px #6E99C7 solid;
	border-left: 1px #6E99C7 solid;
}
.cl1 {margin:0 5px; background:#6E99C7;}
.cl2 {margin:0 3px; border-width:0 2px;}
.cl3 {margin:0 2px;}
.cl4 {height:2px; margin:0 1px;}
.clContent {
	display:block;
	border-right: 1px #6E99C7 solid;
	border-left: 1px #6E99C7 solid;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	height: 210px;
}
.clContent ul{
	display: block;
	margin-top: 8px;
}
.clContent ul li{
	line-height: 21px;
	list-style-type: none;
}
.clContent img{
	height: 57px;
	width: 155px;
	margin-left: 5px;
}
.clContent .alLine{
	background-image: url(../images/rl.gif);
	background-repeat: repeat-x;
	width: 90%;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 5px;
}
/* 基本信息样式*/
.basicInfo{
	margin: 1px;
}
.basicInfo ul{
	float: left;
	text-align: left;
	padding-left: 8px;
	padding-top: 5px;
}
.basicInfo ul li{
	line-height: 21px;
	list-style-type: none;	
}
.basicInfoTable{
	background-color:#92b8e9;
  }
.basicInfoTable th{
	background-color:#E0F3FD;
	height:20px;
	line-height:20px;
	text-align:center;
  	padding-top: 3px;
	padding-bottom: 3px;
}
.basicInfoTable td{
	background-color:#FFFFFF;
	height:20px;
	line-height:20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
/*==============================顶部样式===============================*/
/* 页面顶部导航 */
#navbg {
	height: 47px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #61AFE6;
	padding-bottom: 8px;
	background-image: url(../images/headerbg.gif);
	background-repeat: repeat-x;
}
#navbg .logo{
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	width: 218px;
	margin-top: 5px;
	margin-left: 8px;
}
#navbg .navRegister{
	float: right;
	height: 25px;
	margin-top: 20px;
	margin-right: 8px;
}
/*==============================底部版权样式===============================*/
/* 网站底部版权信息*/
.footer{
	clear: both;
	margin-right: auto;
	margin-left: auto;
	height: 70px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #61AFE6;
	padding-top: 5px;
	width: 770px;
	background-color: #F9FAFC;
}
.footer .link{
	text-align: center;
	clear: both;
	line-height: 18px;
	color: #000000;
}
.footer .copyright{
	text-align: center;
	clear: both;
	color: #000000;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
.footer .copyright img{
	float: left;
}
.footer .copyright ul{
	float: left;
}
.footer .copyright ul li{
	line-height: 15px;
	padding-top: 5px;
	padding-left: 5px;
	list-style-type: none;
}

