﻿/* Dark brown: #3e3d01 */
/* Light brown: #dedb8c */

html { min-height: 100%; }
html, body, div { margin: 0; padding: 0; }
a { color: #3e3d01; }
a:visited { color: #3e3d01;}
a:hover { color:  #3e3d01; }
a img { border: none; }

body {
	background-image: url('../Images/bg.jpg');
	background-color: #3e3d01;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: x-small;
	padding-top: 16px;
	padding-bottom: 16px;
}

.outer {
	font-size: small;
	color: #3e3d01;
	background-color: #FFF;
	border: 2px solid #d7d7d2;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
}

.header {
	margin-bottom: 4px;
}

.menu {
	color: #fff;
	background-color: #3e3d01;
	padding: 6px 0px 6px 0px;
}

.menu ul, .menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

.menu li {
	padding-left: 18px;
}

.menuright {
	float: right;
	text-align: right;
	margin-right: 18px;
}

.menu a { color: #dedb8c; text-decoration: none; }
.menu a:hover { text-decoration: underline; }

.main {
	border-top: 4px solid #fff;
	padding: 8px 0px 0px 0px;
}

.content {
	float: left;
	width: 470px;
}

.sidebar {
	margin-left: 480px;
}

.footer {
	font-size: x-small;
	text-align: center;
}

h1 { font-size: 1.7em; font-weight: normal; }
h2 { font-size: 1.5em; font-weight: normal; }
h3 { font-size: 1.2em; font-weight: bold; }
h4 { font-size: 0.9em; font-weight: bold; }
h5 { font-size: 0.8em; font-weight: normal; }

h1,h2,h3,h4,h5 {
	margin: 0px 0px 4px 0px;
	padding: 6px 0px 0px 0px;
}
li { margin-bottom: 6px; }

.footer a { color: #3e3d01; text-decoration: none; }
.footer a:hover { text-decoration: underline; }

.errmsg {
/*	font-weight: bold;*/
	color: Red;
	border: solid 1px red;
	padding: 6px 6px 6px 6px;
	margin: 8px 0px 8px 0px;
	background-color: #ffefef;
}

.validate {
	color: Red;
}

/* Entry Forms */
.formtable {
}

.formalert {
	color: #3e3d01;
	font-weight:bold;
}

/* Last line of user comments */
.commentfooter {
	font-size: xx-small;
	color: #666;
	margin-top:6px;
}

.commentlinks a
{
	text-decoration: none;
	color: inherit;
}

/* Calendar */
.calendar {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.calendar td {
	width: 117px;
	vertical-align: top;
	background-color: #dedb8c;
}

.calendar a { text-decoration: none; color: inherit; }
.calendar a:hover { text-decoration: none; color: inherit; }

.weekday {
	color: White;
	background-color: #393c00;
}

.date {
	text-align: right;
	font-weight: bold;
	font-size: xx-small;
	color: Black;
}

.datecurr {
	text-align: right;
	font-weight: bold;
	font-size: xx-small;
	color: Red;
}

.calact {
	display: block;
	margin: 1px 1px 1px 1px;
	font-size: xx-small;
}

.code {
	font-family: courier;
	font-size: xx-small;
	text-align: left;
	background-color: #dedb8c;
}

.infobox 
{
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 10px 10px 10px 10px;
	background-color:#dedb8c;
	border: 1px solid #3e3d01;
}

/* Tables */
.grid
{
	border-color: #d7d7d2;
	border-style: solid;
	border-width: 1px;
	width: 98%;
}

.grid td, .grid th
{
	border-color: #d7d7d2;
	border-style: solid;
	border-width: 1px;
}

.gridheader th
{
	color:#dedb8c;
	font-weight: normal;
	background-color: #3e3d01;
}

.gridodd
{
	color: #3e3d01;
	background-color: #dedb8c;
}

/* Used for some user profile headers */
.maxwidth { width:98%; }
.smallright { font-size: xx-small; text-align: right; }

/* Classes for CategorySelect controls */
.catclosed {
	background: url("../Images/plus.png") no-repeat center;
	padding-left: 9px;
}
.catopen 
{
	background: url("../Images/minus.png") no-repeat center;
	padding-left: 9px;
}
.cattbl {
	font-size: x-small;
	width: 98%;
}
.catpnl {
	background-color: #dedb8c;
	padding: 6px 6px 6px 6px;
}
.catlnk {
	font-size: smaller;
	cursor: pointer;
}
.xxsmall {
	font-size: xx-small;
}
.securityinput 
{
	display:none;
}

