/* -------------------------------------------------------- */
/* ---- This section is dedicated for the LoginControl ---- */
/* -------------------------------------------------------- */
/* --------------------Start Section----------------------- */
.LoginMainTable {
	border: outset 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff
}
.LoginTitle {
	font-weight: bold; 
	font-size: 0.8em; 
	vertical-align: top;
	color: white; 
	background-color: #6798c7
}
.LoginInner {
	/*background-image: url(fhBg.gif); */
	vertical-align: top; 
	color: #246398; 
	background-repeat: repeat-x; 
	background-color: #ffffff
}
.LoginLabel {
	font-size: 0.75em
}
.LoginTxt {
	border: solid 1px;
	font-size: 0.7em
}
.LoginPwd {
	border: solid 1px;
	font-size: 0.7em;
	font-family: Wingdings
}
.LoginBtn {
	background-color: #6798c7;
	border: solid 1px #6798c7;
	font-weight: bold;
	color: #ffffff;
	font-size: 0.7em;
}
.LoginCheck {
	font-size: 0.65em;
}
.LoginErrorMsg {
	font-size: 0.65em;
	color: rgb(255,0,0);
	font-weight: bold;
	padding: 3px	
}
a.LoginLink, a.LoginLink:visited, a.LoginLink:link {
    color: #013DA4;
    font-size: 0.7em;
    text-decoration: none
}
a.LoginLink:Hover {
	color: #013DA4;
    font-size: 0.7em;
    text-decoration: underline
}
/* ----------------------End Section----------------------- */

