
}
.errorText {
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
}

.LoginLogo{
	background-image: url(images/logo_login.jpg);
	background-repeat: no-repeat;
	width: 334px;
	height: 68px;
	display: block;
	margin-bottom: 15px;
}

.LoginLogoLine{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: -10px;
	margin-bottom: 20px;
}

.LoginGrayLine{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	width: 100%;
	margin-bottom: 2px;
	margin-top: 2px;




	*margin-top: -2px;
}
.normalText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
	text-align: right;
	top: 5px;
	padding: 3px;
}
.grayText {
	color: #666666;
	font-size: 10px;
	text-decoration: none;
}

.normalTextLeftAligned {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
	text-align: left;
	top: 5px;
	padding: 3px;
	background-color: #FFFFFF;
}
.normalTextBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
	padding: 3px;
}
.LoginTextBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	width: 170px;
	height: 18px;
	border: 1px solid #CCCCCC;
	margin: 2px;
}
.LoginWelcome{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	padding-top: 15px;
	display: block;
	line-height: 20px;
	padding-bottom: 5px;
	text-align: center;
}
.LoginHeading{
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 14px;
	display: block;
	width: 100%;
	padding-bottom: 5px;
}

.common_button {
	background-color: #FFCC33;
	display: block;
	height: 18px;
	border: 1px solid #333333;
	margin-top: 8px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 3px;


	*padding-top: 4px;
	margin: 3px;
	margin-bottom: 4px;
	text-align: center;
}
.Button_link{
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.Button_link:hover {
	font-size: 10px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}

.Orange_Link{
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a.Orange_Link:hover {
	font-size: 10px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}

.TableText{
	height: 20px;
	padding-left: 3px;
	padding-top: 5px;
	width: 300px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.edit_button{
	background-image: url(images/edit.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 17px;
	clip: rect(0px,auto,auto,auto);
	margin-top: -13px;
	margin-left: 70px;
}

/*---------------------------------------- */                                                                                   
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
	background: transparent url('images/aeroleft.gif') no-repeat top left;
	display: block;
	float: left;
	font: bold 10px Verdana, Trebuchet MS; /* Change 13px as desired */
	line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
	height: 28px; /* Height of button background height */
	padding-left: 10px; /* Width of left menu image */
	text-decoration: none;
	margin-right: 5px; /*spacing between buttons*/
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: gray; /*button text color*/
}

.aerobuttonmenu a.aero span{
	background: transparent url('images/aeroright.gif') no-repeat top right;
	display: block; /*Set 10px here to match value of 'padding-left' value above*/
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 0;
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
color: Black;
}
/*---------------------------------------- */
