/**
 * $Id$
 * Website Baker template: simple
 * 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: #333333;
				margin: 5px;
				background-image: url(images/background.png);
			}
			
a:link, a:visited, a:active 
			{
				color: #003366;
				text-decoration: none;
			}
			
a:hover 	{
				color: #336699;
				text-decoration: none;
			}
			
form 		{
				margin: 0;
			}
			
h1, h2, h3, h4, h5 
			{
				margin: 5px 0px 5px 0px;
			}
			
.header 	{
				background-color: white;
				vertical-align: middle;
				text-align: center;
				height: 50px;
				font-size: 20px;
				font-weight: bold;
			}
			
			
			
.header h1  {
				font-size: 20px;
				color: #424242;
				font-weight: normal;
			}
			
.header h2 	{
				font-size : 14px;
				color: #ababab;	
			}	
			
.header h3	{
				font-size : 14px;
				color: #0099ff;	
			}	

.logo		{
				height: 80px;
				background-image: url(images/header.jpg);
				background-repeat: repeat-x;
				font-size: 14px;
				font-weight: bold;
				color: #FFFFFF;
				text-align: center;
				
			}
			
.menu 		{
				background-color: #EEEEEE;
				padding: 10px;
				width: 187px;
				vertical-align: top;
			}
			
.menu ul, .menu li 
			{
				list-style-type: none;
				display: block;
				margin: 1px;
				padding: 1px;
				padding-left: 5px;
				border-top: 1px solid #ffffff;
				border-bottom: 1px solid #cccccc;
			}

.menu_current 
			{
				font-weight: bold;  
				font-color: #FFFFFF;
			}
			
.highlight 	{
				background-color: #D0D0D0;
			}
			
.content 	{
				background-color: #FFFFFF;
				padding: 20px;
				height: 400px;
				vertical-align: top;
			}
			
.footer 	{
				background-color: #DDDDDD;
				text-align: center;
				font-size: 10px;
				height: 10px;
			}

.border 	{
				font-size: 1px;
				height: 10px;
			}
			
.login 		{
				padding: 2px 10px 2px 10px;
				font-size: 10px;
				background-color: #003366;
		/*		background-color: #007CDF;  */ 
				color: #FFFFFF;
				text-align: center;
			}
			
.login input 
			{
				width: 95%;
				font-size: 10px;
			}
			
.login a:link, .login a:visited, .login a:active 	
			{
				color: 	#DDDDDD;
				text-decoration: none;
			}
			
.login a:hover 
			{
				color: #FFFFFF;
				text-decoration: none;
			}
			
.public-info 	{
				font-size: 	1.0em;
				color: #b0b0b0;
				text-decoration: none;
			}	
			
ul			{
				font-size: 	1.0em;
				color: 		#003366;
				list-style: square;
			}
	
ul ul		{
				font-size: 	1.0em;
				color:		#003366;
				list-style: disc;
			}
	
ul ul ul	{
				font-size: 	1.0em;
				color: 		#003399;
				list-style: circle; 
			/*	list-style-image: url(images/header.jpg);*/
			}	
			
h4  			{
				font-size: 20px;
				color: #007dff;
				font-weight: bolde;
			}			
			
h5  			{
				font-size: 20px;
				color: #007dff;
				font-weight: normal;
			}	

h6  			{
				font-size: 14px;
				color: #007dff;
				font-weight: normal;
			}	

h7 		       {	font-size: 24;
				color: #007dff;
				font-weight: normal;
			}				
			
