/**
 * redbar.css
 *
 * Copyright (c) 2003-2012 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Redbar theme.
 *
 * $Id$
 */

body {
	background-color: #ffffff;
	color: #000000;
}

a:link {
	color: #000000;
}

a:active {
	color: #000000;
}

a:visited {
	color: #808080;
}

a:hover {
	color:  #0488B9;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #eeeeee;
}

input.defaultButton {
	background-color: #000000;
	color: #ffffff;
}

#header {
	background-color: #0488B9;
}

#headerTitle {
	color: #000000;
}

#header h1 {
	font-family: 'Arial', sans-serif;
}

#main {
	background-color: #ffffff;
}

#main h2 {
	font-family: 'Arial', sans-serif;
}

#main h3 {
	font-family: 'Arial', sans-serif;
}

#navbar {
	border-bottom: 0.1px solid #003372;
	border-top: 0.1px solid #003372;
	border-left: 0.1px solid #003372;
	border-right: 0.1px solid #003372;
	background-color: #003372;
}

#breadcrumb {
	padding-bottom: 10px;
	border-bottom: 0.5px solid #E8F2F7;
	background-color: #E8F2F7;
}

#rightSidebar {
	font-size: 0.75em;
}

#leftSidebar {
	font-size: 0.75em;
}

#content {
	border-top: 0px solid #000;
}

#content h3 {
	font-family: 'Arial', sans-serif;
}

#content h4 {
	font-family: 'Arial', sans-serif;
}

#navbar a {
	background-color: #003372;
	padding: 5px;
	color: white;	
}