/**
 * vanilla.css
 *
 * Copyright (c) 2003-2009 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Vanilla theme.
 *
 * $Id: vanilla.css,v 1.4.2.1 2009/04/08 19:43:27 asmecher Exp $
 */

body {
	background-color: #ffffff;
	color: #000000;
		font-family: Verdana,Arial,Helvetica,sans-serif;
}

a {
	text-decoration: none;
}

a:link {
	color: #102069;
}

a:active {
	color: #102069;
}

a:visited {
	color: #102069;
}

a:hover {
	color: #808080;
	background: #FFFFFF;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #eeeeee;
		font-family: Verdana,Arial,Helvetica,sans-serif;
}

input.defaultButton {
	background-color: #000000;
	color: #ffffff;
}

#header {
	background-color: #ffffff;
	border-bottom: 0px solid black;
}

#header h1 {
	margin: 0 auto;
	padding: 0.5em 0 0.25em 10%;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	color: #102069;
	line-height: 130%;
}

#main {
	background-color: #ffffff;
	border-left: 0px solid black;
	border-right: 0px solid black;
	border-bottom: 0px solid black;	
}

#main h2 {
margin: 0em 1em 0.5em 0em;
	padding-top: 0.5em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	color: #102069;
	line-height: 130%;
	padding-left: 10px;
}

#main h3 {
	margin: 0em 1em 0.5em 0.5em;
	padding-top: 0em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	color: #102069;
}

td.tocGalleys {
	padding-right: 10px;
}

#navbar {
	padding-left: 10px;
	border-bottom: 0px solid black;
}

#breadcrumb {
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 0px solid black;	
}

#content {
	padding-left: 10px;
	border-top: 0px dotted #000;
}
#content h3 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	color: #102069;
	font-size: 1.8em;
	line-height: 1.35em;
}

#content h4 {
	margin: .75em 1em 0.25em 0em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	color: #102069;
	font-size: 1.5em;
}

#content h5 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #102069;
	font-size: 1em;
}

table.announcements td.headseparator {
	border-top: 0px dotted #000;
	font-size: 0.1em;
	line-height: 1%;
}

table.announcements td.endseparator {
	border-top: 0px dotted #000;
	font-size: 0.25em;
	line-height: 10%;
}

table.announcements td.separator {
	border-top: 0px dotted #DDDDD0;
	font-size: 0.1em;
	line-height: 1%;
}

span.highlight {
	border-bottom: 0px dotted #000;
}

table.listing td.headseparator {
	border-top: 0px dotted #000;
	font-size: 0.1em;
	line-height: 1%;
}

table.listing td.endseparator {
	border-top: 0px dotted #000;
	font-size: 0.25em;
	line-height: 10%;
}

table.listing td.separator, table.info td.separator {
	border-top: 0px dotted #DDDDD0;
	font-size: 0.1em;
	line-height: 1%;
}

div.separator {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 0.25em;
	padding: 0;
	border-bottom: 0px dotted #000;
	font-size: 0.5em;
	line-height: 25%;
}

div.rtSeparator {
	width: 100%;
	padding: 0;
	border-bottom: 0px dotted #000;
	line-height: 0px;
}

div.rtSeparatorThin {
	width: 100%;
	padding: 5px 0px 5px 0px;
	border-bottom: 0px dotted #000;
	line-height: 0px;
}

table.bm {
	border: 0px solid #000;
}

div.commentTitle {

	font-size: 1em;
	padding: 0;
	padding-bottom: 5px;
	border-bottom: 0px solid #999;
}

#main h4 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0.5em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
}

div.thickSeparator {
	width: 100%;
	padding: 0;
	border-bottom: 0px dotted #000;
	line-height: 0px;
}

#sidebar div.block span.blockTitle {
	font-family: Verdana,Arial,Helvetica,sans-serif ;
}

#main h5 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0em;
	font-size: 1.3em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
}

#main h6 {
	margin: 0.5em 1em 0.5em 0em;
	padding: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 1.2em;
}
