/*
CSS file for Theme
*/
/*
Text
*/

a:link {
	font-family: Arial;
	text-decoration: underline;
	color:#560070;
}
a:visited {
	font-family: Arial;
	text-decoration: underline;
	color:#560070;
}
a:hover {
	font-family: Arial;
	text-decoration: none;
	color:#3b4d00;
}
a:active {
	font-family: Arial;
	text-decoration: underline;
	color:#560070;
}

a.white:link {
	font-family: Arial;
	text-decoration: underline;
	color:#ffffff;
}
a.white:visited {
	font-family: Arial;
	text-decoration: underline;
	color:#ffffff;
}
a.white:hover {
	font-family: Arial;
	text-decoration: none;
	color:#ffffff;
}
a.white:active {
	font-family: Arial;
	text-decoration: underline;
	color:#ffffff;
}

.heading{
	Color : #353535;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 16px;
	}

.sub_heading{
	Color : #691f7e;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 13px;
	}

.normal_bold_text{
	Color : #37404C;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 12px;
	}

.normal_text{
	Color : #37404C;
	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 : 10px;
	}

.normal_small_text{
	Color : #000066;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 10px;
	}

/*
Table / Row
*/

#list_row_BG1,.list_row_BG1{
	Background-Color : #eff2e6;
	}

#list_row_BG2,.list_row_BG2{
	Background-Color : #FFFFFF;
	}

#Application_Table{
	border-spacing : 10pt;
	padding : 5px;	
	Width : 100%;		
	font-family : "Arial";
	font-size : 10pt;
	}

#Form_Table{
	border-spacing : 10pt;
	padding : 0pt;	
	Width : 415px;
	Font-Family : Arial;
	Font-Size : 10pt;
	}

.TableBackGroundColor
{
    BACKGROUND-COLOR: #eff2e6;
}

.white{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:11px;
text-decoration:none;
padding:0px 5px 0px 5px;
}

.white:hover{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:11px;
text-decoration:underline;
padding:0px 5px 0px 5px;
}

.footer{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#353535;
text-decoration:underline;
padding:0px 5px 0px 5px;
}

.footer:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#353535;
text-decoration:none;
padding:0px 5px 0px 5px;
} 
.buttonfontstyle{
	background:url(images/bg.gif) repeat-x 0 0;
	font:normal 12px   Arial, Helvetica, sans-serif;
	color:#560070; padding:4PX 0 0 8px; height:28px;
	text-transform:uppercase; 
	}
