/**
 * classicRed.css
 *
 * Copyright (c) 2003-2008 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Classic blue theme stylesheet.
 *
 * $Id: classicRed.css,v 1.5 2008/06/11 20:58:49 asmecher Exp $
 */

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif; /*"Times New Roman", Times, Georgia, serif;*/
	height:100%;
}

a {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

a:link {
	color: #000000;
}

a:active {
	color: #993338;
}

a:visited {
	color: #660000;
}

a:hover {
	color: #EECCCC;
	background: #660000;
}

label.error {
	color: #f60;
}

input.defaultButton {
	color: #EECCCC;
	background: #660000;
}

#container {
	background-color: #aadfea;/* #CC9966; #CC9933;*/
	border: solid thin #CCCCCC;
	/*min-height:880px;*/
	/*border: thin #CC9966;*/
	font-size: 1em;
	width:85%;
	max-width:1000px;
	margin-top:5px;
	margin-bottom:10px;
	min-height: 800px;
	height: auto;
	overflow:hidden;
}

#header {
	min-height: 100px;
	background-color: #0bcef8;
	margin-top:5px;
	width:100%;
	
}

#headerTitle {
	text-align: center;
	width:100%;	
	
}

#header h1 {
	line-height: 2.5;
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 10px;
	text-align: center;
	font-size: 2em;
	background-color: #11b1f4;
	width:100%;
	color:#FFFF33;
	
}

#footer {
	background-color: #600;
	color:  #fff;
	
}

#footerContent {
	color:  #fff;
	
}

#main {
	width:80%;
	font-weight:100;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	background-color: #bddbea;
	border-top: solid thin #666666;
	border-bottom: 1px dotted #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:1%;
	padding-left:2px;
	height: auto;
	min-height:443px;
}

#main h2 {
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	font-size:18px;
}

#main h3 {
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	font-size:18px;
}

#navbar {
	border-bottom: solid thin #666666;
	height:auto;
	text-align:center;
	font-size:14.5px;
	background: #5a85d4;  /*#FF9900; #CC9966;*/
	
	
}

#breadcrumb {
	height: 18px; 
	line-height: 1.5em;
	text-align: left;
	border-bottom: solid thin #FFFFFF;
	padding: 0;
	font-family: Calibri;
	font-size: 12px;
	font-style: normal;
}

#content {
	border-top: solid thin #FFFFFF;
}

#content h3 {
	font-family:  "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}
#content h4 {
	font-family:  "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	font-size:15px;	
}

#content h5 {
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #660000;
}

table.listing tr.highlight {
	background:#fcff64;
}

table.listing tr.fastTracked {
	background-color: #ecc;
}

table.listing td.headseparator {
	border-top: 1px dotted #660000;
}

table.listing td.endseparator {
	border-top: 1px dotted #660000;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color:#f60;
}

div.separator {
	border-bottom: 1px dotted #660000;
}

#rightSidebar ul, #leftSidebar ul {
	margin-left: 0px;
	padding-left: 0px;
}

#rightSidebar li, #leftSidebar li {
	list-style-type: none;

}

#rightSidebar, #leftSidebar {
	margin-top: 5px;
	margin-right:5px;
	min-height:inherit;
	border-bottom: dotted thin #000000;
	background-color: #aadfea;
	
}
