td.content {
	padding: 10px;
}

.main_menu {
 color: white;
 background-color: #43527C;
 width: 230px;
 overflow: visible;
 white-space: nowrap;
 border-width: 0px;
}

table.menu_table {
	width: 100%;
	border: none;
	 white-space: pre;
}

table.menu_table td{
	border-bottom: 1px solid #3C3c3c;
	/*border-top: 1px solid #929292;*/
	padding: 0.5em;
}
table.menu_table td a{
	color: white;
	text-decoration: none;
}
table.menu_table td a:hover {
	text-decoration: underline;
}


div.header_line_shade {
	background-color: #B8B8B8;
	margin-top: -1px;
}

table.header_page {
	z-index: 100;
	position: relative;
}

table.header_page td.header_active {
	border-top: 1px solid #B8B8B8;
	background-color: white;
}

table.header_page td.header_inactive {
	background-color: #D9D9D9;
	border-top: 1px solid #B8B8B8;
	border-bottom: 1px solid #B8B8B8;
}

table.header_page td.header_inactive a {
	color: black;
	text-decoration: none;
}