﻿.bodyLogin
{
	margin: 0px 0px 0px 0px;
	background-color: White;
	font-size: 9pt;
}

body
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 9pt;
	cursor: default;
	color: black;
	font-family: 宋体;
	SCROLLBAR-FACE-COLOR: #cee4fb;
	SCROLLBAR-HIGHLIGHT-COLOR: #cee6ff;
	SCROLLBAR-SHADOW-COLOR: #8bb8ff;
	SCROLLBAR-ARROW-COLOR: #6599d8;
	SCROLLBAR-TRACK-COLOR: #c3eofe;
	SCROLLBAR-DARKSHADOW-COLOR: #8bb8ff;
}
.popBody
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 9pt;
	cursor: default;
	color: black;
	background-color: #e3f1fe;
	font-family: 宋体;
	SCROLLBAR-FACE-COLOR: #cee4fb;
	SCROLLBAR-HIGHLIGHT-COLOR: #cee6ff;
	SCROLLBAR-SHADOW-COLOR: #8bb8ff;
	SCROLLBAR-ARROW-COLOR: #6599d8;
	SCROLLBAR-TRACK-COLOR: #c3eofe;
	SCROLLBAR-DARKSHADOW-COLOR: #8bb8ff;
}
.title
{
	padding-bottom: 0px;
	padding-top: 2px;
	font-weight: bold;
	font-size: 15px;
	FILTER: Glow(Color=#000000, Strength=1) DropShadow(Color=#0957dd, OffX=2, OffY=1, Positive=1);
	color: #FFFFFF;
	line-height: 140%;
}

.POPtitle
{
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 15px;
	FILTER: Glow(Color=#000000, Strength=1) DropShadow(Color=#0957dd, OffX=2, OffY=1, Positive=1);
	color: #ffffff;
	line-height: 60%;
}

.POPcontent
{
	margin-left: 50px;
	margin-top: 30px;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 9pt;
	font-family: 宋体;
	background-color: #e9f9fb;
	text-align: left;
	border-color: #7e7e80;
	border-width: 1px;
	border-style: double;
}

.btnLogin
{
	width: 50px;
	height: 20px;
	font-size: 9pt;
	color: #ffffff;
	padding-top: 3px;
	text-align: center;
	cursor: hand;
	border-width: 0px;
	background-color: #004477;
}

.btn
{
	width: 55px;
	height: 18px;
	font-size: 9pt;
	color: White;
	padding-top: 2px;
	text-align: center;
	cursor: hand;
	border-width: 0px;
	background-color: #003366;
}

.select
{
	width: 125px;
	color: black;
	font-size: 9pt;
	font-family: 宋体;
	background-color: #ffffff;
	height: 21px;
}

.distabedSelect
{
	width: 125px;
	color: black;
	font-size: 9pt;
	font-family: 宋体;
	background-color: #e7f3ff;
	height: 21px;
}

.selectQuery
{
	width: 80px;
	color: black;
	font-size: 9pt;
	font-family: 宋体;
	background-color: #FFFFFF;
	height: 22px;
}

.txtQuery
{
	border: solid 1px #6699cc;
	height: 14px;
	width: 160px;
	background-color: White;
	text-align: left;
	vertical-align: bottom;
	padding-top: 5px;
	cursor: text;
	font-family: 宋体;
	font-size: 9pt;
	color: Black;
}

.txtLogin
{
	border: solid 1px #000000;
	height: 18px;
	width: 100px;
	background-color: White;
	text-align: left;
	vertical-align: bottom;
	padding-top: 2px;
	cursor: text;
	font-family: 宋体;
	font-size: 9pt;
	color: Black;
}

.txtInput
{
	border: solid 1px #6699cc;
	height: 16px;
	width: 120px;
	background-color: White;
	text-align: left;
	vertical-align: bottom;
	padding-top: 3px;
	cursor: text;
	font-family: 宋体;
	font-size: 9pt;
	color: Black;
}

.txtUnderline
{
	height: 16px;
	width: 120px;
	background-color: White;
	text-align: center;
	vertical-align: bottom;
	cursor: text;
	font-family: 宋体;
	font-size: 9pt;
	color: Black;
	border-bottom: solid 1px #6699cc;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	padding-bottom: 0px;
}

.disabledInput
{
	border: solid 1px #6699cc;
	height: 16px;
	width: 120px;
	background-color: #e7f3ff;
	text-align: left;
	vertical-align: bottom;
	padding-top: 3px;
	cursor: text;
	font-family: 宋体;
	font-size: 9pt;
	color: Black;
}
.disabledInput_dv
{
	border: solid 0px #6699cc;
	height: 16px;
	width: 120px;
	background-color: #e7f3ff;
	text-align: left;
	vertical-align: bottom;
	padding-top: 3px;
	cursor: text;
	font-family: 宋体;
	font-size: 9pt;
	color: Black;
}


.txtDigit
{
	font-size: 9pt;
	color: black;
	padding-top: 3px;
	height: 16px;
	background-color: White;
	text-align: right;
	cursor: text;
	width: 120px;
	border: solid 1px #6699cc;
}

.disabledDigit
{
	font-size: 9pt;
	color: black;
	padding-top: 3px;
	height: 16px;
	background-color: #e7f3ff;
	text-align: right;
	cursor: text;
	width: 120px;
	border: solid 1px #6699cc;
}

.MustFill
{
	color: #00009f;
}
.MustFill A:link
{
	text-decoration:underline;
	color: #00009f;
}
.MustFill A:visited
{
	text-decoration: underline;
	color: #00009f;
}
.MustFill A:hover
{
	text-decoration: underline;
	color: #00009f;
	background-color: #E3F1FE;
}
.MustFill A:active
{
	text-decoration: underline;
	color: #00009f;
	background-color: #E3F1FE;
}

.TextBoxCss
{
	font-size: 9pt;
	color: black;
	padding-top: 1px;
	font-family: Verdana;
	height: 14px;
	background-color: White;
	text-align: right;
	cursor: text;
	width: 35px;
	border-left: 1px #6699cc solid;
	border-top: 1px #6699cc solid;
	border-bottom: 1px #6699cc solid;
	border-right: 1px #6699cc solid;
}

.ButtonCss
{
	width: 32px;
	height: 18px;
	font-size: 9pt;
	color: White;
	padding-top: 2px;
	text-align: center;
	cursor: hand;
	border-width: 0px;
	background-color: #003366;
}

.dg
{
	border-color: #cccccc;
	border-width: 1px;
	border-style: none;
	background-color: White;
}

hr
{
	width: 100%;
	color: #6699cc;
	border: thin;
	height: 1px;
	text-align: left;
	border-style: dotted;
}

.pagerCss A:link
{
	color: #004477;
	text-decoration: underline;
}
.pagerCss A:visited
{
	color: #004477;
}
.pagerCss A:hover
{
	color: #ffffff;
	background-color: #000066;
}
.pagerCss A:active
{
	text-decoration: none;
	color: #ffffff;
	background-color: #003366;
}
.dvCommandField
{
	background-color: #003366;
	color: White;
	height: 17px;
}
.dvCommandField A:link
{
	color: #ffffff;
	text-decoration: none;
}
.dvCommandField A:visited
{
	color: #ffffff;
	text-decoration: none;
}
.dvCommandField A:hover
{
	color: #ffffff;
	background-color: #000066;
	text-decoration: none;
}
.dvCommandField A:active
{
	text-decoration: none;
	color: #ffffff;
	background-color: #003366;
	text-decoration: none;
}
.tbDispatchPrint td
{
	border: solid 1px black;
	line-height: 45px;
}
.trDispatchPrint span
{
	text-decoration: underline;
	font-weight: bold;
	padding-right: 8px;
	padding-left: 8px;
}
.trDispatchPrint p
{
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: 2em;
	line-height: 40px;
	font-size: 14pt;
}

A:link
{
	text-decoration: none;
	color: #004477;
}
A:visited
{
	text-decoration: none;
	color: #004477;
}
A:hover
{
	text-decoration: none;
}
A:active
{
	text-decoration: none;
}
