﻿/*<![CDATA[*/
/* ------ COLOR REFERENCE ------         */
/* Bright Red - #DE0000                  */
/* Dark Red - #640000                    */
/* White - #FFFFFF                       */
/* LT Blue (nav active/hover) - #64A6FF  */
/* Grey (BG) - #E5E5E5                   */
/* Light Grey - #F9F9F9                  */

*, html 
{
  margin: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
 
}

img
{
    border: none;   
}
img, div { behavior: url(iepngfix.htc) }
body 
{
  MARGIN: 0px auto; 
  FONT: 11px "Lucida Grande", verdana, arial, helvetica, sans-serif; 
  COLOR: #363636; 
  background: #E5E5E5 url(img/bg_page.gif) repeat-x top center;  
}
#container {
  width: 95%;
  margin: 10px auto;
}
#header_left {
  float: left;
  width: 70%;
  text-align: left;
  height: 43px;
}
#header_right a {
  color: #DE0000;
  font-size: 10px;
  text-decoration: underline;
}
#header_right {
  text-align: right;
  color: #DE0000;
  font-size: 10px;
}

#content_left {
  float: left;
  width: 24%;
  margin-top: 30px;
  background: #E5E5E5;
  text-align: left;
}
#content_right {
  float: right;
  width: 100%;
  margin-top: 10px;
  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 #2576E2;
}
* 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:#FFFFFF; 
    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:#16459F;
    background-color: #FFD83F; 
}
#nav .current a b 
{
    background-position:100% -100px; 
    color:#FFFFFF;
    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:#64A6FF;
    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:#64A6FF;
    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:#640000; }
* 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:#FFFFFF;
    height:27px; 
    line-height:27px; }


h2 {
  color: #640000;
  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: #640000;
  font-size: 18px;
  font-weight: normal;    
}

h3 
{  
	MARGIN: 8px 0px 10px; 
	FONT: bold 14px/18px arial, verdana, helvetica, sans-serif;
  color: #640000;
}

.h3 
{  
	MARGIN: 8px 0px 10px; 
	FONT: bold 14px/18px arial, verdana, helvetica, sans-serif;
	color: #777524;
}

a {
  color: #640000;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
p {
  margin-bottom: 10px;
}

div.shadow
{
    float:left;
   
    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:#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 }
	
H1 {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 16px; 
	BORDER-BOTTOM-WIDTH: 0px; 
	PADDING-BOTTOM: 14px; 
	MARGIN: 0px; 
	COLOR: #000; 
	LINE-HEIGHT: 22px; 
	PADDING-TOP: 10px
}

.h1Title{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 16px; 
	COLOR: #000; 
}

.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
}



H1 SPAN {
	PADDING-LEFT: 6px; FONT: 11px "Lucida Grande", verdana, arial, helvetica, sans-serif; COLOR: #afafaf;
}
H1 SPAN A {
	FONT: 11px "Lucida Grande", verdana, arial, helvetica, sans-serif;
}

H2 SPAN {
	PADDING-LEFT: 6px; FONT: 11px "Lucida Grande", verdana, arial, helvetica, sans-serif; COLOR: #afafaf
}
H3 SPAN {
	PADDING-LEFT: 6px; FONT: 11px "Lucida Grande", verdana, arial, helvetica, sans-serif; COLOR: #afafaf
}

.dataGrid TD {
	BORDER-BOTTOM: #d9d9d9 1px solid;
	border-top: #d9d9d9 1px solid;
	border-left: #d9d9d9 1px solid;
	border-right: #d9d9d9 1px solid;
}

.dataGrid TH {
	BORDER-BOTTOM: #d9d9d9 1px solid;
	white-space: nowrap;
	border-top: #d9d9d9 1px solid;
	border-left: #d9d9d9 1px solid;
	border-right: #d9d9d9 1px solid;
}

#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
}

LI {
	PADDING-RIGHT: 0px; PADDING-LEFT: 2px; FONT-SIZE: 11px; PADDING-BOTTOM: 2px; MARGIN-LEFT: 25px; LINE-HEIGHT: 13px; PADDING-TOP: 2px
}
LI IMG {
	PADDING-RIGHT: 3px
}
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;
    margin: 5px 0 5px 0;
    
}

.addButtonLeft
{
    background-image: url(img/but_addleft.gif);
    padding: 0;
    margin: 0;
    height:24px;
    width:24px;
    float: left;
    background-repeat:no-repeat;
}

.addButtonCenter
{
    background-image: url(img/but_addbg.gif);
    padding: 0;
    margin: 0;
    height:24px;
    vertical-align: middle;
    float: left;
    background-repeat: repeat-x;
}

.addButtonCenter span
{
    line-height: 23px;
    font-weight: bolder;
}

.addButtonRight
{
    background-image: url(img/but_addright.gif);
    padding: 0;
    margin: 0;
    height:24px;
    float: left;
    width: 10px;
    background-repeat:no-repeat;
}

.gLabelClass
{
    background-color: red;   
    border: solid 2px black;
    color: Black;
    padding: 1px;
}

.streetviewButton
{
    color: Blue;
    cursor: pointer;
}