/*
CSS file for Theme
*/
/*
Text
*/

.heading{
	Color : #00468B;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 14px;
	}

.sub_heading{
	Color : #B40808;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 13px;
	}

.normal_bold_text{
	Color : #161616;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 12px;
	}

.normal_text{
	Color : #FFFFFF;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 12px;
	}
	
.normal_white_text{
	Color : #FFFFFF;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 12px;
	}
	
.normal_error_text{
	Color : #FF0000;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 12px;
	}

.normal_small_bold{
	Color : #6F6F71;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_small_text{
	Color : #6F6F71;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}


/*
Table / Row
*/

#list_row_BG1,.list_row_BG1{
	Background-Color : #DDDDDD;
	}

#list_row_BG2,.list_row_BG2{
	Background-Color : #DDDDDD;
	}

#Application_Table{
	border-spacing : 10pt;
	padding : 5px;	
	Width : 100%;		
	font-family : "verdana";
	font-size : 11pt;
	}

#Form_Table{
	border-spacing : 10pt;
	padding : 0pt;	
	Width : 415px;
	Font-Family : Arial;
	Font-Size : 11pt;
	}

.TableBackGroundColor
{
    BACKGROUND-COLOR: #DDDDDD;
}

body{
	margin:0; padding:0;
	}


p{ margin:0; padding:0; }
 
td{
	Color : #FFFFFF;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

a{
	color:#6A686B; 
	text-decoration:underline;
	}
a:hover{
	color:#E4E1E1; 
	text-decoration:none;
	}
.blackText{
	Color : #161616;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	} 
.buttonfontstyle{
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color:#000;	
	Font-Weight:normal;
	line-height:20px;
	padding:0 5px 0 4px;
	/*text-transform:uppercase;*/
	
	}
