/* ------ Text items -------- */
a
{
	color: #336;
}
a:hover
{
	color: #000;
	text-decoration: none;
}
a.MenuHead
{
	font-size: 1em;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	margin: auto;
	padding: 0em 1em;
}
a.ActiveMenuHead
{
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
a.UpperCaseLink
{
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
a.RightListing
{
	text-decoration: none;
	display: block;
	margin: 0em 0;	
}
a.linklist
{
	text-decoration: none;
}
body
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 0.75em;
	color: #333;
	padding: 0; 
	margin: 0;
	background-color: #fff;
}
div.MenuItem
{
	width: 100%;
	padding: 0.4em 0em 0.4em 0em;
	float: left;
}
form
{
	height: 100%;	
}
h1, .heading1
{
	font-weight: bold;
	font-size: 1.5em; 
	color: #336;
	display: inline;
	EditMenuName: Heading1;
}
h2, .heading2
{
	font-weight: bold; 
	font-size: 1.2em; 
	color: #336;
	EditMenuName: Heading2;
}
.nobreak
{
	font-weight: bold; 
	font-size: 1.2em; 
	color: #336;
}

h3, .heading3
{
	font-weight: bold;
	font-size: 1em;
	color: #336;
	EditMenuName: Heading3;
}
html
{
	height: 100%;
}
input
{
	color: #336;
	font-size: 1em;
}
select
{
	font-size: 1em;
}
span.DateListingText 
{
	color: #606060; 
	font-size: 1em; 
	font-style: italic; 
}
span.ErrorMessage
{
	color: #a00;
	font-size: 1.3em;
}
span.InputLabel
{
	width: 6em;
}
span.InputLabelWide
{
	width: 10em;
}
table
{
	font-size: 1em;
}
textarea.comment
{
	width: 20em;
	height: 5em;
}
th
{
	text-align: left;
}
.imagetext 
{
	font-style: italic; 
	font-size: 0.9em; 
	EditMenuName: Imagetext;
}
tr.evenrow
{
	background-color: #eee;
}
tr.unevenrow
{
	background-color: #fff;
}
tr.headerrow
{
	background-color: #ccc;
}