body
{
	background-color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.4em;
	margin: 3px;
	color: #000000;
}

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
{
	text-align: left;
	font-size: 0.9em;
	font-weight: normal;
	color: #000000;
}

.superHeader td
{
	background-color: #eaf4ff;
	background-image:url(http://www.thurrock.gov.uk/images/fade_footer.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #eaf4ff;
	border-bottom: 1px dashed #99b3cc;
}

.superHeader a:link, .superHeader a:visited
{
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}

.superHeader a:hover
{
	color: #660033;
	font-weight: bold;
	text-decoration: none;
	background-color: #ccccff;
}

.midHeader
{
	background-color: #eaf4ff;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

.midLinks
{
	font-size: 0.9em;
	color: #000000;
	line-height: 22px;
	text-align: right;
}

.midLinks a:link, .midLinks a:visited
{
	color: #003366;
	text-decoration: none;
}

.midLinks a:hover
{
	color: #660033;
	text-decoration: none;
	background-color: #ccccff;
}

.subHeader td
{
	background-color: #f9fcff;
	background-image:url(http://www.thurrock.gov.uk/images/fade_headersub.gif);
	background-repeat: repeat-x;
	font-size: 0.9em;
	border-top: 1px dashed #99b3cc;
	border-bottom: 1px solid #eaf4ff;
}
.subHeader td a:link, .subHeader td a:visited
{
	color: #003366;
	font-weight: normal;
	text-decoration: none;
}

.subHeader td a:hover
{
	color: #660033;
	text-decoration: none;
	background-color: #ccccff;
}

/* ************ footer ************ */

#footer
{
	width: 100%;
	margin-top: 5em;
	background-color: #eaf4ff;
	background-image:url(http://www.thurrock.gov.uk/images/fade_footer.gif);
	background-repeat: repeat-x;
	font-size: 0.7em;
	line-height: 1.8em;
	border-top: 1px solid #eaf4ff;
	border-bottom: 1px dashed #99b3cc;
}

#footer hr
{
	background-color: transparent;
	height: 1px;
	border: 0;
	color: #f5faff;
}

/* ************ content ************ */

#content h1
{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#content h2
{
	font-family: arial, helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#content h3
{
	font-family: arial, helvetica, sans-serif;
	font-size: 0.9em;
	color: black;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#content a:link, #content a:visited
{
	color: #0000ff;
	text-decoration: none;
}

#content a:hover
{
	color: #ff0000;
}

#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;
	color: #009966;
}

.subTitle
{
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	line-height: 2em;
	margin: 4px 0 0 14px;
}

.committeeName
{
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4em;
}

.committeeDescription
{
	font-size: 0.9em;
	color: #585858;
	line-height: 1.4em;
}

.selectForm
{
	font-size: 0.9em;
}

.dataGrid
{
	background-color: #ffffff;
}

.alternatingColour
{
	background-color: #ffffcc;
}

.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.9em;
	background-color: #8f8f8f;
}

.retiredLabel
{
	font-size: 0.9em;
	font-weight: bold;
	color: Red;
}

.hitHighlight
{
	background-color: #ffffcc;
}

div#Welcome_pnlDynamic
{
	padding: 0 12px 0 5px;
	margin-right: 9px;
}

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;
}

