/**
 * $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  { color: #000; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
body       { background: #036 url(images/background.jpg) fixed; margin: 10px }
a:link, a:visited, a:active     { color: navy; font-weight: bold; text-decoration: none }
a:hover   { color: gray; font-weight: bold; text-decoration: none }
hr     { color: #00c; font-size: xx-small; margin: 15px 0px; border-top: 1pt dotted; width: 100%; height: 1px }
h1        { color: #036; font-style: italic; font-size: 22px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; margin: 5px 0px }
h2        { color: #036; font-weight: bold; font-size: 18px; margin: 15px 0px 5px }
h3      { color: #036; font-weight: bold; font-size: 15px; margin: 0px }
h4   { color: white; font-weight: bold; font-size: 12px; margin: 15px 0px 5px }
h5  { color: #036; font-weight: bold; font-size: 12px; margin: 15px 0px 5px }
h6  { color: #036; font-weight: bold; font-size: 15px; margin: 15px 0px 5px }
p     { color: #036; font-size: 12px; margin-bottom: 0px }
.text12  { color: #036; font-size: 12px }
adress  { color: #036 }
form {
	margin: 0;
}
.header    { vertical-align: top; border: solid 1px black; width: 1000px; height: 0px }
.header2  { vertical-align: top; width: 1000px; height: 0px }
.menu      { background-color: white; vertical-align: top; padding: 0px; width: 170px }
.menu_default { background-color: #d5d5d5; vertical-align: top; padding: 0px }
.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu ul   { 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: transparent url(images/buttonback2.jpg); text-align: left; padding: 4px 10px; display: block }
.menu a:hover       { color: black; text-decoration: none; background: transparent url(images/buttonback.jpg); text-align: left }
.menu_current      { color: black; font-weight: bold; text-align: left }
.highlight {
	background-color: #D0D0D0;
}
.border  { font-size: 1px; height: 10px }
.login   { color: #fff; font-size: 10px; background-color: transparent; text-align: center; padding: 2px 10px }
.login input {
	width: 95%;
	font-size: 10px;
}
.login a:link, .login a:visited, .login a:active   { color: #036; text-decoration: none }
.login a:hover   { color: #f03; text-decoration: none }
.powered_by {
	padding: 3px 0px 0px 15px;
	background-color: #FFF;
}
.content_left  { border-top: 1px solid black; border-bottom: 1px solid black; border-left: 1px solid black }
.content       { background-color: white; text-align: left; vertical-align: top; padding: 30px 20px 10px; border-top: 1px solid black; border-bottom: 1px solid black; height: 300px }
.content_right  { background-color: white; text-align: left; vertical-align: top; padding: 30px 20px 10px; border-top: 1px solid black; border-right: 1px solid black; border-bottom: 1px solid black; 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 }
.field_title { }

