/**
 * vanilla.css
 *
 * Copyright (c) 2003-2007 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Vanilla theme.
 *
 * $Id: vanilla.css,v 1.2 2007/11/02 15:51:05 asmecher Exp $
 */

body {
	background-color: #eee; *fbfbf3;
	color: #000000;
}

a:link {
	color: #000000;
	background: aba;
	text-decoration: underline;
}

a:active {
	color: #000000;
	background: aba;
	text-decoration: underline;
}

a:visited {
	color: #555;
	background: aba;
	text-decoration: underline;
}

a:hover {
	color: red;
	background: white;
	text-decoration: underline;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #eeeeee;
}

input.defaultButton {
	background-color: #000000;
	color: #ffffff;
}

#header {
	padding: 0;
	margin: 0 auto;
	background-color: #e6e6e6;
	text-align: center;
}

#headerTitle {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 800px;
}


#body {
	background-color: #eee
	width: 800px;
	margin: 0 auto;
}


#main {
	background-color: #e6e6e6;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;	
}

#main h2 {
	padding-left: 10px;
/* added background 
	background-color: #CCCCCC;*/

}

#navbar {
/* CJC added  
	background-color: #cdd5df; 	*/
	background-color: #aba; 
	padding-top: 0.75em;
	padding-left: 10px;
/*	text-decoration: underline;
	font-weight: bold;*/
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

#breadcrumb {
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid black;	
}

#content {
	padding-left: 10px;
	border-top: 0px dotted #000;
}

