/*--BODY--*/
html {
	overflow-y: scroll;
	height: 100%
}

body{
	background-color: #FFFFFF;
	margin: 0;
	color: #333333;
	font-size: 10pt !important;
	font-family: 微软雅黑,Microsoft Yahei,Arial,Helvetica,sans-serif !important;
}

form {
	margin: 0;
	padding: 0;
}

div.divButton{font-size: 9pt; width:auto !important; width:20%; margin-right: .5em;}

/* table {border:0; margin:0; border-collapse:collapse; border-spacing:0;}
th, td{padding:0;} */

/** table */

table.common{
	width: 98%; 
	color: #333333;
	font-size: 10pt;
	line-height: 25px;
	font-family: 微软雅黑,Microsoft Yahei,Arial,Helvetica,sans-serif;
}

table.line {
	border: 1px solid #6699cc;
	border-collapse: collapse;
}

/** td */
td.common {
	font-size: 10pt;
	line-height: 25px;
}

td.line {
	border: 1px solid #6699cc;
	border-collapse: collapse;
}

td.module {
	color: #395a7b;
	font-weight: bold;
	background-image: url(../images/form_title_bg.gif);
	height: 27px;
	padding: 0px 12px 0px 12px;
	font-size: 10pt;
}

td.title {
	font-size: 10pt;
	color: #333333;
	width: 10%;
	background-color: #f3f3f3;
	text-align: left;
}

td.input {
	font-size: 10pt;
	color: #333333;
	width: 23%;
	background-color: #f8f8f8;
	text-align: left;
}

td.input2 {
	font-size: 10pt;
	color: #333333;
	width: 75%;
	background-color: #f8f8f8;
	text-align: left;
}

td.desc {
	font-size: 9pt;
	color: #333333;
	width: 15%;
	background-color: #f8f8f8;
	text-align: left;
}


/* form */
input,textarea,select {
	border-color:#C4C4C4 #E9E9E9 #E9E9E9 #C4C4C4;
	border-style:solid;
	border-width:1px;
	padding:4px;
	color:#666666;
	border-radius:4px;
}
textarea {
	line-height:18px;
	overflow:auto;
	font-size: 10pt;
	font-family: 微软雅黑,Microsoft Yahei,Arial,Helvetica,sans-serif;
}

/** input */
input.common {
	width: 85%;
}

select:focus, input:focus, textarea:focus {
	-moz-box-shadow:0 1px 1px rgba(196,196,196,0.5);
	-webkit-box-shadow:0 1px 1px rgba(196,196,196,0.5);
	box-shadow:0 1px 1px rgba(196,196,196,0.5);
	-webkit-focus-ring-color:none;
	border-color:#c4c4c4;
	background-color:#f9ffff;
}

input.common2 {
	border: 1px solid #6699cc;
	width: 97%;
	background-color: transparent;
}

input.readonly {
	border: 1px solid #6699cc;
	width: 90%;
	background-color: #f3f3f3;
}

input.readonly2 {
	border: 1px solid #6699cc;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 90%;
	background-color: #f3f3f3;
}

input.underline {
	border: 1px solid #6699cc;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 90%;
	background-color: transparent;
}

input.underline2 {
	border: 1px solid #6699cc;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 97%;
	background-color: transparent;
}

input.blank {
	background-color: #f8f8f8;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 90%;
}

input.date {
	width: 80%;
}

input.button {
	padding: 2px 4px 0px 4px;
	color: #444444;
	background-color: #e4e4e4;
	font-weight: bold;
	cursor: pointer;
	border-width: 1;
}

input.radio {
	margin: 2px 5px 0 15px;
}

/**
input.ui-state-default { 
	padding: 3px 10px !important; 
	border: 1px solid #333333 !important; 
	background: #dfeffc url(../images/btn_bg.png) 50% 50% repeat-x !important; 
	font-weight: bold !important; 
	color: #b8d3eb !important; 
}

input.ui-state-hover { 
	border: 1px solid #79b7e7 !important; 
	background: #d0e5f5 url(./jquery/images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x !important; 
	font-weight: bold !important;
	color: #1d5987 !important; 
}*/

input.ui-button {
	font-size: 10pt;
	padding: 3px 8px;
	padding: 5px 10px \9;
	*padding: 5px 10px 0px 10px;
}

/** textarea */
textarea.common {
	width: 85%;
}

textarea.common2 {
	border: 1px solid #6699cc;
	width: 92%;
	background-color: transparent;
	font-size: 10pt;
}

textarea.readonly {
	border: 1px solid #6699cc;
	width: 85%;
	background-color: #f3f3f3;
	font-size: 10pt;
}

textarea.readonly2 {
	border: 1px solid #6699cc;
	width: 92%;
	background-color: #f3f3f3;
	font-size: 10pt;
}

/** select */
select.common {
	width: 90%;
}

/** a */
A:link {
	color: #6699cc;
	font-size: 10pt;
}

A:visited {
	color: #6699cc;
	font-size: 10pt;
}

A.active {
	color: #6699cc;
	font-size: 10pt;
}

A:hover {
	color: #dd4444;
	font-size: 10pt;
}

span.link {
	color: #6699cc;
	font-size: 10pt;
	cursor: pointer;
	/* text-decoration: underline; */
}

span.link:hover {
	color: #dd4444;
	font-size: 10pt;
	cursor: pointer;
	text-decoration: underline;
}

.titleMsg{font-size: 14px; font-weight: bold; color: #395a7b;}
.goBtn{background: url("../images/sys/go_btn.gif");}
.redBold{color: #666666; font-weight: bold; font-size: 11pt;}
.redBorder{border: 1px solid #000000; border-collapse: collapse; }

.icon {
	padding: 0 0 0 20px;
	position: relative;
	text-decoration: none;
}

.icon span.ui-icon {
	left: 3px;
	margin: -8px 5px 0 0;
	position: absolute;
	top: 50%;
}

ul.ztree {
	border: 1px solid #617775;
	background: #f8f8f8;
	width: 220px;
	height: 450px;
	overflow-y: scroll;
	overflow-x: auto;
}

img.ui-datepicker-trigger {
	cursor: pointer;
}

/* Wrappers & headers
---------------------------------------------------------------------*/

.wrapper, .wrapper-login {
	margin:0 auto;
	text-align:left;
	width: 990px;
	position:relative;
}
.wrapper-login {
	width: 360px;
}

#page {
	*margin-top: 9px;
}

#pagetitle {
	background-color:#5d9adf;
	border-top:4px solid #266DBB;
	border-bottom:1px solid #2A7AD2;
	float:left;
	width:100%;
	background: -webkit-gradient(
	left bottom,
	left top,
	color-stop(0.2, rgb(80,146,220)),
	color-stop(0.8, rgb(107,163,226))
	);
	background: -moz-linear-gradient(
	center bottom,
	rgb(80,146,220) 20%,
	rgb(107,163,226) 80%
	);
	/* background: #6ba2e2; */
}
#pagetitle h1 {
	font-size:28px;
	line-height:28px;
	color:#fff;
	font-size: 10pt;
	/* font-size:1.6em; */
	/* padding:12px 0; */
	text-shadow:0 -1px 1px #2A7AD2;
	margin:0;
	top:0;
	/* line-height:1.2em; */
	float:left;
}

.code {
	background-color:#EAEFF4;
	color:#069;
	overflow: hidden;
	padding:2px 6px;
	text-align: right;
	height: 26px;
	line-height: 26px;
}
.code span {
	color:#E9584C;
}
.codecol2 {
	width: 110px;
	max-width: 110px;
}
.codecol3 {
	width: 94px;
	max-width: 94px;
}

.name {
	background-color:#FCFCFC;
	overflow: hidden;
	padding:2px 6px;
	white-space:nowrap;
	text-align: left;
	height: 26px;
	line-height: 26px;
}
.namecol2 {
	width: 240px;
	max-width: 240px;
}
.namecol3 {
	width: 206px;
	max-width: 206px;
}

/* Boxes
---------------------------------------------------------------------*/

.box {
	padding: 8px;
	margin-bottom:5px;
	color:#555;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#eee;
	font-weight: bold;
}
.box-info {
	padding-left: 32px;
	border-top:1px solid #B8E2FB;
	border-bottom:1px solid #B8E2FB;
	background:#E8F6FF url("../images/information.png") no-repeat 8px 50%;
}
.box-warning{
	padding-left: 32px;
	border-top:1px solid #F2DD8C;
	border-bottom:1px solid #F2DD8C;
	background:#FFF5CC url("../images/error.png") no-repeat 8px 50%;
}
.box-error{
	padding-left: 32px;
	border-top:1px solid #F8ACAC;
	border-bottom:1px solid #F8ACAC;
	background:#FFD1D1 url("../images/exclamation.png") no-repeat 8px 50%;
}
.box-error-msg{
	margin-top:-8px;
	background:#FFF1F1;
	border-top:0 none;
	border-bottom:1px solid #FDDCDC;
	color:#664B4B;
	padding:12px;
}
.box-error-msg ol {
	margin-top: 0;
	margin-bottom: 0;
}
.box-success{
	padding-left: 32px;
	border-top:1px solid #BBDF8D;
	border-bottom:1px solid #BBDF8D;
	background:#EAF7D9 url("../images/accept.png") no-repeat 8px 50%;
}

.box a:hover {
	background: transparent !important;
}

.first {
	clear: left;
	margin-left: 0;
}

/* Right menu
---------------------------------------------------------------------*/

#rightmenu {
	border-top:4px solid #C4E3FF;
	border-bottom:1px solid #C4E3FF;
	margin-left: 18px;
	background-color:#E1F1FF;
	background:-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.1, rgb(225,241,255)),
		color-stop(0.8, rgb(245,250,255))
	);
	background: -moz-linear-gradient(
		center bottom,
		rgb(225,241,255) 10%,
		rgb(245,250,255) 80%
	);
}
#rightmenu header, #rightmenu dl{
	padding:12px 12px 0;
	margin: 0;
}
#rightmenu h3  {
	color:#555;
	font-size:13px;
	margin: 0;
}

#rightmenu dl dt {
	float:left;
	height:40px;
	margin-top:2px;
	width:26px;
}
#rightmenu dd {
	color:#626262;
	font-size:12px;
	margin-left:12px;
	padding-bottom:2px;
}
#rightmenu dd.last {
	margin-bottom: 6px;
}
#rightmenu dd a {
	font-size:12px;
	font-weight:700;
}
#rightmenu dd a:hover, #rightmenu dd a:active, #rightmenu dd a:focus {
	background-color: #2A7AD2;
	color:#fff;
	border-color: #2A7AD2;
}

.arrow2 {
	background: url("../images/arrow.png") no-repeat scroll 97% 50%;
	cursor: pointer;
    display: inline-block;
    overflow: hidden;
}

.arrow3 {
	background: url("../images/arrow.png") no-repeat scroll 97% 50%;
	cursor: pointer;
    display: inline-block;
    overflow: hidden;
}

.grid_nav {
	padding: 0;
	margin: 0;
	text-align: center;
	display: block;
	color: #5588bb;
}

.grid_nav a {
	display: inline;
    color: #6699cc;
	font-size: 10pt;
	padding: 0 0.65em;
	cursor: pointer;
	text-decoration: none;
}

.grid_nav a:visited {
	color: #6699cc;
}

.grid_nav a:hover {
	font-weight: bold;
}

.nolink {
	cursor: default !important;
	color: #666666 !important;
}