/**
 * $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-color: #F0F0F0;
	margin: 0;
}
a:link, a:visited, a:active {
	color: #074291;
	text-decoration: none;
}
a:hover {
	color: #3a78cb;
	text-decoration: underline;
}
.clear-both {
	clear: both;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
	width: 580px;
}
h1 {
	font-size: 16px;
	color: #993366;
	text-align: left;
	margin: 8px 2px 8px 2px;
}
form {
	margin: 0;
}
.main {
	width: 940px;
	margin: 0 auto 0 auto;
	padding: 0;
}
div.maincontainer {
    width: 940px;
    background: #FFF url(images/main-bg.gif) repeat-y center center;
	float: left;
}
	
div.logo {
    background: #FFF url(images/header.gif) no-repeat right top;
    height: 120px;
    width: 940px;	
}	
div.topnavigation {
   background: #FFF url(images/topnav.gif) no-repeat left top;
   height: 39px;   

}
div.topnavigation ul, div.topnavigation ul li {
   list-style: none;
   margin: 0;
   padding: 0;
}
div.topnavigation ul li {
   float: left;
   margin: 4px 0 4px 0;
   border-right: 1px solid #e6e6e6;
}   
div.topnavigation ul li a {  
   font-size: 11px;
   font-weight: bold;   
   display: block;
   margin: 0;
   padding: 5px 5px 5px 5px;
   color: #FFF;
}
div.topnavigation ul li a:hover, div.topnavigation ul li span.menu_current a {
   background: #000;
}
   
.search_box {
	height: 60px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
	margin: 0;
}


.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}
.highlight {
	background-color: #D0D0D0;
}


div.menu {
	float: left;
	width: 180px;
	padding: 0;
	margin: 0 0 0 5px;
}
div.menu ul, div.menu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.menu ul ul {
	padding-left: 8px;
}
.menu a, .menu a:link, .menu a:visited {
  list-style:none;
  display: block;
  color: #FFF;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
  background:#9a9a9a;
  border: 1px solid #f5f5f5;
  width: 160px;
  padding: 4px 1px 4px 5px;
  margin: 0;
}
.menu_default a:link, .menu_default a:visited, .menu_default a:active {

}
.menu_default a:hover {
  background:#000;
}

.menu_current  {
	font-weight:bold;
}

form#login fieldset {
    border: none;
	font-size: 11px;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}
form#login fieldset a {
    border: none;
	font-size: 10px;
	margin-right: 5px;
}
	
form#login legend {
	color: #603;
	font-size: 11px;
	text-transform: uppercase;
}

form#login input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}
form#login label {
    font-size: 10px;
	display: block;
}	
div.content {
	float: left;
	width: 700px;
	padding: 4px 10px 14px 10px;
}
.footer {
	background-color: #FFF;
	margin: 7px 0 0 0;
	padding: 0;
	height: 20px;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #666;
	text-align: center;
	line-height: 18px;
}
table.loop-header{
    background: #f5f5f5;
	padding: 5px 5px 5px 5px;
}
