/**
 * 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: #F4F4F4;
/*	background-color: #E6E6E6;*/
	color: #000000;
	font-family: Tahoma,Verdana,'Trebuchet MS','Arial Black', Monaco, Chicago;
}

a:link {
	color: #999999;
}

a:active {
	color: #999999;
}

a:visited {
	color: #999999;
}

a:hover {
	color: #999999;
	background: #0000FF;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #eeeeee;
}

input.defaultButton {
	background-color: #000000;
	color: #ffffff;
}

#header {
	/*background-color: #ffffff;*/
	background-color: #F4F4F4;
}

#headerTitle {
	color: #000000;
}

#header h1 {
	font-family: Tahoma,Verdana,'Trebuchet MS','Arial Black', Monaco, Chicago;
}

#main {
	background-color: #ffffff;
}

#main h2 {
	font-family: Tahoma,Verdana,'Trebuchet MS','Arial Black', Monaco, Chicago;
}

#main h3 {
	font-family: Tahoma,Verdana,'Trebuchet MS','Arial Black', Monaco, Chicago;
}

#navbar {
	border-bottom: 0px solid black;
	border-top: 0px #D96830;
	border-left: 0px solid black;
	border-right: 0px solid black;
	background-color: #000066;
	border-radius: 3px 3px 3px 3px;
	padding-left: 10px;
	/*border-radius: 4px 4px 4px 4px;*/
	font-family: Tahoma,Verdana,'Trebuchet MS','Arial Black', Monaco, Chicago;
	/*color:#ffffff;*/}


#sidemenu {
	border-bottom: 0px solid black;
	border-top: 0px #D96830;
	border-left: 0px solid black;
	border-right: 0px solid black;
	background-color: #FFFFFF;
	border-radius: 3px 3px 3px 3px;
	padding-left: 2px;
	/*border-radius: 4px 4px 4px 4px;*/
	font-family: Tahoma,Verdana,'Trebuchet MS','Arial Black', Monaco, Chicago;
	font-weight: bold
}
#breadcrumb {
	padding-bottom: 10px;
	border-bottom: 1px dotted #000000;
}

#content {
	border-top: 0px dotted #000;
}

#content h3 {
	font-family: Tahoma,Verdana,'Trebuchet MS','Arial Black', Monaco, Chicago;
}

#content h4 {
	font-family: Tahoma,Verdana,'Trebuchet MS','Arial Black', Monaco, Chicago;
}

#navbar a {
	 background-color: #000066;
	 
	/* background-color: #000000;*/
	padding: 0px;
	color: #ffffff;
	font-size:12px;	
}


