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

h1 a {
	background: url(images/loginlogo.png) no-repeat top center;
	width: 326px;
	height: 67px;
	text-indent: -9999px;
	overflow: hidden;
	padding-bottom: 15px;
	display: block;
}
.loginblurb{margin:25px 200px 0px 200px;}
#lostpass {
	text-shadow: rgba(255,255,255,1) 0 1px 0; margin: 0 0 0 8px; padding: 16px; font-size:12px;
}
#lostpass a{
	color:#666; text-decoration:none;
}
#lostpass a:hover{
	text-decoration:underline;
}
#login { width: 320px; margin: 3em auto; }
#login_error, .message {
	margin: 0 0 16px 8px;
	border-width: 1px;
	border-style: solid;
	padding: 12px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background:#FECCC9;
	color:#990000;
}

#user_pass, #user_login, #user_email {
	font-size: 16px;
	width: 97%;
	padding: 3px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 16px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
}
body{background:#e6e6e6; margin:0 auto; text-align:center; font-family: Arial, Helvetica, sans-serif; color:#666; font-size:14px;}
.content{background:#fff; margin:0 auto; padding-top:10px; text-align:left; width:1000px; border:1px solid #ccc; border-top:none;}
a{text-decoration:none; color:#ff9900;}
a:hover{text-decoration:underline;}
.maincontent{width:60%; float:right; margin-right:50px; margin-top:50px;padding-bottom:75px;}
.leftcontent{width:24%; margin:50px 50px; padding-right:25px; border-right:1px dotted #ccc;}
.orange{color:#ff9900;}

.greybox ul{ list-style:none;}
.greybox li{margin-top:10px; border-top:1px dotted #ccc; padding-top:10px;}

.nav{}
.nav li a{color:#666;}
.nav li a:hover{color:#ff9900;}
.nav ul{padding-left:15px;}
.nav li{}
.dirnav{border:1px dotted #ccc; padding:10px 20px; float:right; font-size:12px;}
.dirnav a{color:#666;}
.dirnav a:hover{color:#ff9900;}

.impacted{text-align:center; color:#990000; font-size:5em; padding:0px; margin:0px;}
.impactsub{color:#666; font-size:14px;}
.totalimpact{border-top:1px dotted #ccc; padding:10px; margin:0px; position:relative; top:10px; font-size:12px;}
.totalnum{color:#990000; font-weight:bold; margin-left:1em; font-size:13px;}

#welcome{margin-bottom:30px;}
.video{float:left; margin-right:15px;}
.resource{margin-bottom:80px;}
.rthumb{float:left; margin-right:15px;}
.rthumb img{border:none;}
.rthumb img:hover{filter:alpha(opacity=50); 
-moz-opacity: 0.5; 
opacity: 0.5;}
.maincontent h1{color:#990000; font-size:1.4em; padding:0px; margin:0px; margin-top:20px;}
.maincontent h2{color:#666; font-size:1.1em; padding:0px; margin:0px; margin-bottom:20px;}
.maincontent h3{color:#666; font-size:1.1em; border-bottom:1px dotted #ccc; margin-top:25px;}
#dirlink{color:#666; text-decoration:none;}
#dirlink:hover{color:#ff9900; text-decoration:underline;}

.greybox{background:#F0F0F1; clear:left;}
.greybox h3{background:#C7C8CB; color:#990000; padding:5px; padding-left:20px; font-size:1.1em;}
.greyboxcontent{padding:0px 20px 40px 20px;}
.greybox a{color:#ff9900; text-decoration:none;}
.greybox a:hover{text-decoration:underline;}

.footer{width:950px; margin:0 auto; margin-top:20px; margin-bottom:75px;}
.footlogo{float:right; border:none;}
.footerlinks{float:right; padding:0px; margin:0px 25px;}
.footerlinks li{display:inline; padding-left:40px;}
.footerlinks li a{color:#666; font-size:.8em;}

/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #F0F0F1;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-right:20px;
}
table.tablesorter a{color:#ff9900;}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #C7C8CB;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}
