/* ------------------
 styling for the tables 
   ------------------   */
html {
height: 100%;
overflow: hidden;
}
body {
height: 100%;
margin: 0;
padding: 0;
}
#altContent {
height: 100%;
}


a.menu:link {
 text-decoration: none;
 color: black;
 display: block;
 width: 100%;
 height: 100%;
}

a.menu:visited {
 text-decoration: none;
 color: black;
 display: block;
 width: 100%;
 height: 100%;
}

a.menu:hover {
 text-decoration: none;
 color: black;
 display: block;
 width: 100%;
 height: 100%;
}

a.menu:active {
 text-decoration: none;
 color: black;
 display: block;
 width: 100%;
 height: 100%;
}


#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin-left: 100px;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: bold;
	color: #6AA21B;
	padding: 10px 8px;
	border-bottom: 2px solid #6AA21B;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #009;
	background: #D7FF96;
}

