/*
CSS file for Theme
*/
/*
Text
*/

.heading{
	Color : #0384C9;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 16px;
	}

.sub_heading{
	Color : #09086E;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 14px;
	}

.normal_bold_text{
	Color : #939395;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 12px;
	}

.normal_text{
	Color : #616364;
	Font-Family : Arial;
	Font-Weight : Normal;
	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 : #939395;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_small_text{
	Color : #B9B9BD;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

/*
Table / Row
*/

#list_row_BG1,.list_row_BG1{
	Background-Color : #E2E2FE;
	}

#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: #E2E2FE;
}

body{
	background:url(/sw/themes/11370/site_images/bg.jpg) repeat-x 0 0 #FCFCFF;
	padding:17px 0 0 0; margin:0;
	}
td{
	font:normal 12px/15px Arial, Helvetica, sans-serif;
	color:#616364;
	}
a{
	font:normal 13px/15px Arial, Helvetica, sans-serif;
	color:#616364; text-decoration:underline; outline:none; cursor:pointer;
	}
a:hover{
	text-decoration:none;
	}		
.copyright{
	font:normal 11px/57px Arial, Helvetica, sans-serif;
	color:#ffffff; padding:0 0 0 5px;
	}		
ul.Manufacturers{
	padding:10px 0 10px 15px; margin:0; list-style-type:none;}
ul.Manufacturers li{
	background:url(/sw/themes/11370/site_images/bla-bull.gif) no-repeat 0 4px;
	font:bold 11px/13px Arial, Helvetica, sans-serif;
	color:#000; padding:0 0 0 12px; margin:0 0 3px;}
ul.Manufacturers li a{
	font:bold 11px/13px Arial, Helvetica, sans-serif;
	color:#000; text-decoration:underline;}
ul.Manufacturers li a:hover{
	text-decoration:none;}

ul.redlist{
	padding:0; margin:0 0 0 10px;
	list-style-type:none;
	}
ul.redlist li{
	background:url(/sw/themes/11370/site_images/bla-bull.gif) no-repeat 0 8px;
	font:bold 11px/20px Arial, Helvetica, sans-serif;
	color:#09086E; padding:0 0 0 14px;
	}
ul.redlist li a{
	font:bold 11px/20px Arial, Helvetica, sans-serif;
	color:#09086E; text-decoration:none;
	}
ul.redlist li a:hover{
	text-decoration:underline;
	}	