﻿/* General application styles */
body 
{
	width:860px;
	margin:2em auto;
	color:#666666;
	font-size: 0.75em;
	font-family:Arial, Helvetica, Verdana, Sans-Serif;
}
h1, h2, h3, h4, h5, h6
{
	color:#076324;
	font-weight:200;
}
h1
{
	color: #737173;
	font-size: 3em;
	padding: 0em 0em 0em 0em;
	display:block;
}
h2
{	
	color: #076324;
	font-size: 1.3em;
	display:block;
	font-weight: bold;
	margin-bottom: 0px;
}
h3
{
	color: #737173;
	font-size: 1.3em;
	display:block;
	font-weight: bold;
	margin-bottom: 0px;
}
h4
{
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 1.2em;
}
h5
{
	margin-bottom: 0px;
}
a, .clickable
{
	color:#77b800;
	text-decoration:none;
	font-weight:bold;
}

img 
{
	border: 0px;
}

p
{
	line-height: 20px;
	padding: 5px 0px 5px 0px;
	margin: 0;
}

.button 
{
	height:22px;
	padding:0 1.1em 3px 1.1em;
	*padding:0 0.7em;
	background: url("../../images/button.gif") center left repeat-x;
	border:0;
	color:white;
	font-size: 0.9em;
	font-weight:bold;
	text-align: center;
}
.registerbutton 
{
	height:22px;
	padding:0 0.5em 2px 0.5em;
	background: url("../../images/button.gif") center left repeat-x;
	border:0;
	color:white;
	font-size: 0.9em;
	font-weight:bold;
	text-align: center;
}

.button:hover
{
    background: url("../../images/button.gif") center right repeat-x; 
	cursor: pointer;
}

.container-contents
{
	padding-left: 2px;
	padding-right: 2px;
}

.width-full
{
	width: 100%;
}

.hidden 
{
	display: none; 
	border: 0;
}

.shown 
{
	display: block;
}

input 
{
	display: inline;
}

select 
{
	font-size: 10px;
}


.colorSelected 
{
	color: #ef383f; 
	background: #f2f0ee; 
	font-weight: bold;
}

img.plusminus 
{
	cursor: pointer;
	margin-bottom: -6px;
}

.error 
{
	color: #ef383f;
}

table.bodyTable
{
    position: absolute;
}

/* Hyperlink Styles */
a
{
	color:#78B803;
	font-weight: bold;
	text-decoration:none;
}

a:hover 
{
	color:#78B803;
	font-weight: bold;
	text-decoration:none;
}

a font
{
	color:#78B803;
	font-weight: bold;
	text-decoration:none;
}

A.footer-link
{
	color:#666666; 
	font-size: 9px;
	text-transform: uppercase; 
}

A.footer-link:hover
{
	color:#78B803; 
	font-size: 9px;
}

A.header-bottom-link 
{
	font-size: 9px;
}

.tab-events 
{
    height: 20px; 
    width: 85px;
	background-color: #458A5B;
    color: #FFFFFF; 
    text-align: center; 
    display: inline; 
    float: left; 
    margin-right: 10px; 
    margin-left: 10px; 
    cursor: pointer; 
    text-decoration: none; 
    border-top: #3c5b59 solid 1px; 
    border-left: #3c5b59 solid 1px; 
    border-right: #3c5b59 solid 1px;
}

.tab-events:hover
{
	background-color: #076324;
    cursor: pointer;
}

.tab-events-selected 
{
    height: 20px; 
    width: 85px;
	background-color: #076324;
    color: #FFFFFF; 
    text-align: center; 
    display: inline; 
    float: left; 
    margin-right: 10px; 
    margin-left: 10px; 
    cursor: pointer; 
    text-decoration: none; 
    border-top: #3c5b59 solid 1px; 
    border-left: #3c5b59 solid 1px; 
    border-right: #3c5b59 solid 1px;
}

.tab-events-selected:hover 
{    
    color: #FFFFFF;
}

A.tab-events-link:link {background: #666666;}
A.tab-events-link:visited {background: #ffffff;}
A.tab-events-link:hover {background: #7c98ae; color: #78B803;}


/* Event Lookup */
.event-lookup th
{
	text-align: left;
	width:25%;
}

.event-lookup td
{
	text-align: left;
}

.event-lookup-button
{
	width: 100%;
}

.event-lookup-button td
{
	text-align: right;
}

/* Header Styles */
div.header-top
{
	background: #FFFFFF;
	/*width: 840px;*/
	padding: 5px 5px 0px 5px;
	float: right;
}

div.header-content
{
    font-size: 0.8em;
    float: right;
    text-align: left;
}

div.header-content a
{
	text-transform: uppercase;
	text-decoration: none; 
	font-size: 0.8em;
	font-weight: bold;
}

div.header-middle
{
	text-align: left;
}

div.header-bottom
{
	background: #ffffff; 
	color: #666666; 
	width: 840px; 
	height: 30px; 
	padding: 5px 5px 5px 5px;
}

.header-date
{
	position: relative;
	vertical-align: middle;
}

.header-logout
{
	position: relative;
}

.header-bottom-contents
{
	width: 100%;
	vertical-align: middle;
}

.header-bottom-left
{
	width: 20%;
	border-right: 1px solid #666;
}

.header-bottom-middle
{
	width: 60%;
	vertical-align: middle;
}

.header-bottom-right
{
	width: 20%;
}

/* Footer Styles */
div.fCont
{
    width: 100%;
	clear:both;
	padding-top: 1em;
	font-size:0.8em;
}

div.fCont p
{
	clear: both;
	width: 100%;
	margin: auto;
	color: #999;
	text-align: center;
}

div.footerMenu
{
	display:block;
	padding:0 0.5em;
	float:left;
    width: 100%;
    text-align: center;
	color:#999;
}

div.footerMenu a
{
    font-weight: bold;
    border-right: 1px solid #666666;
	color:#999;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration:none;
}

div.footerMenu a.first
{
	padding-left: 0;
}

div.footerMenu a.last
{
    border-right: 0;
}

/* Body Styles */
.body-left
{
	text-align: left;
	vertical-align: top;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 5px 0px;
}

.body-right
{
	text-align: center;
	vertical-align: top;
	padding: 5px 5px 5px 5px;
}

.container-left-module
{
	width: 190px; 
	border: #3c5b59 solid 1px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

.container-right-module
{
	width: 652px;
	border: #3c5b59 solid 1px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

.header-text
{
	font-size: 1.1em;
	padding: 2px 10px 2px 10px;
	background: #076324;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0px;
}

/* News Styles */
div.news-item
{
	padding: 2px 2px 2px 2px;
}

/* General alignment styles */
.right 
{
	text-align: right; 
	float: right;
	clear:right; /* firefox */
	*clear:none; /* IE6 */
	_clear:none; /* IE7 */
	display: inline;
}

.left 
{
	line-height: 20px;
	text-align: left; 
	float: left;
	clear:both;
	*clear:none;
	_clear:none;
	display: inline;
}
.center 
{
	text-align: center; 
}

.middle
{
	vertical-align: middle;
}

.padded
{
	padding: 10px 10px 10px 10px;
}

.padded-sides
{
	padding: 0px 10px 0px 10px;
}

.padded-bottom
{
	padding: 0px 0px 10px 0px;
}

/* General TD styles */
td.right 
{
	text-align: right;
}
td.left 
{
	text-align: left;
}
td.center 
{
	text-align: center;
}

/* General TH styles */
th.right 
{
	text-align: right;
}
th.left 
{
	text-align: left;
}
th.center 
{
	text-align: center;
}

th 
{
	text-align: right;
	font-weight: bold; 
	color: #666666;
	padding: 5px;
}

/* Map Styles */

.main-map-box 
{
	position: relative;
	top: 0; 
	left: 0;
}

.main-map 
{
	z-index: 0;
	position: relative;
	top: 0; 
	left: 0;
}

.event-type-text
{
	color: #666666;
	font-size: 9px; 
	font-weight: bold;
	padding-top: 2px;
}

/* Event Styles */

.event-header 
{
	color: #737173;
	font-size: 1.1em;
	display:block;
	font-weight: bold;
	margin-bottom: 0px;
}

.event-header a.event-link
{
    color: #076324;
}

.event-header a.event-link:hover
{
    color: #C1D72E;
}

.events 
{
	left: 0px;
	padding: 10px;	
	width: 652px;
}

.event-text 
{
    line-height: 20px;
	display: block;
	margin-bottom: 5px; 
	margin-right: 5px; 
	padding-left: 23px; 
	padding-bottom: 5px; 
	padding-top: 5px;
	border-bottom: #7c98ae dotted 1px;
	text-align: left;
	width: 602px;
}

.event-icon
{
	vertical-align: middle;
}

/* Time Period Table */

table.time-period-table 
{
	width: 652px; 
	margin-bottom: 0px; 
	border: #3c5b59 solid 1px; 
	padding: 0px;
}

td.time-period-table  
{
	border: #bdb6b0 solid; 
	border-width: 1px 1px 0 0; 
	empty-cells: show;
}

th.time-period-table 
{
	border: #bdb6b0 solid; 
	border-width: 1px 1px 0 0; 
	text-align: center;
}

.time-period-events 
{
	font-weight: bold; 
	background-color: #076324;
	color: #FFFFFF; 
	width: 652px; 
	height: 20px; 
	border-top: #bdb6b0 solid 1px; 
	border-right: #bdb6b0 solid 1px; 
	padding-right: 5px;
}

.close-more-cell
{
    margin-bottom: 10px;
}

.close-more 
{
	float: right;
	background: url("../../images/button.gif") center left repeat-x;
	color: #FFFFFF; 
	height: 15px;
	width: 100px;
	font-size: 10px;
	text-align: center; 
	border: #3c5b59 solid;
	border-width: 0px 1px 1px 1px; 
	font-weight: bold; 
	cursor: pointer;
	padding: 2px 0px 2px 0px;
}

.close-more:hover
{
	background: url("../../images/button.gif") center right repeat-x;
}

.checkmark-div 
{
	text-align: center;
	width: 45px; 
	padding-top: 2px;
}

.checkmark-creator 
{
	color: #666666; 
	font-weight: normal; 
	float: right;
}

/* Summary Table */
.summary
{
	left: 0px;
	padding: 10px;	
	width: 652px;
}

/* Scenarios */
.scenarios-table 
{
	border: #bdb6b0 solid 1px; 
	width: 652px; 
	text-align: center;
}

.scenarios-table td
{
	border: #bdb6b0 solid; 
	border-width: 1px 1px 0 0; 
	text-align: center;
	width: 300px;
}

.scenarios-table th
{
	text-align: center; 
	font-weight: bold; 
	color: #666666; 
	border: #bdb6b0 solid; 
	border-width: 1px 1px 0 0;
}

.odd 
{
	background: #f2f0ee;
}

.even 
{
	background: #ffffff;
}

.scenarios
{
	left: 0px;
	padding: 3px;	
	width: 652px;
}

/* Event Sets */

.eventsets
{
	left: 0px;
	padding: 3px;	
	width: 652px;
}

.clickable
{	
	cursor: pointer;
}


.download-instructions 
{
	width: 636px;
}

.download-header 
{
	font-weight: bold; 
	color: #666666; 
	text-align: left;
}

.plusminus-cell 
{
	width: 5%;
}

.event-heading 
{
	font-weight: bold; 
	display: block; 
	padding-left: 5px; 
	padding-top: 5px; 
	padding-bottom: 5px;
}

.event-notes 
{
	color: #666666;
	padding: 5px 5px 5px 5px;
}

.simulated-event-set
{
	width: 644px;
	border: #bdb6b0 solid 1px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: bold;
	text-align: center;
}

.simulated-event-set th
{
	background-color: #076324;
	color: #FFFFFF; 
	text-align: center;
}

.simulated-event-set td
{
	border: #bdb6b0 solid; 
	border-width: 1px 1px 0 0; 
	empty-cells: show;
}

.simulated-event-set img
{
	text-align: center;
}

.simulated-event-set.left 
{
	text-align: left;
}

.stochastic-event-set
{
	width: 644px;
	border: #bdb6b0 solid 1px; 
	margin-top: 10px; 
	margin-bottom: 15px; 
	font-weight: bold; 
	text-align: center;
}

.stochastic-event-set th
{
	background-color: #076324;
	color: #FFFFFF; 
	text-align: center;
}

.stochastic-event-set td
{
	border: #bdb6b0 solid; 
	border-width: 1px 1px 0 0; 
	empty-cells: show;
}

.stochastic-event-set img
{
	text-align: center;
}

.stochastic-event-set left 
{
	text-align: left;
}

/* Scenario Navigator */
.scenario-navigator-header 
{
	background: #076324; 
	color: #FFFFFF; 
	font-size: 1.1em; 
	font-weight: bold; 
	height: 30px; 
	padding: 5px;
}

.scenario-navigator-footer 
{
	height: 25px;
	text-align: center; 
	padding: 4px; 
	padding-right: 20px; 
	margin-top: 5px; 
	margin-bottom: 10px;
}

.scenario-navigator-header-id 
{
	height: 40px; 
	color: #666666;
	font-weight: bold; 
	padding-left: 5px;
	line-height: 20px;
}

.scenario-navigator-controls 
{
	height: 20px;
	font-weight: bold; 
	color: #666666; 
	border-top: #bdb6bd 1px solid;
	border-bottom: #bdb6bd 1px solid; 
	padding: 5px;
	vertical-align: bottom;
}

.scenario-select 
{
	text-align: center; 
	margin-right: 15px;
}

.scenario-radio 
{
	margin-left: 10px;
}

.scenario-navigator-maptitle 
{
	height: 25px;
	background: #076324; 
	color: #FFFFFF; 
	font-weight: bold; 
	text-align: center; 
	margin-bottom: 10px; 
	padding-top: 5px;
}

a.scenario-link 
{
}

.scenario-arrow 
{
	font-size: 15px; 
	font-weight: bold; 
	text-decoration: none;
}

.scenario-navigator-table 
{
	border: #bdb6b0 1px solid;
	font-weight: bold; 
	width: 500px; 
	margin-top: 10px;
}

.scenario-navigator-table td 
{
	border: #bdb6b0 solid; 
	border-width: 1px 1px 0 0;
}

.scenario-navigator-table th 
{
	/*background: #FFFFFF url(../../images/downloadheader_bg.jpg) repeat-x;*/
	background-color: #076324;
	color: #FFFFFF; 
	text-align: center; 
	border: 0px; 
	padding: 0px;
}

/* About */
a.about-menu-link 
{
	text-decoration: none; 
	font-size: 12px;
	color: #666666;
}

.about-menu-link 
{
	text-decoration: none; 
	font-size: 12px;
	color: #666666;
}

a.about-menu-link:hover
{
	text-decoration: none; 
	font-size: 12px;
	color: #77b800;
}

.about-menu-spacer 
{
	margin: 5px 5px 5px 5px;
}

.about-box-text 
{
	font-family:Arial, Helvetica, Verdana, Sans-Serif;
	font-size:12px; 
	color: #666666;
	padding: 10px; 
	margin-top: -9px; 
	line-height: 20px;
	border: #3c5b59 solid; 
	border-width: 0px 0px 0px 0px;
	text-align: left;
}

.img-about
{
	float: left; 
	border: #3c5b59 solid; 
	border-width: 0 1px 1px 0px; 
	margin-left: 0px; 
	margin-right: 5px; 
	margin-bottom: 5px;
}

/* Site Map */
.site-map-table-padding
{
	padding: 10px;
}

/* Account Management */

.register-form 
{
	padding: 0 5px;
}

.register-form tr
{
    height:25px;
}

.errors
{
	padding-top: 10px;
}

/* Main Menu */
div#mCont
{
    padding-bottom: 25px;
}

div.mainMenu
{
	margin:0 auto;
	height:100%;
}

div.mainMenu ul
{
	margin:0;
	padding: 0;
}

div.mainMenu ul li
{
	position: relative;
	display: block;
	float:left;
	margin:0.5em 0;
	padding:0 7px;
	border-left: 1px solid #ccc;
}

div.mainMenu ul li.first
{
    border-left: 0px;
}

div.mainMenu ul li a
{
	display:block;
	color: #666666;
	text-decoration:none;
	font-weight: normal;
}

div.mainMenu ul li:hover a
{
	color: #77b800;
}
div.mainMenu ul li.active a
{
	color:#77b800;
}

div.mainMenu ul li ul
{
	position:absolute;
	top:1.22em;
	display: none;
	background:#fff;
	border:1px solid #ccc;
	border-bottom:0;
	z-index:9999;
	padding: 0;
	width:190px;
	border-left: 0px;
}

div.mainMenu ul li:hover ul
{
	display: block;
	left:0 !important;
	height:auto;
	padding-left: 0;
}

div.mainMenu ul li ul li
{
	clear:both;
	float:none;
	margin:0;
	padding:0;
	z-index:9999;
	border-right:0;
	cursor: pointer;
}

div.mainMenu ul li:hover ul li a
{
	padding:5px;
	border-bottom:1px solid #ccc;
	border-right:0;
	color:#666;
}

div.mainMenu ul li:hover ul li:hover a
{
	color:#77b800;
}

/* Table Styles */
table.grayTable
{
	margin-top: 10px;
	border-spacing: 0;
	padding: 0;
	border-collapse: collapse;
}

table.grayTable th
{
	background-color:  #737173;
	padding: 5px 10px 5px 10px;
	color: #FFFFFF;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
}

table.grayTable td
{
	vertical-align: top;
}

table.grayTable tr td ul
{	
	list-style-type: none;
	margin-left: 10px;
	padding-left: 0px;
} 

table.fullWidth
{
    width: 100%;
}

/* Site Map */
div.siteMap div
{
	border: 1px solid black;
	clear: left;
}

div.siteMap ul
{	
	min-height:15em;
}

div.siteMap ul li
{
	float:left;
	width:175px;
	list-style-type:none;
	text-transform: uppercase;
}

div.siteMap ul li li
{
	float:none;
	width:auto;
	height:auto;
}

div.siteMap ul li
{
	color:#076324;
	font-size:1.3em;
	font-weight:200;
}

div.siteMap ul li ul li
{
	font-size:0.8em;
}

/* Scenario Print */
.scenarioPrint
{
    border: 1px solid #076324;
}

.scenarioPrint th
{
    text-align: left;
    background: #076324;
    color: #FFFFFF;
}

.warning
{
	color:#ff0000;
}
.warningMessage1
{
	color:Blue;
}


#growl {
  position: absolute;
  bottom: 0;
  right: 5px;
  width: 320px;
  z-index: 10;
}

.growlNotice {
  position: relative;
  min-height: 45px;
}

.growlSkin {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

.growlClose {
  background: transparent url('../../images/close.png') 0 0 no-repeat;
  text-indent: -9999px;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 26px;
  height: 26px;
}

.growlContent
{
  padding:10px; 
  color: Black;
}


.inputRowHeight
{
    height:25px;
}
    
input.required, select.required
{
    border: 1px solid red;
    background-color: #FED2D2;    
}

img.required
{
    border: 2px solid red;
}

span.required
{
    padding-top: 1px;
    font-weight: bold;
    color: Red;
}


div.required
{
    padding-top: 1px;
    font-weight: bold;
    color: Red;
}

#eventLookupList
{
    padding-top:4px;
    padding-bottom:4px;
}

    
div#container
{
    width: 930px;
    margin: 0 auto;
}
        
div#image
{
    float: right;
    width: 800px;
}
     
div#navigation
{
    float: left;
    width: 125px;
}


span.figureTitle
{
	font-weight: bold;
	font-style: italic;
}

span.figureText
{
	font-style: italic;
}

