/**
 * classicRed.css
 *
 * Copyright (c) 2003-2009 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.2.1 2009/04/08 19:43:27 asmecher Exp $
 */

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

a {
	text-decoration: none;
}

a:link {
	color: #8d1b3d;
}

a:active {
	color: #993338;
}

a:visited {
	color: #8d1b3d;
}

a:hover {
	color: #EECCCC;
	background: #8d1b3d;
}

#rightSidebar div {border:1px solid #8d1b3d; background-color:#ececea; padding:.5em; margin-bottom:1em;}

label.error {
	color: #f60;
}

input.defaultButton {
	color: #EECCCC;
	background: #8d1b3d;
}

#container {
	background-color: #fff;
	font-size: 1em;
}

#header {
	min-height: 100px;
	background-color: #fff;
}

#headerTitle {
	text-align: left;
}

#header h1 {
	line-height: 2.5;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-size: 1.5em;
	background-color: #FFF;
	color:  #fff;
}

#footer {
	background-color: #8d1b3d;
	color:  #fff;
}

#footerContent {
	color:  #fff;
}

#main {
	background-color: #fff;
	border-bottom: 3px solid #8d1b3d;
	margin-top: 15px;
}

#main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#8d1b3d;
}

#main h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
}

#navbar {
	border-bottom: 3px solid #8d1b3d;
	text-align: left;
}


#breadcrumb {
	text-align: left;
	padding: 0;
	font-style: italic;
	padding-bottom: 1em;
	padding-top: .75em;
}

#content {
	border-top: 1px solid #8d1b3d; font-size:1em;
}

#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1em;
}

#content h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1em;
}

#content h5 {
}

span.highlight {
	border-bottom: 1px solid #8d1b3d;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #ecc;
}

table.listing td.headseparator {
	border:hidden
}

table.listing td.endseparator {
	border:hidden
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-color: #8d1b3d;
}

#rightSidebar ul, #leftSidebar ul {
	margin-left: 0px;
	padding-left: 0px;
}

#rightSidebar li, #leftSidebar li {
	list-style-type: none;
}

#rightSidebar, #leftSidebar {
	margin-top: 5px;

}
