/**
 * PuG.css
 *
 * Copyright (c) 2003-2009 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 */

#header {
	background-color: #ffdcbf;
	background-color: #ffffff;
}

body {
	background-color: #ffeee0;
	background-color: #fff5ee;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
}

#navbar {
	border-top-width: 0px;
	border-bottom: 2px dotted #770563;
}

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

a {
	text-decoration: underline;
}

a:link {
	color: #770563;
}

a:active {
	color: #770563;
}

a:visited {
	color: #770563;
}

a:hover {
	color: #000000;
	background-color: #fff5ee;
}

a.plain {
	text-decoration: none;
}

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

table {
        background-color: #fff5ee;
}
