/* e-Workplace Main Administration Styles */

/* Color Schem for e-Workplace

	Yellow: #ffbf00;
	Dark Green: #006b33;
	Light Green: #69c01f;
	Light Blue: #5a94d5;
	
*/

/* General HTML Tag Styles */

body{
	margin:0;
	padding:0;
	background-color:#045b79;
}

#Body{
	background-image: url(../images/Login-Background.jpg);
	background-repeat: repeat;
	background-color:#045b79;
}



img{border:none;}

form{margin:0; padding:0;font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;}

p {	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;}
	
a:link { color: #BD0100; text-decoration: underline; font-weight:bold;}
a:visited { color: #BD0100; text-decoration: underline; font-weight:bold;}
a:active { color:#BD0100; text-decoration:none; font-weight:bold;}
a:hover{color: #FFFFFF; background-color:#BD0100; text-decoration:none; font-weight:bold;}




/* Body Styles */


.LoginInputFields{padding-right:95px; background:}

.LoginMiddle{
	width:633px;
	background-image: url(../images/eworkloginmiddle.jpg);
	background-repeat: repeat-y;
}

.LoginItems{}

.FooterRights{font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#18b7f3; text-align:center; font-weight:bold; margin-top:5px;}

.LoginInput{width:180px; border:1px solid #005482;}

.loginbottom{
	width:468px;
	height:94px;
	background-image: url(../images/LoginBottom.jpg);
	background-repeat: no-repeat;
}

.ErrorDiv{width:300px; padding:5px; color:#FFFFFF; margin-bottom:10px; font-family:Arial, Helvetica, sans-serif; font-size:15px; font-weight:bold;}

.ErrorDiv ul{margin:0px; padding:0px; list-style:none;}

.ForgotPass{ text-align:right; margin-top:7px;}

.ForgotPass a:link { color: #78a333; text-decoration: underline; font-weight:bold;}
.ForgotPass a:visited { color: #78a333; text-decoration: underline; font-weight:bold;}
.ForgotPass a:active { color:#78a333; text-decoration:none; font-weight:bold;}
.ForgotPass a:hover{color: #000000; background-color:#FFFFFF; text-decoration:none; font-weight:bold;}

.kwferrortext { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#ff0000}