/*
CSS file for Theme
*/
/*
Text
*/

.heading{
	Color : #073E98;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 16px;
	}

.sub_heading{
	Color : #807C8B;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 14px;
	}

.normal_bold_text{
	Color : #515151;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_text{
	Color : #515151;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}
	
.normal_white_text{
	Color : #FFFFFF;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}
	
.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 : #F0F3F9;
	}

#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: #F0F3F9;
}

.whitetext{
	Color : #FFFFFF;
	Font-Family : arial;
	Font-Weight : bold;
	Font-Size : 16px;
	}
	
.whitelink{
	Color : #FFFFFF;
	Font-Family : Tahoma;
	Font-Weight : bold;
	Font-Size : 11px;
	text-decoration:none;
	}
.whitelink:hover{
	Color : #F0FF04;
	text-decoration:none;
	}
	
body {
	margin:0 0 0 0;
	background-color:#EFEFEF;
	}
	
td{
	Color : #515151;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}
	
.bluetext{
	Color : #093E9E;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 12px;
	line-height:13px;
	}
	
.blacktext{
	Color : #000005;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 12px;
	line-height:13px;
	}
	
a{
	Color : #000000;
	Font-Family : Tahoma;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	} 
.buttonfontstyle{
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#FFFFFF;	
	line-height:19px;
	font-weight:bold;
	padding:0 0 0 5px;
	}
