/**
 * redbar.css
 *
 * Copyright (c) 2003-2008 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Redbar theme.
 *
 * $Id: redbar.css,v 1.3 2008/06/11 18:55:16 asmecher Exp $
 */
*
{
margin: 0px;
padding: 0px;
}

body {
	background: #6192A3 url(images/back_all.gif) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;

}

a:link {
	color: #295C6F;
}

a:active {
	text-decoration: none;
	color: #FF0000;

}

a:visited {
	color: #295C6F;
}

a:hover {
	text-decoration: none;
	color: #FF0000;

}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #eeeeee;
}

input.defaultButton {
	background-color: #000000;
	color: #ffffff;
}

#header {
background-color: rgb(108,157,174);
width:100%;
}

#headerTitle {
	color: #000000;
}

#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#main {

background:#FFFFFF;
		width: 611px;


}

#main h2 {

	color: #295C6F;
background: url(images/back_top.jpg) repeat-x top;

	border-top: 6px solid  #FFFFFF;
	border-left: 12px solid #FFFFFF;
	border-right: 6px solid #FFFFFF;
	padding: 6px;
		width: 575px;
		height:60px;
}

#main h3 {
	color: #295C6F;
	background: #ffffff;

	border-top: 6px solid  #FFFFFF;
	border-left: 6px solid #FFFFFF;
	border-right: 6px solid #FFFFFF;
	padding: 6px;
}

#navbar {
	border-bottom: 6px solid #FFFFFF;

	border-left: 12px solid #FFFFFF;
	border-right: 12px solid #FFFFFF;
	padding: 6px;
	background: url(images/buttons.gif) no-repeat;
	width: 575px;
}

#breadcrumb {

	border-bottom: 1px red;
	border-left: 24px solid #FFFFFF;
}

#content {
	
	border-top: 0px #000;
	margin: 0 auto;
width: 575px;
	text-align: left;

background: #ffffff;
border-left: 10px solid #ffffff;
border-right: 10px solid #ffffff;
border-bottom: 10px solid #ffffff;	
}

#content h3 {
	font-family: 'Cambria',Monaco, Chicago;
	color: red;
	
}

#content h4 {
	font-family: 'Cambria',Monaco, Chicago;
	color: red;
}

#navbar a {

	padding: .5px;
	color: white;
	
	
	
}

