/*
CSS file for Theme
*/
/*
Text
*/

.heading{
	Color : #4F4E4E;
	Font-Family : Verdana;
	Font-Weight : Bold;
	Font-Size : 15px;
	}

.sub_heading{
	Color : #3d5293;
	Font-Family : Verdana;
	Font-Weight : Bold;
	Font-Size : 14px;
	}

.normal_bold_text{
	Color : #000000;
	Font-Family : Verdana;
	Font-Weight : Bold;
	Font-Size : 12px;
	}

.normal_text{
	Color : #000000;
	Font-Family : Verdana;
	Font-Weight : Normal;
	Font-Size : 12px;
	}
	
.normal_white_text{
	Color : #FFFFFF;
	Font-Family : Verdana;
	Font-Weight : Normal;
	Font-Size : 12px;
	}
	
.normal_error_text{
	Color : #3d5293;
	Font-Family : Verdana;
	Font-Weight : Normal;
	Font-Size : 12px;
	}

.normal_small_bold{
	Color : #000066;
	Font-Family : Verdana;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_small_text{
	Color : #000066;
	Font-Family : Verdana;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

/*
Table / Row
*/

#list_row_BG1,.list_row_BG1{
	Background-Color : #F0F0F0;
	}

#list_row_BG2,.list_row_BG2{
	Background-Color : #FFFFFF;
	}

#Application_Table{
	border-spacing : 10pt;
	padding : 5px;	
	Width : 100%;		
	font-family : "verdana";
	font-size : 11pt;
	}

#Form_Table{
	border-spacing : 10pt;
	padding : 0pt;	
	Width : 130px;
	Font-Family : Arial;
	Font-Size : 11pt;
	}

.TableBackGroundColor
{
    BACKGROUND-COLOR: #F0F0F0;
}
/* CSS Document */
.white{
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:11px;
text-decoration:none;
padding:0px 5px 0px 5px;
}
.white:hover{
text-decoration:underline;
}
.blue2{
font-family:Arial, Helvetica, sans-serif;
color:#336699;
font-size:11px;
text-decoration:none;
padding:0px 5px 0px 5px;
}
.blue2:hover{
text-decoration:underline;
}

.blue{
font-family:Verdana;
color:#013165;
font-size:12px;
Font-Weight : Bold;
}
 
.buttonfontstyle{
	font:bold 12px    Arial, Helvetica, sans-serif;
	color:#FFFFFF; padding:0 0 0 0; height:16px; 
	}

