/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #2E4A1F;} /* 未访问的链接 */
a:visited {color: #666666;} /* 已访问的链接 */
a:hover{color: #2E4A1F;} /* 鼠标在链接上 */ 
a:active {color: #333333;} /* 点击激活链接 */
body
{
	font-size: 10pt;
	text-decoration: none;
	scrollbar-face-color: #f6f6f6;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #cccccc;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-arrow-color: #330000;
	scrollbar-track-color: #f6f6f6;
	scrollbar-darkshadow-color: #330000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 150%;
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
	font-family:宋体;
	font-size: 9pt;
	line-height: 150%;
}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
.button
{
font-family: "宋体";font-size: 12px;border: none;cursor: hand;
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
font-size: 9pt;height: 20px;
}

/*脚文件css控件*/
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/foot_bg.jpg);
	color: #000000;
	font-weight: 900;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	border:0
}
.hr {
	border: 1px dotted #000000;
	padding: 0px;
	height: 0px;
	vertical-align: bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 120%;
}
/*网站通用标题背景CSS*/
.title {
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: middle;
	font-weight: bold;
	height:18pt
	
}
/*网站通用图片CSS*/
.img {
	border: 0px 0;
	text-align: center;
	vertical-align: middle;
}
/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
input
{
font-family: "宋体", "Verdana", "Arial";
	font-size:12px;

}
.column {
	font-size: 14px;
	font-weight: bold;
	vertical-align: bottom;
	color: #2E4A1F;
}
.columnb {
	font-size: 10px;
	font-weight: bold;
	vertical-align: bottom;
	color: #2E4A1F;
}
.header {
	font-size: 12px;
	font-weight: bold;
	color: #2E4A1F;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
body {
	background-color: #07120C;
}
.input_login {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #ECE9D8;
	border-top-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-bottom-color: #FF0000;
	border-left-color: #CCCCCC;
	font-family: Arial;
}
.font_login {
	font-size: 14px;
	color: #FFFFFF;
}
.inf_login {
	font-size: 12px;
	color: #999999;
	font-family: Arial;
}
a.classlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

