body, .normal
{
	font: 10pt verdana;
}

.ParenInstruct
{
	color:			red;
	font-size:		75%;
}

.Required
{
	background-color:			eedddd;
}

td.PageHeader, .PageHeader
{
	font-size: 20pt;
	background-color: black;
	color: white;
	font-weight: bold;
	text-align: center;
}

td.Notes, .Notes
{
	font-size: 8pt;
	color: black;
	font-style: italic;
	text-align: center;
}

td.LinkBar
{
	font-size: 10pt;
	color: blue;
	hover: red;
}

td.LinkBar, a.LinkBar:vlink, a.LinkBar
{
	color: blue;
	background-color: dddddd;
}

a.LinkBar:hover
{
	color: ff0000;
	background-color: 000000;
}


td.LinkBarDisabled
{
	font-size: 10pt;
	color: gray;
	background-color: silver;
}

td.NavBar, a.NavBar:vlink, a.NavBar
{
	font-size: 10pt;
	color: blue;
	hover: red;
}

a.NavBar:hover
{
	font-size: 10pt;
	color: red;
	background-color: black;
}

td.StatusBar
{
	background-color: eeeeee;
	font-size: 8pt;
	color: red;
	border-width: thin;
	border-style: solid;
	border-top: none;
	border-bottom-color: aaaaaa;
	border-right-color: aaaaaa;
}

.Content
{
	visibility : hidden;
	position: absolute;
}

.Header
{
	font-size: 14pt;
	font-weight: bold;
}

.EventInActive, .EventBanned
{
	color: GRAY;
}

.EventParticipant
{
	color: GREEN;
}

.EventWaiting
{
	color: RED;
}

.EventNormal
{
	color: BLACK;
}

.UnderConstruction
{
	color: ORANGE
}


.SatelliteTables
{
	width: 100%;
	font-size: 9pt;
	border-style: solid;
	border-width: thin;
	border-left-color: dddddd;
	border-top-color: dddddd;
	border-right-color: 999999;
	border-bottom-color: 999999;
}

.NotCurrentPage
{
	font-size: 9pt;
	color: black;
}

td.CurrentPage, .CurrentPage
{
	font-size: 8pt;
	background-color: eeeeee;
	border: thin solid;
	border-left-color: 999999;
	border-top-color: 999999;
	border-right-color: eeeeee;
	border-bottom-color: eeeeee;
	text-decoration: none;
	color: 444444;
}

.NotCurrentPageMouseOver
{
	font-size: 10pt;
	background-color: ffffff;
	border: thin solid;
	border-left-color: eeeeee;
	border-top-color: eeeeee;
	border-right-color: 999999;
	border-bottom-color: 999999;
}


.FieldName
{
	font-size: 10pt;
	font-weight: bold;;
}


.disabled
{
	background-color: efefef;
}