/*
CSS file for Theme
*/
/*
Text
*/


body{
	margin-left : 0px;
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
}

.heading{
	Color : #135786;
	Font-Family : Tahoma;
	Font-Weight : Bold;
	Font-Size : 15px;
	}

.sub_heading{
	Color : #135786;
	Font-Family : Tahoma;
	Font-Weight : Bold;
	Font-Size : 13px;
	}

.normal_bold_text{
	Color : #353535;
	Font-Family : Tahoma;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_text{
	Color : #353535;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 11px;
	}
	
.normal_white_text{
	Color : #FFFFFF;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 12px;
	}
	
.normal_error_text{
	Color : #FF0000;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 12px;
	}

.normal_small_bold{
	Color : #000000;
	Font-Family : Tahoma;
	Font-Weight : Bold;
	Font-Size : 9px;
	}

.normal_small_text{
	Color : #000000;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 9px;
	}

/*
Table / Row
*/

#list_row_BG1,.list_row_BG1{
	Background-Color : #EDEEEE;
	}

#list_row_BG2,.list_row_BG2{
	Background-Color : #EDEEEE;
	}

#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 : Verdana;
	Font-Size : 10pt;
        Color : #135786;
	}

td {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
color:#353535;
font-weight:normal;
}

.bluelink {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size:10px;
color:#135C90;
font-weight:bold;
text-decoration:underline;
}

.bluelink:hover {
text-decoration:none;
}

a {
	font-family: Tahoma, Verdana;
	text-decoration: none;
	color:#000000;
        text-decoration:underline;
}

a:hover {
        text-decoration:none;
} 
.buttonfontstyle{
	font:normal 11px   Arial, Helvetica, sans-serif;
	color:#fff; padding:0 0 0 5px; height:18px;
	}
