/**
 * vanilla.css
 *
 * Copyright (c) 2000-2008 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Vanilla theme.
 *
 * $Id: vanilla.css,v 1.4 2008/04/04 17:06:52 asmecher Exp $
 */


/*background-color: #ffffff; */

body {
	background-color: #F1F1E5;
	color: #000000;
}

a:link {
	color: #000000;
}

a:active {
	color: #000000;
}

a:visited {
	color: #808080;
}

a:hover {
	color: #000000;
	text-decoration: underline;
/*	background: #ffffff; */
}

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

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

#header {
	/*background-color: #ffffff;*/
	background-color: #CDCDB5;
	border-bottom: 1px solid black;
	/*Added by DCAB*/
/*	padding-top: 15px;*/
	height: 130px;
}

#main {
	background-color: #ffffff;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;	
	padding-right: 10px;

}

#main h2 {
	padding-left: 10px;
}

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

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

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

