

.error_box {padding: 1px 1px 1px 1px; color: #BB2222; font-weight: bold; font-size: 1.0em; background: #FFEEEE; border: #BB2222 1px solid}
.warning_box {padding: 5px 5px 5px 5px; color: #333333; font-weight: bold; font-size: 1.0em; background: #fef7d8; border: #f2dd64 1px solid}
.success_box {padding: 1px 1px 1px 1px; color: #22BB22; font-weight: bold; font-size: 1.0em; background: #EEFFEE; border: #22BB22 1px solid}

#container { position: relative; margin: 0px auto 0px auto; z-index: 2; width:888px; }

	body {	
	  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	  font-size: 10pt;
	  background-attachment:fixed; 
	  background-image: url(/ui/img/content_bg_small.gif);
	  color: #444444;
	  *text-align: center;
	}
	#login_container {
		position: relative;
		margin: 10% auto;
	}
	#background {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 1;
	}
	
	#logo_container {
		
	}
	
	#subheader {
		height: 30px;
		color: #FFFFFF;
		background: #202020;
		border-left:2px solid white;
		border-right:2px solid white;
	}
	
	hr {
		color: transparent;
		width: 90%;
		height: 0px;
		border: 0px solid white;
		border-bottom: 0px dashed #cecece;
	}
	
	#subheader h2 {
		color: #FFFFFF;
		padding-left: 30px;
		font-size: 12px;
		padding-top: 5px;
		text-transform: uppercase;
	}	
	
	#logo_header {
		background: url(/ui/img/header_logo.jpg) top left no-repeat;
		height: 92px;
	}	
	
	#signin_footer {
		background: #ffffff;
		padding-bottom: 20px;
		
	}
	
	#signin_footer_nobutton {
		background: #ffffff;
		padding-bottom: 20px;
	}		
	
	#forgot_password {
		background: #ffffff;
		padding-bottom: 20px;
		padding-right: 30px;
		text-align: right;
	}
	
	#full_footer {
		background: url('/ui/img/footer_bg.png') bottom right no-repeat;
		margin-bottom: 20px; 
		height: 51px;
	}
	
	#signup_container {
		background: #ffffff;
		padding-top: 10px;
	}
	
	.signup_table {
		width: 444px;
		margin: 0px auto;
		padding-top: 60px;
	}	
	
	#login_main {
		font-family: Verdana,Arial,Helvetica,sans-serif;
		border: 0px #000000 solid;
		position: relative;
		top: 5px;
		z-index: 3;
		width: 450px;
		margin: 0px 20px 0px auto;
		text-align: center;
		*margin-left: 220px;
	}	
	#info {
		border: 0px #000000 solid;
		position: relative;
		z-index: 3;
		top: 60px;
		margin : 0px auto;
		text-align: center;
		*margin-top: -30px;
	}
	.title {
		font-family:Arial,Helvetica,sans-serif;
		font-size: 14px;
		font-weight: bold;

	}
	#login_main .regular {
			font-size: 10px;
			color: #FFFFFF;
		}
	#login_box {	
		margin: 0px auto;
		padding: 10px 0px 10px 0px;
		background-image : url(/ui/img/login_box2.jpg);
		background-repeat: no-repeat;
		width: 426px;
		height: 74px;
	}
	#login_box table td {
		font-size: 10px;
		font-weight: bold;
		color: #ffffff;
	}
	.textbox {
		background-image: url(/ui/img/signin/textbox.png);
		background-repeat: no-repeat;
		width: 242px;
		height: 32px;
		border: 0px;
		background-color: #FFFFFF;
		color: #444444;
		font-size: 15px;
		padding: 5px;
	}
	#login_box_forgot_password {
		width: 150px;
		margin: -80px auto 80px auto;
		_margin-top: -80px;		
	}	
	#firefox {
		width: 425px;
		margin: 0px auto 0px auto;
		_margin-top: 0px;		
	}
	body:first-of-type #firefox {
		margin-top: -60px;
	}
	#firefox table td {
		color: #878787;
		font-size: 10px;
	}
	
	a:link {
		color:#0898E3;
		text-decoration: none;
	}
	a:visited {
		color:#0898E3;
		text-decoration: none;

	}
	a:hover {
		color:#0898E3;
		text-decoration: underline;

	}
	
	.light_link a, .light_link a:hover, .light_link a:active{
		color: #FFFFFF !important;
	}
	
	/* Themeing colors */
	.theme_primary_dark { color: #122fc2 !important; }
	.theme_primary_dark_bg { background-color: #122fc2 !important; }
	.theme_primary_dark_border { border-color: #122fc2 !important; }
	.theme_primary_light { color: #fd6014 !important; }
	.theme_primary_light_bg { background-color: #fd6014 !important; }
	.theme_primary_light_border { border-color: #fd6014 !important; }
	.theme_primary_lighter { color: #3d93e1 !important; }
	.theme_primary_lighter_bg { background-color: #3d93e1 !important; }
	.theme_primary_lighter_border { border-color: #3d93e1 !important; }
	.darker_text { color: #1E1E1E; }
	.lighter_text { color: #363636; }
	
	#getstarted_link {
		text-align: center;
	}
	
	#getstarted_link h2 {
		margin-bottom: 0px;
		padding-bottom: 12px;
		padding-top: 12px;
		font-size: 11pt;
	}	