/* CSS Document */
/* 链接的颜色 */
a {color: #0000FF; text-decoration: underline;font-family:"宋体";}
a:link {color: #0000FF; text-decoration: underline;font-family:"宋体";}
a:visited {color: #0000FF; text-decoration: underline;font-family:"宋体";}
a:hover {color: #cc0033; text-decoration: underline;font-family:"宋体";}
a:active {color: #ff00ff; text-decoration: none;font-family:"宋体";}
A.a1:link {
	COLOR: #FD940C; TEXT-DECORATION: underline
}
A.a1:visited {
	COLOR: #FD940C; TEXT-DECORATION: underline
}
A.a1:hover {
	COLOR: #FD940C; TEXT-DECORATION: none
}
A.a1:active {
	COLOR: #FD940C; TEXT-DECORATION: none
}
.onMouseOver{cursor:hand}

/* body内的字体的样式 */
body {font-size:14px;line-height:22px;font-family:"宋体";}

/* 表格边线的颜色 */
table.bgcolor{font-size:14px;line-height:22px;background-color:#cecece;font-family:"宋体";}
p{font-size:14px;line-height:22px;font-family:"宋体";}

/* textfield,option,select,textarea中字体的样式 */

textfield,option,select,textarea{font-size:14px;font-family:"宋体";}

/* 输入框的样式，read样式用在从日历选择时间回显日期的输入框中 */

input {font-size:14px;font-family:"宋体";}

input.read{
	font-size:14px; 
	background-color: #FAF7F7;
 	border-left: medium none; border-right: medium none;
  border-top: medium none; border-bottom:black 1px solid;
  font-family:"宋体";
}
input.readcenter{
	font-size:14px;  
	background-color: #FAF7F7;text-align: center;
 	border-left: medium none; border-right: medium none;
  border-top: medium none; border-bottom:black 1px solid;
  font-family:"宋体";
}
input.readleft{
	font-size:14px;
	background-color: #FAF7F7;text-align: left;
 	border-left: medium none; border-right: medium none;
  border-top: medium none; border-bottom:black 1px solid;
  font-family:"宋体";
}
input.readright{
	font-size:14px;
	background-color: #FAF7F7;text-align: right;
 	border-left: medium none; border-right: medium none;
  border-top: medium none; border-bottom:black 1px solid;
  font-family:"宋体";
}


/* 单元格中作为标题的字体的样式 */
td.titlebold{
	font-size:14px;line-height:22px;background-color:#466ABB;color:#ffffff;font-weight: bold;text-align:left;font-family:"宋体";}

td.titleboldcenter{
	font-size:14px;line-height:22px;background-color:#466ABB;color:#ffffff;font-weight:bold;text-align:center;font-family:"宋体";}
	
td.titleboldright{
	font-size:14px;line-height:22px;background-color:#ffcc00;color:#ffffff;font-weight:bold;text-align:right;font-family:"宋体";}
	
/* 单元格中字体的样式 */
td {font-size:14px;line-height:22px;word-break:break-all;font-family:"宋体";}

/* 单元格中粗体的样式 */
td.bold{
	font-size:14px;line-height:22px;background-color:#ffffff;color:#000000;font-weight:bold;text-align:left;font-family:"宋体";}
td.left {
	font-size:14px;line-height:22px;background-color:#ffffff;color:#000000;text-align:left;font-family:"宋体";}
td.right {
	font-size:14px;line-height:22px;background-color:#ffffff;color:#000000;text-align:right;font-family:"宋体";}
td.center {
	font-size:14px;line-height:22px;background-color:#ffffff;color:#000000;text-align:center;font-family:"宋体";}
td.bold{
	font-size:14px;line-height:22px;background-color:#ffffff;color:#000000;font-weight:bold;text-align:left;font-family:"宋体";}

/* 表单的样式 */
form {
	border:0px; PADDING:0px;font-size:14px;margin:0px;font-family:"宋体";}

font{
	font-size:14px;letter-spacing:0px;font-family:"宋体";}
	
/* 后台页面按钮的样式 */
	
.buttonPop{background-color:#4269BD;color:#FFFFFF;border:1px solid #4269BD;font-size:14px;font-family:"宋体"}

/* 后台中定义表格的一行的样式 */
tr.title{font-size:14px;line-height:22px;background-color: #466ABB;COLOR: #ffffff; text-align: center;font-family:"宋体";}

/* 后台页面左侧链接的样式 */
.left1 { letter-spacing:0px;font-family:"宋体";} 

a.white:link {text-decoration:none;color:white;font-size:12px;font-family:"宋体";}
a.white:visited {text-decoration:none;color:white;font-size:12px;font-family:"宋体";}
a.white:hover {text-decoration:underline;color:white;font-size:12px;font-family:"宋体";}

a.other:link {text-decoration:none;color:#0000FF;font-size:14px;font-family:"宋体";}
a.other:visited {text-decoration:none;color:#0000FF;font-size:14px;font-family:"宋体";}
a.other:hover {text-decoration:underline;color:red;font-size:14px;font-family:"宋体";}

/*用层实现的下拉列表，selectOn未选择时的css,selectOff选择时的css*/
.selectOff {
	background-color: transparent; border-bottom: #aaaaaa 1px solid; border-left: medium none; border-right: medium none; border-top: medium none; cursor: default; font-size: 14px; overflow: hidden;font-family:"宋体";
}
.selectOn {
	background-color: #f0f0f0; border-bottom: 1px solid; border-left: 1px solid; border-right: 1px solid; border-top: 1px solid; cursor: default; font-family: "宋体"; font-size: 14px; left: -1000px; overflow: hidden; position: absolute; top: -1000px; visibility: hidden; width: 0px; z-index: 1
}
.ednonedisable {
	background-color: transparent; border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; color: #777777; font-size: 14px;font-family:"宋体";
}

/* texterea 无边的样式 */
.coolscrollbar 
	{
		overflow-x:hidden;
		overflow-y:hidden;
		border-style: solid; 
		border-top-width: 0px; 
		border-right-width: 0px; 
		border-bottom-width: 0px; 
		border-left-width: 0px;
		font-size:14px;
		letter-spacing:0px;
		border-color:#ffffff;
		font-family:"宋体";		
	}
/* form的样式 */

.fm1 {
	border-right: 1px inset; border-top: 1px inset; vertical-align: text-bottom; border-left: 1px inset; border-bottom: 1px inset; background-color: #f0f0e8;font-family:"宋体";
}
.fm2 {
	border-right: 1px ridge; border-top: #ffffff 1px ridge; border-left: #ffffff 1px ridge; border-bottom: 1px ridge; background-color: #cccccc;font-family:"宋体";
}
.noneborder{
    border-top-width: 0px; 
		border-right-width: 0px; 
		border-bottom-width: 0px; 
		border-left-width: 0px;
		font-family:"宋体";
}
/*login page*/
.loginUserName{font-size:14px;font-weight:bold;color:#FFFFFF;font-family:"宋体";}
.logincopyright{font-size:12px;color:#415676;font-family:"宋体";}
.logininput{border:1px solid #4E678D;background-color:#FFFFFF;font-family:"宋体";}