body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-image: url(/sb/images/page_bgrn.gif);
    background-repeat:repeat-x;
    background-color: #e9e5f5;
    margin:0; padding:0;
}

#page
{
    background: #ffffff;
    border: 1px solid #d5d5d5;
    border-bottom: none;
    border-top: none;
    margin:auto; text-align:left;
    width: 1004px;
    height:100%;
    min-height:100%;
    overflow:auto;
}

html>body #page{height:auto; min-height:100%;}

eric* { behavior: url("/sb/images/iepngfix.htc") }

img {
    border: 0;
}

a {
	color: #306289;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #306289;
    text-decoration: none;
}

a:active {
	color: #306289;
    text-decoration: none;
}
	
a.colored {
	color: #71103D;
}

a.colored:hover {
	color: #71103D;
	text-decoration: underline;
}

textarea {
    font-family: Arial;
    font-size: 13px;
    padding: 4px;
}

.normalFont {
    font-size: 14px;
    line-height: 22px;
}

.smallFont {
    font-size: 12px;
    line-height: 20px;
}

#header {
    background-image: url(/sb/images/header_bgrn.gif);
    background-repeat: repeat-x;
    height: 65px;
    margin: 1px;
}
 
#header .logo {
    padding-left: 22px;
    padding-top: 9px;
    float: left
}

#header .slogan {
    padding-left: 20px;
    padding-top: 26px;
    float: left;
}

#header .loginInfo {
    padding-right: 11px;
    padding-top: 50px;
    float: right;
    vertical-align: bottom;
    font-size: 10px;
    font-weight: bold;
    color: #2e374c; /* ilya - don't have access to this page, so don't know what color it should be */
}

#header .loginInfo a,
#header .loginInfo a:active,
#header .loginInfo a:visited,
#header .loginInfo a:hover {
    text-decoration: none;
    color: #2e374c; /* ilya - don't have access to this page, so don't know what color it should be */
}

#header .loginInfo a:hover {
    text-decoration: underline;
}

#nav {
    height: 22px;
    margin-left: 10px;
    margin-top: 8px;
    border: 1px solid #43a0a1;
    background-image: url(/sb/images/nav_bgrn.gif);
    background-repeat: repeat-x;
    margin-right: 10px;
}

/* nav off start*/
#nav #nav-link {
    height: 22px;
    float: left;
}

#nav #nav-link :hover  {
    background-image: url(/sb/images/navOn_bgrn.gif);
    background-repeat: repeat-x;
}

#nav #nav-link a,
#nav #nav-link a:active,
#nav #nav-link a:visited,
#nav #nav-link a:hover {
    color: #fff;
    height: 22px;
    text-decoration: none;
    padding-right: 24px;
    padding-left: 24px;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.6em;
}
/* nav off end*/


/* nav on start*/
#nav #nav-link-on {
    height: 22px;
    float: left;
    background-image: url(/sb/images/navOn_bgrn.gif);
    background-repeat: repeat-x;
}

#nav #nav-link-on a,
#nav #nav-link-on a:active,
#nav #nav-link-on a:visited,
#nav #nav-link-on a:hover {
    color: #fff;
    height: 22px;
    text-decoration: none;
    padding-right: 24px;
    padding-left: 24px;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.6em;
}
/* nav on end*/

#nav #divider {
    float: left;
}


#page-body {
    margin-left: 10px;
    margin-top: 8px;
    margin-right: 10px;
}


#lng-outer{
    float: left;
    background-color: #fff;
    border-top: solid 1px #dcd9d9;
    min-height: 290px;
}

#lng-border {
    background: url(/sb/images/lng_brd_bgrn.gif) no-repeat;
    float: left;
    height: 290px;
    width: 1px;
}

#left-inner{
    float: left;
    width: 281px;
    background: url(/sb/images/lng_bdy_brgn.gif) repeat-x;
    height: 290px;
    margin: 1px;
}

#hpMainImg{
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

#shrt-outer{
    float: left;
    background-color: #fff;
    border-top: solid 1px #dcd9d9;
}

#shrt-outer #hp-rt-outer{
    min-height: 290px;
}

#shrt-outer #hp-l-outer{
    min-height: 225px;
}

#shrt-border {
    background: url(/sb/images/shrt_brd_bgrn.gif) no-repeat;
    float: left;
    height: 290px;
    width: 1px;
}

#shrt-inner{
    float: left;
    background: url(/sb/images/shrt_bdy_brgn.gif) repeat-x;
    margin: 1px;
}

#shrt-inner #hp-rt-inner{
    width: 207px;
    height: 290px;
}

#shrt-inner #hp-lb-inner{
    width: 281px;
    height: 225px;
}

#shrt-inner #hp-rb-inner{
    width: 682px;
    height: 225px;
}



#footer {
    clear: both;
    height: 24px;
    margin-left: 1px;
    background-image: url(/sb/images/footer_bgrn.gif);
    background-repeat: repeat-x;
    margin-right: 1px;
}

#footer #divider {
    float: left;
    font-size: 12px;
    line-height: 2em;
}

#footer #nav-link {
    height: 24px;
    float: left;
}

#footer #nav-link a,
#footer #nav-link a:active,
#footer #nav-link a:visited,
#footer #nav-link a:hover {
    color: #2f384d;
    text-decoration: none;
    padding-right: 13px;
    padding-left: 13px;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 2.2em;
}

#copyright {
    margin:auto; text-align:left;
    width: 1004px;
    background-color: #ededed;
    font-size: 10px;
    padding-left: 25px;
    padding-top: 5px;
}

.mod-heading {  
    color: #2b3346;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #d1d3d7;
    display: block;
    margin-left: 10px;
    margin-top: 15px;
    padding-bottom: 10px;
    width: 190px;
}

.mod-tr-body {
    color: #2b3346;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 10px;
    line-height: 2em;
    display: block;
}

.mod-tr-body label {
text-align: right;
}

.mod-bl-body {  
    color: #2b3346;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 32px;
    line-height: 2em;
    display: block;
}

.mod-tl-heading {   
    color: #967887;
    font-size: 36px;
    font-weight: bold;
    display: block;
    margin-left: 25px;
    margin-right: 33px;
    margin-top: 15px;
}

.mod-tl-body {  
    color: #2b3346;
    font-size: 18px;
    display: block;
    margin-left: 25px;
    margin-right: 30px;
    margin-top: 5px;
    padding-bottom: 10px;
    line-height: 1.5em;
}

.mod-lr-body {
    display: block;
    margin-left: 25px;
    margin-right: 45px;
    padding-bottom: 10px;
    line-height: 1.1em;
}

.login label {
    text-align:left;
}
.login input {
    size: 10px;
}

ul.weDoList {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;color: #2b3346;
}
ul.weDoList li{
    background-image: url(/sb/images/bullet.gif);
    background-repeat: no-repeat;
    background-position: 0 .6em;
    padding-left: 18px;
    margin-left: 0.2em;
    margin-top: 0.9em;
    margin-right: 0.9em;        
}

#login label{
    float: left;
    width: 70px;
    padding-right: 5px;
}

#login input{
    width: 105px;
    margin-bottom: 5px;
}

#login br{
    clear: left;
}

#login a,
#login a:active,
#login a:visited,
#login a:hover {
    color: #2f384d;  /* ilya - on home page there is no text for the login link, so I can't see what color it should be */
    text-decoration: underline;
    font-size: 11px;
}


/* inner pages */
#shrt-inner #ip-lt-inner{
    width: 680px;
    height: 100%;
}

#shrt-inner #ip-rt-inner{
    width: 285px;
    height: 100%;
}

.ip-tl-heading {    
    color: #87706e;
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-left: 25px;
    margin-top: 15px;
    padding-bottom: 6px;
    font-weight: bold;
    border-bottom: 1px solid #d1d3d7;
    margin-bottom: 15px;    
    width: 330px;
}

.ip-tl-body {       
    width: 495px;
    margin-left: 25px;
}

.ip-rt-body {       
    color: #2b3346;  /* ilya - I don't see this anywhere on the public site, so I don't know what color it should be */
    font-size: 12px;
    margin-left: 15px;
    margin-top: 10px;
    margin-right: 32px;
    line-height: 1.5em;
    display: block;
}

ol.faq-list {
    color: #87706e;
    font-size: 12px;
    line-height: 1.7em;
    font-weight: bold;
}

ol.faq-list li {
    padding-bottom: 10px;
}

ol.faq-list li span {
    color: #2b3346;
    font-weight: normal;
}

ol.faq-list a,
ol.faq-list a:active,
ol.faq-list a:visited,
ol.faq-list a:hover {
    color: #2b3346;
    text-decoration: none;
}

ol.faq-list a:hover {
    text-decoration: underline;
}

ol.faq-data {
    color: #87706e;
    font-size: 12px;
    line-height: 1.7em;
    font-weight: bold;
}

ol.faq-data li span {
    color: #2b3346;
    font-weight: normal;
}

ol.faq-data a,
ol.faq-data a:active,
ol.faq-data a:visited,
ol.faq-data a:hover {
    color: #0000EE;
    text-decoration: none;
}

ol.faq-data a:hover {
    text-decoration: underline;
}

/* Stats */
#statChart {
	width: 880px;
}

#statNames {
    float: left;
    font-size: 11px;
    padding-top: 12px;
    padding-right: 9px;
}
    
#statName {
    height: 27px;
    text-align: right;
    width: 110px;
}   

#statGraphs {
    float: left;
    border-left:  solid 2px #c9cbd2;
    border-top:  solid 3px #8e939f;
    border-right:  solid 2px #c9cbd2;
    border-bottom:  solid 1px #c9cbd2;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 9px;
}

#statGraph {
    width: 455px;
    height: 27px;
    background: url(/sb/images/statGraph_bgrn.gif) no-repeat ;
}

#statValues {
    float: left;
    font-size: 11px;
    padding-top: 12px;
    padding-left: 11px;
}

#statValue {
    height: 27px;
}

#averageLine {
    clear:both;
}

.average {
    float:left;
    width: 580px;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    padding-right: 13px;
}

.percent {
    float:left;
    font-size: 12px;
    font-weight: bold;
}
    
/* Stats */

/* buttons */

#buttons {
    margin-top: 30px;
    margin-left: 25px;
    /*width: 630px;*/
    clear: both;
    display:table;
}

#button {
  float: left;
}
#button a, #button a span{
  display: block;
  height: 38px;
}
#button a:link,
#button a:visited {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  background: transparent url(/sb/images/btnOffRight.png) no-repeat top right;

}
#button a:hover {
  background: transparent url(/sb/images/btnOnRight.png) no-repeat top right;
  color: #fff;
}

#button a span.btnLeft{
  background: transparent url(/sb/images/btnOffLeft.png) no-repeat top left;
}
#button a:hover span.btnLeft{
  background: transparent url(/sb/images/btnOnLeft.png) no-repeat top left;
}

#button a span.btnFill{
  height: 28px;
  background: transparent url(/sb/images/btnOffBgrn.png) repeat-x;
  margin-left: 14px;
  margin-right: 14px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}

#button a:hover span.btnFill{
  background: transparent url(sb/images/btnOnBgrn.png) repeat-x;
  height: 28px;
  margin-left: 14px;
  margin-right: 14px;
  padding-top: 10px;
  cursor: pointer;
}

input.button{
    color: #666666; /* ilya - I don't see this anywhere on the public site, so I don't know what color it should be */
    font-family: 'trebuchet ms',helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    background-color:#fed;
    border:1px solid;
    border-top-color:#696;
    border-left-color:#696;
    border-right-color:#363;
    border-bottom-color:#363;
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffcccccc');
}

/* slight adjustments for IE only */

* html #button a:link,
* html #button a:visited {
 background: transparent url(/sb/images/btnOffRight.gif) right top no-repeat;
 width: 210px;   
 text-align:center;
}

* html #button a span.btnFill {
 background: transparent url(/sb/images/btnOffBgrn.gif) repeat-x;
}

* html #button a span.btnLeft {
 background: transparent url(/sb/images/btnOffLeft.gif) left top no-repeat;
}

* html #button a:hover {
  background: transparent url(/sb/images/btnOnRight.gif) no-repeat top right;
}

* html #button a:hover span.btnLeft{
  background: transparent url(/sb/images/btnOnLeft.gif) no-repeat top left;
}

* html #button a:hover span.btnFill{
  background: transparent url(/sb/images/btnOnBgrn.gif) repeat-x;
}
/* button */


td {
  font-size: 11px;
}
td.title {
  font-size: 13px;
  font-weight: bold;
  color: #666666;
}
td.input {
  padding-left: 5px;
}
span.titleSmall {
  font-size: 12px;
  font-weight: bold;
  color: #666666;
}
span.titleLarge {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}

div.imageCredit {
	font-size: 11px;
	padding: 5px; 
	padding-left: 10px; 
	padding-right: 10px; 
	border: 1px solid #999; 
	line-height: 22px; 
	color: #666;
	margin-top: 8px;
	text-align: center;
}

a.imageCredit {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
a.imageCredit:hover {
	text-decoration: underline;
}
.btnOrange {
    color: #fef4e9;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.btnOrange:hover {
    background: #f47c20;
    background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
    background: -moz-linear-gradient(top,  #f88e11,  #f06015);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.btnOrange:active {
    color: #fcd3a5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
    background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}


/* white */
.btnWhite {
    color: #606060;
    border: solid 1px #b7b7b7;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background: -moz-linear-gradient(top,  #fff,  #ededed);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.btnWhite:hover {
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
    background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.btnWhite:active {
    color: #999;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
    background: -moz-linear-gradient(top,  #ededed,  #fff);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
 
 
 
/* gray */
.btnGray {
    color: #e9e9e9;
    border: solid 1px #555;
    background: #6e6e6e;
    background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
    background: -moz-linear-gradient(top,  #888,  #575757);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.btnGray:hover {
    background: #616161;
    background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
    background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.btnGray:active {
    color: #afafaf;
    background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
    background: -moz-linear-gradient(top,  #575757,  #888);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}





#page-body
{
    min-height: 350px;
}
ul.list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 25px;
    font-size: 12px;
    line-height: 1.4em;
    margin-bottom: 15px;
}
ul.list li span {
    color: #2b3346;
    padding-left: 15px;
    margin-left: .2em;
    margin-top: .5em;
    margin-right: .9em;
    background-image: url(images/orngBullet.gif);
    background-repeat: no-repeat;
    background-position: 0 .4em;    
}

ul.linkList {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 25px;
    font-size: 12px;
}

ul.linkList li{     
    padding-left: 15px;
    margin-left: .2em;
    margin-top: .5em;
    margin-right: .9em;
    background-image: url(images/rtArrow.gif);
    background-repeat: no-repeat;
    background-position: 0 .6em;
}

.gecko ul.linkList li{      
    padding-left: 13px;
    margin-left: .2em;
    margin-top: .5em;
    margin-right: .9em;
    background-image: url(images/rtArrow.gif);
    background-repeat: no-repeat;
    background-position: 0 .3em;
}

.safari ul.linkList li{     
    padding-left: 13px;
    margin-left: .2em;
    margin-top: .5em;
    margin-right: .9em;
    background-image: url(images/rtArrow.gif);
    background-repeat: no-repeat;
    background-position: 0 .1em;
}
.linkList a,
.linkList a:active,
.linkList a:visited,
.linkList a:hover {
    color: #303a4f;
    text-decoration: underline;
    font-weight: bold;
}

div.boxHeader {
	font-size: 15px;
	font-weight: bold;
	width: 100%; /* 900px */
	text-align: left;
	padding: 2px;
	padding-left: 8px;
	color: #555;
}


div.tableTitle {
    font-size: 15px; 
    padding-top: 5px; 
    padding-bottom: 3px; 
    font-weigh2t: bold;
}


table.box {
	border: 1px #cbcfd8 solid; 
	font-face: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #2f384d;
	border-spacing: 0px;
	width: 100%;
	border-collapse:collapse;
	margin-bottom: 20px;
}

tr.tableHeader td { 
	background-color: #f1f1f1; 
	border-bottom: 1px #cbcfd8 solid; 
	font-weight: bold; 
	height: 30px; 
	padding: 0px; 
	padding-left: 10px;
	vertical-align: middle;
	font-size: 13px;
}

tr.tableHeader td a.action {
	font-weight: normal; 
	font-size: 12px; 
	float: right; 
	margin-right: 10px;"
}

tr.tableData td {
	vertical-align: top;
	padding-right: 5px;
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 4px;
	font-size: 12px;
	line-height: 20px;
}

tr td.firstCol {padding-left: 11px; width: 180px;}
tr td.secondCol {width: 335px;}
tr td.lastCol {padding-right: 8px;} 

a.title {
    color: #306289;
    text-decoration: none;
    font-size: 38px; 
    font-weight: bold;
}
a.title:hover {
    color: #306289;
    text-decoration: underline;
}


table.detail {
	border: 1px #cbcfd8 solid; 
	font-face: Arial, Helvetica, sans-serif; 
    color: #2f384d;
    b2order-spacing: 0px;
    width: 100%;
    b2order-collapse:collapse;
    margin-bottom: 20px;
}
table.detail tr td.header {
	font-size: 14px;
	font-weight: bold;
	background-color: #EEE;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 2px;
	text-align: bottom;
}
table.detail tr td.label {
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	padding-left: 30px;
	padding-right: 8px;
	text-align: right;
	background-color: #EEE;
	vertical-align: top;
	width: 100px;
	white-space: nowrap;
}

table.detail tr td.data {
	font-size: 13px;
	padding: 5px;
	padding-left: 8px;
    padding-right: 10px;
    vertical-align: top;
}

table.narrow {
	width: 100%;
}

div.detailButtons {
	width: 100%;
}

div.detailButtons input.adminButton { 
    padding-left: 3px;
}

div.detailButtons a.lightButton {
	font-size: 11px;
	text-decoration: none;
	padding: 4px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #999;
	background-color: #FFF;
}

div.detailButtons a:hover.lightButton {
    border: 1px solid #666;
    b2ackground-color: #F8F8F8;
}


table.detail tr td input {
	padding-left: 3px;
}
table.detail tr td textarea {
    width: 500px; height: 200px;
}

textarea.info {
	font-family:monospace;
	width: 500px; height: 200px;
}

textarea.infoList {
    width: 400px;
    height: 50px;
}

div.fac-body {
	padding: 20px; 
	padding-top: 10px;
}
div.fac-title {
	float: left;
	font-size: 15px;
	font-weight: 600;
	color: #555;
}
div.fac-back {
	float: right;
	font-size: 15px;
}

div.fac-titleBottom {
	clear: both;
	height: 13px;
}

div.fac-statSectionTitle {
    font-size:14px; 
    font-weight:bold; 
    border-bottom: 1px solid #888; 
    color: #666; 
    padding-bottom: 4px;
}
table.fac-statTable {
    cellspacing: 0px;
    cellpadding: 0px;
    width: 100%;
}
table.fac-statTable td.fac-statSectionLine {
    border-bottom: 1px solid #888;
}
table.fac-statTable td {
    color: #555;
}
table.fac-statTable td.fac-statCategoryName {
    text-align: left; 
    width: 65%; 
    padding: 5px; 
}
table.fac-statTable td.fac-statCorrect {
}
table.fac-statTable td.fac-statPercent {
    width: 20%;
    text-align: right;
    padding-right: 60px;
}
table.fac-statTable td.fac-statAverage {
    font-weight: bold;
}

h1 {
	text-align: left;
	color: #666;
	margin: 20px 0px 0px 20px;
}

.icon-superadmin {
	width: auto;
    height: 18px;
    top: 5px;
    left: 3px;
    position: relative;
    opacity: .4;
}

/* DS: using env name as a class to properly style elements within the header on test and prod */
td.header-PROD, td.header-PROD a, td.header-PROD a:visited {color: #fff;}
