/*
CSS file for Theme
*/
/*
Text
*/

.heading{
	Color : #014DA2;
	Font-Family : Tahoma;
	Font-Weight : Bold;
	Font-Size : 16px;
	}

.sub_heading{
	Color : #EE2628;
	Font-Family : Tahoma;
	Font-Weight : Bold;
	Font-Size : 14px;
	}

.normal_bold_text{
	Color : #014DA2;
	Font-Family : Tahoma;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_text{
	Color : #616161;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 11px;
	}
	
.normal_white_text{
	Color : #FFFFFF;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 14px;
	}
	
.normal_error_text{
	Color : #ff0000;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

.normal_small_bold{
	Color : #014DA2;
	Font-Family : Tahoma;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_small_text{
	Color : #014DA2;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

/*
Table / Row
*/

#list_row_BG1,.list_row_BG1{
	Background-Color : #DAE6F4;
	}

#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: #DAE6F4;
}

BODY
{		   
	margin:0px;
}

td{
        Color : #616161;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 11px;

}

a {
	color: #EE2629; line-height:12px; font-weight:normal; text-decoration:none; 
}
a:hover {
    text-decoration:underline; 
}

.whitetext {
    font-size:11px; font-weight:normal; color:#ffffff; text-decoration:none; 
}

.whitetext:hover { text-decoration:underline;}  
.buttonfontstyle{
	font:normal 11px   Tahoma, Arial, Helvetica, sans-serif;
	color:#fff; padding:0 12px 0 5px; height:18px;
	}
