body {
	margin: 0;
	padding: 0;
	background-color : #FFFFFF;
	color : #000000;
	font: 0.8em sans-serif;
}

td {
	color : #000000;
	font: 0.8em sans-serif;
}

.ErrorMessage { color: #FF0000; font-weight: bold; }

ul {margin-left: 0; padding-left: 1.2 em;}

.AdminFormFieldTitle {
	color: #000000;
	white-space : nowrap;
	font-weight : bold;
	vertical-align : text-top;
}

.AdminFormHelpText {
	color: #000000;
	white-space : nowrap;
}

.InfoBoxBorder { border-color: 000080; }
.InfoBoxHeader { background-color: 000080; text-align: center; font: bold 12pt sans-serif; color: White; }
.InfoBoxBody { font: 10pt sans-serif; }

.navlink { color: #FFFFFF; text-decoration: none; white-space : nowrap; }
a.navlink:hover, a.navlink:active { color: #00FF00; }

.PageTitle { font: 2em bold sans-serif; color: #000000; }

a.AdminLinkEventNormal:link, a.AdminLinkEventNormal:active, a.AdminLinkEventNormal:visited { color:#0000FF }
a.AdminLinkEventNormal:hover { color: #FF0000; }

a.AdminLinkEventUnpublished:link, a.AdminLinkEventUnpublished:active, a.AdminLinkEventUnpublished:visited { color:#999999 }
a.AdminLinkEventUnpublished:hover { color: #FF0000; }

a.AdminLinkEventCancelled:link, a.AdminLinkEventCancelled:active, a.AdminLinkEventCancelled:visited { color:#000000; text-decoration: line-through; }
a.AdminLinkEventCancelled:hover { color: #FF0000; }

a.AdminLinkEventProduction:link, a.AdminLinkEventProduction:active, a.AdminLinkEventProduction:visited { font: bold 0.9em sans-serif; color:#000000; }
a.AdminLinkEventProduction:hover { color: #FF0000; }

.ServerSettingTableLeft {
	font: 1.2em;
	background-color: E0E0E0;
	text-align: right;
	white-space : nowrap;
}
.ServerSettingTableRight { font: 1.2em sans-serif; background-color: E0E0E0; }

.FormSectionHighlighted {
	border : 1px solid #000000;
	background-color : #E0E0E0;
}

.MsgFromSupport {
	background-color: #DCDCDC;
	border: 1px solid Black;
	font-weight: bold;
	padding: 5px;
}

.Hilite {
	background-color: #FFFF00;
	font-weight: bold;
}
