/**
 * lilac.css
 *
 * Copyright (c) 2000-2008 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Lilac theme.
 *
 * $Id: lilac.css,v 1.4 2008/04/04 17:06:52 asmecher Exp $
 */

body {
	background-color: transparent;
	color: #444444;
	font-family: Arial,Helvetica,sans-serif,Verdana,Calibri;
	font-size: 120%;
}

a:link {
	color: #00008B;
}

a:active {
	color: #8A4500;
}

a:visited {
	color: #00008B;
}

a:hover {
	color: #FFFFFF;
	background: #00008B;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	font-family: Arial,Helvetica,sans-serif,Verdana,Calibri;
}

input.defaultButton {
	background-color: #00008B;
	color: #ffffff;
}

#container {
	text-align: left;
}

#header {
   background: transparent url('bg_sc.jpg') repeat-x scroll left;
	background-color: #FFFFFF;	
	margin: 0;
	
}

#headerTitle {
	color: #000000;
}

#header h1 {
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Palatino,'Times New Roman',Times,serif;
}

#main {
	background-color: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

#main h2 {
	padding-left: 10px;
	font-family: Arial,Helvetica,sans-serif,Verdana,Calibri;
}

#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 solid #000;
}

#content h3 {
	font-family: Arial,Helvetica,sans-serif,Verdana,Calibri;
}

#content h4 {
	font-family: Arial,Helvetica,sans-serif,Verdana,Calibri;
}

/*Sidebar*/
/*#developedBy {
	text-transform: uppercase;
	font-size: 0.95em;
}

#sidebar div.block {
	font-size: 1em;
	padding-bottom: 1.5em;
	color: #00008B;
}

#sidebar div.block span.blockTitle {
	display: block;
	padding: 0 0 0 0;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	
}

#sidebar div.block span.blockSubtitle {
	display: block;
	padding: 0;
}

#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {
	font-size: 1em;
}*/
