﻿
.siteMap
{
	font-size:10px;
	color:White;
	padding-bottom:3px;
}

.siteMap a
{
	font-size:10px;
	color:yellow;
}


.errorMessage
{
	color:Red;
}

/*Modal Popup*/
.modalBackground {
	background-color:#ffffff;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.modalHeader 
{
	background-image:url(../../Images/green_bg.jpg);
	background-repeat:repeat-x;
	height:25px;
	background-position:left -4px;
	border-left:solid 1px #7197b6;
	padding-top:0px;
	padding-left:5px;
	font-weight:bold;
	color:White;
	font-size:15px;
}

#header
{
	padding-top:5px;
	padding-bottom:5px;
	background-color:#fff;
	padding-left:10px;
	margin-bottom:0px;
}

#footer
{
	margin-top:10px;
	background-color:#CCC;
	height:20px;
	padding-top:5px;
	padding-left:10px;
	border:dotted 1px gray;
	color:gray;
}

h2
{
	color:#7197b6;
}

.gridHeader
{
	background-image:url(../../Images/green_bg.jpg);
	background-repeat:repeat-x;
	height:23px;
	background-position:left -4px;
	border:solid 1px #7197b6; 
	padding-top:5px;
	color:White;
	height:30px;
	font-size:10px;
}

.header
{
	background-image:url(../../Images/green_bg.jpg);
	background-repeat:repeat-x;
	height:23px;
	background-position:left -4px;
	
	color:White;
	font-size:12px;
	padding-top:5px;
	padding-left:5px;
	font-weight:bold;
}

.gridRow
{
	height:30px;
	border:solid 1px #7197b6; 
}

label
{
	width:150px;
	float:left;
	font-weight:bold;
	color:Gray;
	text-align:right;
	padding-right:20px;
}


/* Menu Styles */

.ie8fix
{
	z-index:100;
	background-color:#4f4f4f; /*7197b6*/

}


.staticMenuItem
{
	color:#fff; /*7197b6*/
	width:200px;
	text-align:center;
	padding:5px;
	padding-left:10px;
}

.dynamicMenuItem
{
	width:200px;
	background-color:#CCC;
	text-align:left;
	height:30px;
	color:#7197b6;
	padding-left:10px;
}

.dynamicSelectedMenuItem
{
	font-weight:bold;
	color:White;
}

.menu
{
	background-color:#ccc;
	height:30px;
	font-size:9pt;
	color:#000;
	border:solid 10px #436985;	
}

.menuHolder
{
	background-color:#4f4f4f;
	width:100%;
	height:30px;
	border-bottom:solid 4px #7197b6;
 font-weight :bold ;
  font-size :13px;
 	/* background-image:url(../../images/button_orange.png); */
}


.selectedMenuItem
{
	color:White;
	font-weight:bold;
	background-image:url(../../images/header_tile.png);
	background-color:#FFD168;
	background-repeat:repeat-x;
}

.staticHoverItem
{
	font-weight:bold;
}

.Button
{
	background-image:url(../../images/Header_Tile.png);
	background-position:-5px;
	color:white;
	padding:3px 10px 3px 10px;
	border:outset 1px #9a9a9a;
	font-weight:bold;
	font-size:11px;
}

.ButtonNoBorder
{
	background-image:url(../../images/Header_Tile.png);
	background-position:-5px;
	color:white;
	padding:4px 10px 3px 10px;
	border:solid 1px #9a9a9a;
	font-weight:bold;
}

.dynamicPopulate_Updating 
{
	background-image:url(../../images/loading.gif);
	background-repeat:no-repeat;
	border:silver 1px inset;
	text-align:center;
	padding:2px;
	height:2em;
	margin:5px;
	width:200px;
}

.form
{
	border:solid 1px #CCC;
	background-color:#EEE;
	padding:5px;
	width:600px;
	text-align:left;
}

.flexibleform
{
	border:solid 1px #CCC;
	background-color:#EEE;
	width:750px;
	text-align:left;
	
}

.flexibleform input
{
	font-size:11px;
	margin:1px;
}

.required
{
	color:Red;
	font-weight:bold;
}

.navlist
{
	list-style-type:none;
	margin-left:0px;
	padding-left:25px;
}

.navlist li a
{
	display:block;
	line-height:20px;
}