﻿body
{
	margin: 1px 0 3px 0;
	font-family: Verdana, Arial, Sans-Serif;
	font-size:9pt;
}

a:link		{ color: Black; text-decoration: none; }
a:visited	{ color: Black; text-decoration: none; }
a:active	{ color: Black; text-decoration: none; }
a:hover		{ color: Black; text-decoration: underline; }

/* Master Page Top Menu Area*/
.NavMenuLevel1st
{
	padding:8px 5px 8px 3px;
	background-color: Green;
    color:White;
    font-weight:bold;
}


.NavMenuLevel2nd
{
	padding:4px 5px 4px 3px;
	background-color: Green;
    color:White;
    border-bottom: solid 1px white;
}

.NavMenuLevel3nd
{
	padding:4px 5px 4px 3px;
	background-color: Green;
    color:White;
    border-bottom: solid 1px white;
}

.NavMenuLevel1st a{text-decoration: none;color:White; }
.NavMenuLevel2nd a{text-decoration: none;color:White; }
.NavMenuLevel3nd a{text-decoration: none;color:White; }
.NavMenuLevel1st a:hover { color: Black; text-decoration: underline; }
.NavMenuLevel2nd a:hover { color: Black; text-decoration: underline; }
.NavMenuLevel3nd a:hover { color: Black; text-decoration: underline; }

.footerLink {color:White; font-size:8pt;}
.footerLink a{text-decoration: none;color:White;}
.footerLink a:hover	{ color: Black; text-decoration: underline; }

.NavMenuHover
{
	padding:8px 5px 8px 3px;
	background-color: Green;
    color:Black;
}

.DnyamicMenuHover
{
	background-color: Green;
	color:Black;
}

.SearchBox
{
	border:none;
}

/*DataGrid look & feel*/
.DBGrid
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: White;
	border-collapse:collapse;
}

.DBGrid_header
{
	/*bordercolor="#336699" bordercolorlight="#336699" bordercolor-dark="#336699"*/
	font-weight: bold;
	padding-left: 6px;
	height: 22px;
	border-bottom: solid 1px #9eb6ce;
	background-color:#9eb6ce;
}

.DBGrid_pager
{
	border-style: double;
	background-color: #ffcc00;
	border-color: Lime;
	font-weight: bold;
	color:Red;
}

.DBGrid_CaptionLine_Top
{
	height: 3;
	background-color: Black;
}

.DBGrid_item
{
	background-color: white;
	color: Black;
}

.DBGrid_altitem
{
	background-color: silver;
	color: Black;
	height:22px;
}

.DBGrid_Selitem
{
	background-color:Lime;
	color: Black;
	border-color: #ffcc00;
	border-style:outset
}

.HiddenAction
{
	display:none;
}

.ErrMsg
{
	color:Red;
}

.label
{
	font-weight:bold;
}

.NavPanel td
{
	border-bottom:solid 1px black; 
	padding:3px 5px 0 15px;
}

/*Hierarchy Grid*/
.GridExpandCollapseButton
{
	cursor: hand;
	border: solid 1px gray;
	text-align: center;
	width: 13px;
	display: block;
	height: 15px;
	line-height: 15px;
	text-decoration:none;
	vertical-align:middle;
	font-family:Verdana;
	color: black;
}

.GridExpandButton
{
	width: 11px;
	height: 11px;
	cursor: hand;
	text-align: center;
	display:inline;
	text-decoration:none;
	vertical-align:middle;
	background-image:url(Images/expand.gif);
	background-repeat:no-repeat;
}

.GridCollapseButton
{
	width: 11px;
	height: 11px;
	line-height:0px;
	cursor: hand;
	text-align: center;
	display: block;
	text-decoration:none;
	vertical-align:middle;
	background-image:url(Images/collapse.gif);
	background-repeat:no-repeat;
}

/* Used in home page left nav*/
.MainNav
{
   	font-weight:bold;
	padding:10px 0 3px 20px;
}
.SubNav
{
	padding:2px 0px 2px 20px;
}

h1 {  
font-family: Arial; 
font-size: 14pt; 
color: Green; 
font-weight: bold;
}

h2 
{  
color: Green;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

.dataTable {
		border-collapse:collapse;
		margin:8px;
}

.dataTable th{
	font-weight:bold;
	background:#9eb6ce;
	border-top:1px solid black;
	border-bottom:1px solid black;
	padding:3px;
}

.dataTable td{
	border-bottom:1px solid #fff;
	border-top:1px solid transparent;
	padding:3px;
}

.dataTable tr:hover td{
	background:#d0dafd;
	color:#339;
}

#dots {
	background-color: #666666;
	background-image: url('/Images/dots.gif');
	height: 1px;
}

.adjustedZIndex {
    z-index: 1;
}

.btnAction
{
	height:27px;
	font-size: 9pt;
	color:White;
    font-weight:bold;
    background-color:Green;
}