/*
CSS file for Theme
*/
/*
Text
*/

.heading{
	Color : #461C57;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 14px;
	}

.sub_heading{
	Color : #9DAA15;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 13px;
	}

.normal_bold_text{
	Color : #808285;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_text{
	Color : #808285;
	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 : #948244;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_small_text{
	Color : #948244;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 10px;
	}

/*
Table / Row
*/

#list_row_BG1,.list_row_BG1{
	Background-Color : #DDDFE1;
	}

#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: #DDDFE1;
}

body{
	padding:0;
	margin:0;
	}
p{
	padding:0;
	margin:0;
	}
td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#808285;
	}
.footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#A7A9AB;
	text-decoration:none;
	}
.footer:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#F58D6B;
	text-decoration:underline;
	}
a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
	}
a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#F26739;
	text-decoration:none;
	}

.links{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff; 
    text-decoration:none;
	}
	
.links:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#C75441; 
    text-decoration:none;
	} 
.buttonfontstyle{
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#fff;	
	line-height:18px;
	font-weight:bold;
	padding:0 0 0 8px;
	text-transform:uppercase;
	}
