/* CSS Document */
/*
CSS file for Theme
*/
/*
Text
*/

.heading{
	Color : #000000;
	Font-Family : Tahoma;
	Font-Weight : Bold;
	Font-Size : 15px;
	}

.sub_heading{
	Color : #BB3232;
	Font-Family : Tahoma;
	Font-Weight : Bold;
	Font-Size : 13px;
	}

.normal_bold_text{
	Color : #6E6C6C;
	Font-Family : Tahoma;
	Font-Weight : Bold;
	Font-Size : 12px;
	}

.normal_text{
	Color : #6E6C6C;
	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 : #6E6C6C;
	Font-Family : Tahoma;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_small_text{
	Color : #6E6C6C;
	Font-Family : Tahoma;
	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 : "Tahoma";
	font-size : 12px;
	}

#Form_Table{
	border-spacing : 10pt;
	padding : 0pt;	
	Width : 415px;
	Font-Family : Tahoma;
	Font-Size : 12px;
	}

.TableBackGroundColor
{
    BACKGROUND-COLOR: #DDDDDD;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	Color : #6E6C6C;
	Font-Family : Tahoma;
	Font-Weight : normal;
	Font-Size : 12px;
}
a {
	font-size:12px;
	color:#686868;
	text-decoration:underline;
}
a:hover {
	font-size:12px;
	color:#686868;
	text-decoration:none;
}

td {
	Color : #6E6C6C;
	Font-Family : Tahoma;
	Font-Weight : normal;
	Font-Size : 12px;
	}
 
.buttonfontstyle{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color:#000;	
	Font-Weight:bold;
	line-height:17px;
	padding:0 10px 0 0;
	
	}
