/* 框架部分 */
.admin_topbar {
	background-image: url('/admin_/images/style1/admin_topbar_bg.jpg');
	background-position: bottom;
	height: 118px;
}
.admin_topbar_sbutton {
	background-image: url('/admin_/images/style1/admin_topbar_sbuttonbg.jpg');
	background-repeat: repeat-x;
	margin-top: 40px;
	margin-bottom: 8px;
	margin-right: 35px;
	float: right;
}
.admin_topbar_sbutton a {
	background-image: url('/admin_/images/style1/admin_topbar_icon12.jpg');
	background-position-x: 2px;
	background-position-y: 5px;
	background-repeat: no-repeat;
	margin-left: 2px;
	margin-right: 2px;
	padding-left: 20px;
	padding-right: 3px;
	padding-top: 4px;
	text-decoration: none!important;
	letter-spacing: 2px;
	color: #FFFFFF!important;
	height: 21px;
}
.admin_topbar_sbutton a:hover {
	color: #FFFF00!important;
}
.admin_topbar_button {
	background-image: url('/admin_/images/style1/admin_topbar_buttonbg.jpg');
	background-repeat: repeat-x;
	width: 416px;
	float: right;
	margin-right: 30px;
}
.admin_topbar_button a {
	background-image: url('/admin_/images/style1/admin_topbar_button.jpg');
	background-position-y: top;
	background-repeat: no-repeat;
	margin-left: 2px;
	margin-right: 2px;
	padding-left: 8px;
	text-decoration: none!important;
	letter-spacing: 2px;
	color: #1760AD!important;
	width: 90px;
	height: 21px;
}
.admin_topbar_button a:hover {
	background-position-y: bottom;
}
.admin_topbar_button a img {
	margin-top: 3px;
	margin-right: 3px;
	border: 0px;
	vertical-align: -4px;
}
.admin_leftbar {
	background-image: url('/admin_/images/style1/admin_leftbar_bg.jpg');
	background-position: right top;
	background-repeat: repeat-y;
	background-color: #E9F6FC;
	width: 180px;
	height: 100%;
	color: #1760AD;
}
.admin_leftbar_buttongroup {
	padding-left: 10px;
}
.admin_leftbar_buttongroup a {
	background-image: url('/admin_/images/style1/admin_leftbar_button.jpg');
	background-position-y: top;
	background-repeat: no-repeat;
	margin-bottom: 8px;
	padding-left: 31px;
	padding-top: 8px;
	text-decoration: none!important;
	letter-spacing: 1px;
	color: #1760AD!important;
	width: 160px;
	height: 28px;
}
.admin_leftbar_buttongroup a.disabled {
	background-image: url('/admin_/images/style1/admin_leftbar_button_d.jpg')!important;
}
.admin_leftbar_buttongroup a:hover {
	background-position-y: bottom;
}
.admin_leftbar_msgdiv {
	padding-left: 10px;
	padding-right: 2px;
	width: 100%;
}
.admin_leftbar_copyrightinfo {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width:100%;
}
.admin_leftbar_copyrightinfo * {
	text-decoration: none!important;
	color: #999999!important;
}
.admin_leftbarctrl {
	background-image: url('/admin_/images/style1/admin_leftbarctrl_line.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 11px!important;
}
.admin_main {
	background-image: url('/admin_/images/style1/admin_main_topline.jpg');
	background-color: #F1FBFD;
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 8px;
}


/* 标签统一 */
BODY {
	background-image: url('/admin_/images/style1/main_bg.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #AED4EB;
	SCROLLBAR-FACE-COLOR: #ededed;
	SCROLLBAR-HIGHLIGHT-COLOR: #fafafa;
	SCROLLBAR-SHADOW-COLOR: #bdbdbd;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #939393;
	SCROLLBAR-TRACK-COLOR: #f4f4f4;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	margin-left: 24px;
	margin-top: 6px;
}
BODY, TD, A {
	font-size: 12px;
	color: #1760AD;
	text-decoration: none;
}
A:active, A:hover {
	color: #FF0000;
}
FORM {
	margin: 0;
	padding: 0;
}
SELECT {
	color: #003388;
	font-family: '新宋体';
}

/* 表单部分 */
span.select {
	border: 1px solid #70A1D7;
	display: inline-block;
	padding: 0px;
	vertical-align: middle;
}
span.select span {
	border: 1px solid #FFFFFF;
	display: inline-block;
	margin-bottom: -1px;
}
span.select span select {
	display: inline-block;
	margin: -2px;	/* 控件为标准样式 */
	/* margin: -1px; */		/* 控件为XP样式 */
}
span.select:hover {
	border: 1px solid #666666;
}
.input_submit, .input_submit_l {
	background-image: url('/admin_/images/style1/button_bg.gif');
	background-position-y: center;
	border: 1px solid #70A1D7;
	color: #003388;
	font-size: 9pt;
	vertical-align: middle;
}
.input_submit {
	height: 22px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	letter-spacing: 5px;
	min-width: 80px;
	margin-left: 1px;
	margin-right: 1px;
}
.ctrlbuttonline span {	/* 控制按钮行的间隔控制 */
	width: 50px;
}
.input_submit_l {
	height: 18px;
}
.input_text, .input_numtext, .input_button, .input_textarea, .input_text_b, .input_numtext_b, .input_text_l, .input_numtext_l, .input_button_l {
	border: 1px solid #70A1D7;
	color: #003388;
}
.input_text, .input_numtext, .input_button, .input_textarea {
	line-height: 18px;
	font-size: 9pt;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	width: 240px;
}
.input_text_b, .input_numtext_b {
	line-height: 25px;
	font-size: 24px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 3px;
	width: 100px;
	height: 29px;
	vertical-align: middle;
	font-weight:bold;
}
.input_text_l, .input_numtext_l, .input_button_l {
	padding-top: 3px;
	padding-left: 3px;
	height: 18px;
	line-height: 12px;
	font-size: 9pt;
	width: auto;
}
.input_text_select, .input_text_select_r, .input_text_l_select {
	background-image: url('/admin_/images/style1/input_text_select.gif');
	background-repeat: no-repeat;
	background-position: top right;
}
.input_text_date, .input_text_date_r, .input_text_l_date {
	background-image: url('/admin_/images/style1/input_text_date.gif');
	background-repeat: no-repeat;
	background-position: top right;
}
.input_text_more, .input_text_l_more {
	background-image: url('/admin_/images/style1/input_text_more.gif');
	background-repeat: no-repeat;
	background-position: top right;
}
.input_text_select, .input_text_select_r, .input_text_date, .input_text_date_r, .input_text_more {
	background-position-y: 2px!important;
}
.input_text_select_r, .input_text_date_r {
	background-color: #E6F4FC!important;
}
.input_label {
	border: 0px solid #FFFFFF;
	background-color: transparent;
	color: #003388;
	line-height: 18px;
	font-size: 9pt;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	height: 22px;
	vertical-align: middle;
}
.input_text, .input_numtext, .input_button {
	height: 22px;
	vertical-align: middle;
}
.input_textarea {
	line-height: 14px!important;
}
.input_numtext {
	ime-mode: disabled;
}
.input_numtext_une {
	border: 1px solid #FFFFFF!important;
	background-color: #FFFFFF;
	width: 90px!important;
}
.input_widthauto {
	width: auto!important;
}
#DynamicSelect {
	width: 100%;
}

/* 页面结构部分 */
.NavigationBar {
	background-image: url('/admin_/images/style1/admin_topbar_icon_rtn.gif');
	background-repeat: no-repeat;
	background-position: 2px 0px;
	padding-left: 24px;
	padding-top: 2px;
	font-size: 13px;
	font-weight: bold;
	color: #1760AD;
	height: 30px;
}
.NavigationBar a {
	font-size: 13px!important;
	font-weight: bold!important;
	color: #1760AD!important;
	text-decoration: none!important;
}
.ConsoleBar, .ConsoleBar a {
	padding-right: 3px;
}
.TitleBar {
	border: 0px;
	height: 28px;
	width: 100%;
	table-layout: fixed;
}
.TitleBar_Left {
	background-image: url('/admin_/images/style1/title_left.gif');
	background-repeat: no-repeat;
	background-position: left top;
	width: 11px;	
}
.TitleBar_Right {
	background-image: url('/admin_/images/style1/title_right.gif');
	background-repeat: no-repeat;
	background-position: right top;
	width: 11px;	
}
.TitleBar_Main {
	background-image: url('/admin_/images/style1/title_bg.jpg');
	padding-top: 6px;
}
.TitleBar_Main span {
	background-image: url('/admin_/images/style1/title_icon.jpg');
	background-repeat: no-repeat;
	background-position: 4px 3px;
	padding-left: 30px;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 14px;
}
#searchdiv {		/* 搜索栏 */
	display: none;
	position: absolute;
}


/* 页面结构部分(表格) */
table.list, table.show, table.form {
	background-color: #A8CEE5;
	color: #003388;
	table-layout: fixed;
}
table.list tr, table.show tr, table.form tr {
	min-height: 28px;
}
table.list tr.head, table.show tr.head, table.form tr.head {
	background-image: url('table_/admin_/images/style1/title_bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #A5D4F2;
	color: #004EA2;
	font-weight: bold;
	letter-spacing: 1px;
}
table.list tr.head td:hover {
	background-position: -30px;
}

table.list tr.button, table.show tr.button, table.form tr.button {
	height: 36px!important;
}
table.list tr.odd, table.list td.odd {
	background-color: #E6F4FC;
}
table.list tr.eve, table.list td.eve {
	background-color: #FFFFFF;
}
table.list tr.red, table.list td.red, table.form tr.red {
	background-color: #FFE1E1;
}
table.list tr.grn, table.list td.grn, table.form tr.grn {
	background-color: #D9FFD9;
}
table.list tr.ylo, table.list td.ylo, table.form tr.ylo {
	background-color: #FFFFCC;
}
table.form tr {				/* 表单表格样式 */
	background-color: #E6F4FC;
}
table.form tr.other {			/* 表单表格样式(例外) */
	background-color: #FFFFFF!important;
}
table.form td.TitleInTD a {		/* 含有链接气泡的单元格样式 */
	color: #336699;
	cursor: help;
	text-decoration: none;
}
table.show tr {
	background-color: #E6F4FC;
}
table.show tr.other {
	background-color: #FFFFFF!important;
}
table tr.line {				/* 表头定位行 */
	display: none;
	background-color: #A8CEE5;
	min-height: 0px!important;
	height: 0px!important;
}
table tr.noLine {
	color: #999999;
	background-color: #FFFFFF;
	font-size: 14px;
	height: 100px;
	line-height :26px;
	text-align: center;
}
table tr.noLine * {
	color: #999999!important;
	font-size: 14px!important;
}
table.dialog {
	background-Color: #FFFFFF;
	table-layout: fixed;
}
table.dialog tr.line {
	background-color: #DEEFED;
}
table.dialog tr.head {
	background-color: #F7F7F7;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}


/* [样式重载] Session消息框样式(居右浮动式) */
.sessionbox_i, .sessionbox_e {
	/* 重载为默认值 */
	float: none!important;
	line-height: none!important;
	text-indent: 0!important;
	padding: 0px!important;
	background: transparent none repeat scroll 0% 0%!important;
	border: medium none!important;
	margin: 0px!important;
        /* 新增定义 */
	position: absolute;
	text-align: right;
	width: 100%;
	cursor: pointer;
	filter: alpha(opacity=100);
}
.sessionbox_i div, .sessionbox_e div {
	float: right;
	line-height: 15px;
	text-indent: 18px;
	text-align: left;
	padding: 5px;
	margin-top: 1px;
	margin-right: 10px;
	cursor: pointer;
}
.sessionbox_i div {
	background: #C6F3FF url('../icon_i_14x14.gif') no-repeat 5px 5px;
	border: 1px solid #23B8D4;
	color: #336699;
}
.sessionbox_e div {
	background: #FFEFED url('../icon_x_14x14.gif') no-repeat 5px 5px;
	border: 1px solid #FFA347;
	color: #FF0000;
}
.sessionbox_dialog_i, .sessionbox_dialog_e {
	font-size: 14px;
	text-align: center;
	line-height: 16px;
}
.sessionbox_dialog_msg {
	padding: 5px;
	padding-top: 28px;
}


/* 通用部分 */
#Page_Go_Input {
	border-bottom: 1px solid #A8CEE5!important;
	background-color: transparent!important;
	color: #1760AD;
}


/* 登录页面 */
.input_login {
	background-color: transparent;
	border-right: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	border-left: #ffffff 0px solid;
	border-bottom: #ffffff 0px solid;
	font-size: 10pt;
	font-weight: bold;
	height: 18px;
	width: 156px;
	padding-left: 5px;
}
.input_login_code {
	background-color:  transparent;
	border-right: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	border-left: #ffffff 0px solid;
	border-bottom: #ffffff 0px solid;
	font-size: 11pt;
	height: 20px;
	font-weight: bold;
	width: 70px;
	padding-left: 5px;
	ime-mode: disabled;
}
