/* CSS stylesheet*/

.menu_div {
	position: absolute;
	font: 10px Verdana;
	color: #333;
	/*background-color: #fff;
	border: 1px solid #333;*/
	padding: 0px;
	width: 300px;
}

.annotated {
	/*font: 10px Verdana;*/
	cursor: pointer;
	cursor: hand;
	color: red;
	background-color: #eee;
	border: 1px solid #ddd;
}

.header {
	font: 10px Verdana;
	font-weight: bold;
}

ul.annotation li{
	font: 10px Verdana;
}

.smalltext{
	font: 10px Verdana;
}

ul.hierarchy li{
	font: 10px Verdana;
}

.annotation{
	list-style: none inside none;
	margin: 0px;
}

.hierarchy{
	list-style: none inside none;
	margin: 0px;
	padding: 0px;
}

.tab{
	cursor: pointer;
	cursor: hand;
	font: 10px Verdana;
	font-weight: bold;
	color: #eee;
	background-color: #999;
}

.tab_lite{
	cursor: pointer;
	cursor: hand;
	font: 10px Verdana;
	font-weight: bold;
	color: #eee;
	background-color: #369;
}

.paper_table{
	border: 1px dashed #999;
}

tbody.staggered td.shaded {
	background-color: #bcd;
	color: #000;
}

td.shaded a{
	text-decoration: none;
	color: #600;
}

td.unshaded a{
	text-decoration: none;
	color: #600;
}

td.shaded a:hover {
	text-decoration: underline;
	color: #600;
}

td.unshaded a:hover {
	text-decoration: underline;
	color: #600;
}

tbody.staggered td.unshaded{
	background-color: #eee;
	color: #000;
}
