/**
 * classicRed.css
 *
 * Copyright (c) 2003-2007 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.3 2007/12/10 16:54:50 asmecher Exp $
 */

body {
	background-color:  #fff;
	font-family: verdana;
}

a {
	text-decoration: none;
}

a:link {
	color:#000033;
}



a:visited {
	color: #000033;
}

a:hover {
	color: #990033;
	background:white;
}

label.error {
	color: #f60;
}

input.defaultButton {
	color: #EECCCC;
	background: #660000;
}

#container {
	background-color: #fff;
	font-size: 1em;
}

#header {
	#height:  100px;
	background-color: #fff;
	width:1006px;
}

#headerTitle {
	text-align: left;
}

#header h1 {
	line-height: 2.5em;
	font-family: verdana;
	text-transform: uppercase;
	font-size: 1.5em;
	background-color:#A65353;
	color:  #fff;
}

#footer {
	background-color: #600;
	color:  #fff;
}

#footerContent {
	color:  #fff;
}

#main {
	background-color:#fff;
	border-top: 1px solid #990033;
	border-bottom: 1px dotted #990033;
	margin-top: 35px;

	
}

#main h2 {
	font-size:16px;
	font-family: verdana;
	text-transform: uppercase;
	font-weight:bold;
	text-align:center;
}

#main h3 {
	font-family: verdana;
	text-transform: uppercase;
}

#navbar {
	
	font-size: 0.7em;
	border-bottom: 1px dotted #990033;
	text-align: left;
	font-weight:bold
	display:compact;
}

#breadcrumb {
	height: 14px;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px dotted #990033;
	padding: 0;
	font-style: italic;
}

#content {
	border-top: 1px dotted #990033;
}

#content h3 {
	font-family:  verdana;
	text-transform: uppercase;
}

#content h4 {
	font-family:  verdana;
	text-transform: uppercase;
}

#content h5 {
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #990033;
}

table.listing tr.highlight {
	background: #d0f1fe;
}

table.listing tr.fastTracked {
	background-color: #ecc;
}

table.listing td.headseparator {
	border-top: 1px dotted #990033;
}

table.listing td.endseparator {
	border-top: 1px dotted #990033;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
	border-bottom: 1px dotted #990033;
}

#rightSidebar ul, #leftSidebar ul {
	margin-left: 3px;
	padding-left: 3px;
}

#rightSidebar li, #leftSidebar li {
	list-style-type: none;
}

#rightSidebar, #leftSidebar {	
	margin-top: 35px;
	border-bottom: 1px dotted #990033;
	background-color:#A65353;
	height:1400px;
	width:auto;

}
