/**
 * common.css
 *
 * Copyright (c) 2003-2009 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 * $Id: common.css,v 1.71.2.1 2009/04/08 19:43:30 asmecher Exp $
 */

/**
 * Common HTML elements
 */

body {
	background-color: #ffffff;
}

a:link {
	color: #bf481e;
}

a:active {
	color: #bf481e;
}

a:visited {
	color: #bf481e;
}

a:hover {
	color: #005493;
	background-color: #ffffff;
}

input.defaultButton {
	background-color: #828177;
}

#header {
	background-color: #ffffff;
}

#footer {
	background-color: #ffffff;
}

#navbar {
	border-top: 6px solid #bf481e;
	border-bottom: 2px dotted #005493;
}

#content {
	border-top: 2px dotted #005493;
}

span.blockTitle {
	color: #000000;
}

