﻿/*<![CDATA[*/
/* ------ COLOR REFERENCE ------ */
/* Yellow - #FCED04              */
/* Dark Green - #014928            */
/* LT Green - #037842          */
/* Yellow (BG) - #F6F6D7           */
/* Light Yellow - #FFFEF9          */

*, html 
{
  margin: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
 
}

body {
  background: #F6F6D7 url(img/bg_page.gif) repeat-x top center;
  
  color: #014928;
}
#container {
  width: 95%;
  margin: 10px auto;
}
#header_left {
  float: left;
  width: 70%;
  text-align: left;
  height: 43px;
}
#header_right a {
  color: #FCED04;
  font-size: 10px;
  text-decoration: underline;
}
#header_right {
  text-align: right;
  color: #FCED04;
  font-size: 10px;
}

#content_left {
  float: left;
  width: 24%;
  margin-top: 30px;
  background: #F6F6D7;
  text-align: left;
}
#content_right {
  float: right;
  width: 75%;
  margin-top: 30px;
  text-align: left;
}
#content_full {
  float: left;
  width: 100%;
  margin-top: 30px;
  text-align: left;
}
#maincontent {
  padding: 20px;
  background: #FFFFFF;
}
#sidebar {
  margin-right: 30px;
}

#footer {
  text-align: right;
  clear: both;
  padding: 10px 5px 10px 0;
}
#nav {
    margin:0;
}

/* the styling */
#nav {
    float:left; 
    width:100%; 
    height:63px; 
    position:relative;
}

#nav .select, #nav .current {
    margin:0; 
    padding:0; 
    list-style:none; 
    display:block;
}

#nav li 
{
    display:inline; 
    margin:0; 
    padding:0;
    height:auto;}

#nav .select a,
#nav .current a 
{
    display:block; 
    height:27px; 
    float:left; 
    background: #BE390E url(img/nav_left.gif) no-repeat left top;
    padding:0 0 0 5px; 
    text-decoration:none; 
    font-size:12px; 
    line-height:27px; 
    white-space:nowrap; 
    margin-left:3px; 
    border-bottom: 1px solid #FFF36C;
}
* html #nav .select a, * html #nav .current a 
{
    width:1px;
}

#nav .select a b,
#nav .current a b 
{
    height:100%; 
    display:block; 
    background: #BE390E url(img/nav_right.gif) no-repeat right top; 
    padding:0 8px 0 5px; 
    color:#FFF;
}

#nav .select a:hover,
#nav .select li:hover a 
{
    background-position:0 -50px; 
    cursor:pointer; 
    background-color: #FFC027;
}

#nav .select a:hover b,
#nav .select li:hover a b 
{
    background-position:100% -50px; 
    color:#014928;
    background-color: #FFC027;
}

#nav .sub 
{
    display:none;
}

/* for IE5.5 and IE6 only */
#nav table 
{
    position:absolute; 
    border-collapse:collapse; 
    left:0; 
    top:0; 
    font-size:11px;
}

#nav .current a 
{
    background-position:0 -100px; 
    border-color:#FEEF03;
    background-color: #FEEF03;
}
#nav .current a b 
{
    background-position:100% -100px; 
    color:#014928; 
    background-color: #FFD83F;
}


#nav .sub li a:hover,
#nav .select a:hover .sub li a:hover,
#nav .select li:hover .sub li a:hover 
{
    background:transparent url(img/nav_sep.gif) no-repeat right center; 
    color:#014928; 
    text-decoration:none;
}

#nav .sub_active .current_sub a,
#nav .sub_active a:hover 
{
    background:transparent url(img/nav_sep.gif) no-repeat right center; 
    color:#014928; 
    text-decoration:none;
}

#nav .select li a:hover .sub,
#nav .select li:hover .sub 
{
    display:block; 
    position:absolute; 
    width:780px; 
    top:27px; 
    left:0; 
    background:transparent url(img/nav_bg.gif) repeat-x; 
    margin-top:1px; 
    padding:0; 
    z-index:100;
}

#nav .sub, #nav .sub_active 
{
    margin:0; 
    padding:0; 
    list-style:none;
}
#nav .sub_active 
{
    display:block; 
    position:absolute; 
    width:780px; 
    top:27px; 
    left:0; 
    background:transparent url(img/nav_bg.gif) repeat-x; 
    margin-top:1px; 
    padding:0; 
    z-index:10; 
    color:#014928; }
* html #nav .sub_active, * html #nav .select a:hover .sub 
{
    z-index:-1; 
    margin-top:0; 
    margin-top:1px;}

#nav .sub_active a 
{
    height:27px; 
    float:left; 
    text-decoration:none; 
    line-height:27px; 
    white-space:nowrap; 
    font-weight:bold;}
#nav .sub_active a,
#nav .select a:hover .sub li a,
#nav .select li:hover .sub li a 
{
    display:inline; 
    background:transparent url(img/nav_sep.gif) no-repeat right center; 
    padding:0 10px; 
    margin:0; 
    font-size:11px; 
    width:auto; 
    white-space:nowrap; 
    font-weight:bold; 
    border:0; 
    color:#037842;
    height:27px; 
    line-height:27px; }

h1 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: normal;
}
h2 {
  color: #014928;
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 10px;
  margin-bottom: 10px;
  background: transparent url(img/bg_border.gif) repeat-x bottom left;
}
.pageTitle
{
   color: #014928;
  font-size: 18px;
  font-weight: normal;    
}

h3 {
  color: #014928;
  font-size: 14px;
  font-weight: bold;
  padding: 0px 0 10px 0;
  margin-bottom: 10px;
  background: transparent url(img/bg_border.gif) repeat-x bottom left;
}
a {
  color: #014928;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
p {
  margin-bottom: 10px;
}

div.shadow{float:left;
    background: url(img/dropshadow.gif) no-repeat bottom right;
    padding:0px 3px 5px 0px;}
div.shadow div#maincontent 
{
    display:block;
    position: relative;
    top: -2px;
    left:-2px;
    border:1px solid; 
    border-color: #ccc #999 #999 #ccc;}


/*Forms defaults - change as needed*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
select
{
   font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040; 
}
.label {
	color:#999;
	cursor:pointer;
	padding-left:2px;
	line-height:16px;
}
label.chosen {color:#333;}

/*Transparent items*/
.outtaHere {
	position:absolute;
	left:-3000px;
}

/*Radio buttons*/
.radioArea, .radioAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:15px;
	height:14px;
	font-size:0;
	cursor:pointer;
}
.radioArea 
{
    background:url(img/radio.gif) no-repeat left top;}
.radioAreaChecked 
{
    background:url(img/radio.gif) no-repeat left bottom;}

/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:13px;
	height:13px;
	font-size:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
.checkboxArea 
{
    background:url(img/checkbox.gif) no-repeat left top;
    }
.checkboxAreaChecked 
{
    background:url(img/checkbox.gif) no-repeat left bottom;
    }
.focused 
{
    border:1px dotted #ddd;
    }

/*Text inputs*/
.textinput, .textinputHovered {
	height:15px;
	background:url(img/input_bg.gif) repeat-x left top;
	border:none;
	padding:4px 0;
	vertical-align:middle;
}
.textinputHovered 
{
    background-position:left bottom;}
.inputCorner {
	padding-bottom:0;
	vertical-align:middle;
}

/*Text areas*/
.txtarea .tr, .txtarea .tr_xon 
{
    background:url(img/txtarea_tr.gif) no-repeat top right;}
.txtarea .tr_xon 
{
    background:url(img/txtarea_tr_xon.gif) no-repeat top right;}
.txtarea img.txt_corner {
	width:5px;
	height:5px;
	display:block;
}
.txtarea .br, .txtarea .br_xon 
{
    background:url(img/txtarea_br.gif) no-repeat top right;}
.txtarea .br_xon 
{
    background:url(img/txtarea_br_xon.gif) no-repeat top right;}
.txtarea .cntr 
{
    background:url(img/txtarea_cntr.gif) repeat-y right top;}
.txtarea .cntr_xon 
{
    background:url(img/txtarea_cntr_xon.gif) repeat-y right top;}
.txtarea .cntr_l, .txtarea .cntr_l_xon {
	width:5px;
	background:url(img/txtarea_l.gif) repeat-y left top;
	float:left;
}
.txtarea .cntr_l_xon 
{
    background:url(img/txtarea_l_xon.gif) repeat-y left top;}
.txtarea textarea {
	border:0;
	background:none;
	padding:0;
	margin:5px;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered, .buttonReset, .buttonResetHovered {
	width:auto;
	height:26px;
	color:#014928;
	font-weight:bold;
	padding:2px;
	background:url(img/button_bg.gif) repeat-x left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered, .buttonResetHovered 
{
    background-position:left bottom;
}
.buttonImg 
{
    vertical-align:bottom;
}
.title {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: normal;
}

.GridRow
{
    background-color: #FFFEF9;
    height:22px;
}

.GridAltRow
{
    background-color: #F6F6D7;
    height:22px;
}

.GridHeaderTR {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #ffffff; 
	FONT-FAMILY: arial, san-serif; 
	BACKGROUND-COLOR: #014928; 
	TEXT-DECORATION: none;  
	height: 22px;
}

.GridHeaderTR a {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #ffffff; 
	FONT-FAMILY: arial, san-serif;
	cursor: hand;
}

.GridHeaderTR a:link {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #ffffff; 
	FONT-FAMILY: arial, san-serif;
	cursor: hand;
}

.GridHeaderTR a:visited {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #ffffff; 
	FONT-FAMILY: arial, san-serif;
	cursor: hand;
}

.GridHeaderTR a:hover {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #ffffff; 
	FONT-FAMILY: arial, san-serif;
	cursor: hand;
}

#content table.tb_grid {
  
  width: 100%;
}

.colorchart
{
    height:10px;
    width:10px;
}

.monthHeader
{
  background-color: #014928;  
  color: White;
  FONT-FAMILY: arial, san-serif;
  font-size: 11px;
}

.toolTip
{
    border: solid 1px #014928;
    padding: 5px 5px 5px 5px; 
    width: 250px; 
    height:260px; 
    background-color:White
}
