/*
CSS file for Theme
*/
/*
Text
*/

.heading{
	Color : #000000;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 15px;
	}

.sub_heading{
	Color : #336699;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 13px;
	}

.normal_bold_text{
	Color : #000000;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_text{
	Color : #000000;
	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 : #FF0000;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

.normal_small_bold{
	Color : #336699;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_small_text{
	Color : #336699;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

/*
Table / Row
*/

#list_row_BG1,.list_row_BG1{
	Background-Color : #EBECED;
	}

#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: #EBECED;
}

body,p{padding:0; margin:0;}

td{
	Color : #000000;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

a{
	Color : #2B69A8;
	Font-Family : Arial;
	text-decoration:underline;
	}
	
a:hover{
	color:#2B69A8; 
    text-decoration:none;
	}
.whiteText{
	Color : #FFFFFF;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}
.whiteText a{
	Color : #FFFFFF;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	text-decoration:none;
	}
.whiteText a:hover{
	Color : #FFFFFF;
	text-decoration:underline;
	}
.smallwhiteText{
	Color : #FFFFFF;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 10px;
	}
	
.blacktext{
	Color : #336699;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 11px;
        line-height:24px;
	}

.link{
	Color : #2B69A8;
	Font-Family : Arial;
        Font-Size : 12px;
	text-decoration:none;
	}
	
.link:hover{
	color:#000000; 
    text-decoration:underline;
	}

.redtext{
	Color : #FF0000;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 14px;
	}
 
.buttonfontstyle{
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#FFFFFF;	
	line-height:20px;
	font-weight:bold;
	padding:0 0 0 6px;
	}
