﻿/* Overall Page */

body
{
	margin: 0;
	padding-bottom: 2em;
	background-color: #b3b3b3;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}

.page
{
	margin: 20px 20px 20px 20px;	
	background-color: #ffffff;
}

#MainContent
{
	background-color: #ffffff;
}

.topMenu
{
	margin-top: 162px;
	margin-left: 40px;
}

.Normal{
	font: 12px Verdana, Helvetica;
	color:#000;
}

h1
{
	font: 16px Arial;
	color:#003300;
	font-weight:bold;
}
h2
{
	font: 14px Arial;
	color:#003300;
	font-weight:bold;
}
h3
{
	font: 13px Arial;
	color:#982a2a;
	font-weight: bold;
}

.validateText
{
	color: Red;
}

/*--------------------------------------------------------------------------------------------------
	rootMenu styles and other themes.
--------------------------------------------------------------------------------------------------*/
.menuItemStatic
{
	padding: 0px 15px 0px 3px;
	border-right: 1px solid #7b8591;
	font-weight: bold;
	color: #4e793f;
	text-transform: none;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	text-decoration: none;
	font-size: 12px;
}

.hover
{
	color: #000000;
}
/*--------------------------------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------------------------------
	subMenu styles and other themes.
--------------------------------------------------------------------------------------------------*/
.subMenu
{	
	margin-top:3px;
	border: 1px solid black;
	width:100px;
}

* html .subMenu
{	
	margin-top:2px;
	border: 1px solid black;
	width:50px;
}

.menuItemDynamic
{
	background-color: #b9d1b1;
	padding: 3px 0px 3px 5px;
	font-weight: bold;
	color: #000000;
	text-transform: none;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	text-decoration: none;
	font-size: 12px;
	width:150px;
}

.dynamicHover
{
	color: #000000;
	background-color: #b1c8a9;
}
/*--------------------------------------------------------------------------------------------------*/


.topImage
{
	background-image: url(./WebPageImages/topBanner.jpg);
}

.contentLeft
{
	background-image: url(./WebPageImages/content_left.jpg);
}

.contentRight
{ 
	background-image: url(./WebPageImages/content_right.jpg);
}

.footer
{
	background-image: url(./WebPageImages/footer.gif);
}


/*--------------------------------------------------------------------------------------------------
	Login styles
--------------------------------------------------------------------------------------------------*/
.login
{
	margin-right: 45px;
	margin-bottom: 30px;
	text-align:right;
}

#ctl00_LoginStatus1
{
	font: 11px Verdana, Tahoma, Arial, Helvetica;
	color:#ffffff;
	font-weight: bold;
	text-decoration: none;
}

/*------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------------------------
	Theme for gridview
--------------------------------------------------------------------------------------------------*/
.GridView
{
	width: 413px;
	background-color: White;
	border-color: #CCCCCC;
	border-top: 1px solid black;
	padding: 4px;
	color: Black;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial;
	text-decoration: none;
}

.GridViewSelectedRowStyle
{
	background-color: #213139;
	border-top: 1px solid black;
}

.GridViewPagerStyle
{
	background-color: White;
}

.GridViewFooterStyle
{
	background-color: White;
}

.GridViewHeaderStyle
{
	background-color: Black;
	color: White;
}
/*--------------------------------------------------------------------------------------------------*/
