/* 全局CSS设置 */
body {
	background-color: #d0e7ee;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}

/*
登陆页面样式控制
*/
.login {
	text-align: center;
	background-image: url(../images/login_body_bg.jpg);
	background-position: center top;
	background-repeat: repeat;
}

.login_box {
	background-image: url(../images/login_box_bg.jpg);
	background-position: center middle;
	background-repeat: no-repeat;
	margin: 80 0 0 0;
	text-align: left; align : left; width : 772px;
	height: 313px;
	width: 772px;
	align: left;
}

.login_errorinfo {
	position: relative;
	top: -20px; text-align : left;
	align: left;
	width: 772px;
	color: red;
	font-size: 15px;
	text-align: left;
}
.login .label {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

/* 首页——顶部 样式控制 */
.index_top {
	background-repeat: repeat;
	background-position: left top;
}

.index_top_1 {
	width: 100%;
	background-image: url(../images/index_top_1_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.index_top_1 .begin {
	align: left;
	text-align: left;
}

.index_top_1 .end {
	align: right;
	text-align: right;
}

.index_top_2 {
	width: 100%;
	border: solid 1px #01728e;
	background-image: url(../images/index_top_2_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.index_top_2 .top_menu {
	text-align: right;;
	font-size: 12px;;
	font-weight: bold;;
	v-align: middle;
	white-space: nowrap;
	color: #000000;
}

.index_top_2 .top_logininfo {
	font-size: 12px;
	color: #ffffff;
	float: left;
	letter-spacing: 3px;
	filter: Dropshadow(offx = 1, offy = 0, color =#585858)
		Dropshadow(offx = 0, offy = 1, color =#585858)
		Dropshadow(offx = -1, offy = 0, color =#585858)
		Dropshadow(offx = 0, offy = -1, color =#585858);
}

.index_top_2 .top_dateinfo {
	font-size: 12px;
	color: #ffffff;
	float: left;
	letter-spacing: 3px;
	filter: Dropshadow(offx = 1, offy = 0, color =#585858)
		Dropshadow(offx = 0, offy = 1, color =#585858)
		Dropshadow(offx = -1, offy = 0, color =#585858)
		Dropshadow(offx = 0, offy = -1, color =#585858);
}

.index_top_2 .arrows1 {
	cursor: pointer;
	padding: 5px 0 0 0;
}

.index_top_2 .arrows2 {
	cursor: pointer;
	padding: 2px 5px 0 0;
}

/* 
 首页——左边 样式控制 
 */
.index_left {
	background-image: url(../images/index_left_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}

/* 
首页——内容 样式控制 
 */
.index_body {
	border-right: solid 1px #01728e;
	padding: 10px 10px 10px 10px;
	background-image: url(../images/index_main_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}

/* 
首页——底部 样式控制
	background-image: url(../images/bg_index_bottom.jpg);
	background-repeat: repeat;
	background-position: left top; 
*/
.index_bottom {
	font-size: 12px;
	v-align: middle;
	align: center;
}

/* 
公共样式 
 */
input {
	font-size: 12px;
	border: solid 1px #bcdc79;
	background-color:#f1fadf;
}

textarea {
	overflow: auto;
	font-size: 12px;
	border: solid 1px #bcdc79;
	background-color: #f1fadf;
}
hr {
	height: 1px;
}

a:visited {
	white-space: nowrap;
	color: #330099;
	text-decoration: none
}

a:hover {
	white-space: nowrap;
	color: #FF0000;
	text-decoration: underline
}

a:link {
	white-space: nowrap;
	color: #330099;
	text-decoration: none
}

a:active {
	white-space: nowrap;
	color: #ff3300;
	text-decoration: none
}