/*
CSS file for Theme
*/
/*
Text
*/

.heading{
	Color : #353535;
	Font-Family : Verdana;
	Font-Weight : Bold;
	Font-Size : 14px;
	}

.sub_heading{
	Color : #2448A3;
	Font-Family : Verdana;
	Font-Weight : Bold;
	Font-Size : 13px;
	}

.normal_bold_text{
	Color : #353535;
	Font-Family : Verdana;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_text{
	Color : #353535;
	Font-Family : Verdana;
	Font-Weight : Normal;
	Font-Size : 11px;
	}
	
.normal_white_text{
	Color : #FFFFFF;
	Font-Family : Verdana;
	Font-Weight : Normal;
	Font-Size : 11px;
	}
	
.normal_error_text{
	Color : #FF0000;
	Font-Family : Verdana;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

.normal_small_bold{
	Color : #353535;
	Font-Family : Verdana;
	Font-Weight : Bold;
	Font-Size : 10px;
	}

.normal_small_text{
	Color : #353535;
	Font-Family : Verdana;
	Font-Weight : Normal;
	Font-Size : 10px;
	}

/*
Table / Row
*/

#list_row_BG1,.list_row_BG1{
	Background-Color : #EBEBEB;
	}

#list_row_BG2,.list_row_BG2{
	Background-Color : #FFFFFF;
	}

#Application_Table{
	border-spacing : 10pt;
	padding : 5px;	
	Width : 100%;		
	font-family : "verdana";
	font-size : 10pt;
	}

#Form_Table{
	border-spacing : 10pt;
	padding : 0pt;	
	Width : 415px;
	Font-Family : Arial;
	Font-Size : 10pt;
	}

.TableBackGroundColor
{
    BACKGROUND-COLOR: #EBEBEB;
}

body{
	margin:0; padding:19px 0 0 0;
	}
td{
	Color : #353535;
	Font-Family : Verdana;
	Font-Weight : Normal;
	Font-Size : 11px;
	}
a{
	Color : #353535;
	Font-Family : Verdana;
	text-decoration:underline;
	}
a:hover{
	Color : #353535;
	text-decoration:none;
	}
.copyright{
	Color : #FEFFFD;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 11px;
	} 
.buttonfontstyle{
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#fff;	
	line-height:19px;
	font-weight:bold;
	padding:0 0 0 9px;
	text-transform:uppercase;
	}
