
.guideText {
	COLOR: #000000; FONT: 10px Verdana, Arial, Helvetica, sans-serif; FONT-WEIGHT: bold;
}
.sectionTitle {
	COLOR: #000000; FONT: 12px Verdana, Arial, Helvetica, sans-serif; FONT-WEIGHT: bold;
}
.sectionTitleSub {
	COLOR: #000000; FONT: 12px Verdana, Arial, Helvetica, sans-serif; FONT-WEIGHT: bold;
}
.fieldTitle {
	COLOR: #000000; FONT: 10px Verdana, Arial, Helvetica, sans-serif; PADDING-LEFT: 2;
}
.SUBfieldTitle {
	COLOR: #000000; FONT: 10px Verdana, Arial, Helvetica, sans-serif; FONT-WEIGHT: bold;
}
.required{
	COLOR: #CC0000; FONT: 10px Verdana, Arial, Helvetica, sans-serf;
}
.headertextbold {
	COLOR: #FFFFFF; FONT: 10px Verdana, Arial, Helvetica, sans-serif; FONT-WEIGHT: Bold;
}
.boxtitle {
	FONT: 10px Verdana, Arial, Helvetica, sans-serif;
}


table 
{
	FONT-FAMILY: Verdana;
	FONT-SIZE:10PT;
	align : center;

}

td 
{
	FONT-FAMILY: Verdana;
	COLOR: #000000;
	FONT-SIZE: 10px; 
	PADDING-LEFT: 2;
}

img
{
	BORDER-STYLE: NONE;
}




/* -----------------------------
 * Custom styles 
 * ------------------------------ */

/* All text input areas */


.listBoxStyle
{
	font-family: Verdana;
	font-size: 10px;
}

.dropDownListStyle
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	margin: 2px 6px 2px 4px;	
	border-style: solid;
	border-color: #000000;	
	border-width: 1px;	
	background-color: #FFFFFF;
	color: #000000;
	
}
.textInput
{
	font-family: Verdana;
	font-size: 10px;
	color:  #000000;
	width: 100;

}

.textInput1
{
	font-family: Verdana;
	font-size: 10px;
	color:  #000000;
	width: 250;

}

.buttonStyle
{
	font-family: Verdana;
	font-size: 9pt;	
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	background-color: #cccccc;
	border: 1px solid #000000; 
	padding: 2px 2px 2px 2px;

	 
	
}


.imgBtnStyle 
{
	margin: 2px 4px 2px 2px;
}


/* Admin Portal Page Header style */
.pageHeader {
    
	margin: 2px;
    
	font-size: 15pt;
	font-weight: bold;
    color: #FFFFDD;
    border-bottom-style:solid;    
    border-bottom-color:#BBBBBB;
    border-bottom-width:1px;
    border-top-style:solid;    
    border-top-color:#BBBBBB; 
    border-top-width:1px;   
    text-decoration: none;    
    text-transform: none;
    font-family: Verdana, Verdana;
    /*background-color: #0033FF;*/
    /*background: #0033FF;*/
    background-color: #BB6600;
    padding-left: 6px;  
	padding-right: 0px;
	padding-top: 6px;
}


.mainHeader
{
	height: 22px;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFDD;
	background-color: #666632;
	text-align: left;
	text-indent: 4px;
}
a.adminHeader1
{
	font-family: Verdana;
	font-size: 8px;
	color: #FFFFDD;
}


.mainHeaderRow
{
	height: 22px;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFDD;
	background-color: #666632;
	text-align: center;
	text-indent: 4px;
}


.infoStyle
{
	font-family: Verdana;
	font-size: 9pt;
	color:  #666632;
	background-color: #E5E7C6;
	border-color: #dda;
	text-align: left;	
	padding-left:7px;	
	padding-right: 7px;	
	border-width: 1px;
	font-weight: bold;
	
}

/* For Validation summary */
.validationSummaryStyle
{
	color: Red;
	font-size: 8pt;
	font-family: Verdana;
	text-decoration: none;
	text-align: left;
	background-color: #FFFFFF;
	border-color: #000000;
	border-style: solid;
	border-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	padding: 5px 5px 5px 5px;
	border-bottom-width: 0px;
			
}

.hiddenStyle 
{
	display:none;	
}
