/*
CSS file for Theme
*/
/*
Text
*/

a:link {
	font-family: Arial;
	text-decoration: underline;
	color:#000;
	text-align: center;
	font-weight: bold;
	font-size: 14px;	
}
a:visited {
	font-family: Arial;
	text-decoration: underline;
	color:#000;
	text-align: center;	
	font-weight: bold;	

}
a:hover {
	font-family: Arial;
	text-decoration: none;
	color:#000;
}
a:active {
	font-family: Arial;
	text-decoration: underline;
	color:#000;
	font-size: 12px;
	text-align: left;
}

a.grey:link {
	text-decoration: none;
	font-family: Arial;
	Font-Size : 11px;
	color:#3A3A3A;
}
a.grey:visited {
	font-family: Arial;
	text-decoration: none;
	Font-Size : 11px;
	color:#3A3A3A;
}
a.grey:hover {
	font-family: Arial;
	text-decoration: none;
	Font-Size : 11px;
	color:#930c0c;
}
a.grey:active {
	font-family: Arial;
	text-decoration: none;
	Font-Size : 11px;
	color:#3A3A3A;
}

.heading{
	Color : #990000;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 14px;
	}

.sub_heading{
	Color : #3366CC;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 13px;
	}

.normal_bold_text{
	Color : #3A3A3A;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 12px;
	}

.normal_text{
	Color : #000;
	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 : #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 : #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;
}

.white{
	Color : #FFFFFF;
	Font-Family : Arial;
	Font-Size : 11px;
	}
.white1{
	Color : #FFFFFF;
	Font-Family : Arial;
	Font-Size : 12px;
	Font-Weight : Bold;
	}

.footer{
	Color : #3A3A3A;
	Font-Family : Arial;
	Font-Size : 11px;
        Text-Decoration:None;
	}

.footer:hover{
	Color : #3A3A3A;
	Font-Family : Arial;
	Font-Size : 11px;
	} 
.buttonfontstyle{
	font:normal 11px   Tahoma, Arial, Helvetica, sans-serif;
	color:#000; padding:0 10px 0 5px; height:18px;
	}
.bolded {
	color: #000;
}
