/**
 * classicGreen.css
 *
 * Copyright (c) 2003-2012 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Classic blue theme stylesheet.
 *
 * $Id$
 */

body {
	background-color: #EEE;
	font-family: arial, verdana, helvetica, sans-serif;
}

a {
	text-decoration: none;
}

a:link {
	color: #040;
}

a:active {
	color: #557034;
}

a:visited {
	color: #040;
}

a:hover {
	color: black;
	background: none;
}

label.error {
	color: #f60;
}

input.defaultButton {
	color: #82BD86;
	background: #040;
}

#container {
	background-color: transparent;
	font-size: 1em;
}

#body {
	width: 1080px;
	margin: 0 auto;
}

#rightSidebar {
	width: 17%;
	background: white;
	margin-top: 2px;
	margin-left: 0;
	margin-right: 0;
	padding: 1em;
	border-left: 1px solid #95ba95;
	border-right: 1px solid #95ba95;
        border-top: 1px solid #95ba95;
	border-bottom: 1px solid #95ba95;
}

#header {
	width: 1080px;
	background-color: transparent;
	min-height:  100px;
	margin: 0 auto;
	/*margin-left: 20%;*/
}

#headerTitle {
	text-align: center;
}

#header h1 {
	line-height: 2.5;
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-size: 1em;
	background-color: #325136;
	color:  #325136;
	padding: 0;
}

#footer {
	background-color: #040;
	color:  #fff;
}

#footerContent {
	color:  #fff;
}

#main {
	background-color: #fff;
	border-top: 1px solid #95ba95;
	margin-top: 2px;
	margin-left: 0;
	width: 80%;
	padding: 0;
	min-height: 1280px;
	border-left: 1px solid #95ba95;
	border-right: 1px solid #95ba95;
	border-bottom: 1px solid #95ba95;
}

#main h2 {
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 1.5em;
	color: #040;
}

#main h3 {
	font-family: arial, verdana, helvetica, sans-serif;
	text-transform: uppercase;
	color: #040;
}

#navbar {
	text-align: center;
	height: 30px;
	border-bottom: none;
	padding-top: 12px;
	clear: both;
}

#navbar ul {
}

#navbar ul li {
	text-align: center;
	border: 1px solid #999;
	background: #DDD;
	height: 20px;
	/*display: block;*/
	/*float: left;*/
	padding: 10px 15px 10px;
}

#navbar ul li:hover {
	background: #95ba95;
}

#breadcrumb {
	height: 18px;
	line-height: 1.5em;
	text-align: center;
	border-bottom: none;
	padding: 0;
	font-style: italic;
	clear: both;
}

#content {
	padding-left: 2.5em;
	padding-right: 2.5em;
	border-top: none;
}

#content h3 {
	font-family: arial, verdana, helvetica, sans-serif;
	color: #040;
	text-transform: uppercase;
}

#content h4 {
	font-family: arial, verdana, helvetica, sans-serif;
	color: #040;
	text-transform: uppercase;
	border-bottom: 2px solid #040;
}

#content h5 {
	color: #040;
}

#content table.tocArticle {
	border: 2px solid #ccc;
	padding: 3px;
	margin-bottom: 5px;
	background: #f1f1f1;
}

#content table.tocArticle .tocTitle a {
	font-weight: bold;
}

span.highlight {
	border-bottom: 1px dotted #040;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #82BD86;
}

table.listing td.headseparator {
	border-top: 1px dotted #040;
}

table.listing td.endseparator {
	border-top: 1px dotted #040;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
	border-bottom: 1px dotted #040;
}

#rightSidebar ul, #leftSidebar ul {
	margin-left: 0px;
	padding-left: 0px;
}

#rightSidebar li, #leftSidebar li {
	list-style-type: none;
}
#content #article1-body.body, #content #article1-front.front {
    font-size: 125%;
}
