/***
 * $Id$
 * Website Baker template: allcss
 * This template is one of four basis templates distributed with Website Baker.
 * Feel free to modify or build up on this template.
 *
 * This file contains all CSS definitions required to display the template
 * in the Website Baker frontend. 
 *
 * LICENSE: GNU General Public License
 * 
 * @author     Ryan Djurovich, C. Sommer
 * @copyright  GNU General Public License
 * @license    http://www.gnu.org/licenses/gpl.html
 * @version    2.70
 * @platform   Website Baker 2.7
 *
 * Website Baker is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * Website Baker is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
	color: #000000;
}
body {
	background-color: #336600;
margin-top: 40px;
}

a:link, a:visited, a:active {
	color: #1E3A01;
	text-decoration: none;
}


html { min-height: 100%; margin-bottom: 1px; }

html { overflow: -moz-scrollbars-vertical !important; }

a:hover {
	color: #1E3A01;
	text-decoration: underline;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #036;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 16px;
	color: #669900;
	margin: 5px 0px 20px 0px;
}
h2 {
	font-size: 14px;
	color: #669900;
	margin: 15px 0px 5px 0px;
}
form {
	margin: 0;
}
.header {
	width: 900px;
	height: 203px;
background-color: #FFF4D4;
	vertical-align: top;
}
.menu {
	vertical-align: top;
background-color: #FFF4D4;
	width: 200px;
	padding-top: 50px;
	padding-left: 15px;
}
.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu ul {
	border-bottom: 0px;

}
.menu ul ul {
	padding-left: 10px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 10px 4px 10px;
	color: #669900;
	display: block;
	text-decoration: none;
	font-size: 12px;
}
.menu a:hover {
color: #CC0001;
	text-decoration: none;
}
.menu_current{

	
}

.menu_current a:link, .menu_current a:visited, .menu_current a:active {
color: #660000;
}

.highlight {

}
.border {
	font-size: 1px;
	height: 10px;
}
.login {
	padding: 2px 10px 2px 10px;
	font-size: 10px;
	color: #FFF;
	text-align: center;
}
.login input {
	width: 95%;
	font-size: 10px;
}
.login a:link, .login a:visited, .login a:active {
	color: #DDD;
	text-decoration: none;
}
.login a:hover {
	color: #FFF;
	text-decoration: none;
}
.powered_by {
	padding: 3px 0px 0px 15px;
	background-color: #FFF4D4;
}
.content {
	padding: 10px 50px 2px 12px;
	background-color: #FFF4D4;
	height: 450px;
	vertical-align: top;
	text-align: left;
	line-height: 18px;
	color: #305F01;
	width: 630px;
}

.content li {
	line-height: 19px;
}
.footer  {
	padding: 5px;
	height: 20px;
	color: #FFF4d4;
	vertical-align: middle;
	text-align: right;
	font-size: 11px;
}

.footer a:link, .footer a:visited, .footer a:active {
color: #FFF4d4;
}
