body,td,th {
	font-size: 12px;
	color: #006BAA;
}
body {
	margin: 0px auto; 
	padding:0px;
	background-image: url(../images/LoginBg.gif);
}
 
#DivTop {
	width:100%;
} 
 
#DivContainer {} 
 
#DivLeft {
	width:20px; 
	float:left;
}
 
#DivRight {
	width:20px; 
	float:right;
}
 
#DivContent { 
	margin-left:20px;
	margin-right:20px;
}
 
#DivFooter {
	clear:both;
}

a:link {
	color: #006BAA;
	text-decoration: none;
}
a:visited {
	color: #006BAA;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
}

/*-------------------------------------*/
.ImgBorder{
	border: #CFDAE5 1px solid;
}
.RightTabCss{
	background-color: #FBFCFE;
	border: #CFDAE5 1px solid;
}
.T12px{
	font-size: 12px;
}
.T14px{
	font-size: 14px;
}
.InputCss{
	width: 150px;
	height: 18px;
	background-color: #FBFCFE;
	border: #CFDAE5 1px solid;
}
.LoginBtnCss
{
	padding: 2px 4px 0px 4px;
	font-size: 12px;
	width: 60px;
	height: 24px;
	color: #006EAE;
	background-color: #E3EFFE;
	border-width: 1px;
}

.AlarmMsg 
{
	font-size: 14px;
	color: #FC6A22
}