/* HortSafety.com Main Administration Styles */

/* Color Schem for HortSafety.com

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

/* General HTML Tag Styles */

body{
	margin:0;
	padding:0;
	background-color:#167c2f;
}

#Body{
	background-image: url(../Images/Login-Background.jpg);
	background-repeat: repeat-x;
	background-color:#167c2f;
}

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 */

.LoginMiddle{
	width:398px;
	background-image: url(../Images/Login-Middle.jpg);
	background-repeat: repeat-y;
	padding-left:70px;
}

.LoginItems{}

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

.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:center; margin:5px;}

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