﻿.hide{ display:none; }

table {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
}
td.nav-left {
  padding-right:20px;
}
td.nav-right {
  text-align=right;
  padding-left=20px;
}

.lgrey { background: #E7E4E6; }
.align-top { vertical-align: top; }

#news {
  float: left; 
  vertical-align:top;
}
#information {
  float: right;
}


div#menu_pane {
	position: relative;
	left: 20px; top: 70px;
	width: 150px;
	margin-left: 0px; margin-right: 0px;
	float: left;
}
div.menu_item {
	display: block;
	width: 100%; height: 15px;
	margin-bottom: 5px; margin-left: 0px; padding: 5px;
	border: 1px solid blue; 
	background-color: #D9E0E6;
	font-family: Arial,sans-serif; font-size: 10pt;
	color: blue;
}
div.menu_item_not_enabled {
	display: block;
	width: 100%; height: 15px;
	margin-bottom: 5px; margin-left: 0px; padding: 5px;
	border: 1px solid AppWorkspace;
	background-color: #F1F1F1;
	font-family: Arial,sans-serif; font-size: 10pt;
	color: #A3A3A3;
}
div.menu_item a {
	display: block;
	width: auto;
	margin: 0px;
	text-decoration: none;
	text-align: left;
}
div.menu_item a:link{
	background: none;
}
div.menu_item a:visited{
	color: blue;
	background: none;
}
div.menu_item a:hover{
	color: white;
	background-color: #8CA2B4;
}

