body
{
	background-color: #266c9f; /*FFFFe4*/
	margin: 0 0 0 0;
}
.clsMainTable
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-collapse: collapse;
}
.clsChildTable
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-collapse: collapse;
	background-color: #ffffff;
}
.clsFullBorderTable, .clsFullBorderTable td
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-collapse: collapse;
}
.clsHeadLabel
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-style: italic;
	font-family: Arial;
}
.clsMandatory
{
	font-size: 8pt;
	color: #dc143c;
	font-family: Arial;
}
.clsValidators
{
	font-size: 9pt;
	color: #ff0033;
	font-family: Arial;
}
.clsNormalLabel
{
	font-size: 9pt;
	color: #000000;
	font-family: Arial;
}
.clsButtons
{
	font-weight: bold;
	font-size: 9pt;
	color: #ffffff;
	font-family: Arial;
	background-color: #6694e3;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
}
.clsAccordionHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: Arial;
	text-decoration: underline;
	cursor: hand;
}
.clsFilledRatingStar
{
	background-image: url(Images/SavedStar.png);
	background-attachment: fixed;
	background-repeat: repeat-x;
}
.clsEmptyRatingStar
{
	background-image: url(Images/EmptyStar.png);
	background-repeat: repeat-x;
}
.clsRatingStar
{
	font-size: 0pt;
	width: 15px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
}
.clsLink
{
	font-size: 9pt;
	font-family: Arial;
}
.clsGridView, .clsGridView td 
{ 
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}   
INPUT
{
	font-size: 9pt;
	font-family: Arial;
}
SELECT OPTION
{
	font-size: 9pt;
	font-family: Arial;
}
SELECT
{
	font-size: 9pt;
	font-family: Arial;
}
TEXTAREA
{
	font-size: 9pt;
	font-family: Arial;
}
.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : White;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	max-height:200px;
	text-align : left; 
	list-style-type : none;
}
.autocomplete_highlightedListItem
{
	background-color: #6694e3;
	color: #ffffff;
	padding: 1px;
	font-family: Arial;
	font-size: 9pt
}
.autocomplete_listItem 
{
	background-color: #C6DEFF;
	color: #000000;
	padding: 1px;
	font-family: Arial;
	font-size: 9pt
}
.clsGridViewHeader
{
	font-weight: bold;
	font-size: 8.7pt;
	color: #ffffff;
	font-family: Arial;
	background-color: #6694e3;
	text-align: center;
}
.clsGridViewHeader a
{
	font-weight: bold;
	font-size: 8.7pt;
	color: #ffffff;
	font-family: Arial;
	background-color: #6694e3;
	text-align: center;
}
.clsGridViewAlternate
{
	font-size: 8.7pt;
	color: #000000;
	font-family: Arial;
	text-align: center;
}
.clsGridViewSelect
{
	font-size: 8.7pt;
	color: #000000;
	font-family: Arial;
	text-align: center;
	font-weight:bold;
}
.clsGridViewRow
{
	font-size: 8.7pt;
	color: #000000;
	font-family: Arial;
	text-align: center;
}
.clsTdNavigate
{
	/*background-image: url(Images/menuback.png);*/
	background-color: #6694e3;
	
}
.clsGridViewArchive, .clsGridViewArchive td
{ 
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-color:#000000;
}  
.clsGridViewArchivePage, .clsGridViewArchivePage td
{ 
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	font-size: 9pt;
	font-family: Arial;
}  
.clsPageHeader
{
	background-color: #e8f0fa;/*#c9e3fb;*/
}
.clsHoverPanel
{
	background-color: #C6DEFF;
	text-align:left;
}
.clsMessagePanel
{
	border-right: #f4a460 1px solid;
	border-top: #f4a460 1px solid;
	border-left: #f4a460 1px solid;
	border-bottom: #f4a460 1px solid;
	background-color: #ffffcc;
}
.hiddencss
{
	display:none;
}