/* Site CSS - Edit to suit. */

/* .viewbar is the viewbar body style sheet */
.viewbar
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ea1d24;
	color: #ffffff;
}
a.viewbar {color:#0080C0; text-decoration: underline;}
a.viewbar:link {color:#0080C0; text-decoration: underline;}
a.viewbar:visited {color:#0080C0; text-decoration: underline;}
a.viewbar:hover {color:#0080C0; text-decoration: none;}

/* Error notices colour */
.error{color: #FF0000; font-weight: bold;}

/*  */
.editbanner
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}

/* Form fields */
.formfield
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFF4F5;
	border: 1px solid #FF0000;
}

/* Form buttons */
.formbutton
{
	border: solid 1px #FF0000;
	background-color: #FFF4F5;
	cursor: pointer;
}

/* Table Settings */

.maintable
{
	padding: 3px;
	background-color: #ea1d24;
	border-spacing: 1px;
}
.tableheader
{
	background-color: #ea1d24;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
}
.tablerow
{
	background-color: #FFF9F9;
}

/* End required values */