/*
CSS file for Theme
*/
/*
Text
*/

.heading{
	Color : #847710;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 16px;
	}

.sub_heading{
	Color : #AF1A17;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 14px;
	}

.normal_bold_text{
	Color : #39848A;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 12px;
	}

.normal_text{
	Color : #545556;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 12px;
	}
	
.normal_white_text{
	Color : #FFFFFF;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}
	
.normal_error_text{
	Color : #FF0000;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

.normal_small_bold{
	Color : #39848A;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_small_text{
	Color : #545556;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

/*
Table / Row
*/

#list_row_BG1,.list_row_BG1{
	Background-Color : #EDEDED;
	}

#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: #EDEDED;
}

body{padding:0; margin:0;}

td{
	font:normal 12px/15px Arial, Helvetica, sans-serif;
	color:#545556;
	}
a{
	font:font:normal 12px/15px Arial, Helvetica, sans-serif;
	color:#545556; text-decoration:none;
	}
a:hover{
	color:#0066CC; text-decoration:none;
	}		
	
.compamytext{
	font:normal 12px/15px Arial, Helvetica, sans-serif;
	color:#545556;
	}
.blue-text{
	font:bold 11px/15px Arial, Helvetica, sans-serif;
	color:#29649C;
	}
.blue-text a{
	font:bold 11px/15px Arial, Helvetica, sans-serif;
	color:#29649C; text-decoration:none;
	}
.blue-text a:hover{
	text-decoration:underline;
	}			
.orange-text{
	font:bold 12px/15px Arial, Helvetica, sans-serif;
	color:#DD6C06;
	}
.copyright{
	font:normal 10px/61px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#C1E9F8;
	} 				

	
 
.buttonfontstyle{
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#fff;	
	line-height:18px;
	font-weight:bold;
	padding:0 0 0 5px;
	}
