/** BASIC */
body {
/*	color: #6D6E71;*/
	color: #043546;
}	
a{
	color: #043546;
}
#header h3 {
	color: #007672;
}
#nav {
	background: #4F5D5C;
}
#nav li { /* top level li - the main menu items */
	background: #4F5D5C;
}
#nav li:hover {
	background: #043546; 
}
#nav li:hover ul li:hover{
	background: #043546; /* This is background for submenu being hovered over */
}
.eltable table {
	border-color: #F4F6FA;
}
.eltable td {
	border-color: #F4F6FA;
}
.eltable tr.even td{
	background-color: #D0D8E8;
}
.eltable tr.odd td {
	background-color: #E9EDF8;
}
.eltable .elth {
	/*background-color: #1A77B3;*/
	background-color: #007672;
	color: #FFFFFF;
	border-color: #F4F6FA;
}
.eltable .elth a{
	color: #FFFFFF;
}
#admin_raised_text_container{
	width: 350px;
}
#admin_event_timer_text_container{
	width: 350px;
}
