body
{
	background-color: #ffffff;
	font-family: Verdana, Arial, Sans-Serif;
	margin: 5px;
}

td
{
	font-size: 0.9em;
}

th
{
	font-size: 0.9em;
}


table.center
{
	margin-left:auto;
	margin-right:auto;
}

.form
{
    /* form-specific styles */
    text-align: right;
}

.noDisplay
{
	display: none;
}

/* ************ header ************ */

#header
{
	margin: 0 0 1ex 0;
}

.superHeader 
{
	background-color: #669ACC;
	color: #ffffff;
	text-align: Right;
	font-size: 0.9em;
}

.superHeader a
{
	font-size: 0.9em;
	color: #ffffff;
	background-color: Transparent;
	text-decoration: none;
}

.superHeader a:hover
{
	color: #ffffff;
	text-decoration: Underline;
}

.midHeader
{
	background-color: #ffffff;
	font-family: Arial, Sans-Serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #336699;
}

.midLinks
{
	font-size: 0.9em;
	color: #336699;
	line-height: 22px;
	text-align: right;
}

.midLinks a
{
	color: #336699;
	text-decoration: none;
}

.midLinks a:hover
{
	color: #336699;
}

.subHeader
{
	background-color: #99CC99;
	font-size: 0.9em;
	color: #ffffff;
}

.subHeader a
{
	background-color: Transparent;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.subHeader a:hover
{
	color: #ffffff;
	background-color: Transparent;
	text-decoration: underline;
}

h1
{
    font-size: 1.6em;
    margin-bottom: 0.4em;
}

h2
{
    font-size: 1.2em;
    margin-bottom: 0.4em;
}

#content
{
    font-size: 0.9em;
    line-height: 1.6em;
}

#content a
{
    text-decoration: none;
}

#content a:hover
{
    color: Red;
}

/* ************ footer ************ */

#footer
{
	font-size: 0.7em;
	clear:both;
	line-height: 18px;
}

.committeeName
{
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.4em;
}

.committeeDescription
{
	font-size: 0.9em;
	color: #000000;
	line-height: 1.4em;
}

.selectForm
{
	font-size: 0.9em;
}

.dataGrid
{
	background-color: #ffffff;
}

.alternatingColour
{
	background-color: #ffffcc;
	font-size: 1em;
}

.gridHeader
{
	background-color: #e9e9e9;
	font-weight:bold;
	padding: 3px;
	text-align: left;
	font-size : 0.9em;
}

.gridItem
{
	padding: 3px;
	vertical-align: top;
	font-size : 0.9em;
}

.detail
{
   	 text-align: right;
	background-color: #8f8f8f;
	font-size : 0.9em;
}

.retiredLabel
{
	font-size: 0.9em;
	font-weight: bold;
	color: Red;
}

.hitHighlight
{
	background-color: #ffffcc;
}

p
{
	font-size: 0.9em;
}

div.FooterNB
{
	width: 80%;
	text-align: justify;
}

/* Hide fieldset and legend */
fieldset
{
	border:none;
}
legend
{
	color:White;
}

/* Hide the skip navigation link - Must match the background colour of Super Header */
a.skipNavigation
{
	color: #669ACC;
	background-color: #669ACC;
}

/* Committee Details not available */
div.CommitteeDetailsNotAvailable
{
	padding:50px;
	font-size:20px;
	text-align:center;
}


/* Calendar Events */
.HighlightedEvent
{
	background: #99cccc;
	font-weight: bold;
}
