/*
CSS file for Theme
*/
/*
Text
*/

.heading{
	Color : #000000;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 15px;
	}

.sub_heading{
	Color : #EC1D25;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 13px;
	}

.normal_bold_text{
	Color : #444444;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 12px;
	}

span.normal_yellow_text{
	Color : #febd0d;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 12px;
	}

.normal_text{
	Color : #000000;
	Font-Family : Verdana;
	Font-Weight : Normal;
	Font-Size : 12px;
	}
	
.normal_white_text{
	Color : #FFFFFF;
	Font-Family : Verdana;
	Font-Weight : Normal;
	Font-Size : 12px;
	}
	
.normal_error_text{
	Color : #FF0000;
	Font-Family : Verdana;
	Font-Weight : Normal;
	Font-Size : 12px;
	}

.normal_small_bold{
	Color : #000000;
	Font-Family : Verdana;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_small_text{
	Color : #000000;
	Font-Family : Verdana;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

/*
Table / Row
*/

#list_row_BG1,.list_row_BG1{
	Background-Color : #EFEFEF;
	}

#list_row_BG2,.list_row_BG2{
	Background-Color : #EFEFEF;
	}

#Application_Table{
	border-spacing : 10pt;
	padding : 5px;	
	Width : 100%;		
	font-family : "verdana";
	font-size : 10px;
	}

#Form_Table{
	border-spacing : 10pt;
	padding : 0pt;	
	Width : 415px;
	Font-Family : Arial;
	Font-Size : 10px;
	}

.TableBackGroundColor
{
    BACKGROUND-COLOR: #EFEFEF;
}

body{ margin:0; padding:0; background:url(/sw/themes/10902/site_images/bg.jpg) repeat-x #FFFFFF; }

td{
	Color : #000000;
	Font-Family : Verdana;
	Font-Weight : Normal;
	Font-Size : 12px;
	}

a{
	font:bold Arial, Helvetica, sans-serif;
	color:#DE1F2C; text-decoration:underline;
	}
a:hover{
	color:#360105; text-decoration:none;
	}

.footerText{
	Color : #FFFFFF;
	Font-Family : Verdana;
	Font-Weight : Normal;
	Font-Size : 11px;
	}	
.redText{
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#D8052B;
	}
.redBig{
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#D8052B;
	} 
.buttonfontstyle{
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color:#000;	
	Font-Weight:bold;
	line-height:20px;
	padding:0 2px 0 3px;
	/*text-transform:uppercase;*/
	
	}
