﻿body {
	margin: 0px;
	background: #ffffff url(images/bg-main.jpg) repeat-x left top;
	font: 0.7em Verdana,Arial,Helvetica,sans-serif;
}
.whitebg 
{
	background-color: white
}
.masthead
{
	background: #FFFFFF url(images/logo_top_sml.jpg) no-repeat;
}
.complogo
{
	background: #FFFFFF url(images/logo.jpg) no-repeat;
}
a:link {
	color: #ffffff;
}
a:visited {
	color: #ffffff;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.menu {
	margin-left: 28px;
	background: url(images/tab_dim.gif) repeat-x;
	font-size: 10px;
	font-weight: bold;
}
.menuItem td {
	color: #000000;
	height: 24px;
	background: url(images/tab-dim.gif) no-repeat;
	width: 100px;
	text-align: center;
}
/* make current tab gray,set the background-color also in case images are not on*/
.menuSelectedItem td {
	background: url(images/tab.gif) repeat-x;
}
/* make link and visited the same look,set the background-color also in case images are not on*/
.menuItem a:link, .menuItem a:visited {
	color: #ffffff;
	background: url(images/tab-dim.gif);
	border: 0px ;
	font-weight: bold;
	text-decoration: none;
}
/* make hover by changing vertical position of background to -22px (the tab_dim2.gif is 44px high) */
.menuItem a:hover {
	text-decoration: underline;
	background: white;
	color:Black;
	
}

/* make drop down menu container style */
.menuPopup {
	background: url(images/tab-dm.gif) repeat #999999;
	border: 1px solid #666666;
	border-bottom: none;
	color: #000000;
	
}
/* make drop down menu item style */
.menuPopupItem {
	color: #999999;
	background: url(images/tab-dm.gif) repeat ;
	border-bottom: 1px solid #999999;
	padding: 3px;
}



td.logo
{
	text-align: left;
	width: 184px;
}

td.title 
	{
		text-align: center;
		font-family: verdana;
		font-size: x-large;
		font-weight: bolder;
		color: #FFFFFF;
	}

td.headerbar 
{
	background-image: url(Images/bar.jpg);
	text-align: right;
	height: 24px;
}

td.menu 
{
	background-color:#8A170F;
	width: 184px;
	height: 500px;
	vertical-align: top;
}

td.footer
{
	margin-left: 30;
	font-family: Verdana;
	font-size:xx-small;
	font-weight: normal;
	color: #8A170F;
	text-align: right;
}
.GridBack 
{
	background: url(images/tab-dm.gif) repeat ;
	color:Black;
}
.defFontblack 
{
	font-family:Century Gothic;
	font-size:medium;
	color:Black;
	font-weight:bold;
}
table th
/* Set the Top of GridView with Fixed Headers*/
{
   background: url('images/grad-cop.gif') ;   
position: relative;
color: #FFFFFF;
top: expression(this.parentNode.parentNode.parentNode.parentNode.parentNode.scrollTop-5);
}  
.paleGreybg
{
	background-color= Silver;
}
