﻿body
{
	padding: 0px;
	margin: 0px;
	background-color: #E0DCC1;
}

body, div, span, table,  p, input, select, textarea, a 
{
	font:11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
}

a:focus 
{
	outline-style: none;
}


#header
{
	background-image:url('Images/Page/hp_header.jpg'); 
	background-repeat: no-repeat; 
	background-position:left center;
	height:85px;		
	width: 100%;				
	border-bottom:solid 1px #0b2a58;
}

.mainTable
{
		background-image: url(Images/hp_top_bg.jpg); 
		background-position:top center; 
		background-repeat: no-repeat;
}
.toolTable
{
	background-color:#FFFFFF; 
}
.menuTable
{
	padding-left:10px; 
	background-position: left top; 
	background-image: url(Images/Page/top_nav_bg.jpg);
	background-repeat: repeat-x;
	width:100%;
	height:34px;
}
.title
{
	font-size: 14px;
	font-weight:bold;
	color: White;
}
.lowBand
{
	height:4px;
	background-color: #7A3E22;
}
.footer
{
	font-family:Verdana;
	font-size:xx-small;
	color: #213245;
}
. adminLinks
{
	font-size:x-small;
	color:White;
	cursor:hand;
}
.adminMenu
{
	font-size:x-small;
	color:White;
	vertical-align:middle;
}




/* Style for Grid Control*/
.gridMain
{
	width:600px;
	background-color: white;
	cursor: pointer;
	cursor: hand;
	border-collapse: separate;
}

.gridRowStyle
{
	text-align:left;
	background-color:#F7F6F3;
	color:#333333; 
}  

.gridHeaderStyle 
{
	text-align:left;
	color:#333333;	
	/* HorizontalAlign="Left" BackColor="BurlyWood" */
} 

.gridSelectedStyle
{
	background-color:#f1efe2;
	text-align:left;
	color:blue;
	background-color: #d4d0c8;
	border-left: #a5a597 2px solid;
	border-top: #a5a597 2px solid;
	border-right: #a5a597 1px solid;
	border-bottom: #a5a597 1px solid;
}

.gridColumn
{
	background-color: #f1efe2; /* XP: threedlightshadow */
	color: black;
	border-left: #cecec3 1px solid;
	border-top: #cecec3 1px solid;
	border-right: #d6d2c2 1px solid;
	border-bottom: #d6d2c2 3px solid;
}

.gridColumn.GCHover
{
	background-color: #faf8f3;
	border-left: #cecec3 1px solid;
	border-top: #cecec3 1px solid;
	border-right: #d6d2c2 1px solid;
	border-bottom: #f8a900 3px solid;
}

.gridColumn.GCSelected
{
	background-color: #d4d0c8;
	border-left: #a5a597 2px solid;
	border-top: #a5a597 2px solid;
	border-right: #a5a597 1px solid;
	border-bottom: #a5a597 1px solid;
}

.gridCell
{
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 8pt;
	color: black;
}

.gridSelection
{
	background-color: #c6d6ef;
	border: solid 1px #316ac5;
}

/*End Grid Control Style*/  

.cachedButtonList
{
	position: absolute;
	 z-index:2;
}
.cacheButton
{
	background-color: #BFD6F2;
	border: solid 1px #0b2a58;
	cursor: pointer;
}


.cacheStaticMenu
{
	border-style: none;
	width: 125px;
}

.cacheStaticMenuItem, a.cacheStaticMenuItem:link, a.cacheStaticMenuItem:active,  a.cacheStaticMenuItem:visited
{
	text-decoration: none;
    font-weight: normal; 
    color: #333333;
}

.cacheStaticMenuItemHover, a.cacheStaticMenuItemHover:hover
{
	color: #333333;
	text-decoration: none;		
    font-weight: normal; 
}

.cacheStaticMenuItem td
{
	background-image: url('images/dropbutton_bg.png');	
	background-position: left bottom;
	background-repeat: no-repeat;
	text-align: center;
	border-style: none;
	height: 24px;
	position: relative;
}

.cacheStaticMenu img
{
	position: relative;
	border-style: none;	
	height: 23px;
	width: 23px;
}

.cacheDynamicMenu{
	border: 1px solid #B6B6B6;
	width:122px;
}

.cacheDynamicMenuItem, a.cacheDynamicMenuItem:link, a.cacheDynamicMenuItem:active, a.cacheDynamicMenuItem:visited
{
	color: #000000;
	padding: 2px;
	text-decoration: none;
	background-color: #FFFFFF;	
	border: 1px solid #FFFFFF;
	display: block;
	vertical-align:middle;	
	width: 100%; 
}

a.cacheDynamicMenuItem:link, a.cacheDynamicMenuItem:active, a.cacheDynamicMenuItem:visited
{
	text-decoration: none;
	display:inherit;
}

.cacheDynamicMenuItemHover, a.cacheDynamicMenuItem:hover
{
	color: #DD3409;
	padding: 2px;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	display: block;
	vertical-align:middle;
	width: 100%;
}


.searchArea
{
	left:450px; 
	position:absolute;
	width: 300px;
	top:15px; 
	z-index:50; 
	white-space:nowrap;
	text-align:left;	
}


.searchArea div
{
	clear: both;
}

.searchArea ul
{
	margin:0;
	padding:0;
	white-space:nowrap;
	list-style-type:none; 	
	color:#000;
	width:250px;
}

.searchArea ul li
{ 	
	float:left;	 	
}

.searchArea ul li.active
{ 	
	float:left;	  	
	padding-bottom:4px;
	background-image: url("images/active_arrow.gif");
	background-position: center bottom;
	background-repeat:no-repeat;	
}

.searchArea ul li a
{
	color:#000;
	text-decoration: underline;
	font-weight: normal;
	float:left;	 	
}

.searchArea ul li.active a
{
	text-decoration: none;
	font-weight: bold;
	float:left;	
}



.md_Pushpin
{
	BACKGROUND: url(Images/PushPin/pushpin_blue.png) no-repeat 0px 0px;
	position:absolute;
	z-index: 1000; 
	WIDTH: 34px; 
	HEIGHT: 34px;
}

/*
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='app_themes/default/Images/searcharea_bg.png', sizingMethod='scale');
*/

.md_Pushpin:hover 
{
	BACKGROUND: url(Images/PushPin/pushpin_blue_hover.png) no-repeat 0px 0px;
	position:absolute;
	z-index: 1000; 
	WIDTH: 34px; 
	HEIGHT: 34px;
	/*
	MARGIN: -2px 0px 0px -2px; 
	*/
}

.md_Pushpin_ie6
{

	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='App_Themes/Default/Images/PushPin/pushpin_blue.png', sizingMethod='scale');
	position:absolute;
	z-index: 1000; 
	WIDTH: 34px; 
	HEIGHT: 34px;
}

.md_Pushpin_ie6:hover 
{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='App_Themes/Default/Images/PushPin/pushpin_blue_hover.png', sizingMethod='scale');
	position:absolute;
	z-index: 1000; 
	WIDTH: 34px; 
	HEIGHT: 34px;
	/*
	MARGIN: -2px 0px 0px -2px; 
	*/
}