/**
 * steel.css
 *
 * Copyright (c) 2003-2008 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Steel theme.
 *
 * $Id: steel.css,v 1.4 2008/06/11 20:58:49 asmecher Exp $
 */

body {
/*	background-color: #ffffff;*/
	/*background-color: #CD5C5C;*/
	color: #111111;
	/*background-color: #ffff;*/
	background: #F1F1F1 /*#CCFFFF #9AE8FA*/
	
	/*background-image:url('bg.png')*/
}

a:link {
	color: #ab3834;
}

a:active {
	color: #ab3834;
}

a:visited {
	color: #808080;
}

a:hover {
	color: #808080;
	background: #ffffff;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #f0f0f0;
}

input.defaultButton {
	background-color: #000000;
	color: #ffffff;
}

#header {
	/*background-color: #ab3834;*/
	background-color: #E86E23
	/*background: #800000;*/
	border-bottom: 1px solid black;
}

#headerTitle {
	color: #ffffff;
	position: center;
	
}

#header h1 {
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: Garamond,'Times New Roman',Times,serif;
	font-weight: bold;
position: center;
}

#footer {
	width: 100%;
}

#main {
	padding-left: 5px;
	padding-right: 4px;
	background-color: #f9f9f9;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;	
}

#main h2 {
	font-family: Garamond,'Times New Roman',Times,serif;
}

#main h3 {
	font-family: Garamond,'Times New Roman',Times,serif;
}

#navbar {
	border-bottom: 1px dotted #000;
}

#breadcrumb {
	border-bottom: 1px dotted black;
}

#content {
	border-top: 0px dotted #000;
}

#content h3 {
	font-family: Garamond,'Times New Roman',Times,serif;
}

#content h4 {
	font-family: Garamond,'Times New Roman',Times,serif;
}

