body
{
	background-color: #AFD8E9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;	
	margin: 0px;
	margin-top: 7px;
}

a { color: #3795D2;  }
a:visited { color: #00609D; }

img { border: 0px; }

.contentHolder
{
	padding: 3px;	
}

.contentHolder, .contentHolder td 
{
	font-size: 0.8em;
}

#errorMessage
{
	background: yellow;
	padding: 3px;
	color: Black;
	border: 1px dashed red;
	width: 500px;
	text-align: center;
	margin-bottom: 10px;
	
}

#Message
{
	background: #5DB35A;
	padding: 3px;
	color: White;	
	width: 500px;
	text-align: center;
	margin-bottom: 10px;	
}

.mapDataDisplay, .mapDataDisplay TD
{
	font-size: 10px;
}

a.mapBottomTool
{
	font-size: xx-small; 
	font-style:italic;
}

/* ************************************************************
	Footer Styles
   ***/
.footer
{
	text-align: center;
	font-size: xx-small;
}

/* *****************************************************************
	TOP-NAVIGATION Styles
	* **/
.nav_top_sel 
{
	background: #3795D2; text-align: center; 
	width: 130px;
}

.nav_top_sel a, .nav_top a, .nav_top_sel a:visited, .nav_top a:visited
{
	color: white;
	font-weight: bold;
	font-size: x-small;
	text-decoration: none;
	height: 1.5em;
	display: block;
	white-space: nowrap; /* <nobr> */
}

.nav_top a, .nav_top a:visited
{
	color: #CCC;
}

.nav_top
{
	background: #00609D; text-align: center; 
	width: 130px;
}

.nav_top_spacer
{
	width: 1px;
}

.nav_second
{
	padding-left: 10px;
	background: #3795D2;
	font-size: smaller;
	height: 20px;
}

.nav_second a
{
	color: white;
	text-decoration: none;
	padding: 2px;
	padding-bottom: 2px;
}
		
/** *********************************
	Breadcrumb
**/
#breadcrumb {
	color: black;
	padding: 3px;
	
	font-size: 55%;
	height: 10px;
	
	}

#breadcrumb ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	margin: 0px;
	padding: 0px;	
	
	} 

#breadcrumb ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}

#breadcrumb li a
{
	color: Black;
	text-decoration: none;
}

#breadcrumb li a:hover
{
	color: Black;
	text-decoration: underline;
}				

#breadcrumb li a:visited
{
	color: #444;
}		
/* *****************************************************
	* Expandable Checkbox Tree Styles
	* **/
.expandable-checkbox-tree ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.expandable-checkbox-tree ul li 
{
	margin-left: 0px;
}

.expandable-checkbox-tree ul li ul li {
	margin-left: 36px;
	/*border: 1px solid red;*/
}

.expandable-checkbox-tree ul li ul li.expandable-checkbox-tree-expander {
	margin-left: 20px;
/*	border: 1px solid;*/
}

.expandable-checkbox-tree-opened {
	display: block;
}

.expandable-checkbox-tree-closed {
	display: none;
}

.expandable-checkbox-tree-image {
	vertical-align:text-bottom;
	border: 0px;
}

/* *********************************************************
	Calendar DatePicker Styles
   ** */
/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}


/* yahoo ui tabs */
.yui-navset button {
    position:absolute;
    top:0;
    right:0;
}

@media print
{
	body
	{
		width: 660px;
	}
	#header_image
	{		
		width: 660px;
	}
	
	.contentHolder
	{
		width: 800px;	
	}
}
