/* CSS Document */

body,td,th {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #333333;
}
body {
	background-color: #EEEEDD;
	margin: 0px;
	padding: 0px;
}
input, textarea {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
}
td {
	 vertical-align: top;
}
form{
	padding: 0px;
	margin: 0px;
}
.report {
	size:landscape;
}
.report img {
	page-break-inside:avoid;
}
a:link {
	color: #336699;
	text-decoration:none;
}
a:visited {
	color: #336699;
	text-decoration:none;
}
a:hover {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	text-decoration:none;
}
a:active {
	color: #336699;
	text-decoration:none;
}
a img {
	border: none;
	text-decoration:none;
}
a.image {
	border-bottom: none;
	text-decoration:none;
}
.header {
	color:#FFFFFF;
	text-decoration:none;
}
a.header {
	color: #FFFFFF;
}
a.header:visited {
	color: #FFFFFF;
}

.navigation {
	color: #333333;
	text-align:right;
	padding-top:5px;
	padding-bottom:5px;
	font-size:12px;
	vertical-align:bottom;
}
a.navigation {
	color: #FFFFFF;
}
h1 {
	color: #FFFFFF;
	font-size: 14px;
	background-color: #655752;
	padding: 3px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	background-image: url(images/h1_bg.png);
	background-repeat: repeat-x;
}
h2 {
	font-size: 14px;
	color: #536148;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h3 {
	color: #FFFFFF;
	font-size: 14px;
	background-color: #655752;
	padding: 3px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	background-image: url(images/h1_bg.png);
	background-repeat: repeat-x;
}
h4 {
	font-size: 13px;
	color: #333333;
	font-weight:bold;
	margin: 0px;
}
h5 {
	font-weight: bold;
	font-size: 13px;
	font-variant: small-caps;
	border-bottom: 1px solid #536148;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
p {
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-left: 3px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
a:link .adImage {
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	border: none;
}
a:hover .adImage {
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
	text-decoration: none;
}
div.viewLevel {
	margin: 3px;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
}
div.viewLevel a {
	padding: 2px 5px 2px 5px;
	border: 1px solid #BAD29E;	
	text-decoration: none; /* no underline */
	color: #536148;
}
div.viewLevel a:hover, div.viewLevel a:active {
	border: 1px solid #536148;
	color: #00000;
}
div.viewLevel span.current {
	padding: 2px 5px 2px 5px;
	border: 1px solid #536148;
	font-weight: bold;
	background-color: #536148;
	color: #FFFFFF;
}
div.viewLevel span.disabled {
	padding: 2px 5px 2px 5px;
	border: 1px solid #EEEEE;
	color: #DDDDD;
}
div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #BAD29E;
	text-decoration: none; /* no underline */
	color: #536148;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #536148;
	color: #00000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #536148;
	font-weight: bold;
	background-color: #536148;
	color: #FFFFFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEEEE;
	color: #DDDDD;
}
.imageViewer {
	background-color: #333333;
	text-align: center;
	vertical-align: top;
}
.imageViewer .imageRow {
	text-align: center;
	display: inline;
	width: 80px;
	float: left;
	margin-right:25px;
}
.failure {
	font-weight: bold;
	color: #FF0000;
}
.success {
	font-weight: bold;
	color: #009900;
}
.articleBox {
	background-color: #EFEEEF;
	margin-right: 20px;
	margin-bottom: 35px;
	margin-left: 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.articleContent {
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #655752;
}
.articleTeaser {
	font-size:12px;
}
.articleBoxLeft {
	background-color: #EFEEEF;
	margin-right: 20px;
	margin-bottom: 35px;
	margin-left: 0px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.articleBoxRight {
	background-color: #EFEEEF;
	margin-left: 20px;
	margin-bottom: 35px;
	margin-right: 0px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.articleBoxFull {
	background-color: #EEE;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.componentBox {
	border:1px solid #536148;
	margin-right: 20px;
	margin-bottom: 35px;
	margin-left: 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.menu {
	background-color: #6699CC;
	border: 1px solid #336699;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
}
a.menu {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	text-decoration: none; /* no underline */
}
div.menu a {
	color: #FFFFFF;
	text-decoration:none;
}
div.menu a:hover, div.menu a:active {
	background-color: #336699;
	color: #FFFFFF;
	text-decoration:none;
}
div.menu a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.menuInactive {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #336699;
	border-left-color: #336699;
	padding: 2px;
	width: 100px;
}
.menuActive {
	background-color: #336699;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #336699;
	border-right-color: #336699;
	border-left-color: #336699;
	color: #333333;
	width: 100px;
}
.submenu {
	color: #333333;
	font-size:13px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #336699;
	border-right-color: #336699;
	border-bottom-color: #336699;
	border-left-color: #336699;
}
div.submenu a {
	color: #336699;
	text-decoration:none;
	font-weight:bold;
}
.group {
	border: 1px solid #655752;
	padding:0px;
	margin:0px;
}
.imgFloat {
	float: left;
	margin-right: 8px;
}
.searchGroup {
	font-size:x-small;
	font-weight:bold;
	padding:5px;
}
.listItem {
	border-bottom:#655752 1px dashed;
	padding-top:10px;
	padding-bottom:10px;
}
.formButton {
	background-color: #6699CC;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #336699;
	color: #333333;
	text-align:center;
}
.footer {
	color: #333333;
	font-size:12px;
	border-top:#336699 1px dashed;
	padding:5px;
}
.linkLine {
	background-color: #FFFFFF;
	margin: 5px;
	padding: 5px;
	width: 95%;
	border: 1px dashed #336699;
}
.help {
	font-size: 12px;
	font-style: italic;
	text-align: right;
}
.tabActive {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	background-color: #655752;
	padding: 3px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	width: 120px;
	float:left;
	border: 1px solid #655752;
	text-align: center;
}
.tabInactive {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	background-color: #B39B93;
	padding: 3px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	width: 120px;
	float:left;
	border: 1px solid #655752;
	text-align: center;
}
