body{
	background-color: #7a82ab;
}

/*
Over rides same named elements in degault style
*/

.tpl_form tr.form_hints{
	line-height: 9px;
	font-size: 9px;
	background: #ECFFF6;
	text-align: center;
	color: #006400;
	letter-spacing: 2px;
}

.redhint{
	line-height: 9px;
	font-size: 9px;
	background: #ECFFF6;
	text-align: center;
	color: Red;
	letter-spacing: 2px;
}



/* 
For Record List and Error Messages 
*/

/* 
For Record List and Error Messages 
*/

.item_title{
	color: #000000;
	padding: 10px 10px 10px 10px;
	font-family: sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 110%;
}

.tpl_form tr.month_row{
	color: #F5F5F5;
	font-size: 130%;
	padding-right: 20px;
	font-weight: bold;
	font-family: sans-serif;
	background-color: #006400;
}



.fmt_def {
 	background: #F5F5F5;
	color: Green;
}

.fmt_def_odd {
 	background: #F5F5F5;
	color: Black;
}

.fmt_def_even {
	background: #F0FFF0;
	color: Black;
}

.fmt_hil {
	background: #A6FFB4;
	color: Black;
	background-color: #CC3333;
}

.fmt_err {
	background: #A6FFB4;
	color: Red;
	background-color: #009966;
}

/*
End Over rides same named elements in degault style
*/


/* 
Common form table 
*/
/* 
HTML elements
*/
table.tpl_footer{
	width: 780px;
/*	background: #00693F;
*/	padding: 5px 5px 5px;
	text-align: right;
}

/* 
form elements
*/
.tpl_form table.tpl_headav{
	width: 780px;
/*	background: #DD3330;
*/	
  background-image: url(images/login_banner.jpg);
	background-position: 10px;
	background-repeat: no-repeat;
	height: 80px;
/*	padding-bottom: 5px;
*/}

.tpl_form table.tpl_headav tr.headav{
	color: #BBAF7F;
	font-size: 36px;
	padding-right: 20px;
	font-weight: bold;
	font-family: sans-serif;
}

.tpl_form table.tpl_headav tr.footav {
	color: #BBAF7F;
	font-size: 11px;
	font-weight: bold;
	padding-right: 20px;
	font-family: sans-serif;
	text-decoration: none;
}

.tpl_form table.tpl_headav a {
	color: #BBAF7F;
	font-weight: bold;
	padding-right: 20px;
	font-family: sans-serif;
	text-decoration: none;
}




.fmt_hil {
	background: Silver;
	color: Black;
}

.fmt_err {
	background: #F0E68C;
	color: Red;
}
