@CHARSET "UTF-8";
/*全局样式  begin*/
input[type=text],input[type=password]{
	margin-left: 0px;height:18px;width:160px;
	border: solid #95B8E7 1px;
	padding-left: 3px;
}
input[type=file]{
	margin-left: 0px;width:160px;
}
input[type=checkbox]{
	position: relative;
	top: 3px;
}
textarea{
	margin-left: 0px;border: solid #95B8E7 1px;font-family:'Microsoft Yahei';font-size:12px; color:black;
}
a{
	text-decoration: none;
}
a:HOVER {
	text-decoration: none;color: red;
}
li{
	list-style: none;
}
.add_btn_cls{
	float:left;
	width:21px;
	height: 27px; 
	background: url("../images/icon/add_icon.png") no-repeat transparent; 	
}
.edit_btn_cls{
	float:left;
	width:21px;
	height: 27px; 
	background: url("../images/icon/edit_icon.png") no-repeat transparent; 	
}
.del_btn_cls{
	float:left;
	width:21px;
	height: 27px; 
	background: url("../images/icon/del_icon.png") no-repeat transparent; 	
}
.menu_tree .tree-node{
	height: 20px;padding-top: 3px;
}
.icon-menu-default{
	background: url("../images/icon-menu-default.png") no-repeat;top: 1px;
	position: relative;
}
/*全局样式  end*/

/*登录页面样式  start*/
.login_div{
	height:670px;
	background: url("../images/login_bg.png") center repeat-x; 
	font-family: "宋体",simsun;
	font-size: 14px;
	color: #484848;
}
.login_form_div{
	width: 406px; height: 300px; margin: auto;
	background: url("../images/login_form_bg.png") center no-repeat; 
	margin-top: 28px;
}
.login_btn{
	border: none;width: 126px; height: 37px; margin-top: 40px;
	background: url("../images/login_btn_bg.png") center no-repeat;
	
}
/*登录页面样式  end*/



/*用户管理页面样式  begin*/
.user_page_ul{
	float: left; width: 100%; height:270px; overflow:auto;
	margin: 0; padding: 0; list-style: none;margin-top: 8px;
}
.user_page_ul li{
	float: left; height: 30px; width: 160px; list-style: none;
	line-height: 30px;margin-left: 10px;
}

/*用户管理页面样式 end*/

/*模板设置页面样式  begin*/
.icon-link {
	text-decoration: none; padding-top: 48px;padding-right:15px;
	background: url('../images/link_replace.png') no-repeat center center;
}
.icon-text {
	text-decoration: none; padding-top: 48px;padding-right:15px;
	background: url('../images/text_replace.png') no-repeat center center;
}
.icon-radio {
	text-decoration: none; padding-top: 48px;padding-right:15px;
	background: url('../images/text_list_bullets_replace.png') no-repeat center center;
}
.icon-multiple {
	text-decoration: none; padding-top: 48px;padding-right:15px;
	background: url('../images/text_list_checkboxs_replace.png') no-repeat center center;
}
.icon-calendar {
	text-decoration: none; padding-top: 48px;padding-right:15px;
	background: url('../images/calendar_replace.png') no-repeat center center;
}
.icon-clock {
	text-decoration: none; padding-top: 48px;padding-right:15px;
	background: url('../images/clock_replace.png') no-repeat center center;
}
.icon-numbers {
	text-decoration: none; padding-top: 48px;padding-right:15px;
	background: url('../images/text_list_numbers_replace.png') no-repeat center center;
}

.template_fields_ul{
	width: 100%; overflow: auto; height: 250px;margin: 0px; padding: 0px;
}
.template_fields_ul li{
	float: left;width: 305px;line-height: 25px;margin-bottom: 10px;
}
.template_fields_ul li span{
	float:left;
}
.field_name_span{
	width: 120px;text-align: center;float: left;
}


.select_attributes_ul{
	width: 100%; height: 250px; margin: 0px; padding: 0px;
	margin-top: 5px;overflow: auto;
}
.select_attributes_ul li{
	float: left; margin-top: 2px;
}
.select_attributes_ul li input{
	float: left;margin-left: 13px;
	width: 110px;
}
/*模板设置页面样式  end*/

/*统计表div*/
.mychartWeek{
	height:49%;width:100%;border-bottom: 1px solid rgb(224,236,255);
}
.mychartMonth{
	width: 49%;height:96%;float: left; border-left: 1px solid rgb(224,236,255);
}
.west_div{
	height: 30px;border-bottom: 1px solid rgb(224,236,255);cursor: pointer;
}
.west_div:HOVER{
	background-color: rgb(234,242,255);
}
.west_div span{
	line-height: 29px;margin-left: 10px;
}

.report_audit_sample_tb td{
	width: 115px; height:25px;text-align:center;border-top:1px solid;border-left:1px solid;
}
.td_3,.td_5,.td_8,.td_11,.td_12{
	border-right: 1px solid;
}
.td_bottom,.td_12{
	border-bottom: 1px solid;
}
.search_table td{word-break: keep-all;white-space:nowrap;}

.xtable1{
	width:100%;border-collapse:collapse
}

.xtable1 td{
	border:1px #6C88A0 solid;height:28px;text-align:center;
}

.xtable1 td:nth-child(odd){
	word-break: keep-all;white-space:nowrap;background-color: #f4ffff;
}

.xtable1 td:nth-child(even){
	font-family:'Microsoft Yahei';font-size:12px; color: grey;
}

.div_title{
	 background:#E0ECFF;height:30px;line-height:30px;text-align:left;font-weight:bold;font-family:'Microsoft Yahei';font-size:12px;color:#0E2D5F;
}