/*
CSS file for Theme
*/
/*
Text
*/

a:link {
	font-family: Arial;
	text-decoration: underline;
	color:#005B7F;
}
a:visited {
	font-family: Arial;
	text-decoration: underline;
	color:#005B7F;
}
a:hover {
	font-family: Arial;
	text-decoration: none;
	color:#717171;
}
a:active {
	font-family: Arial;
	text-decoration: underline;
	color:#005B7F;
}

.heading{
	Color : #717171;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 13px;
	}

.sub_heading{
	Color : #717171;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 12px;
	}

.normal_bold_text{
	Color : #005B7F;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 12px;
	}

.normal_text{
	Color : #005B7F;
	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 : #005B7F;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

.normal_small_bold{
	Color : #005B7F;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 10px;
	}

.normal_small_text{
	Color : #005B7F;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 10px;
	}

/*
Table / Row
*/

#list_row_BG1,.list_row_BG1{
	Background-Color : #E9E9E9;
	}

#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 : 12pt;
	}

.TableBackGroundColor
{
    BACKGROUND-COLOR: #E9E9E9;
} 
.buttonfontstyle{
	font:normal 11px   Tahoma, Arial, Helvetica, sans-serif;
	color:#015A7C; padding:0 0 0 0; height:18px;
	}
