/* CSS Document */

/*
CSS file for Theme
*/
/*
Text
*/

.heading{
	Color : #2C5411;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 14px;
	}

.sub_heading{
	Color : #898989;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 13px;
	}

.normal_bold_text{
	Color : #383838;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 12px;
	}

.normal_text{
	Color : #383838;
	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 : 11px;
	}

.normal_small_bold{
	Color : #000066;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_small_text{
	Color : #000066;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

/*
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;
}

body {
	margin:18px 0 10px 0;
	}

td{
	Color : #383838;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 12px;
	}
	
.columntext{
	Color : #1B1A1B;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 12px;
	}
	
.greenlink{
	Color : #51A245;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 12px;
	text-decoration:underline;
	}
.greenlink:hover{
	text-decoration:none;
	Color : #51A245;
	}
	
.bluelink{
	Color : #2F90CF;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 12px;
	text-decoration:underline;
	}
.bluelink:hover{
	text-decoration:none;
	Color : #2F90CF;
	}
	
.purplelink{
	Color : #492063;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 12px;
	text-decoration:underline;
	}
.purplelink:hover{
	text-decoration:none;
	Color : #492063;
	}
	
.redlink{
	Color : #B91F24;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 12px;
	text-decoration:underline;
	}
.redlink:hover{
	text-decoration:none;
	Color : #B91F24;
	}

.footerlink{
	Color : #213C6F;
	Font-Family : Verdana;
	Font-Weight : Normal;
	Font-Size : 12px;
	line-height:20px;
	text-decoration:none;
	padding-left:8px;
	padding-right:8px;
	}
	
.footerlink:hover{
	text-decoration:underline;
	}
	
.copyright{
	Color : #000101;
	Font-Family : Verdana;
	Font-Weight : Normal;
	Font-Size : 10px;
	}
	
a{
	Color : #2F90CF;
	Font-Family : Arial;
	text-decoration:underline;
	}
a:hover{
	text-decoration:underline;
	}
.leftnav{
	font:normal 12px/19px Arial, Helvetica, sans-serif;
	color:#797979;
	}
.leftnav a{
	background:url(/sw/themes/10910/site_images/grey-arrow.gif) no-repeat 3px 4px;
	font:normal 12px/19px Arial, Helvetica, sans-serif;
	color:#797979; text-decoration:none;
	padding:0 0 0 25px;
	}
.leftnav a:hover{
	background:url(/sw/themes/10910/site_images/black-arrow.gif) no-repeat 3px 4px;
	color:#090909; text-decoration:none;
	}
.blueText{
	font:bold 11px Arial;
	color:#40789D;
	}
.redText{
	font:bold 12px Tahoma;
	color:#EC2323;
	}
ul.subpage{
	padding:0; margin:0;
	list-style:none;
	width:168px;
	}
ul.subpage li{
	background:url(/sw/themes/10910/site_images/arrow.gif) no-repeat 98% 50%;
	font:bold 11px/30px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:0 15px 0 0;
	border-bottom:1px dashed #9ACEF0; display:block;
	}
ul.subpage li a{
	font:bold 11px/30px Verdana, Arial, Helvetica, sans-serif;
	color:#fff; text-decoration:none;
	}
ul.subpage li a:hover{
	font:bold 11px/30px Verdana, Arial, Helvetica, sans-serif;
	color:#1B1A1B; text-decoration:none;
	}
ul.subpage li a.select{
	font:bold 11px/30px Verdana, Arial, Helvetica, sans-serif;
	color:#1B1A1B; text-decoration:none;
	}
ul.home li{
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}


ul.bullet{
	padding:0; margin:0;
	list-style:none;
	}
ul.bullet li{
	background:url(/sw/themes/10910/site_images/blue-bullet.gif) no-repeat 13px 5px;
	padding:0 0 8px 26px;
	}
.orgtext{
	font: bold 14px Arial, Helvetica, sans-serif; color:#FC6E00;
	} 
.buttonfontstyle{
	font-family:Tahoma,Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color:#fff;	
	Font-Weight:bold;
	line-height:22px;
	padding:0 10px 0 5px;
	/*text-transform:uppercase;*/
	
	}
