﻿body 
{
}
.GridViewHeader
{
	font-family: Cambria;
	font-size: 16px;
	background-color: #8697BB;
	color: #000000;
}
.GridViewRow
{
	font-family: Tahoma;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #333333;
	text-align:left;
}
.GridViewAltRow
{
	font-family: Tahoma;
	font-size: 12px;
	background-color: #E2E7Ef;
	color: #333333;
	text-align:left;
}
.GridviewSelRow
{
	font-family: Tahoma;
	font-size: 12px;
	background-color: Silver;
	color: Black;
	text-align:left;
}

.DefLable
{
	font-family: Tahoma, Verdana;
	font-size: 14px;
	font-weight:bold;
	color: #8697BB;
}
.DefText
{
	font-family:Tahoma;
	font-size: 12px;
	color:Black;
}
.DefButton{}
.Menutd
{
width: 111px;
height: 24px;
font-size: 16px;
font-weight: bold;
font-family: Cambria; 
color: white;
background-color: white; 
background-image: url(../Images/button.png); 
border:none;
}
.Menutd:hover
{
width: 111px;
height: 24px;
font-size: 16px;
font-weight: bold;
font-family: Cambria; 
color: white;
background-color: black; 
background-image: url(../Images/ButtonExLg.png); 
border:none;
}
.Menutd:highlighted
{
width: 111px;
height: 24px;
font-size: 16px;
font-weight: bold;
font-family: Cambria; 
color: white;
background-color: white; 
background-image: url(../Images/ButtonExLg.png); 
border:none;
}
.MenuLinks
{
	font-family:Cambria; 
	font-size:16px; 
	font-weight:bold; 
	color:White; 
	text-decoration:none;
}
.MenuLinks:visited
{
	font-family:Cambria; 
	font-size:16px; 
	font-weight:bold; 
	color:White; 
	text-decoration:none;
}