﻿body, html, div, ul, li {margin:0;}

/*Text styles +++++++++*/
a, a:link, a:visited {
    color:#926325;
}
a:hover {
    color:#355241;
}
h1, h3 {
 color:#562e22;
}

h2
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#355241;
	font-size: 25px;
	font-weight:normal;
}

h1
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#355241;
	font-size: 25px;
	font-weight:normal;
}

.tb_grid
{
    width: 100%;
}

.h1Title {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#355241;
	font-size: 25px;
	font-weight:normal;
}

h1 span{
	font-size: 12px;
}
p {	
 font-size:12px;
 }
a img{border:none;}

h1.serif{ 
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#355241;
	font-size: 25px;
	font-weight:normal;
}

h1.serif span{

	font-family:Georgia, "Times New Roman", Times, serif;
	color:#355241;
	font-size: 25px;
	font-weight:normal;
}	

h3.serif{ 
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#562e22;
}

/*List styles +++++++++  */


ul.squarelist, ul.arrowlist {
	font-size: 12px;
	list-style-type: none;
}
ul.squarelist li{
	background-image: url(images/list_square2.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
	padding-bottom:2px;
}
ul.arrowlist li{
	background-image: url(images/list_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left:15px;
	padding-bottom:9px;
}

body

{   min-width:900px;
	background-repeat: repeat-y;
	background-position: center top;
	font: 100% Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    color:#6d675c;
}

/*set to one columns or two columns here */
body.onecolumn{	background-image: url(images/html_1col.png);}
body.twocolumn{	background-image: url(images/html.png);}

#container1 {
	min-height: 300px;	
	background-image: url(images/Container1.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#container2 {
	min-height: 460px;
	margin:auto; padding: 0px;
	background-image: url(images/Container2.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#container3 {
	min-height: 465px;
	margin: auto; padding:0px;	
	background-image: url(images/SubpageBackground_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/*homepage or subpage template*/
.twocolumn #container3.home{	background-image: url(images/HomeBackground_3.jpg);}
.onecolumn #container3.subpage{background-image: url(images/SubpageBackground_1.jpg);}
.twocolumn #container3.subpage{background-image: url(images/SubpageBackground_2.jpg);}

.subpage #banner {height:115px;}
.subpage #header {height: 188px;}

.home #banner {height:180px;}
.home #header {height: 253px;}

.onecolumn #mainContent{ margin:0;}
.onecolumn #mainContent1{ margin:0;}



div#container { 
	width: 800px;  
	margin: 0 auto;
	text-align: left;
} 
div#header { 
	padding: 0 10px 0 20px;  
} 
div#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
div#sidebar1 {
	float: right; 
	width: 190px; 
	border-left: #EBEBEB; 
	padding: 15px 15px 15px 15px;		
}
div#mainContent {
	margin: 0 250px 0 0; 
	padding: 0 20px; 
} 
div#mainContent1 {
	margin: 0 223px 0 0; 
	padding: 0px 5px 5px 15px;	
}
div#footer { 
	padding: 0 10px 0 20px; 
	background:#DDDDDD; 
} 
div#footer p {
	margin: 0; 
	padding: 10px 0; 
}

.floatright { 	float: right; 	margin-left: 8px; }
.floatleft { 	float: left; 	margin-right: 8px; }
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* CSS Document */


/*Sliding Door Tab Menu ++++++++++++++*/
#tabmenu_container{
	height: auto;
	width: 100%;
}
div#tabmenu{
}
#tabmenu {  /*border: solid 1px #00FF00;*/
    font-family: Arial, Georgia, "Times New Roman", Times, serif;
	float:left;
	width:100%;
	font-size:14px;
	line-height:normal;
	/*  background: url("../images/tab_bg.gif") repeat-x bottom;*/
  }
#tabmenu ul {
  margin:0;
  padding:0px 10px 5px 30px;
  list-style:none;
  }
#tabmenu li {
  float:left;
/*  background:url("../images/tab_left1.gif") no-repeat left top;*/
  margin:0;
  padding:0 0 0 9px;
  }
#tabmenu a {
  float:left;
  display:block;
/*  background:url("../images/tab_right1.gif") no-repeat right top;*/
  padding:7px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color: white;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabmenu a {float:none;}
/* End IE5-Mac hack */
#tabmenu a:hover {
  color:#631b0b;
  }
#tabmenu #current {
  background-image:url("images/tab_left.gif");
  background-repeat: no-repeat;
  background-position: left top;
  }
#tabmenu #current a {
	background-image:url(images/tab_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color:#926325;
	padding-bottom:10px;
  }






/*Titlebar nav +++++++++++++*/
#titlebar_nav{/* border: solid 1px red;*/
    font-family: Arial, Georgia, "Times New Roman", Times, serif;
	height:40px;
	width: 95%;
	text-align:right;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .1em;
	color:#a49c8d;
	font-weight: bold;
	}
#titlebar_nav a, #titlebar_nav a:link, #titlebar_nav a:visited{
	color:#a49c8d; 
	text-decoration:none; 
	padding:10px 10px 10px 2px;
}
#titlebar_nav img{ vertical-align:text-bottom;}
#titlebar_nav a:hover{color:white;}
#titlebar_nav a:link img {opacity: .8; -moz-opacity: .8; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); vertical-align: text-bottom; padding-right:2px;}
#titlebar_nav a:hover img {opacity: 100; -moz-opacity: 100; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);}

/*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:#FFF;
	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
{   
    height:22px;
}

.GridAltRow
{     
    height:22px;
    background-color: #f6f6f6; 
}


.GridHeaderTR 
{
    
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #000000; 		
	TEXT-DECORATION: none;  
	height: 22px;
	BACKGROUND: url(img/lightCellHeader.gif);
}

.GridHeaderTR a {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #000000; 
	FONT-FAMILY: arial, san-serif;
	cursor: hand;
}

.GridHeaderTR a:link {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #000000; 
	FONT-FAMILY: arial, san-serif;
	cursor: hand;
}

.GridHeaderTR a:visited {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #000000; 
	FONT-FAMILY: arial, san-serif;
	cursor: hand;
}

.GridHeaderTR a:hover {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #000000; 
	FONT-FAMILY: arial, san-serif;
	cursor: hand;
}

#content table.tb_grid {
  
  width: 100%;
}

.colorchart
{
    height:10px;
    width:10px;
}

.monthHeader
{
  background-color: #434316;  
  color: White;
  FONT-FAMILY: arial, san-serif;
  font-size: 11px;
}

.toolTip
{
    border: solid 1px #434316;
    padding: 5px 5px 5px 5px; 
    width: 250px; 
    height:260px; 
    background-color:White
}

.right 
{	
	TEXT-ALIGN: left
}

.right .col 
{
	PADDING-RIGHT: 10px; MIN-WIDTH: 200px; PADDING-LEFT: 10px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
.right .dividerCol 
{
	PADDING-RIGHT: 10px; MIN-WIDTH: 200px; PADDING-LEFT: 20px; PADDING-BOTTOM: 0px; BORDER-LEFT: #ccc 1px dotted; PADDING-TOP: 0px
}
.right .col-highlight 
{
	PADDING-RIGHT: 20px; PADDING-LEFT: 20px; BACKGROUND: url(img/bg_left.gif) no-repeat left top; PADDING-BOTTOM: 50px; LINE-HEIGHT: 14px; MARGIN-RIGHT: 9px; PADDING-TOP: 15px; HEIGHT: auto
}
.right .col-highlight .formContainer 
{
	PADDING-RIGHT: 8px; PADDING-LEFT: 8px; BACKGROUND: none transparent scroll repeat 0% 0%; PADDING-BOTTOM: 6px; PADDING-TOP: 6px
}
.right .dividerCol .formContainer 
{
	BACKGROUND: #fff
}
.right .col-highlight .formContainer LABEL 
{
	WIDTH: 90px
}
.right .col-close 
{
	BACKGROUND: url(img/bg_right.gif) no-repeat left top; FLOAT: right; WIDTH: 15px; COLOR: #f1f1f1; HEIGHT: 190px
}

.upperleft {
	BACKGROUND-POSITION: left top; BACKGROUND-IMAGE: url(img/upperleft.png); MARGIN-LEFT: auto; WIDTH: 100%; MARGIN-RIGHT: auto; BACKGROUND-REPEAT: no-repeat; BACKGROUND-COLOR: #f4f4f4
}
.upperright {
	BACKGROUND-POSITION: right top; BACKGROUND-IMAGE: url(img/upperright.png); BACKGROUND-REPEAT: no-repeat
}
.lowerleft {
	BACKGROUND-POSITION: left bottom; BACKGROUND-IMAGE: url(img/lowerleft.png); BACKGROUND-REPEAT: no-repeat
}
.lowerright {
	PADDING-RIGHT: 15px; BACKGROUND-POSITION: right bottom; PADDING-LEFT: 15px; BACKGROUND-IMAGE: url(img/lowerright.png); MARGIN-BOTTOM: 0px; PADDING-BOTTOM: 10px; PADDING-TOP: 8px; BACKGROUND-REPEAT: no-repeat }
	
.applicationTitle {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: normal;
  PADDING-BOTTOM: 0px; 
  LINE-HEIGHT: 0px; 
  padding-top : 0px
}
.emptyformContainer {
	PADDING-RIGHT: 3px; 
	PADDING-LEFT: 3px; 
	BACKGROUND: #e4e4e4; 
	PADDING-BOTTOM: 3px; 
	MARGIN: 5px 15px 15px; 
	PADDING-TOP: 3px
}
.formContainer {
	PADDING-RIGHT: 3px; 
	PADDING-LEFT: 3px; 
	BACKGROUND: #e4e4e4; 
	PADDING-BOTTOM: 3px; 
	MARGIN: 5px 0px 15px; 
	LINE-HEIGHT: 1.2; 
	PADDING-TOP: 3px
}

.formContainerInput {
	PADDING-RIGHT: 3px; 
	PADDING-LEFT: 3px; 
	BACKGROUND: #e4e4e4; 
	PADDING-BOTTOM: 3px; 
	MARGIN: 5px 0px 15px; 
	LINE-HEIGHT: 1.2; 
	PADDING-TOP: 3px; 
}

.formContainerInput TD {
	vertical-align: middle;
}

#formBG {
	PADDING-TOP: 5px
}

.formBG {
	PADDING-TOP: 5px
}

.formContainer TD {
	BORDER-BOTTOM: #d9d9d9 1px solid
}

.formContainer TH {
	BORDER-BOTTOM: #d9d9d9 1px solid
}



.dataGrid TD {
	BORDER-BOTTOM: #d9d9d9 1px solid
}

.dataGrid TH {
	BORDER-BOTTOM: #d9d9d9 1px solid;
	white-space: nowrap;
}

#secondaryListOptions {
	BORDER-TOP: #ececec 1px solid; MARGIN-TOP: 15px; PADDING-TOP: 15px
}
#secondaryListOptions H5 {
	PADDING-LEFT: 18px; BACKGROUND: url(img/page.gif) no-repeat 2px 3px; LINE-HEIGHT: 17px
}

.col-highlight P {
	FONT-SIZE: 11px; COLOR: #565656; LINE-HEIGHT: 15px
}

DL.icon-menu {
	MARGIN-TOP: 15px
}
DL.icon-menu-notop {
	MARGIN-TOP: 5px
}
DL.icon-menu DT {
	FLOAT: left; WIDTH: 25px; HEIGHT: 40px
}
DL.icon-menu-notop DT {
	FLOAT: left; WIDTH: 25px; HEIGHT: 40px
}
DL.icon-menu DD {
	FONT-SIZE: 11px; PADDING-BOTTOM: 3px; MARGIN-LEFT: 25px; COLOR: #565656
}
DL.icon-menu-notop DD {
	FONT-SIZE: 11px; PADDING-BOTTOM: 3px; MARGIN-LEFT: 25px; COLOR: #565656
}
DL.icon-menu DD A {
	FONT-WEIGHT: bold; FONT-SIZE: 12px
}
DL.icon-menu-notop DD A {
	FONT-WEIGHT: bold; FONT-SIZE: 12px
}
DL.icon-menu DD A.small {
	FONT-WEIGHT: normal; FONT-SIZE: 11px
}
DL.icon-menu-notop DD A.small {
	FONT-WEIGHT: normal; FONT-SIZE: 11px
}
DL.icon-menu DD.last {
	MARGIN-BOTTOM: 8px
}
DL.icon-menu-notop DD.last {
	MARGIN-BOTTOM: 8px
}

.inputFormGrey
{    
    background-color: #e9e9e9; 
    border: solid 1px #d9d9d9; 
    padding: 5px 5px 5px 5px;
    
}