/*
CSS file for Theme
*/
/*
Text
*/

.heading{
	Color : #707070;
	Font-Family : Arial;
	Font-Weight : normal;
	Font-Size : 20px;
	}

.sub_heading{
	Color : #59AF41;
	Font-Family : Arial;
	Font-Weight : normal;
	Font-Size : 18px;
	}

.normal_bold_text{
	Color : #59AF41;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 16px;
	}

.normal_text{
	Color : #707070;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 16px;
	}
	
.normal_white_text{
	Color : #FFFFFF;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 14px;
	}
	
.normal_error_text{
	Color : #FF0000;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 14px;
	}

.normal_small_bold{
	Color : #000066;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 14px;
	}

.normal_small_text{
	Color : #707070;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 14px;
	}

/*
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: #F4F4F4;
}

.buttonfontstyle{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color:#006699;	
	Font-Weight : Normal;
	} 
body{
	padding:0;
	margin:0;
	font:normal 16px/18px Arial, Helvetica, sans-serif;
	color:#707070;
	}
td{
	font:normal 16px/18px Arial, Helvetica, sans-serif;
	color:#707070;
	}
p, span,a{
	padding:0;
	margin:0;
	}
.topbg{
	background:url(/sw/themes/12423/site_images/top-bg.gif) repeat-x 0 100%;
	height:155px;
	}
.logopad{
	margin:24px 0 0 0;
	}
.banner{
	background:url(/sw/themes/12423/site_images/banner.jpg) no-repeat 0 0;
	height:538px;
	}
.banner p{
	width:285px;
	display:block;
	font:normal 42px/43px Arial, Helvetica, sans-serif;
	text-align:center;
	color:#707070;
	margin:118px 0 0 647px;
	}
.banner p span{
	font:normal 50px/54px Arial, Helvetica, sans-serif;
	}
.banner a{
	background:url(/sw/themes/12423/site_images/login-bg.jpg) no-repeat 0 0;
	width:161px;
	height:38px;
	display:block;
	font:normal 20px/38px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	text-decoration:none;
	margin:20px 0 0 709px;
	}
.banner a:hover{
	background:url(/sw/themes/12423/site_images/login-bg-h.jpg) no-repeat 0 0;
	}
.bodpad{
	padding:26px;
	background:url(/sw/themes/12423/site_images/bod-bg.gif) repeat-x 0 100%;
	}
p.copy{
	font:normal 15px/18px Arial, Helvetica, sans-serif;
	color:#9B9B9B;
	padding:5px 0 0 0;
	}
p.weltext{
	font:normal 30px/32px Arial, Helvetica, sans-serif;
	color:#707070;
	padding:0 0 5px 0;
	}
.pad1{
	padding:0 0 25px 0;
	}