/**
 * $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: #000;
}
body   { background: #d5d5d5 url(images/background.jpg) repeat-x fixed; margin: 10px }
a:link, a:visited, a:active    { color: black; text-decoration: none }
a:hover {
	color: #369;
	text-decoration: none;
}
hr   { color: silver; margin: 5px 0px; border-top: none silver; border-right: none silver; border-bottom: 1px solid silver; border-left: none silver; width: 100%; height: 1px }
h1    { color: #ff1493; font-style: italic; font-size: 22px; font-family: "Times New Roman", Georgia, Times; margin: 5px 0px }
h2    { color: black; font-weight: bold; font-size: 15px; margin: 15px 0px 5px }
h3  { color: #ff1493; font-weight: bold; font-size: 18px; margin: 15px 0px 5px }
h4 { color: black; font-weight: bold; font-size: 12px; margin: 15px 0px 5px }
adress { color: black }
form {
	margin: 0;
}
.header   { vertical-align: top; height: 0px }
.menu  { background-color: #fff; vertical-align: top; float: left; margin-left: 20px; padding: 0px; width: 170px }
.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu ul  { background-color: #ee82ee; border-bottom: 0px none }
.menu ul ul {
	padding-left: 10px;
}
.menu a:link, .menu a:visited, .menu a:active    { color: #fff; text-decoration: none; background-color: silver; padding: 4px 10px; border: solid 1pt #c6f; display: block }
.menu a:hover    { color: black; font-weight: bold; text-decoration: none; background-color: #ee82ee; border: solid 1pt #c6f }
.menu_current   { color: black; font-weight: 900 }
.highlight {
	background-color: #D0D0D0;
}
.border {
	font-size: 1px;
	height: 10px;
}
.login  { color: #fff; font-size: 10px; background-color: silver; text-align: center; padding: 2px 10px }
.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: #FFF;
}
.content     { background-color: white; text-align: left; vertical-align: top; margin-left: 0px; padding: 30px 20px 10px; width: 900px; height: 300px }
.footer {
	padding: 5px;
	height: 20px;
	color: #FFF;
	vertical-align: middle;
	text-align: center;
}
legend  { color: black; font-size: 13px }
fieldset    { color: black; font-size: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; border: solid 1px silver }
.anynews { color: #ff1493 }
td { }
.td { background-color: blue; border: solid 1px blue }

