/*
You can easily modify 3 of the 5 colors that are used in
this stylesheet with search-and-replace in a text editor:
page background color (currently #CC9966)
dark highlight color (currently #660000)
link hover color (currently #CC0000)

also, the width of td#menu (currently 110px) should be 10px wider than settings/logo.jpg
*/

body
{
	background-color: #CC9966;
	font-family: Times, Gentium, serif;
	font-size: 12px;
	color: #000000;
}

a:link
{ 
	color: #660000;
}

a:hover
{
	color: #CC0000;
}

a:active
{
	color: #CC0000;
}

a:visited
{
	color: #660000;
}

a:visited:hover
{
	color: #CC0000;
}

a.external
{
	background: url(../app_theme/external.png) no-repeat 100% 0;
	padding-right: 16px;
}

td
{
	text-align: left;
	vertical-align: top;
}

td.boxed_cell
{
	background-color: #FFFFFF;
	border: 2px solid #660000;
	padding: 7px;
}

td#navbar
{
	height: 2ex;
}

td.list_item
{
	vertical-align: top;
	padding-right: 10px;
	height: 25px;
}

td.search_label
{
	width: 120px;
	cursor: help;
}

td#menu
{
	width: 110px;
	background-color: #CC9966;
}

td#sidebar
{
	width: 150px;
	padding-top: 7px;
}

.heading
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.navigation
{
	vertical-align: middle;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

p.headline
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #660000;
	padding: 8px 7px 4px 7px;
}

.form_element
{
	width: 220px;
}

table.periodization_grid
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
}

td.period_label
{
	text-align: right;
}

td.period_data
{
	background-color: #660000;
}

#copyright
{
	color: #660000;
	text-indent: 110px;
	font-size: small;
	font-style: italic;
}

