@charset "UTF-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
}

div {display:block;}
/* ~~ 元素/标签选择器 ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
}
a img { /* 此选择器将删除某些浏览器中显示在图像周围的默认蓝色边框（当该图像包含在链接中时） */
	border: none;
}
/* ~~ 站点链接的样式必须保持此顺序，包括用于创建悬停效果的选择器组在内。 ~~ */
a:link {
	color: #000;
	text-decoration: none; /* 除非将链接设置成极为独特的外观样式，否则最好提供下划线，以便可从视觉上快速识别 */
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* 此组选择器将为键盘导航者提供与鼠标使用者相同的悬停体验。 */
	text-decoration: underline;
}
/* ~~ 此固定宽度容器包含所有其它块 ~~ */
.container {
	width: 1280px;
	background-color: #FFFFFF;
	margin: 0 auto; /* 侧边的自动值与宽度结合使用，可以将布局居中对齐 */
	_height:100px !important;
	min-height:100px  !important;
}
.container1 {
    width: 100%;
    background-color: #FFFFFF;
    margin: 0 auto; /* 侧边的自动值与宽度结合使用，可以将布局居中对齐 */
    _height:100px !important;
    min-height:100px  !important;
    display:block;
}
/* ~~ 标题未指定宽度。它将扩展到布局的完整宽度。 ~~ */
header {
	background-color: #fff;
}
.sidebar1 {
	float: left;
	width: 180px;
	background-color: #EADCAE;
	padding-bottom: 10px;
}
.content {
	padding: 10px 0;
	width: 600px;
	float: left;
}
aside {
	float: left;
	width: 180px;
	background-color: #EADCAE;
	padding: 10px 0;
}

/* ~~ 此分组的选择器为 .content 区域中的列表提供了空间 ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; 
}
ul.nav {
	list-style: none; /* 这将删除列表标记 */
	border-top: 1px solid #666; /* 这将为链接创建上边框 – 使用下边框将所有其它项放置在 LI 中 */
	margin-bottom: 15px; /* 这将在下面内容的导航之间创建间距 */
}
ul.nav li {
	border-bottom: 1px solid #666; /* 这将创建按钮间隔 */
}
ul.nav a, ul.nav a:visited { /* 对这些选择器进行分组可确保链接即使在访问之后也能保持其按钮外观 */
	padding: 5px 5px 5px 15px;
	display: block; /* 这将为链接赋予块属性，使其填满包含它的整个 LI。这样，整个区域都可以响应鼠标单击操作。 */
	width: 160px;  /* 此宽度使整个按钮在 IE6 中可单击。如果您不需要支持 IE6，可以删除它。请用侧栏容器的宽度减去此链接的填充来计算正确的宽度。 */
	text-decoration: none;
	background-color: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* 这将更改鼠标和键盘导航的背景和文本颜色 */
	background-color: #ADB96E;
	color: #FFF;
}

/* ~~ 脚注 ~~ */
footer {
	padding: 10px 0;
	background-color: #CCC49F;
	position: relative;/* 这可以使 IE6 hasLayout 以正确方式进行清除 */
	clear: both; /* 此清除属性强制 .container 了解列的结束位置以及包含列的位置 */
}
/* ~~ 其它浮动/清除类 ~~ */
.fltrt {  /* 此类可用于在页面中使元素向右浮动。浮动元素必须位于页面上的相邻元素前面。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 此类可用于在页面中使元素向左浮动。浮动元素必须位于页面上的相邻元素前面。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 如果从 .container 中删除或移出了脚注，则可以将此类放置在 <br /> 或空块元素中，作为 .container 内最后一个浮动块之后的最终元素 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*HTML5 支持 - 将新 HTML5 标签设置为 display:block，以使浏览器知道如何正确呈现标签。 */
header, section, footer, aside, article, figure {
	display: block;
}

img {display:block;}

#logindiv {
	margin:auto;
	display:block;
	width:500px;
	position: relative;/* 这可以使 IE6 hasLayout 以正确方式进行清除 */
	clear: both; /* 此清除属性强制 .container 了解列的结束位置以及包含列的位置 */
	margin-top:30px !important;
}

.aligncenter {text-align:center;}

.loginrow {
	list-style: none; /* 这将删除列表标记 */
	margin-bottom: 15px; /* 这将在下面内容的导航之间创建间距 */
	clear:both;
	position: relative;/* 这可以使 IE6 hasLayout 以正确方式进行清除 */
}
div.login_left {
	float:left;
	height:30px;
	line-height:30px;
	width:120px;
}

 div.login_middle {
	float:left;
	height:30px;
	line-height:30px;
	width:250px;

}

div.login_li_right {
	float:left;
	height:30px;
	line-height:30px;
	width:100px;
	background-color:#767676;
}

.nofloat {
	clear:both;
	position: relative;/* 这可以使 IE6 hasLayout 以正确方式进行清除 */
	float:none;
	_height:2px;
	min-height:2px;
    margin-top:10px !important;
	
}
input {margin-top:5px;}

input.txt_input {
	padding:5px 5px 5px 5px;
	margin:auto !important;
	width:200px;
	text-align:left;
	-moz-border-radius:4px;/*8px是圆角的角度，值越大则圆角效果越明显，如果修改此项，请修改以下两项的值，使之相同*/
	-webkit-border-radius:4px;
	border-radius: 4px;
	height:30px;
	min-height:30px;
	font-size:14px;
	border:1px solid #4FB42F;
	background-color:#fff;
	color:#000;
}

input.txt_inputerror {
    padding:5px 5px 5px 5px;
    margin:auto !important;
    width:200px;
    text-align:center;
    -moz-border-radius:4px;/*8px是圆角的角度，值越大则圆角效果越明显，如果修改此项，请修改以下两项的值，使之相同*/
    -webkit-border-radius:4px;
    border-radius: 4px;
    height:30px;
    min-height:30px;
    font-size:14px;
    border:3px solid #ff0000;
    background-color:#fff;
    color:#000;
}


input.bt_button {
	padding:5px 5px 5px 5px;
	margin:auto !important;
	width:110px;
	text-align:center;
	-moz-border-radius:4px;/*8px是圆角的角度，值越大则圆角效果越明显，如果修改此项，请修改以下两项的值，使之相同*/
	-webkit-border-radius:4px;
	border-radius: 4px;
	height:30px;
	min-height:30px;
	font-size:14px;
	border:1px solid #4FB42F;
	background-color:#4FB42F;
	color:#fff;
}

.div_bt_button {
	padding:5px 5px 5px 5px;
	margin:auto !important;
	width:110px;
	text-align:center;
	-moz-border-radius:4px;/*8px是圆角的角度，值越大则圆角效果越明显，如果修改此项，请修改以下两项的值，使之相同*/
	-webkit-border-radius:4px;
	border-radius: 4px;
	height:20px;
	min-height:20px;
	font-size:14px;
	border:1px solid #4FB42F;
	background-color:#4FB42F;
	color:#fff;
}

.div_bt_button a:link { color: #fff; text-decoration: none;height:26px;}
.div_bt_button a:visited {color: #fff; text-decoration: none;height:26px;}
.div_bt_button a:hover {color: #fff; text-decoration: none;}

.getfocus a:link { color: #000; text-decoration: none;height:26px;}
.getfocus a:visited {color: #000; text-decoration: none;height:26px;}
.getfocus a:hover {color: #000; text-decoration: none;}

.lostfocus a:link { color: #000; text-decoration: none;height:26px;}
.lostfocus a:visited {color: #000; text-decoration: none;height:26px;}
.lostfocus a:hover {color: #000; text-decoration: none;}

hr {height:0px;border :0px;border-top: #9CC3D9 1px solid;width : 100%;clear:both; } 

.infodiv {background-color:#c0c0c0;
_height:30px;
min-height:30px;
position: relative;/* 这可以使 IE6 hasLayout 以正确方式进行清除 */
margin-top:5px !important;
}

.lvse {
    color:green !important;
    font-size:12px;
}

.alerterror {color:#ff0000;}

.aboutsoft {margin-top:20px !important;line-height:200%;}


