/*
CSS file for Theme
*/
/*
Text
*/

.heading{
	Color : #03406F;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 14px;
	}

.sub_heading{
	Color : #0C79CB;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 13px;
	}

.normal_bold_text{
	Color : #353535;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 12px;
	}

.normal_text{
	Color : #353535;
	Font-Family : Arial;
	Font-Weight : Normal;
	line-height:14px;
	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 : #535353;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_small_text{
	Color : #535353;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

/*
Table / Row
*/

#list_row_BG1,.list_row_BG1{
	Background-Color : #F4F4F4;
	}

#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: #D7D7D7;
}

body{
	padding:0; 
	margin:0; 
	background:url(http://imgsw.com/sw/themes/10712/site_images/bg.gif) repeat-x #075B9D top;
}

p{
	padding:0;
	margin:0;
}

td{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#353535;
}

a{
	font-family:Arial, Helvetica, sans-serif; 
	color:#03406F;
	text-decoration:none;
}

a:hover{
	font-family:Arial, Helvetica, sans-serif; 
	color:#096EBD;
	text-decoration:none;
} 
.buttonfontstyle{
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size:9px; 
	color:#fff;	
	line-height:18px;
	font-weight:bold;
	padding:0 0 0 6px;
	text-transform:uppercase;
	}
