@charset "utf-8";
/* CSS Document 

	engine ready blue: #0177c1
	fade blue: #14537b


*/

* { 
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	
}

* HTML img, * HTML div, * HTML strong{
	behavior: url(/images/iepngfix.htc)
}

/* body */

body{
	background:url(/images/body-bg.jpg) top left #eee repeat-x;
}

#masterbox{
margin:0 auto;
width:1000px;
}

/* sign up box */

table#signup{
	padding:0px;
	width:260px;
	background-color: #F0F9FF;
}

/* links */

a{ color:#0177c1; text-decoration:none;}
a:hover{ text-decoration:underline;}


/* headers */
h1,h2,h3,h4,h5,h6{
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* header */
div#header{
	clear:both;
}

	/* account info */
	
	div#header p{ 
		text-align:right;
		color:#666;
		margin:5px 20px 0 0;
	}
	
	#header p a,#header p em{
		margin:0 6px;
	}
	
	#header img{
		margin: 10px 35px;
		border:none;
	}
	
	/* TOP BLACK BAR */
	
	div#engineBar,div#engineBarBottom{
		position:fixed;
		top:0;
		left:0;
		z-index:150;
		color:#ccc;
		width:100%;
		height:30px;
		background: url('/images/ERA-landing-toolbar.png') #000 1% 50% no-repeat;
	}
	div#engineBarBottom{ top:630px;}
	
	#engineBar p,div#engineBarBottom p{ margin-right:20px; font-weight:bold; font-style:normal;  font-size:12px; font-family:Arial, Helvetica, sans-serif; text-align:right; margin-top:7px;}
	#engineBar p em,div#engineBarBottom p em{color:#0177c1; font-weight:bold; margin-right:10px;}
	#engineBar p a,div#engineBarBottom p a{ margin:0px 10px; color:#ccc;}
	#engineBar p a.help,div#engineBarBottom p a.help{color:red;}
	#engineBar p a:hover,div#engineBarBottom p a:hover{ color:#FFF;}

/* footer */

div#footer{
	clear:both;
	width:900px;
	padding:20px 0;
}
#footer p{
	line-height:18px;
	text-align:center;
	margin-bottom:9px;
	
}


/* navigation */
div#navigation{
	clear:both;
}

	/* main navigation */
	#navigation ul{
		list-style:none;
		display:inline;
		
	}
	#navigation ul li{ 
		list-style:none;
		float:left;
		background: url('/images/topLeftCorner.gif') #14537b top left no-repeat;
	}
	#navigation ul li a{
		border: 1px solid #fff;
		border-bottom:none; 
		border-top:none;
		display:block;
		padding:5px 13px; 
		color:#ccc; 
		font-weight:bold;
		background: url('/images/topRightCorner.gif')  top right no-repeat;
		
	}
	#navigation ul li a:hover{
		border: 1px solid #fff; 
		border-bottom:none; 
		border-top:none; 
		font-weight:bold;
	}
	#navigation ul li a.there{	
		
		color: #fff;
		background: url('/images/topRightCornerLight.gif') #0177c1 top right no-repeat;
	}
	
	/* sub navigation */
	
	div#subNavigation{
		background-color:#0177c1;
		clear:both;	
		width:100%;
		padding:5px 0;
		height:20px;
		padding-left:5px;
		
	}
	
	#subNavigation ul{
		list-style:none;
		display:inline;
		background-color:#0177c1;
	}
	
	#subNavigation ul li{
		list-style:none;
		float:left;
		background-image:none;
		background-color:#0177c1;
		border:none;
		
	}
	#subNavigation ul li a{
		background-color:#0177c1;
		color:#ccc;
		border:none;
		background-image:none;
		border-right:1px #ccc solid;
		padding:2px 13px;
		
	}
	#subNavigation ul li a:hover{
		background-color:#0177c1;
		border:none;
		text-decoration:none;
		color:#ffffff;
		border-right:1px #ccc solid;
	}
	#subNavigation ul li a.there{
		background-image:none;
	}
	
/* content */

div#content{
	clear:both;
	width:900px;
}

/* box control */

	/* basic standard box controls */
	div.box{
		background-color: transparent;
		margin:20px 0 0 20px;
		width:500px;
		
	}
	div.innerBox{
		padding:5px 15px;
		border-left:1px #ccc solid;
		border-right:1px #ccc solid;
		background-color:#fff;
	}
	
	.innerBox h1, h1{
		color:#0177c1;
		font-size:16px;
		margin-bottom:7px;
	}
	
	.innerBox h2, h2{
		color:#333;
		font-size:14px;
		margin-bottom:7px;
	}
	.innerBox h2 em,.innerBox h2 a,.innerBox h2 span{
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:14px;
	}
	.innerBox h2 em{
		color:#999;
		font-weight:normal;
		font-style:normal;
	}
	
	.innerBox p{
		color:#333;
		line-height:18px;
		margin-bottom:7px;
	}
	
	.innerBox ul{
		list-style:none;
		margin-left:10px;
		margin-bottom:10px;
	}
	.innerBox ol{
		margin-left:20px;	
		margin-bottom:10px;	
	}
	.innerBox ul li{
		list-style:none;
		line-height:18px;
	}
	
	.innerBox ol li{
		line-height:18px;
		margin-bottom:7px;
		color:#0177c1;
	}
	.innerBox ol li p{
		color:#333;
	}
	
 	.innerBox form input[type=text],.innerBox form input[type=password]{
		padding:2px;
		color:#333;
		margin-left:5px;
	}
	
	.innerBox form input[type=text]:focus,.innerBox form input[type=password]:focus{
		background-color:#FFFFE0;
	}
	.innerBox form input[type=submit]{
		font-family:Tahoma, Geneva, sans-serif;
		font-weight:bold;
		padding:2px 20px;
		cursor:pointer;
	}
	.innerBox form input:hover[type=submit]{
		color:#14537b;
	}
	
	
	/*
	.innerBox form input[type=submit]{
		background-color:#0177c1;
		color:#fff;
		font-weight:bold;
		padding:2px 20px;
		border:1px #ccc solid;
		cursor:pointer;
	}
	.innerBox form input:hover[type=submit]{
		background-color:#14537b;
	}
	*/
	
	/* ol lists styleing */
	.innerBox ol.reports{ background-color:#fff; margin-left:20px;  border-top:1px #ccc solid;}
	.innerBox ol.reports li{ padding:10px; border:1px #ccc solid; border-top:none; cursor:pointer}
	.innerBox ol.reports li:hover{ background-color:#efefef}
	.innerBox ol.reports li strong {color:#036;}
	.innerBox ol.reports li strong:hover{ color:#039; text-decoration:underline}
	
	
	/* synopsis */
	
	table#synopsis{
		width:580px;
		margin-bottom:20px;
	}
	
	#synopsis td{
		padding-bottom:10px;
		border-bottom:1px #ccc solid;
		padding-top:10px;
		
	}
	
	
	/* form styles */
	form#editAccount label, form#changepassword label{width:150px; display:block; float:left; clear:left; margin-bottom:7px;}
	form#editAccount input,textarea, form#changepassword input{ float:left; margin-bottom:7px;}
	
/* tweaks */

	/* box round corners */
	.rtop, .rbottom{display:block}
	.rtop *, .rbottom *{display: block; height: 1px; background-color:#fff;  overflow: hidden}
	.r1{margin: 0 7px;border-top:1px #ccc solid;}
	.r1t{margin: 0 6px; border-top:1px #ccc solid; margin-bottom:-1px;}
	.r2{margin: 0 5px;border-left:1px #eee solid;border-right:1px #eee solid;}
	.r3{margin: 0 4px;border-left:1px #ccc solid;border-right:1px #ccc solid;}
	.r4{margin: 0 3px; border-left:1px #ccc solid;border-right:1px #ccc solid;}
	.r5{margin: 0 2px; border-left:1px #ccc solid;border-right:1px #ccc solid;} 
	.r6{margin: 0 1px; height: 2px;border-left:1px #ccc solid;border-right:1px #ccc solid;} 
	
	/* problem box red borders */
	div#problem  .r1, #problem   .r1t,	#problem  .r2,	#problem  .r3,	#problem  .r4,	#problem  .r5,	#problem  .r6{ border-color:red;}
	#problem div.innerBox{
		border-color:#F00;
	}
	
	/* landingpage box black borders */
	div#questionnaire  .r1, #questionnaire   .r1t,	#questionnaire  .r2,	#questionnaire  .r3,	#questionnaire  .r4,	#questionnaire  .r5,	#questionnaire  .r6{ border-color:black;}
	#questionnaire div.innerBox{
		border-color:black;
	}
	
	
	div#problem div.innerBox strong{
		color:red;
		background: url('/images/icons/omg.png') center left no-repeat;
		padding-left:30px;
	}
	
	/* super styling */
	
	#userList tr.odd{ background-color:#CCC;}
	#userList td{padding:3px 2px;}
	table#userList { width:900px;}
	
	#userList tr.userDetails{ display:none; background-color:#f3f3f3;}
	
	/* float fix */
	
	.floatfix{clear:both}
	
	/* troubleshooting */
	
	div#troubleshoot{
		position:fixed;
		bottom:0;
		right:0;
		background-color:#FFF;
		width:400px;
		border:1px #900 solid;
		padding:10px;
		margin:5px;
		color:red;
		font-size:10px;
		display:none
	}
	
	/* alerts */

	.red{ color:red;  }
	.blue{ color:#0177c1}
	
.grade{
	font-size:24px;
	font-weight:bold;
	font-style:normal;
	color:#333;
}

	