/*
CSS file for Theme
*/
/*
Text
*/

.heading{
	Color : #808080;
	Font-Family : Tahoma;
	Font-Weight : Bold;
	Font-Size : 20px;
	}

.sub_heading{
	Color : #004080;
	Font-Family : Tahoma;
	Font-Weight : Bold;
	Font-Size : 13px;
	}

.normal_bold_text{
	Color : #5E5E5E;
	Font-Family : Tahoma;
	Font-Weight : Bold;
	Font-Size : 12px;
	}

.normal_text{
	Color : #5E5E5E;
	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 : #E80808;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 12px;
	}

.normal_small_bold{
	Color : #5E5E5E;
	Font-Family : Tahoma;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_small_text{
	Color : #5E5E5E;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

/*
Table / Row
*/

#list_row_BG1,.list_row_BG1{
	Background-Color : #F1F1F1;
	}

#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;
}

BODY
{		   
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#D6D5D5;
}

.links {
	font-family: Arial; 
        font-size: 11px;
        color: #FFFFFF;
        font-weight:bold;
        text-decoration:none; 
}
.links:hover {
	color: #0F0F0F;
        text-decoration:none;
}

.footer {
	font-family: Arial;
        font-size: 11px;
        color: #FFFFFF;
        font-weight:normal;  
}


.grey {
	font-family: Tahoma;
        font-size: 10px; 
        color: #353535;
        font-weight:normal;  
}

.blue {
	font-family: Tahoma;
        font-size: 10px;
        color: #21219D;
        font-weight:normal;  
}

td{
	Color : #5E5E5E;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

a {
	font-family:  Tahoma; 
        color: #0D3A71;
        text-decoration:underline; 
}
a:hover {
        text-decoration:none; 
}

input {
	font-family:  Tahoma; 
        color: #565656;
} 
.buttonfontstyle{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color:#fff;	
	Font-Weight:bold;
	line-height:19px;
	padding:0 10px;
	
	}
