/*
CSS file for Theme
*/
/*
Text
*/

.heading{
	Color : #000000;
	Font-Family : Verdana;
	Font-Weight : Bold;
	Font-Size : 14px;
	}

.sub_heading{
	Color : #F8003F;
	Font-Family : Verdana;
	Font-Weight : Bold;
	Font-Size : 13px;
	}

.normal_bold_text{
	Color : #383838;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_text{
	Color : #383838;
	Font-Family : Verdana;
	Font-Weight : Normal;
	Font-Size : 11px;
	}
	
.normal_white_text{
	Color : #FFFFFF;
	Font-Family : Verdana;
	Font-Weight : Normal;
	Font-Size : 11px;
	}
	
.normal_error_text{
	Color : #FF0000;
	Font-Family : Verdana;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

.normal_small_bold{
	Color : #F8003F;
	Font-Family : Verdana;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_small_text{
	Color : #F8003F;
	Font-Family : Verdana;
	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 : Verdana;
	Font-Size : 10pt;
	}

.TableBackGroundColor
{
    BACKGROUND-COLOR: #EDEDED;
}

body{
	padding:0; margin:0; background:url(http://imgsw.com/sw/themes/10945/site_images/bg.gif) repeat-x 0 0 #D6D6D6;
	}

td{
	Color : #383838;
	Font-Family : Verdana;
	Font-Weight : Normal;
	Font-Size : 11px;
	}
a{
	Color : #383838;
	Font-Family : Verdana;
	text-decoration:underline;
	}
a:hover{
	Color : #383838;
	text-decoration:none;
	}
	
.whiteText{
	Color : #DEDEDE;
	Font-Family : Verdana;
	font-weight:bold;
	Font-Size : 11px;
	}
.whiteText a{
	Color : #DEDEDE;
	Font-Family : Verdana;
	font-weight:bold;
	Font-Size : 11px;
	padding:0 11px;
	text-decoration:none;
	}
.whiteText a:hover{
	Color : #DEDEDE;
	Font-Family : Verdana;
	font-weight:bold;
	Font-Size : 11px;
	text-decoration:underline;
	}
.copyright{
	Color : #FFFFFF;
	Font-Family : Verdana;
	font-weight: normal;
	Font-Size : 10px;
	}
	
 
.buttonfontstyle{
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#fff;	
	line-height:19px;
	font-weight:bold;
	padding:0 0 0 3px;
	}
.acceptext{
	font:normal 18px/20px Arial, Helvetica, sans-serif;
	color:#000;
	}