/*
CSS file for Theme
*/
/*
Text
*/

.heading{
	Color : #963702;
	Font-Family : Tahoma;
	Font-Weight : Bold;
	Font-Size : 14px;
	}

.sub_heading{
	Color : #373635;
	Font-Family : Tahoma;
	Font-Weight : Bold;
	Font-Size : 13px;
	}

.normal_bold_text{
	Color : #000000;
	Font-Family : Tahoma;
	Font-Weight : Bold;
	Font-Size : 12px;
	}

.normal_text{
	Color : #000000;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 12px;
	}
	
.normal_white_text{
	Color : #FFFFFF;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 12px;
	}
	
.normal_error_text{
	Color : #FF0000;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 12px;
	}

.normal_small_bold{
	Color : #000000;
	Font-Family : Tahoma;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_small_text{
	Color : #000000;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

/*
Table / Row
*/

#list_row_BG1,.list_row_BG1{
	Background-Color : #FEDEC2;
	}

#list_row_BG2,.list_row_BG2{
	Background-Color : #FFFFFF;
	}

#Application_Table{
	border-spacing : 10pt;
	padding : 5px;	
	Width : 100%;		
	font-family : "Tahoma";
	font-size : 10pt;
	}

#Form_Table{
	border-spacing : 10pt;
	padding : 0pt;	
	Width : 100%;
	Font-Family : Tahoma;
	Font-Size : 10pt;
	}

.TableBackGroundColor
{
    BACKGROUND-COLOR: #FEDEC2;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	Color : #6E6C6C;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 12px;
}

td {
	Color : #6E6C6C;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 12px;
	}
	
a {
	Color : #D35510;
	Font-Family : Tahoma;
	Font-Weight : bold;
	Font-Size : 12px;
	text-decoration:underline;
	}
a:hover {
	Color : #D35510;
	Font-Family : Tahoma;
	Font-Weight : bold;
	Font-Size : 12px;
	text-decoration:none;
	}
 
.buttonfontstyle{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color:#D6601F;	
	Font-Weight:bold;
	line-height:17px;
	padding:0 5px;
	
	}
