/* CSS Document */

/*
CSS file for Theme
*/
/*
Text
*/

.heading{
	Color : #000000;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 16px;
	}

.sub_heading{
	Color : #000000;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 14px;
	}

.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 : #000000;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_small_text{
	Color : #000000;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

/*
Table / Row
*/

#list_row_BG1,.list_row_BG1{
	Background-Color : #F6F6F6;
	}

#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: #F6F6F6;
}

body {
	margin:0px 0px 15px;
	background-color:#D7D7D7;
	}
	
td{
	Color : #515151;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}
	
.whitelink{
	Color : #FFFFFF;
	Font-Family : Arial;
	Font-Weight : bold;
	Font-Size : 11px;
	text-decoration:none;
	}
.whitelink:hover{
	text-decoration:underline;
	}
	
a{
	Color : #EB0831;
	Font-Family : Arial;
	text-decoration:none;
	Font-Size : 11px;
	}
a:hover{
	text-decoration:underline;
	Font-Size : 11px;
	}
	
.copyright{
	Color : #ffffff;
	Font-Family : Arial;
	Font-Weight : normal;
	Font-Size : 10px;
	}

.redlink{
	Color : #EB0831;
	Font-Family : Tahoma;
	Font-Weight : bold;
	Font-Size : 11px;
	text-decoration:none;
	}
.redlink:hover{
	text-decoration:underline;
	}

.footer{
	Color : #ffffff;
	Font-Family : Arial;
	text-decoration:none;
	Font-Size : 11px;
	}
.footer:hover{
	Color : #ffffff;
	Font-Family : Arial;
	Font-Size : 11px;
	text-decoration:underline;
	}
 
.buttonfontstyle{
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color:#fff;	
	Font-Weight:bold;
	line-height:20px;
	padding:0 8px;
	
	}
