body
{
	font-size: 9pt;
	background-color: #99FFFF;
}

.DIVMB
{
	width: 100%;
	height: 100%;
	background-color: blue;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	background-color: #000000;
	filter: Alpha(Opacity=50);
	opacity:50;
}
.TBLMESSAGE
{
	border: 0px DropShadow(Color=color, OffX=offX, OffY=offY, Positive=positive);
	display: none;
	position: absolute;
	top: 150px;
	left: 250px;
	background-color: #CCFFFF;
	width: 500px;
	height: 320px;
	font-size: 9pt;
	border-right: black 1px double;
	border-top: black 1px double;
	border-left: black 1px double;
	border-bottom: black 1px double;
}
.TDBlue
{
	height: 3px;
	background-color: #3399CC;
	color: White;
}
.BTN
{
	border-right: #6699cc 1px solid;
	border-top: #6699cc 1px solid;
	font-size: 9pt;
	border-left: #6699cc 1px solid;
	width: 80px;
	border-bottom: #6699cc 1px solid;
	height: 20px;
	background-color: #99ccff;
}

button.BTN:hover
{
	border: 1px solid white;
	padding: 0px;
}

input
{
	border-right: #6699cc 1px solid;
	border-top: #6699cc 1px solid;
	font-size: 9pt;
	border-left: #6699cc 1px solid;
	border-bottom: #6699cc 1px solid;
	background-color: #99ccff;
}

.btnlogin
{
	width: 60px;
	border-right: #002D96 1px solid;
	padding-right: 2px;
	border-top: #002D96 1px solid;
	padding-left: 2px;
	font-size: 12px;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFFFF, EndColorStr=#9DBCEA);
	border-left: #002D96 1px solid;
	cursor: pointer;
	color: black;
	padding-top: 2px;
	border-bottom: #002D96 1px solid;
}
.hlight
{
	background-color: #99CCFF;
	white-space: nowrap;
	overflow: hidden;
	word-break: keep-all;
}

.normal
{
	background-color: transparent;
	white-space: nowrap;
	overflow: hidden;
	word-break: keep-all;
}
body 
{
	/* 设置登录页面的背景色 */
	font-size: 9pt;
	background-color: #99FFFF;
}

#divHint
{
	overflow: hidden; 
	z-index: 1002; 
	width: 100%; 
	height: 100%; 
	position: absolute;
    background-color: #C4E7FA; 
	display: none; 
	top: 0px; 
	left: 0px;
}

#tblHint
{
	border: 0px DropShadow(Color=color, OffX=offX, OffY=offY, Positive=positive);
    display: none; 
	position: absolute; 
	top: 150px; 
	left: 250px; 
	background-color: #C4E7FA;
    width: 500px; 
	height: 320px; 
	font-size: 9pt; 
	border-right: black 1px double;
    border-top: black 1px double; 
	border-left: black 1px double; 
	border-bottom: black 1px double;
    z-index: 1003;
}

.TDBlue
{
	/* 设置登录验证等待页面的分割线 */
	height: 3px;
	background-color: #3399CC;
	color: White;
}

.TDBlueEx
{
	/* 设置登录验证等待页面的分割线 */
	height: 10px; 
	background-color: #3399CC; 
	color: White;
}

.TDDownKey
{
	/* 设置用户密钥驱动下载区域样式 */
	height: 45px; 
	background-color: #3399CC; 
	color: White;
}

.BTN
{
	/* 设置登录验证等待页面的确认按钮样式 */
	border-right: #6699cc 1px solid;
	border-top: #6699cc 1px solid;
	font-size: 9pt;
	border-left: #6699cc 1px solid;
	width: 80px;
	border-bottom: #6699cc 1px solid;
	height: 20px;
	background-color: #99ccff;
}

button.BTN:hover
{
	/* 设置登录验证等待页面的确认按钮的鼠标悬停样式 */
	border: 1px solid white;
	padding: 0px;
}

input
{
	/* 设置登录页面输入框的样式，比如工号、密码等 */
	border-right: #6699cc 1px solid;
	border-top: #6699cc 1px solid;
	font-size: 9pt;
	border-left: #6699cc 1px solid;
	border-bottom: #6699cc 1px solid;
	background-color: #99ccff;
}

.btnlogin
{
    /* 设置登录页面登录按钮的样式 */
	width: 60px;
	border-right: #002D96 1px solid;
	padding-right: 2px;
	border-top: #002D96 1px solid;
	padding-left: 2px;
	font-size: 12px;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFFFF, EndColorStr=#9DBCEA);
	border-left: #002D96 1px solid;
	cursor: pointer;
	color: black;
	padding-top: 2px;
	border-bottom: #002D96 1px solid;
}

.hlight
{
	/* 设置登录页面工号待选清单获得光标的样式 */
	background-color: #99CCFF;
	white-space: nowrap;
	overflow: hidden;
	word-break: keep-all;
}

.normal
{
	/* 设置登录页面工号待选清单没有获得光标的样式 */
	background-color: transparent;
	white-space: nowrap;
	overflow: hidden;
	word-break: keep-all;
}
