body
{
	background-color: #ffffff;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.4em;
	margin: 3px;
}

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: #99cc00;
	color: #003399;
	text-align: Right;
}

.superHeader a
{
	font-size: 0.8em;
	color: #003399;
	background-color: Transparent;
	text-decoration: none;
}

.superHeader a:hover
{
	color: red;
}

.midHeader
{
	background-color: #ffffff;
	font-family: Arial, Sans-Serif;
	font-size: 1em;
	font-weight: bold;
	color: #003399;
}

.midLinks
{
	font-size: 0.8em;
	color: #003399;
	line-height: 22px;
	text-align: right;
}

.midLinks a
{
	color: #003399;
	text-decoration: none;
}

.midLinks a:hover
{
	color: #99cc00;
}

.subHeader
{
	background-color: #003399;
	font-size: 0.8em;
	color: #ffffff;
}

.subHeader a
{
	background-color: Transparent;
	color: White;
	font-weight: bold;
	text-decoration: none;
}

.subHeader a:hover
{
	color: #99cc00;
	background-color: Transparent;
	text-decoration: none;
}

/* ************ footer ************ */

#footer
{
	font-size: 0.7em;
}

/* ************ content ************ */

#content h1
{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#content h2
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size: 1.1em;
	color: black;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#content h3
{
	font-family:Arial, Sans-Serif;
	font-size: 0.8em;
	color: black;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#content a
{
	text-decoration: none;
}

#content a:hover
{
	color: Red;
}

#content th
{
	font-size: 0.9em;
	text-align: left;
	background-color: #e8e8e8;
}

#content td
{
	font-size: 0.9em;
}

/* ************* global ************* */

p
{
	line-height: 1.4em;
}

.pageTitle
{
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 4px 4px;
	padding: 0;
}

.subTitle
{
	font-size: 0.9em;
	font-weight: bold;
	line-height: 2em;
	margin: 4px 0 0 4px;
}

.committeeName
{
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4em;
}

.committeeDescription
{
	font-size: 0.9em;
	color: #8f8f8f;
	line-height: 1.4em;
}

.selectForm
{
	font-size: 0.8em;
}

.dataGrid
{
	background-color: #ffffff;
}

.alternatingColour
{
	background-color: #ffffcc;
	font-size: 1em;
}

.gridHeader
{
	background-color: #e9e9e9;
	font-size: 1em;
	font-weight:bold;
	padding: 3px;
	text-align: left;
}

.gridItem
{
	font-size: 1em;
	padding: 3px;
	vertical-align: top;
}

.detail
{
	font-size: 0.8em;
	background-color: #8f8f8f;
}

.retiredLabel
{
	font-size: 0.8em;
	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
{
	display: none;
}

/* Committee Details not available */
div.CommitteeDetailsNotAvailable
{
	padding:50px;
	font-size:20px;
	text-align:center;
}


/* Calendar Events */
.HighlightedEvent
{
	background: #99cccc;
	font-weight: bold;
}



/* Login Styles */
input.Login_Username, input.Login_Password
{
	width:150px;
}


/* Committee Balance */
div.CommitteeBalance_LeftPanel, div.CouncilBalance_LeftPanel
{
      float:left;
      border-bottom:solid 1px black;
      border-left:solid 1px black;
      border-top:solid 1px black;
      border-right-width:0px;
      padding:0;
}

div.CommitteeBalance_RightPanel, div.CouncilBalance_RightPanel
{
      float:left;
      left:-2px;
      background-color: #f8f8ff;
      border-bottom: solid 1px black;
      border-right: solid 1px black;
      border-top: solid 1px black;
      border-left-width:0px;
      padding:0;
      margin-right: 10px;
}
