body {
	background: url('/images/gui/background.jpg') repeat-x #b0c1d1;
	margin-left: 35px;
	margin-top: 16px;
}
body, font, td, b, i, li, ul {
	font-family: Verdana, Arial, Geneva;
	font-size: 11px;
	color: #555555;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
}
.header {
	background: url('/images/gui/top_b.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	background-color: white;
}
.bottom {
	border-top: 1px solid #bd8956;
}
.leftmenu {
	background-image: url(/images/gui/lmenu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #87a4db;
	padding-top: 10px;
}
.maincontent {
	border-left: solid 1px #bd8956;
	border-right: solid 1px #bd8956;
	background-color: white;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 12px;
}
.rightcontent {
	background-color: #dfe8f7;
	padding-top: 3px;
	padding-bottom: 3px;
}
.menuItem {
	font-family: Verdana, Arial, Geneva;
	color: #083350;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	line-height: 17px;
}
.menuSubItem {
	font-family: Verdana, Arial, Geneva;
	color: #083350;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.menuSubItem_selected {
	font-family: Verdana, Arial, Geneva;
	color: #083350;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Geneva;
	font-size: 20px;
	color: #854b13;
	padding-bottom: 20px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	border-bottom: 2px solid #bd8956;
}
h2 {
	font-family: Verdana, Arial, Geneva;
	font-size: 16px;
	color: #a06c39;
	font-style: normal;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 6px;
}
h3 {
	font-family: Verdana, Arial, Geneva;
	font-size: 13px;
	color: #a06c39;
	font-style: normal;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 6px;
}
.ingress {
	font-family: Verdana, Arial, Geneva;
	font-size: 11px;
	color: #555555;
	line-height: 18px;
	font-style: italic;
	font-weight: normal;
}
.pageText {
	font-family: Verdana, Arial, Geneva;
	font-size: 11px;
	color: #555555;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
}
a, a:active, a:link, a:visited, .pageLink {
	text-decoration: none;
	color: #85511e;
}
a:hover {
	font-family: Verdana, Arial, Geneva;
	color: #85511e;
	text-decoration: none;
}
.adminLink {
	color: green;
}
.adminLinkDelete {
	color: red;
}
.inputtext {
	font-family: Verdana, Arial, Geneva;
	font-size: 12px;
	border-bottom: 1px solid #E7E3E0;
	border-left: 1px solid #E7E3E0;
	border-right: 1px solid #E7E3E0;
	border-top: 1px solid #E7E3E0;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
}


