td, body { 
	font-family: Verdana, Helvetica, sans-serif;
	color: #303030;
	text-align: justify;
	font-size: 90%;
}

body { background-color: #f2781a; }
h1 { font-size: 130%; font-weight: bold; color: #606060; line-height: 1; }
h2 { font-size: 115%; font-weight: bold; color: #34648b; margin-top: 16px; margin-bottom: 6px; }
h3 { font-size: 105%; font-weight: bold; margin-top: 8px; margin-bottom: 4px; }
pre { background-color: #DDDDDD; padding-left: 20px; padding-top: 10px; padding-bottom: 10px; }
.red { color: #EE0A0A; }
a { color: #34648b; border-style: none; }
p { margin-top: 0px; margin-bottom: 4px; }

.smaller { font-size: 80%; }

.mainmenubar { 
	position: relative;
	width: 90%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #5a5a5a;
	border-color: white;
	border-left: 0px;
	border-right: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	color: white;
	text-align: center;
}
.mainmenubar h1 { display: none; }

a.mainbarActive { color: black; }
.mainmenuitem a { color: white; text-decoration: none; }
.mainmenuitem a:hover {color: #fcff17; } /* yellow */

.mainmenuitem, .mainmenuitemactive { 
	position: relative; 
	float: right;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	border-color: white;
	border-style: solid; 
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-left-width: 1px;
}

.mainmenuitemactive { 
	background-color: white;
}

.leftmenuAndContent {
	position: relative;
	top: 10px;
	left: 0px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 10px;
}

.leftmenu { 
	position: relative;
	float: left;
	padding: 5px 5px 5px 5px;
	background-color: #eacf77;
	width: 170px;
}
.leftmenu h1 { display: none; }
.leftmenuitem a {font-size: 95%; font-weight: bold; text-decoration: none; border-style: none;}
.leftmenuitem a:hover {color: #d30606; }
.leftmenuitem { 
	padding: 5px 5px 5px 5px;
	margin-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 150px;
	height: 48px;
	background-color: #e8e2d3;
	border-style: none;
}

.menuimg { width: 40px; height: 40px; border-style: none; text-decoration: none; }
img { border-style: none; }

.content {
	top: 0px; 
	padding: 5px 5px 5px 5px;
	margin-left: 180px;
	min-height: 400px;
	background-color: white;
	border-color: #000000;
	border-right-width: 0px;
	border-left-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-style: solid;
}

.vcenter {
	text-align: left;
	vertical-align: middle;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}

.spanup { 
	position: relative;
	top: 0px;
	left: 0px;
	min-height: 400px;
	border-top-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	background-color: #eacf77; 
}

.clear {
	clear: both;
	line-height: 1;
}

.tableheader { background-color: #bbbbbb; font-weight: bold; }
.currentversion { font-weight: bold; }
