/*
BABABA - Gray
000066 - Dark Blue
5CB85C - Green
*/

body
{
    background-color: #DAEADA;
    font-family: Verdana, Helvetica, sans-serif, Arial;
    font-size: .8em;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    margin: 0px;
}

hr 
{
	border: 0;
	width: 100%;
	color: #bababa;
	background-color: #bababa;
	height: 2px;
}

.MasterHeader
{
	width: 1000px;
	background-color: White;
}

.MasterHeader2
{
	width: 100%;
	background-color: White;
}

.MasterLogo
{
	 height:50px;
}

.MasterNav
{
	 height:20px;
	 background-color: #000066;
}

.MasterFooter
{
	 height:15px;
	 background-color: #5CB85C;
}

.MasterTitle
{
	font-size:1.3em;
	font-weight:bold;
	color: #000066;
	font-family: Verdana, Helvetica, sans-serif, Arial;
}

.Title 
{
	font-size: 1.1em;
    color:#5CB85C;
    font-weight:bold;
    font-family: Verdana, Helvetica, sans-serif, Arial;
}

.Subtitle
{
	font-size: 0.85em;	   
    color:#5CB85C;
    font-weight:bold;
    font-family: Verdana, Helvetica, sans-serif, Arial;
}

.Text
{
	font-weight: bold;
	font-size: 0.85em;
	font-family: Verdana, Helvetica, sans-serif, Arial;
}

.Message
{
	font-weight: bold;
	font-size: 0.85em;
	color:Red;
	font-family: Verdana, Helvetica, sans-serif, Arial;
}

.Required
{
	color:Red;
	font-size:large;
}

.Button
{
	font-weight: bold;
	font-size:0.85em;
	text-align:center;
	font-family: Verdana, Helvetica, sans-serif, Arial;
	color:#000066;
}

.NavLink
{
	color:White;
	margin-left:5px;
	font-size:0.85em;
	font-weight:bold;
	text-decoration:none;
	font-family: Verdana, Helvetica, sans-serif, Arial;
	padding-right:10px;
	border-right: solid 1px white;
}

.NavLink:hover
{
	color:#5CB85C;
}

.EndLink
{
	 border-right-style:none;
}

.MntLink
{
	color:White;
	margin-right:5px;
	font-size:0.85em;
	font-weight:bold;
	text-decoration:none;
	font-family: Verdana, Helvetica, sans-serif, Arial;
}

.MntLink:hover
{
	color:#5CB85C;
}

.Link
{
	color:#000066;
	margin-right:5px;
	margin-left:5px;
	font-size:0.85em;
	font-weight:bold;
	text-decoration:underline;
	font-family: Verdana, Helvetica, sans-serif, Arial;
}

.Link:hover
{
	color:#5CB85C;
}

.GridRow 
{
	font-size: 0.9em;  
	color: black; 
	background-color:#ffffff; 
	height:25px;
	font-family: Verdana, Helvetica, sans-serif, Arial;
}

.GridAltRow
{
	font-size: 0.9em;  
	color: black; 
	background-color:#eeeeee; 
	height:25px;
	font-family: Verdana, Helvetica, sans-serif, Arial;
}

.GridHeader
{
	font-weight: bold;
	font-size: 0.9em;
	text-align:left;
	background-color:#bababa;
	color:#000066;
	font-family: Verdana, Helvetica, sans-serif, Arial;
	
	position:relative; 
	top:-1px; 
	border-style:none; 
	border-width:0px;
	z-index:99;
}

.Center
{
	 text-align:center;
}

.Small
{ 
	font-size:0.75em;
}

.SearchBox
{
	 height:11px;
	 width:70px;
	 font-size:0.85em;
}