/*
CSS file for Theme
*/
/*
Text
*/

.heading{
	Color : #990000;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 15px;
	}

.sub_heading{
	Color : #3366CC;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 13px;
	}

.normal_bold_text{
	Color : #000066;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 12px;
	}

.normal_text{
	Color : #4C4C55;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 12px;
	}

.normal_small_bold{
	Color : #9D0404;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 10px;
	}

.normal_small_text{
	Color : #9D0404;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 10px;
	}

.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;
	}

/*
Table / Row
*/

#list_row_BG1,.list_row_BG1{
	Background-Color : #eeeeee;
	}

#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: #eeeeee;
}

BODY{		   
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#B8B8B8;
}

.red {
	Color : #C10505;
	Font-Family : Times New Roman;
	Font-Weight : Normal;
	Font-Size : 11px;
}

.red1 {
	Color : #C10505;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
}

.footer {
	font-family: Arial;
        font-size: 10px;
        color: #616161;
        font-weight:normal;
}

a:link {
	font-family: Arial;
	text-decoration: underline;
	color:#9D0404;
}
a:visited {
	font-family: Arial;
	text-decoration: underline;
	color:#9D0404;
}
a:hover {
	font-family: Arial;
	text-decoration: none;
	color:#9D0404;
}
a:active {
	font-family: Arial;
	text-decoration: underline;
	color:#9D0404;
} 
.buttonfontstyle{
	font:normal 11px  Tahoma, Arial, Helvetica, sans-serif;
	color:FFFFFF; padding:0 10px; height:21px; text-transform:uppercase;
	}
