/*
CSS file for Theme
*/
/*
Text
*/

.heading{
	Color : #BB7747;
	Font-Family : Tahoma, Arial;
	Font-Weight : Bold;
	Font-Size : 14px;
	}

.sub_heading{
	Color : #426D90;
	Font-Family : Tahoma, Arial;
	Font-Weight : Bold;
	Font-Size : 13px;
	}

.normal_bold_text{
	Color : #353635;
	Font-Family : Tahoma, Arial;
	Font-Weight : Bold;
	Font-Size : 12px;
	}

.normal_text{
	Color : #353635;
	Font-Family : Tahoma, Arial;
	Font-Weight : Normal;
	Font-Size : 12px;
	}
	
.normal_white_text{
	Color : #FFFFFF;
	Font-Family : Tahoma, Arial;
	Font-Weight : Normal;
	Font-Size : 12px;
	}
	
.normal_error_text{
	Color : #FF0000;
	Font-Family : Tahoma, Arial;
	Font-Weight : Normal;
	Font-Size : 12px;
	}

.normal_small_bold{
	Color : #49361C;
	Font-Family : Tahoma, Arial, Helvetica, sans-serif;
	Font-Weight : Bold;
	Font-Size : 9px;
	}

.normal_small_text{
	Color : #49361C;
	Font-Family : Tahoma, Arial, Helvetica, sans-serif;
	Font-Weight : Normal;
	Font-Size : 9px;
	}

/*
Table / Row
*/

#list_row_BG1,.list_row_BG1{
	Background-Color : #EFF0EB;
	}

#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: #EFF0EB;
}


body{
	padding:0; 
	margin:0; 
	background:url(http://imgsw.com/sw/themes/10852/site_images/bg.gif) repeat-x #797A75;
	}

p{
	padding:0; 
	margin:0;
	}
td{
	font-family:Arial, Helvetica, sans-serif; 
	color:#353635; 
	font-size:12px;
	}
.footer{
	font-family:"Tahoma",Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#fff;
	}
	
a{
	font-family:Arial, Helvetica, sans-serif;
	color:#A15E30;
	text-decoration:underline;
	font-weight:bold;
	}

a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#5A9DBD;
	text-decoration:none;
	font-weight:bold;
	}
	
.white{
	font-family:"Tahoma",Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	}
 
.buttonfontstyle{
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color:#3D3D3D;	
	Font-Weight:bold;
	line-height:18px;
	padding:0 8px;
	text-transform:uppercase;
	
	}
