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: #ffffff;
	color: #000000;
	text-align: Right;
}

.superHeader a
{
	font-size: 0.9em;
	color: #00a65e;
	background-color: Transparent;
	text-decoration: none;
}

.superHeader a:hover
{
	color: none;
	text-decoration: underline;
}

.midHeader
{
	background-color: #ffffff;
	font-family: Arial, Sans-Serif;
	font-size: 1em;
	font-weight: bold;
	color: #00a65e;
}

.midLinks
{
	font-size: 0.9em;
	color: #00a65e;
	line-height: 22px;
	text-align: right;
}

.midLinks a
{
	color: #00a65e;
	text-decoration: none;
}

.midLinks a:hover
{
	color: #00a65e;
	text-decoration: underline;
}

.subHeader
{
	background-color: #ffffff;
	font-size: 0.9em;
	color: #000000;
}

.subHeader a
{
	background-color: Transparent;
	color: #00a65e;
	font-weight: bold;
	text-decoration: none;
}

.subHeader a:hover
{
	color: #00a65e;
	background-color: Transparent;
	text-decoration: underline;
}

/* ************ footer ************ */

#footer
{
	font-size: 0.7em;
}

/* ************ content ************ */

h1
{
    color:#00a65e;
}

#content h1
{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color:#00a65e;
}

#content h2
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size: 1.1em;
	color: #00a65e;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#content h3
{
	font-family:Arial, Sans-Serif;
	font-size: 0.9em;
	color: #00a65e;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#content a
{
	text-decoration: none;
}

#content a:hover
{
	text-decoration:underline;
}

#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;
	color: #00a65e;
}

.committeeDescription
{
	font-size: 0.9em;
	color: #8f8f8f;
	line-height: 1.4em;
}

.selectForm
{
	font-size: 0.9em;
}

.dataGrid
{
	background-color: #ffffff;
}

.alternatingColour
{
	background-color: #ffffff;
}

.gridHeader
{
	background-color: #e9e9e9;
	font-size: 1em;
	font-weight:bold;
	padding: 3px;
	text-align: left;
}

.gridItem
{
	font-size: 1em;
	padding: 3px;
	vertical-align: top;
}

.gridItem a
{
   color: #00a65e; 
}

.detail
{
	font-size: 0.0em;
	background-color: #8f8f8f;
}

.retiredLabel
{
	font-size: 0.9em;
	font-weight: bold;
	color: Red;
}

.hitHighlight
{
	background-color: #ffffcc;
}

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: #ffffff; 
	background-color: #ffffff;
}

/* Committee Details not available */
div.CommitteeDetailsNotAvailable
{
	padding:50px;
	font-size:20px;
	text-align:center;
}


/* Calendar Events */
.HighlightedEvent
{
	background: #99cccc;
	font-weight: bold;
}

/* 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;

}
