﻿body
{
	background-color: #F1F5F6;
	margin:0px;	
}

.NormalText
{
	color:#4E4E4E;
	font-family: Arial, Verdana;
	font-size:12px;
	line-height:17px;
	font-weight: normal;
}

.SearchResultText
{
	color:#4E4E4E;
	font-family: Arial, Verdana;
	font-size:12px;
	line-height:17px;
	font-weight: normal;
}


.ErrorBoxText
{
	font-size: 12px;
	font-weight: bold;
	color:#363636;
	line-height:17px;
	font-family: Arial, Verdana;
	background-color:#FCE8E9;
	
}

.SuccessText
{
	font-weight: bold;
	font-size: 11px;
	color:#006633;
	font-family: Verdana, Arial;
	text-align:center;
}

.CopyRight
{
	color:#3E3E3E;
	font-family: Arial, Verdana;
	font-size:12px;
	line-height:17px;
}
.CopyRight A
{
	color:#3E3E3E;
	text-decoration:none;
}
.CopyRight A:hover
{
	color:#305FB4;
}

.HeadText
{
	font-weight: bold;
	color:#171717;
	font-family: Verdana, Arial;
	font-size:11px;
}
.HeadText A
{
	color:#1B10AB;
	text-decoration:none;
	font-weight: bold;
}
.HeadText A:hover
{
	color:#1D58AD;
}

input
{
	color: #000000; 
	background-color: #FFFEF9; 
	border: 1px solid #C7CFD2;
}

.DropDownListText
{
	background-color:#FFFEF9;
    border:solid 1px #C7CFD2;
    color:#000000;

}

.AlternatingGridDetail
{
	font-size: 11px;
	border-left-color: #00008b;
	border-bottom-color: #00008b;
	color: #000000;
	border-top-color: #00008b;
	font-family: verdana;
	background-color: #CCEDFF;
	border-right-color: #00008b;
}

.GridDetail
{
	font-size: 11px;
	border-left-color: #00008b;
	border-bottom-color: #00008b;
	color: #000000;
	border-top-color: #00008b;
	font-family: verdana;
	background-color: #E4F7FE;
	border-right-color: #00008b;
}

.FooterGridStyle
{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Verdana;
	background-color: #FFFFFF;
	text-align: right;
}

.FooterGridStyle A
{
	color: #061364;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana;
}
.FooterGridStyle A:active
{
	color: #061364;
	font-size: 12px;
	font-family: Arial, Verdana;
}
.FooterGridStyle A:visited
{
	color: #061364;
	font-size: 12px;
	font-family: Arial, Verdana;
}

.ErrorTxt
{
	font-size: 12px;
	color:#FF2D2D;
	font-family: Arial, Verdana;
}

A
{
	text-decoration:none;
}

.ButtonStyle {

	PADDING-RIGHT: 1px; 
	BORDER-TOP: #003366 1px solid; 
	PADDING-LEFT: 1px;
	FONT-SIZE: 9pt; 
	PADDING-BOTTOM: 1px; 
	BORDER-LEFT: #003366 1px solid; 
	COLOR: #000000; 
	PADDING-TOP: 1px; 
	border-color: #aaa #000 #000 #aaa;
	FONT-FAMILY:  Arial,Tahoma, Verdana; 
	BACKGROUND-COLOR: #F1F1EC
}

.LinkStyle
{
	color:#004fb6;
	text-decoration:underline;
}