﻿/* CSS Document */
/* Body Styles */

body {
	background: #91a569;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 0px;
}
html { 
	overflow-y: scroll; 
}
.tablemain {
	width:900px;
	padding:0px;
	background: #ffffff;
	border-width:1px;
	border-color:#E2B772;
	border-style:solid;
}
.bgbrown {
	background-color: #e2b772;
}
.bglightbrown {
	background-color: #f9eee3;
}
.bglightgreen {
	background-color: #f5f9ee;
}
.bgolivegreen {
	background-color: #91a569;
}
.bgwhite {
	background-color: #ffffff;
}

.textcontainer {
	width: 720px;
	margin-top: 10px;
	margin-left: 12px;
}
.tablebrown {
	border-color:#e2b772;
	border-style:solid;
	border-width:2px;
}
.tablegreen {
	border-color:#578200;
	border-style:solid;
	border-width:3px;
}
.tablegreendouble {
	border-color:#578200;
	border-style:double;
	border-width:1px;
}
.tablered {
	border: 4px solid #FF0000;
	background-color:#ffff00;
}

.tablerow {
	border-width: 1px;
}

.tdcenter {
	text-align:center;
}
.tdleft {
	text-align:left
}
.tdright {
	text-align:right;
}
.imagespace {
	margin: 3px 5px;
	border: 0px;
}
.imageleft {
	float: left;
	padding-right: 5px;
}
.imageright {
	float: right;
	padding-left: 5px;
}

/* STYLES FOR CROSSFADER */

div.cf_wrapper {
	position: relative;
	background: #f9eee3;
}
	
div.cf_element {
	width: 110px;
	height: 80px;
	border:  none;
}
	
div.cf_element div.content {
	padding: 2px;
	font-family: verdana;
	color: #456700;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}