/* CSS Document */

/*
CSS file for Theme
*/
/*
Text
*/

.heading{
	Color : #041858;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 14px;
	}

.sub_heading{
	Color : #202020;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 12px;
	}

.normal_bold_text{
	Color : #3E3E3E;
	Font-Family : Tahoma;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_text{
	Color : #3E3E3E;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 11px;
	}
	
.normal_white_text{
	Color : #FFFFFF;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 11px;
	}
	
.normal_error_text{
	Color : #FF0000;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

.normal_small_bold{
	Color : #000066;
	Font-Family : Tahoma;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_small_text{
	Color : #000066;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

/*
Table / Row
*/

#list_row_BG1,.list_row_BG1{
	Background-Color : #F2F2F2;
	}

#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: #F2F2F2;
}

body {
	margin:0px 0px 16px 0px;
	background-color:#9ABCDA;
	}
	
.toplink {
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
.toplink:hover {
	color:#FFF607;
	text-decoration:none;
}

td{
	Color : #3E3E3E;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 11px;
	}
	
.greytext{
	Color : #353535;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 11px;
	}
	
a {
	font-family:Tahoma;
	color:#0D4A7F;
	text-decoration:none;
}
a:hover {
	color:#0D4A7F;
	text-decoration:underline;
}

.whitetext{
	Color : #FFFFFF;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 11px;
	}
	
.whitelink{
	Color : #FFFFFF;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 11px;
	text-decoration:none;
	}
.whitelink:hover{
        Color : #FFFFFF;
	text-decoration:underline;
	} 
.buttonfontstyle{
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color:#fff;	
	Font-Weight:bold;
	line-height:18px;
	padding:0 10px;
	/*text-transform:uppercase;*/
	
	}
