/*
CSS file for Theme
*/
/*
Text
*/

.heading{
	Color : #990000;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 16px;
	}

.sub_heading{
	Color : #3366CC;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 14px;
	}

.normal_bold_text{
	Color : #000000;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 12px;
	}

.normal_text{
	Color : #000000;
	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 : #000066;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 12px;
	}

.normal_small_text{
	Color : #000066;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 12px;
	}

/*
Table / Row
*/

#list_row_BG1,.list_row_BG1{
	Background-Color : #EFEFEF;
	}

#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: #C1D9F2;
}

.footer {
	font-family: Arial;
        font-size: 11px;
        color: #134580;
        font-weight:normal; 
}

.red {
	font-family: Arial;
        font-size: 12px;
        color: #C41030;
        font-weight:normal;
        text-decoration:underline; 
}
.red:hover {
	font-family: Arial;
        font-size: 12px;
        color: #C41030;
        font-weight:normal;
        text-decoration:none; 
}

.white {
	font-family: Arial;
        font-size: 12px; 
        color: #FFFFFF;
        font-weight:normal;  
}

.white1 {
	font-family: Arial;
        font-size: 12px;
        color: #FFFFFF;
        font-weight:normal;
        text-decoration:none;  
}
.white1:hover {
	font-family: Arial;
        font-size: 12px;
        color: #FFFFFF; 
        font-weight:normal;
        text-decoration:underline;  
}

.black {
	font-family: Arial;
        font-size: 12px; 
        color: #000000;
        font-weight:bold;  
} 
.buttonfontstyle{
	font:bold 11px   Tahoma, Arial, Helvetica, sans-serif;
	color:#F5F8ED; padding:0 0 0 9px;
	}
