/*
CSS file for Theme
*/
/*
Text
*/

.heading{
	Color : #07574C;
	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 : #787878;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 12px;
	}

.normal_text{
	Color : #787878;
	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 : #E1EBD1;
	}

#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;
}

.whitetext {
	font-family: Arial;
        font-size: 11px; 
        color: #FFFFFF;
        font-weight:normal;  
}

.links {
	font-family: Arial;
        font-size: 11px;
        color: #FFFFFF;
        font-weight:bold; 
        text-decoration:none; 
}
.links:hover {
	color: #FFF000;
        text-decoration:none; 
}

.footer {
	font-family: Tahoma; 
        font-size: 11px; 
        color: #828282;
        font-weight:normal; 
}

.greytext {
	font-family: Arial;
        font-size: 11px;
        color: #787878; 
        font-weight:normal; 
}

.sublinks {
	font-family: Arial;
        font-size: 11px; 
        color: #FFFFFF; 
        font-weight:bold;
        text-decoration:none; 
}
.sublinks:hover {
	color: #FFF000; 
        text-decoration:none; 
}

td{
        Color : #787878;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 12px;
}

.bluelink{
	font:bold 12px/14px Arial, Helvetica, sans-serif;
	color:#004C80; text-decoration:none;
	}
.bluelink:hover{
	font:bold 12px/14px Arial, Helvetica, sans-serif;
	color:#07574C; text-decoration:none;
	} 
.buttonfontstyle{
	font:normal 11px   Arial, Helvetica, sans-serif;
	color:#fff; padding:0 0 0 5px; height:20px; 
	}
