body {
	background: none;
	min-width:1260px;
}

table caption {
	padding-bottom: 10px;
	font: normal 16px 'Microsoft YaHei', '幼圆', 'SimYou', 'SimSun';
}

header h1 {
	font: normal 13px 'Microsoft YaHei';
	padding-top: 5px;
	padding-bottom: 5px;
}

/*表单*/
form fieldset {
    box-shadow: 0 3px 1px #E7C984;
	border-radius: none;
	padding: 8px 20px;
}
form legend {
    border: medium none;
    color: #DE6C16;
    font: bold 16px 'Microsoft YaHei';
    margin-left: 0;
    padding: 5px 20px 5px 0;
}

/*检索条件*/
.querycondarea form input[type=submit], form.querycondarea input[type=submit] {
	float: right;
	display: block;
}

.querycondarea {
	margin-bottom: 20px;
	position: relative;
}
.querycondarea .btnarea {
/*    bottom: 20px;
    position: absolute;
    right: 20px;*/
}
/*使用DL的表单*/
dl.form_dl dt {
	width: 100px;
	float: left;
}

dl.form_dl dd {
	margin-left: 100px;
}
th.la, td.la {
	text-align: left;
}
th.ra, td.ra {
	text-align: right;
}

/*数据表格*/
table.data {
	width: 100%;
	border-left: 1px solid #2D5F88;
	border-top: 1px solid #2D5F88;
	border: none;
}

table.data th {
	background: #7C99E4;
	color: #fff;
}

table.data th,table.data td {
	border-right: 1px solid #2D5F88;
	border-bottom: 1px solid #2D5F88;
	padding: 7px 8px;
	border: none;
}

table.data td { /*padding: 0;*/
/*	white-space:nowrap;
	text-overflow: ellipsis;*/
}

table.data tr.odd {
	background: #F7F7F7;
}
table.data tr.even {
	background: #fff;
}

table.data tr.highlight {
	background: #EFEEEF;
}

/*报表表格*/
table.reportdata {
	border-top: 1px solid #868686;
	border-right: 1px solid #868686;
	width: 100%;
}
table.reportdata td,table.reportdata th {
	border-left: 1px solid #868686;
	border-bottom: 1px solid #868686;
}
table.reportdata th{
	text-align: center;
}

table.reportdata caption h1 {
	font: bold 18px 'Microsoft YaHei';
	text-align: center;
}
table.reportdata caption h2 {
	font: bold 14px 'Microsoft YaHei';
	text-align: center;
}
.data_table_wrap.report {
	/*background: transparent;*/
}
td.title, th.title {
	background: #FAFAFA;
}
/*表格布局*/
table.form {
	
}

table.form,table.form td,table.form th {
	border: none;
}

.data_table_wrap, .querycondarea, .mgmt_func_area, .content_wrap {
	/*border: 2px solid #2D5F88;*/
	/*border-radius: 5px;*/
	padding: 14px;
	background: #F3F5F7;
	background: #fff;

	-moz-box-shadow: 4px 4px 5px #C6C6C6;
	-webkit-box-shadow: 4px 4px 5px #C6C6C6;
	box-shadow: 4px 4px 5px #C6C6C6;

	border: 1px solid #efefef;
	margin-bottom: 1em;
}
.content_wrap:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
div.mgmt_func_area {
	margin-bottom: 20px;
	margin-top: 13px;
}
div.mgmt_func_area a {
	padding: 5px;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 2px #ccc;
}
.pager .pager_info {
	float: left;
}
.pager .pager_nav {
	float: right;
}

.pager .pager_nav input.topage {
	width: 35px;
}

.pager .pager_nav button.topage {
	width: 35px;
	padding: 0;
}

.pager li {
/*	height: 30px;
	line-height: 30px;*/
	font-size: 15px/30px;
	/*margin: 0;*/
	display: inline;
}
.pager .pager_nav span {
	color: #551A8B;
	cursor: pointer;
}
.pager .pager_nav span[disabled] {
	color: #8F899E;
	cursor: default;
}

/*目录树*/
.treemenu{
	position: fixed;
	width: 150px;
}

.treemenu a, .treemenu .menuelem {
	display: block;
	background: #CBE1EC;
	padding: 5px 10px;
	border: none;
	height: 25px;
    line-height: 25px;
    text-align: left;
}
.treemenu .menuelem {
	width: 100%;
}
.treemenu a:hover {
	width: 100%;
}
.treemenu a.curr, .treemenu .menuelem.curr {
	background: url("../images/thisproj/currmenu.png") no-repeat scroll 100% 50% #7AA1B2;
	width: 100%;
	color: #fff;
}
.treemenu .menuelem.curr {
	width: 110%;
}

.treemenu li {
	margin-left: 20px;
	margin-bottom: 10px;
}
.treemenu > li {
	margin-left: 0;
}
.menucontent {
	position: relative;
	left: 180px;
}

/*=================================================*/
/* 初始化按钮 */
input[type='button'],input[type='submit'],button {
/*	border: 1px solid #bbb;
	padding: 6px 18px;
	cursor: pointer;*/
    background: url("../images/bg/2.png") repeat-x scroll 0 0 #7FB7E1;
    border: medium none;
    border-radius: 3px;
    cursor: pointer;
    padding: 6px 18px;
    box-shadow: 2px 2px #B1B1B1;
}

div.innerload {
	display: none;
}

.fn-hide {
	display: none;
}
input[type=text], input[type=password], textarea {
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    padding: 3px 6px;
    border: 1px solid #686868;
}
input[readonly], textarea[readonly] {
}

/*=====================================================*/
/* 表单域 */
ul.form li {
    float: left;
    padding-right: 15px;
    height: 2.5em;
    line-height: 2.5em;
    height: auto;
}

ul.form li .formelemarea {
    width: 8em;
    margin-right: 5px;
    border: 1px solid #aaa;
}
ul.form li .formelemlabel {
	display: inline-block;
	width: 5em;
	font-weight: bold;
}
ul.form li textarea.formelemarea {
	display: block;
	padding: 10px;
}
ul.form.vertical li {
	float: none;
}

/*工作台统计项*/
.desk_summary {
	float: left;
	background: #f8f8f8;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.desk_summary p.header {
	background: #B7D8F2; /*蓝色*/

	/*深灰*/
	background: #434343; 
	color: #fff;
	/*浅灰*/
	background: #DBDBDB;
	color: #000;
	/*深蓝*/
	background: #6CA1CB;
	color: #fff;

	padding: 8px;
	padding-left: 4px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	font: bold 16px 'Microsoft YaHei';
	text-align: center;
}
.desk_summary div.article dl dd, .desk_summary div.article dl dt {
	margin-bottom: 5px;
}
.desk_summary div.article {
	padding: 20px;
}
.desk_summary div.article dl dd {
	margin-left: 2em;
	margin-top: 10px;
}
.desk_summary div.article dl dt {
	background: url(../images/thisproj/graph_bar.png) no-repeat;
	padding-left: 25px;
	font: bold 15px/24px 'Microsoft YaHei';
}
.desk_summary span.unit {
	font-size: 15px;
	padding-left: 15px;
}

.btnarea {
	float: right;
	margin-top: 20px;
	clear:both;
}
.horizontal.btnarea > li {
    margin-left: 20px;
    margin-right: 0;
}
select {
    padding: 4px 5px 4px 5px;
}