/**
 * $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: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7B5A3C;
	font-style: normal;
}
body {
	background-color: #dfe1e2;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 10px;
}
a:link, a:visited, a:active {
	color: #036;
	text-decoration: none;
}
a:hover {
	color: #6a9090;
	text-decoration: none;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #6a9090;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 18px;
	color: #6a9090;
	margin: 5px 0px 5px 0px;
	letter-spacing: +2px;
}
h2 {
	font-size: 15px;
	color: #6a9090;
	margin: 15px 0px 5px 0px;
	letter-spacing: +2px;
}
form {
	margin: 0;
}
.header {
	width: 750px;
	height: 131px;
	background-color: #dfe1e2;
	vertical-align: top;
	text-align: center;
}
.menu {
	vertical-align: top;
	background-color: #6a9090;
	width: 170px;
	padding: 0px;
}
.menu ul, .menu li{
	list-style-type: square;
	color: #dfe1e2;
	margin: 0;
	padding-left: 20px;
	text-indent: -20px;
}
.menu ul {
	border-bottom: 0px;
	background-color: #6a9090;
}
.menu ul ul {
	padding-left: 0px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 14px 4px 0px;
	color: #FFF;
	display: block;
	background-color: #6a9090;
	text-decoration: bold;
}
.menu a:hover {
	background-color: #6a9090;
	text-decoration: none;
	color: #FFCC00;
}
.menu_current {
	background-color: #6a9090;
	font-weight: bold;
	color: #FFCC99;
}
.highlight {
	background-color: #D0D0D0;
	font-weight: bold;
	color: #FFCC99;
}
.border {
	font-size: 1px;
	height: 10px;
}
.login {
	padding: 2px 10px 2px 10px;
	font-size: 10px;
	background-color: #6a9090;
	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 3px 3px 15px;
	background-color: #dfe1e2;
}
.content {
	padding: 10px;
	background-color: #FFF;
	height: 300px;
	vertical-align: top;
	text-align: justify;
}
.footer {
	padding: 5px;
	height: 20px;
	color: #dfe1e2;
	vertical-align: middle;
	text-align: center;
}