﻿html, body {
	margin: 0;
	padding: 0;
	background: #a7a7a7 url(../images/body.jpg) repeat-x;
	/*background: #BFAA8F;
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0.28, #BFAA8F), color-stop(0.86, #8F7F6B)) !important;
	background: -moz-linear-gradient( center bottom, #BFAA8F 28%, #8F7F6B 86% ) !important;*/
	font-family: "Arial", Helvetica, Sans-Serif;
	font-size: 13px;
	text-shadow: #fff 0px 1px 0px;
}

.search .inputbox {
	border: 0;
	background: transparent;
	color: #333;
	font-weight: bold;
}
.search .inputbox:hover, .search .inputbox:focus {
	background: #FFF;
	-moz-opacity: 0.50;
	filter: alpha(opacity=50);
	border: 0;
}
p, div, table {
	line-height: 20px;
	font-size: 1.01em;
	color: #111;
}
img {
	margin: 5px;
	border: none;
}
.contentpaneopen, .contenttoc {
	margin: 5px;
}
.contentheading {
	color: #666;
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: left;
	font-weight: bold;
}
.small, .createdate, .modifydate {
	color: #888;
	font-size: 0.85em;
}
.inputbox {
	border: 1px solid #555;
	font-size: 1em;
}
.inputbox:hover, .inputbox:focus {
	border: 1px solid #999;
}
.button {
	margin: 5px;
	font-size: 1.04em;
}
a:link, a:visited {
	color: #691012;
	text-decoration: none;
}
a:hover, a:focus {
	color: #666;
}
a:link.contentpagetitle, a:visited.contentpagetitle {
	color: #333;
}
a:hover.contentpagetitle, a:focus.contentpagetitle {
	color: #555;
}

.sectiontableentry1 {
	background: #CCC;
}
.sectiontableheader {
	padding: 5px;
}
