/* This file MUST have the filename basic.css - used by WYSIWYG editor */

body, table /* Table not used by template itself */
{
	font-family: verdana;
	font-size: 11px;
	color: #333333;
}

body
{
	background-color: #EDE2CD;
}


/* Not used by template itself */

a
{
	color: #77705C;
	text-decoration: none;
}

input, textarea, select
{
	border: 1px solid #D4CAB6;
	font-size: 11px;
}

input[type=checkbox]
{
	border-style: none; /* Remove border on checkboxes in IE */
}

td
{
	padding: 1px;
}

h1 /* Used as headline by extensions */
{
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 15px;
}

h2 /* Used as sub headline by content pages */
{
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 15px;
}

fieldset
{
	border: 1px solid #D4CAB6;
	padding: 0px; /* To remove default padding in Firefox */
}

legend
{
	margin-left: 8px; /* To make legend look decent in IE after removing padding in fieldset */
	font-weight: bold;
	color: #333333; /* IE does not adapt color from body */
}

