/**
 * lilac.css
 *
 * Copyright (c) 2000-2009 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Lilac theme.
 *
 * $Id: lilac.css,v 1.5.2.1 2009/04/08 20:45:50 asmecher Exp $
 */

body {
	background-color: #FFFCF2;
	color: black;
	font-family: Verdana,Calibri,Arial,Helvetica,sans-serif;
	font-size: 120%;
}

a:link {
	color: #000000;	
}

a:active {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #808080;
	background: #ffffff;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	font-family: Verdana,Calibri,Arial,Helvetica,sans-serif;
	font-weight: normal;
}

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

#container {
	text-align: left;
}

#header {
	background-color: 	#FFFCF2;
	border-bottom: 0px solid black;
	text-align: center;
}

#headerTitle {
	color: #000000;
	margin:0 auto;
	padding:0;
	text-align:left!important;
	width:100%;
	padding-left: 10%;
}

#header h1 {
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Palatino,'Times New Roman',Times,serif;
}

#main {
	background-color: #FFFCF2;
	border-left: 2px solid white;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
}

#main h2 {
	padding-left: 10px;
	font-family: Palatino,'Times New Roman',Times,serif;
	font-weight: normal;
}

#navbar {
	padding-left: 10px;
	background-color: #FB9B34;
	font-weight: bolder;
	font-family: Arial;
	color: #FB9B34;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: large;
}

#breadcrumb {
	padding-left: 10px;
	padding-bottom: 0px;
	border-bottom: 0px solid black;
	background-color: #FB9B34;
	visibility: hidden;
}

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

#content h3 {
	font-family: Palatino,'Times New Roman', Times, serif;
	font-weight: normal;
}

#content h4 {
	font-family: Palatino,'Times New Roman',Times,serif;
}