/** CSS to define the layout of the site. (ie. what size and where it is)
 *  Color, font styles, etc should be defined in a custom.css relevant to the deployment.
 */

body {
	margin: 20px;
	background: #275799; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height: 15px
}

#outsideborder {
	border: 1px solid #FFF;
	margin: 0 auto;
	width: 780px;
}

#container {
	margin: 0 auto;
	background: #FFF;
	width: 758px;
	border-color: #CEECB1;
	border-style: solid;
	border-left-width: 11px;
	border-right-width: 11px;
	border-top-width: 7px;
	border-bottom-width: 7px;
}

#navhome { 
	background: url("../images/nav_bg.gif");
	width: 745px;
	height: 26px;
	margin: 0 0 0 8px;
}
#navhome ul {
	padding: 3px 0 0 0;
	list-style: none; 
	text-align: center;
}
#navhome ul li { 
	display: inline;
	padding: 7px 9px 7px 10px; 
	margin-left: -6px;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	background: url("../images/nav_border.gif") no-repeat left; 
}
#navhome ul .first { background: none; }
#navhome ul li a {
	color: #FFF; 
	text-decoration: none; 
	white-space: nowrap;
}
#navhome ul li a:hover { text-decoration:underline; }

.pagetitle {
	color: #275799;
	font-size: 1.6em;
	font-weight: bold;
	font-family: "Comic Sans MS", Arial;
	margin: 0;
	padding-bottom: .5em;
}

.statuspagecontent {
	background-color: #FDFCE0;
	margin: 0;
	padding: 1em;
}

.statuspagefooter {
	font-size: .8em;
}

#page_content {
	margin-top:0;
	margin-bottom:2em;
	margin-left: 1em;
	margin-right: 1em;
}
#subheading {
	float: right;
	font-weight: bold;
	font-size: .8em;	
	color: #099257;
	text-align: right;
	width: 100%;
}
#footer { 
	background: url("../images/footer.gif"); 
	width: 745px;
	height: 32px;
	margin: 0 0 0 8px;
}

#footer ul, #footer ul li { 
	margin: 0; 
	padding: 0;
	list-style: none;  
}
#footer ul {
	text-align: center;
	padding: 12px 0 0 0;
}
#footer ul li { 
	display: inline;
	padding: 5px 5px 5px 12px; 
	color: #C1E7FF;
	font-size: 9px;
	font-weight: bold;
	background: url("../images/foot_border.gif") no-repeat left; 
}
#footer ul .first { background: none; }
#footer ul li a { 
	color: #FFF; 
	text-decoration: none;
	display: inline-block;
	white-space: nowrap;
	width: auto;
}
#footer ul li a:hover { text-decoration: underline; }

sup {
	font-size: 65%;	
}

a.program_link {
	font-weight:bold;
	color:black;
}

a:hover.program_link{ text-decoration: underline; }

#signup_info_panel {
	background-color:#FDFCE0;
	display:inline;
	float:right;
	margin-left:2em;
	margin-right:.25em;
	margin-bottom:2em;
	padding:1em;
	width:50%;
}

.sign_up_button
{
	display:block;
	border:1px solid black;
	background:url(../images/nextButton.JPG) repeat-x left;
	height:26px;
	line-height:24px;
	text-align:center;
	vertical-align:middle;
	margin:.25em auto;
	font-weight:bold;
	color:black;
	text-decoration:none
}

.money_roll_icon
{	
	margin-left: 45%;
}

.money_roll_icon img {
	border:0;
}

.minorContent{
	border: 1px solid black;
	text-align: center;
	width: 600px;
	margin: 1em;
	padding: 1em;
	float: left;
}

.leftContent{
	width:50%;
	text-align:right;
	float:left;
	padding-top:3px;
}

.rightContent{
	width:50%;
	text-align:left;
	float:right;
}

/******* Tab Panel ********/

div.tabpanel div.tab-row{
  float:left;
  width:100%;
  background:#DAE0D2 url("../images/bg.gif") repeat-x bottom;
  line-height:normal;
  height:23px;
  }

div.tabpanel div.tab-row ul {
  margin:0;
  padding:0;
  list-style:none;
  }
  
div.tabpanel div.tab-row li {
  float:left;
  background:url("../images/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
  
div.tabpanel div.tab-row a {
  display:block;
  background:url("../images/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  font-size:9pt;
  white-space:nowrap;
  color:#765;
  }
  
div.tab-panel {
	clear: left;
	font-size:9pt;
	padding: 0 5px 10px 10px;
	border: 1px solid #887777;
	margin: 0px;
}
  
div.tabpanel div.tab-row a:hover {
	color:#bbb;
}
  
div.tabpanel div.tab-row li.selected {
	background-image:url("../images/left_on.gif");
}
  
div.tabpanel div.tab-row li.selected a {
	background-image:url("../images/right_on.gif");
	color:#333;
	padding-bottom:5px;
}

/******** Table Display ********/
.tableDisplay {
    border-collapse: collapse;
    border: 2px solid #000000;
    font: normal 11px verdana, arial, helvetica, sans-serif;
    color: #000000;
    background: #E1E8C8;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	width: 90%;
}
.tableDisplay>tbody td, .tableDisplay>thead th {
      border: 1px dashed #000000;
      padding: 3px;
      color: #F6ECF0;
    }
.tableDisplay>thead th, .tableDisplay>tfoot th {
    font: bold 11px verdana, arial, helvetica, sans-serif;
    border: 2px solid #000000;;
    background: #E1E8C8;
    color: #000000;
}

.tableDisplay>tbody td {
      border: 1px dashed #000000;
      padding: 3px;
      background-color: #FDFCE0;
      color: #099257;
    }

tr.eventSelected {
    border: 3px solid #884444;
}

/******* Content Section ********/
div.contentSection{
	margin: 3px;
	padding: 5px;
}

div.contentSection h2{
	margin: 2px;
	padding: 2px;
}

div.contentSection h3{
	margin: 2px;
	padding: 2px;
}

/****** Opt Out Dates ******/
input.readOnly{
	color: #999999;
}

#optOutPenalty{
	float: right;
	width: 49%;
	font-size: .8em;
	font-weight: bold;
	text-align: left;
	margin-top: 2%;
}

/****** Event Notification *******/

.systemStatusPanel {
	background-color: rgb(253, 252, 224);
	margin: 8px 0px 8px 0px;
	padding: 0px 5px 5px 5px;	
}

.systemStatusEvent {
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;	
}

/**** Footnotes ****/
.footnote{
	padding: 10px;
	color: #333355;
	font-size: 10px;
}

/**** Help ****/
.helpDescription {
	font-size: .9em;
}

h1 {
	margin-top: 0;
}
