/*
CSS file for Theme
*/
/*
Text
*/

.heading{
	Color : #3D3D3D;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 14px;
	}

.sub_heading{
	Color : #3C43A3;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 13px;
	}

.normal_bold_text{
	Color : #474747;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_text{
	Color : #474747;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}
	
.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 : #811721;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_small_text{
	Color : #811721;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

/*
Table / Row
*/

#list_row_BG1,.list_row_BG1{
	Background-Color : #EDEDED;
	}

#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: #EDEDED;
}

td {
color:#474747;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
}

.toplinks {
color:#33373E;
font-family:Tahoma, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
padding:0px 7px;
}

.toplinks:hover {
text-decoration:underline;
}

.footerlinks {
color:#626262;
font-family:Verdana, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
text-decoration:none;
}

.footerlinks:hover {
text-decoration:underline;
}

a {
color:#811721;
font-family:Tahoma, Helvetica, sans-serif;
text-decoration:none;
font-weight:bold;
}

a:hover {
text-decoration:underline;
color:#243D6E;
font-weight:bold;
}


body {
margin:0px;
} 
.buttonfontstyle{
	font:normal 11px   Verdana, Arial, Helvetica, sans-serif;
	color:#363636;
	}
