/* CSS Document */
/*
CSS file for Theme
*/
/*
Text
*/

.heading{
	Color : #6f5c50;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 12px;
	}

.sub_heading{
	Color : #6f5c50;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_bold_text{
	Color : #6f5c50;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 12px;
	}

.normal_text{
	Color : #6f5c50;
	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 : 12px;
	}

.normal_small_bold{
	Color : #6f5c50;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_small_text{
	Color : #6f5c50;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

/*
Table / Row
*/

#list_row_BG1,.list_row_BG1{
	Background-Color : #DDDDDD;
	}

#list_row_BG2,.list_row_BG2{
	Background-Color : #FFFFFF;
	}

#Application_Table{
	border-spacing : 10pt;
	padding : 5px;	
	Width : 100%;		
	font-family : "Arial";
	font-size : 12px;
	}

#Form_Table{
	border-spacing : 10pt;
	padding : 0pt;	
	Width : 415px;
	Font-Family : Arial;
	Font-Size : 12px;
	}

.TableBackGroundColor
{
    BACKGROUND-COLOR: #DDDDDD;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	Color : #6E6C6C;
	Font-Family : Arial;
	Font-Weight : normal;
	Font-Size : 12px;
}
a {font-family: Arial, Helvetica; font-weight: bold; color:#6F5C50; text-decoration: none;}
a:link {text-decoration: none; color:#6F5C50;}
a:visited {color:#8E7F76; text-decoration: none;}
a:hover {color:#D90000; text-decoration: underline;}
 
.buttonfontstyle{
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color:#3D3D3D;	
	Font-Weight:bold;
	line-height:18px;
	padding:0 8px;
	/*text-transform:uppercase;*/
	
	}
