﻿body {
    background: #007437;
    margin: 0px;
}
body.popup {
    background: #fff;
}

body {
    font-family: Arial, Sans-Serif;
    font-size: 78%;
}
a, button, div, em, input, li, ol, option, p, select, strong, table, textarea, tr, td, ul {
    font-size: 1.0em;
}

a.acro {
    background: url(Images/link_acro.gif) right no-repeat;
    padding-right: 16px;
}
a.blank {
    background: url(Images/link_external.gif) right no-repeat;
    padding-right: 16px;
}
a.email {
    background: url(Images/link_email.gif) right no-repeat;
    padding-right: 16px;
}

h1 {
    color: #005528;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 4px;
}
h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0px;
}
h3 {
    color: #005528;
    font-size: 1.25em;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 4px;
}

hr {
    background: #508c50;
    border: none;
    color: #508c50;
    height: 1px;
}

div.main {
    margin: 0px;
    width: 1024px;
}
div.mainNarrow {
    margin: 0px;
    width: 780px;
}

/* BUTTON STYLES */
.btn {
    background: url(Images/button_gold.jpg) repeat-x #a7742c;
    background-position: 0px 0px;
    border: solid 1px #a7742c;
    color: #000;
    font-weight: normal;
    padding: 2px 6px 2px 6px;
}
.btn:hover {
    background: url(Images/button_gold.jpg) repeat-x #a7742c;
    background-position: 0px -50px;
    border: solid 1px #000;
    color: #000;
    font-weight: normal;
    padding: 2px 6px 2px 6px;
}
.btnHelp {
    background: url("Images/link_question.gif") no-repeat;
    border: none;
    cursor: pointer; cursor: hand;
    height: 16px;
    width: 16px;
}
/* END BUTTON STYLES */

/* MAIN LAYOUT TABLE */
table.main {
    width: 100%;
}
table.main td.tl {
    background: url(Images/Layout/MainBox_tl.jpg) no-repeat;
    width: 1px;
}
table.main td.tl img {
    height: 42px;
    width: 40px;
}
table.main td.t {
    background: url(Images/Layout/MainBox_t.jpg) repeat-x #fff;
}
table.main td.t img {
    height: 42px;
    width: 1px;
}
table.main td.tr {
    background: url(Images/Layout/MainBox_tr.jpg) no-repeat;
    width: 1px;
}
table.main td.tr img {
    height: 42px;
    width: 50px;
}
table.main td.l {
    background: url(Images/Layout/MainBox_l.jpg) repeat-y;
    vertical-align: bottom;
    width: 1px;
}
table.main td.r {
    background: url(Images/Layout/MainBox_r.jpg) repeat-y;
    vertical-align: bottom;
    width: 1px;
}
table.main div.l2 {
    background: url(Images/Layout/MainBox_l2.jpg) no-repeat;
    height: 13px;
    width: 16px;
}
table.main div.l2 img {
    height: 13px;
    width: 16px;
}
table.main div.r2 {
    background: url(Images/Layout/MainBox_r2.jpg) no-repeat;
    height: 13px;
    width: 19px;
}
table.main div.r2 img {
    height: 13px;
    width: 19px;
}
table.main td.bl {
    background: url(Images/Layout/MainBox_bl.jpg) no-repeat;
    width: 1px;
}
table.main td.bl img {
    height: 17px;
    width: 40px;
}
table.main td.b {
    background: url(Images/Layout/MainBox_b.jpg) repeat-x;
}
table.main td.b img {
    height: 17px;
}
table.main td.br {
    background: url(Images/Layout/MainBox_br.jpg) no-repeat;
    width: 1px;
}
table.main td.br img {
    height: 17px;
    width: 50px;
}
table.main td.body {
    background: #fff;
    vertical-align: top;
}
table.header {
    width: 100%;
}
table.header td.logo {
    background: url(Images/Layout/Logo.jpg) no-repeat top right;
    width: 1px;
}
table.header td.logo img {
    height: 70px;
    width: 208px;
}
table.header td.heading {
    background: url(Images/Layout/heading_bg.jpg) repeat-x;
}
table.header td.heading_r {
    background: url(Images/Layout/heading_r.jpg) no-repeat bottom right;
    width: 1px;
}
table.header td.heading_r img {
    height: 50px;
    width: 351px;
}
table.header td.heading_bl {
    background: url(Images/Layout/heading_bl.jpg) no-repeat;
}
table.header td.heading_bl img {
    height: 49px;
}
table.header td.heading {
    text-align: left;
}
table.header td.heading_b {
    background: url(Images/Layout/heading_b.jpg) repeat-x;
    text-align: right;
    vertical-align: top;
}
table.header td.heading_b div.heading_br {
    background: url(Images/Layout/heading_br.jpg) right no-repeat;
    height: 17px;
    /*width: 346px;*/
}
table.header td.heading_b div.heading_br img {
    height: 20px;
    width: 84px;
}
table.body {
    width: 100%;
}
table.body td.leftnav {
    background: #000;
    vertical-align: top;
    width: 179px;
}
table.body td.content {
    vertical-align: top;
}

div.main_content {
    min-height: 500px;
}
* html div.main_content {
    height: 500px;
}

table.body td.content div.padded {
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0px;
}
/* END MAIN LAYOUT TABLE */

/* LEFT NAV */
ul.leftnav {
    margin-left: 0px;
    margin-top: 0px;
    padding-left: 0px;
}
ul.leftnav li {
    color: #fff;
    font-weight: bold;
    list-style-type: none;
    text-align: right;
    text-decoration: none;
}
ul.leftnav li a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
ul.leftnav li.leftnav_t {
    background: url(Images/Layout/leftnav_t.jpg) no-repeat;
    height: 23px;
}
ul.leftnav li.leftnav_b {
    background: url(Images/Layout/leftnav_b.jpg) no-repeat;
    height: 27px;
}
/* height = (25 - (padding-top + padding-bottom)) */
ul.leftnav li.btn1 {
    background: url(Images/Layout/leftnav_buttons.jpg) no-repeat;
    cursor: pointer; cursor: hand;
    height: 17px;
    padding: 6px 12px 2px 2px;
}
ul.leftnav li.btn1:hover {
    background: url(Images/Layout/leftnav_buttons.jpg) no-repeat;
    cursor: pointer; cursor: hand;
    background-position: 0px -26px;
    height: 17px;
    padding: 6px 12px 2px 2px;
}
ul.leftnav li.btn2 {
    background: url(Images/Layout/leftnav_buttons.jpg) no-repeat;
    cursor: pointer; cursor: hand;
    background-position: 0px -52px;
    height: 17px;
    padding: 6px 12px 2px 2px;
}
ul.leftnav li.btn2:hover {
    background: url(Images/Layout/leftnav_buttons.jpg) no-repeat;
    cursor: pointer; cursor: hand;
    background-position: 0px -78px;
    height: 17px;
    padding: 6px 12px 2px 2px;
}
ul.leftnav li.btn3 {
    background: url(Images/Layout/leftnav_buttons.jpg) no-repeat;
    cursor: pointer; cursor: hand;
    background-position: 0px -104px;
    height: 17px;
    padding: 6px 12px 2px 2px;
}
ul.leftnav li.btn3:hover {
    background: url(Images/Layout/leftnav_buttons.jpg) no-repeat;
    cursor: pointer; cursor: hand;
    background-position: 0px -130px;
    height: 17px;
    padding: 6px 12px 2px 2px;
}
ul.leftnav li.lbl {
    font-weight: bold;
    height: 17px;
    padding: 6px 12px 2px 2px;
}
ul.leftnav li.lbl, ul.leftnav li.lbl * {
    color: #fff;
}

/* ComponentArt Styles */
*.menu1
{
	background: url(Images/Layout/leftnav_buttons.jpg) no-repeat;
    border: none;
	cursor: default;
	vertical-align: top;
	width: 100%;
}
*.menu3
{
	background: url(Images/Layout/leftnav_buttons.jpg) no-repeat;
    background-position: 0px -104px;
    border: none;
	cursor: default;
	vertical-align: top;
	width: 100%;
}
*.menu3 td, *.menu1 td {
    border: none;
    height: 17px;
    padding: 5px 12px 2px 2px;
    text-align: right;
}
*.subMenu
{
	background-color: #315531;
	color: #fff;
	cursor: pointer; cursor: hand;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	padding: 4px;
}
*.subMenu, *.subMenu * {
    height: 17px;
    padding: 4px;
    text-align: left;
}
/* ComponentArt Styles */

/* END LEFT NAV */

/* TITLE CLASSES */
div.title_state {
    background: url(Images/Layout/title_thestate.jpg) no-repeat;
    height: 14px;
    margin-left: 5px;
    margin-top: -10px;
    position: relative;
    width: 249px;
}
div.title_gmhb {
    background: url(Images/Layout/title_gmhb.gif) no-repeat;
    height: 30px;
    margin-left: 7px;
    margin-top: 17px;
    position: relative;
    width: 410px;
}
/* END TITLE CLASSES */

div.footer {
    color: #5fb889;
    font-size: 0.73em;
    margin-left: 20px;
    margin-right: 20px;
    text-align: right;
}
div.footer a {
    color: #5fb889;
}

div.DecisionDateButton {
	background-color: #fff;
	border: solid 1px #ddd;
	float: left;
	margin: 1px;
	padding: 3px;
	text-align: center;
	width: 50px;
}

/* lists */
ul.plaindbl {
    list-style-type: none;
    margin-left: 5px;
    padding-left: 0px;
    line-height: 28px;
}

ul.SpacedList li {
    margin-bottom: 10px;
}

/* BEGIN MESSAGES */
.message {
    background: #edddbf;
    border: solid 1px #a98236;
    font: 1.15em bold;
    padding: 8px;
    position: absolute;
    width: 500px;
    z-index: 100;
}

.notice {
    background: #f7eabd;
    border: solid 1px #7a4a1a;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    width: 70%;
}

.lblNoResults {
    background: #efd3a3;
    border: solid 1px #8c631c;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    width: 70%;
}
.lblNoResultsLeft {
    background: #efd3a3;
    border: solid 1px #8c631c;
    font-weight: bold;
    padding: 5px;
}
/* END MESSAGES */

/* BEGIN LOADING ANIMATION CLASSES */
div.Loading {
    background: url("Images/aniLoading.gif") no-repeat #dfdfdf;
    border: solid 1px #888;
    height: 19px;
    left: 512px;
    margin-left: -110px;
    position: absolute;
    top: 25%;
    width: 220px;
    z-index: 200;
}
/* END LOADING ANIMATION CLASSES */

/* BEGIN HELP SCREENSHOT POPUP */
.HelpScreenShotPopup {
    background: #e5e5e5; 
    border: solid 1px #aaa; 
    height: 400px;
    margin: 5px; 
    padding: 5px; 
    position: absolute; 
    width: 645px; 
    z-index: 100;
}
/* END HELP SCREENSHOT POPUP */

/* BEGIN MAP KEY CLASSES */
div.MapKeyBox {
    background: #f1e9c8; 
    border: solid 1px #888; 
    height: 200px; 
    margin-left: -200px;
    margin-top: 30px; 
    padding: 6px; 
    position: absolute; 
    text-align: center; 
    width: 380px; 
    z-index: 1000;
}
div.MapKeyItem {
    background: #fff;
    border: solid 1px #aaa; 
    float: left; 
    height: 20px; 
    margin-bottom: 3px; 
    margin-right: 3px; 
    padding: 3px; 
    text-align: left; 
    width: 115px;
}
/* END MAP KEY CLASSES */
