/**************************************
* 文件类型：css
* 制 造 者：窦西河、王安峰、李霞、郭君
* 审    查：王英、曹蕊
* 制造日期：2007年7月10日
* 内容概要:
**************************************/

/* CSS Document */
body {
	text-align: center;
	font-family:"宋体", arial;
	margin:0;
	padding:0;
	background: #FFF;
	font-size:12px;
	color:#000;
}
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;}
p{
	text-indent:2em;
}
/*按钮样式*/
.buttonLogin{
	background:url(../../images/button4.gif);
	width:61px;
	height:21px;
	line-height:21px;
	border:0;
	color:#1F3A87;
	font-size:12px;
	text-align:center;
}
.button{
	background:url(../../images/button2.gif);
	width:81px;
	height:21px;
	line-height:21px;
	border:0;
	color:#1F3A87;
	font-size:12px;
	text-align:center;
}
/*page confirm button*/
.enter {
	width:33px;
	height:18px;
	border:0px;
	color:#fff;
	font-size:12px;
	padding-top:2px;
	margin:0px 2px 0px 2px ;
	background:url(../../images/pagebutton.gif);
}

/* 链接颜色 */
a:link {color: #1f3a87; text-decoration:none;}
a:visited {color: #1f3a87;text-decoration:none;}
a:hover {color: #bc2931; text-decoration:underline;}
a:active {color: #1f3a87;}
/* 颜色属性 [定义规则，小写c加颜色名称] */
.cRed,a.cRed:link,a.cRed:visited{ color:Red; }
.cBlue,a.cBlue:link,a.cBlue:visited{color:#1f3a87;}
.cDRed,a.cDRed:link,a.cDRed:visited{ color:#F40707;}
.cGray,a.cGray:link,a.cGray:visited{ color: #4F544D;}
.cDGray,a.cDGray:link,a.cDGray:visited{ color: #666;}
.cWhite,a.cWhite:link,a.cWhite:visited{
	color:#fff;
	text-decoration: none;
}
.cBlack,a.cBlack:link,a.cBlack:visited{color:#000;}
a.cBlack:hover{color:#bc2931;}
.cYellow,a.cYellow:link,a.cYellow:visited{color:#ff0;}
.cGreen,a.cGreen:link,a.cGreen:visited{color:#008000;}
/* 字体属性 [定义规则，小写f加属性名称] */
.fB {font-weight: bold;}
.fI {font-style: italic;}
strong{
	color:#F00;
}
/* 字体大小*/
.f12px{ font-size:12px;}
.f14px{ font-size:14px;}
/*对齐方式*/
.alignleft{
	text-align:left;
	padding-left:4px;
}
.alignright{
	text-align:right;
}
.aligncenter{
	text-align:center;
}
/* 其他属性 */
.left{ float: left;}
.right{ float: right;}
.clear{ clear: both; font-size:1px; width:1px; visibility: hidden; }
.hidden {display: none;}
.unLine ,.unLine a{text-decoration: none;}
.noBorder{border:none;	}
.delFont{
	text-decoration: line-through;	
}
.line-height {
line-height:21px;
}
.PDIline{
	width: 95%;
	clear: both;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8ECDEA;
	margin-bottom: 8px;
}
/* 表单属性 */
select{
	border:1px solid #164B7D;
	line-height:12px;
}
.input{
	border:1px solid #BEC5D5;
	height:18px; 
	line-height:18px; 
}
.noinput{
	line-height:12px;
	border:0px solid #164B7D;
}

.inputSearch{
	width:120px;
	border:1px solid #164B7D;
	line-height:12px;
}
.inputLogin{
	width:95px;
	border:1px solid #164B7D;
	line-height:12px;
}
/* 更多>> */
.contentMore{
	font-size: 12px;
	text-align: right;
	clear: both;
	margin-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 8px;
}


