body {
	background-color: #fff;
	font-family:Tahoma, Geneva, sans-serif;
}

a {
	text-decoration: none;
}

a:link {
	color: #333;
}

a:active {
	color: #238;
}

a:visited {
	color: #000;
}

a:hover {
	color: #eee;
	background: #333;
}

hr { color:#E00020;
	}
	
label.error {
	color: #900;
}

input.defaultButton {
	color: #ABD;
	background: #e00020;
}

#container {
	width:auto;
	background-color: #fff;
	font-size: 110%;
}

#header {
	background-color: #fff;
}

#headerTitle {
	text-align: center;
}

#header h1 {
	font-size:10px;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #fff;
	color:  #333;
}


#footer {
	min-height: 50px;
	position: relative;
	clear: both;
	background-color: #fff;
	color:  #333;}

#footerContent {
	width: 650px;
	margin: 0 auto;
}

#footer a.link {
	text-decoration:underline;
}

#main {
	width:650px;
	background-color: #fff;
	border-right: 0px solid #E00020;
	margin:10px 0 0 0;
	padding:0 16px;
}


#main p {
	font-family:Tahoma, Geneva, sans-serif;
	margin: 4px;
	padding:0;
	line-height:110%;
}

#main h2 {
	font-family:Tahoma, Geneva, sans-serif;
	color:#E00020;
}

#main h3 {
	font-family: Tahoma, Geneva, sans-serif;
	color:#EB6A27;
}

#navbar {
	width:auto;
	background-color:#E00020;
	padding: 0 0 0 4px;
	text-align: left;
}


/**
 * Other organizational elements
 */
 
div.tocTitle {
	margin: 6px 0 6px 0;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
	margin: 0;
	padding: 0;
	padding-right: .5em;
	padding-left:.5em;
	display: inline;
}

ul.menu li.current {
	font-weight: bold;
}

ul.menu a {
	font-size: 0.85em;
	text-transform: uppercase;
	text-decoration: none;
	background-color:#E00020;
	color:#fff;
}

ul.menu a:hover {
	color: #eee;
	background: #EB6A27;
}

ul.steplist {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
}

ul.steplist li {
	margin: 0;
	padding: 0;
	font-size: 0.85em;
	padding-right: 0.5em;
	display: inline;
	text-transform: uppercase;
}

ul.steplist li.current {
	font-weight: bold;
}

ul.steplist a {
	text-decoration: none;
}

ul.plain {
	list-style-type: none;
	padding-left: 1.5em;
}

#breadcrumb {
	text-align:left;
	background-color:#EB6A27;
	border-bottom: 0px dotted #E00020;
	padding: 4px 0 4px 4px;
	font-style: italic;
}

#breadcrumb a:link {
	padding-right: .5em;
	padding-left:.5em;
	text-decoration: none;
	color:#fff;	
}

#breadcrumb a:visited {
	color: #000;
}

#breadcrumb a:hover {
	color: #eee;
	background: #E00020;
}

#content {
	border-top: 0px dotted #e00020;
}

#content h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
}

#content h4 {
	font-family:  Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
}

#content h5 {
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px solid #E00020;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #ABD;
}

table.listing td.headseparator {
	border-top: 1px solid #E00020;
}

table.listing td.endseparator {
	border-top: 1px solid #E00020;
}

span.formError {
	color: #900;
}

ul.formErrorList {
	color: #900;
}

div.separator {
	border-bottom: 1px solid #E00020;
}

#body {
	width: 900px;
	margin: 0 auto;
}


/**
 * sidebar.css
 *
 * Copyright (c) 2003-2007 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared elements for pages including sidebar(s).
 *
 * $Id: sidebar.css,v 1.2 2007/11/14 22:36:20 asmecher Exp $
 */

/**
 * Sidebar
 */

#developedBy {
	text-transform: uppercase;
	font-size: 0.95em;
}

#sidebar div.block {
	font-size: 1em;
	padding-bottom: 1.5em;
}

#sidebar div.block span.blockTitle {
	display: block;
	padding: 4px;
	font-size: 1em;
	text-transform: uppercase;
}

#sidebar div.block span.blockSubtitle {
	display: block;
	padding: 4px;
}

#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {
	font-size: 1em;
}

/**
 * rightSidebar.css
 *
 * Copyright (c) 2003-2007 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared elements for pages including a right-hand sidebar.
 *
 * $Id: rightSidebar.css,v 1.2 2007/11/14 22:36:20 asmecher Exp $
 */

/**
 * Common HTML elements
 */

#rightSidebar {
	float: right;
	background-color:#fff;
	border-left:1px solid #E00020;
	width: 150px;
	font-size: 0.7em;
	padding: 1em;
	font-size: 0.65em;
	margin: 0;
	
}

#rightSidebar a {
	text-decoration: none;
}

#rightSidebar a:link {
	color: #333;
}

#rightSidebar a:active {
	color: #238;
}

#rightSidebar a:visited {
	color: #e00020;
}

#rightSidebar a:hover {
	color: #eee;
	background: #333;
}


