/*
CSS file for Theme
*/
/*
Text
*/

.heading{
	Color : #4B4A4A;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 15px;
	}

.sub_heading{
	Color : #DB4242;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 13px;
	}

.normal_bold_text{
	Color : #4B4A4A;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_text{
	Color : #828282;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}
	
.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 : #4B4A4A;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_small_text{
	Color : #828282;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

/*
Table / Row
*/

#list_row_BG1,.list_row_BG1{
	Background-Color : #E8E6E6;
	}

#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: #E8E6E6;
}

body{
	background:url(/sw/themes/11182/site_images/bg-grd.gif) repeat-x 0 0 #FFF;
	padding:0; margin:0;}
td{
	Color : #828282;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}
a{
	Color : #E90404;
	Font-Family : Arial;
	text-decoration:underline;
	}
a:hover{
	Color : #E90404;
	text-decoration:none
	}
a.more{
	background-color:#D5D4D4;
	font:normal 10px/17px Verdana, Arial, Helvetica, sans-serif;
	color:#656464; text-align:center; text-decoration:none; 
	width:44px; height:17px; display:block;}
a.more:hover{
	color:#1D1D1D;}
.mail{
	background-color:#D20606;
	font:bold 10px/19px Verdana, Arial, Helvetica, sans-serif;
	color:#FFF; text-align:center; text-decoration:none; 
	width:217px; height:19px; display:block;
	margin:12px 8px 0 0;}
.mail a{
	font:bold 10px/19px Verdana, Arial, Helvetica, sans-serif;
	color:#FFF; text-decoration:none;}
.mail a:hover{
	color:#FFF;  text-decoration:underline;}
.copyright{
	Color : #3D3C3C;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	} 
.buttonfontstyle{
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#fff;	
	line-height:16px;
	font-weight:bold;
	padding:0 0 0 4px;
	}
