/*
CSS file for Theme
*/
/*
Text
*/

.heading{
	Color : #6E0035;
	Font-Family : Tahoma;
	Font-Weight : Bold;
	Font-Size : 14px;
	}

.sub_heading{
	Color : #00406D;
	Font-Family : Tahoma;
	Font-Weight : Bold;
	Font-Size : 13px;
	}

.normal_bold_text{
	Color : #1A537C;
	Font-Family : Tahoma;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_text{
	Color : #575B5E;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 11px;
	}
	
.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 : #000066;
	Font-Family : Tahoma;
	Font-Weight : Bold;
	Font-Size : 12px;
	}

.normal_small_text{
	Color : #000066;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 12px;
	}

/*
Table / Row
*/

#list_row_BG1,.list_row_BG1{
	Background-Color : #e0e0e0;
	}

#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: #e0e0e0;
}

.black{
        Color : #2A2020;
	Font-Family : Verdana;
	Font-Weight : Normal;
	Font-Size : 10px;
        Text-Decoration : none;
	}

.black:hover{
        Color : #2A2020;
	Font-Family : Verdana;
	Font-Weight : Normal;
	Font-Size : 10px;
        Text-Decoration : underline;
	}

td {
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 11px;

}
a {
	font:normal 11px/13px Tohama, Arial, Helvetica, sans-serif;
	color:#6E0035; text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	} 
.buttonfontstyle{
	font:normal 10px   Verdana, Arial, Helvetica, sans-serif;
	color:#fff; text-align:center; text-transform:uppercase;
	}
