/******************************
* START CLASSES REQUIRED BY WYSIWYG
* ALTHOUGH CLASSES CAN BE MODIFIED TO SOME EXTENT, 
* THESE SHOULD BE STANDARD TO ALL STYLESHEETS
******************************/
html {
	font: verdana, arial, helvetica, sans-serif; 
}
/*** TEXT CLASSES ***/

TD, TH, CAPTION /* default text */
{
	color: #000;
	text-decoration: none;
	vertical-align: top;
}
 

H2 /* header within page */
{
	font-size: 120%;
}
 
H3 /* header within page */
{
	font-size: 110%;
}
 
.textunderline /* underlined text */
{
	text-decoration: underline;
}

.textdefault /* a text 'reset' class for use in wysiwyg only, should match default text style */
{
	font-family: verdana, arial, helvetica, sans-serif; 
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
 
H1 SPAN.textdefault
{
	font-size: 75%;
}

H2 SPAN.textdefault
{
	font-size: 87%;
}

H3 SPAN.textdefault
{
	font-size: 95%;
}
 
/*** LINK CLASSES ***/
 
 
/*** TABLE, IMAGE AND PARAGRAPH TEXT ALIGNMENT ***/
 
TABLE.left, P.left, IMG.left /* align table or <p>-wrapped image/image to the left */
{
	/*float: left;*/
/*	margin: 0px 10px 10px 0px; */
}
 
TABLE.right, P.right, IMG.right /* align table or <p>-wrapped image/image to the right */
{
	float: right;
	margin: 0px 0px 10px 10px;
}

 
TABLE.center /* align table to the centre */
{
	margin: 0px auto;
}

.keywordsearchtable
{
	border: 1px solid #A1A3CC;
}
 
P.center /* align <p>-wrapped image to the left */
{
	text-align: center;
}

P.textcenter,
SPAN.textcenter /* align paragraph text to the centre */
{
	text-align: center;
	display: block;
}
 
P.textleft,
SPAN.textleft /* align paragraph text to the left */
{
	text-align: left;
	display: block;
}
 
P.textright,
SPAN.textright /* align paragraph text to the right */
{
	text-align: right;
	display: block;
}
 
P.textjustify,
SPAN.textjustify /* 'justify' align paragraph text */
{
	text-align: justify;
	display: block;
}

/*** ADD PADDING TO NON-PADDED CONTENT IMAGES ***/

.wysiwyg IMG
{
	margin: 10px;
}

.wysiwyg P.left IMG, .wysiwyg P.right IMG, .wysiwyg P.center IMG
{	
	margin: 0px;
}

/*** TAKE AWAAY PADDING FROM RENAISSANCE PHOTOS ***/

.wysiwyg TD.photobg IMG
{
	margin: 0px;
}

/******************************
* END CLASSES REQUIRED BY WYSIWYG
* START CLASSES USED BY COLCHESTER
* ALTHOUGH NEW CLASSES CAN BE ADDED TO STYLESHEET, 
* DO AS MUCH AS YOU CAN BY EDITING THESE FIRST
******************************/

/*** BACKGROUND COLOURS ***/

.secintrobg /* section intro background */
{
	background-color: #BDBFDB;
	padding: 5px 10px;
}

.artintrobg /* article intro background */
{
	/*background-color: #D0D1E5;*/
	padding: 5px 10px;
}

.accent /* accent colour (for high contrast) */
{
	background-color: #A1A3CC;
}

.adaccent /* used on homepage advert */
{
	background-image: url(../images/cbc_dd_ad_bg.gif)
}

/*** ADDITIONAL TEXT CLASSES ***/

H1.sitename
{
	color: #FFF;
	font-size: 160%;
	margin-right: 20px;
	display: inline;
}

.sectionnamerender
{
	font-size: 140%;
	font-weight: bold;
    margin-bottom: 3px;
	padding: 0px;
	border: 0px;
	display: block;
}

.warning /* for 'mandatory field' star */
{
	color: #F00;
}

.date /* for displaying the date on news etc. */
{
	font-size: 90%;
}

.bodytextbold /* for backwards compatibility */
{
	font-weight: bold;
}

.bodytextitalic /* for backwards compatibility */
{
	font-style: italic;
}

.bodytextunderline /* for backwards compatibility */
{
	text-decoration: underline;
}

/*** ADDITIONAL LINK CLASSES ***/

	/* UNUSED BY COLCHESTER */

/*** FORMS AND INPUTS ***/

FORM /* removes unwanted form whitespace */
{
	margin: 0px;
}

INPUT, SELECT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.textarea /* for <input type="text"> and <select> fields */
{
	border: 1px solid #000;
	width: 95%;
}

.textareashort /* for shorter <input type="text"> and <select> fields*/
{
	border: 1px solid #000;
	width: 120px;
}

.textarea2d /* for <textarea> */
{
	border: 1px solid #000;
	width: 95%;
	height: 150px;
}

.textareafree /* for <input type="text"> and <select> fields of free width */
{
	border: 1px solid #000;
}

/*** DATA TABLE ***/

TABLE.datatable
{
	border-style: solid;
	border-color: #A1A3CC;
	border-width: 1px 0px 0px 1px;
}

TABLE.datatable TH
{
	border-style: solid;
	border-color: #A1A3CC;
	border-width: 0px 1px 1px 0px;
	background-color: #D0D1E5;
	padding: 4px;
	text-align: left;
}

TABLE.datatable TH.plaintext /* for default text in a <th> */
{
	font-weight: normal;
	text-align: left;	
}

TABLE.datatable TD
{
	border-style: solid;
	border-color: #A1A3CC;
	border-width: 0px 1px 1px 0px;
	padding: 4px;
	text-align: left;
}

TABLE.datatable TD TD,
TABLE.datatable TD TH /* to stop nested tables being too padded (e.g in car parks pop-up)*/
{
	padding: 0px;
	border-width: 0px;
}

TABLE.survey TD TD,
TABLE.survey TD TH /* survey still needs this styling */
{
	padding: 4px;
	border-width: 0px 1px 1px 0px;
}

TABLE.datatable CAPTION
{
	border-style: solid;
	border-color: #A1A3CC;
	font-weight: bold;
	padding: 4px;
	text-align: left;
	border-width: 1px 1px 0px 1px;
	background-color: #BDBFDB;
}

/* align text in a single datatable cell to the left (this is default, so rarely needed) */
TABLE.datatable TD.textleft,
TABLE.datatable TH.textleft,
TABLE.datatable CAPTION.textleft
{
	text-align: left;
}

/* align text in a single datatable cell to the centre */
TABLE.datatable TD.textcenter,
TABLE.datatable TH.textcenter,
TABLE.datatable CAPTION.textcenter
{
	text-align: center;
}

/* align text in a single datatable cell to the right */
TABLE.datatable TD.textright,
TABLE.datatable TH.textright,
TABLE.datatable CAPTION.textright
{
	text-align: right;
}

/* justify align text in a single datatable cell */
TABLE.datatable TD.textjustify,
TABLE.datatable TH.textjustify,
TABLE.datatable CAPTION.textjustify
{
	text-align: justify;
}

/*** TOP MENU BAR ***/

#pageheader TD
{
	 vertical-align: middle;
}

#topmenubar TD
{
	color: #FFF;
	background-color: #000;
	font-weight: bold;
}

#topmenubar DIV
{
	float: left;
	white-space: nowrap;
}

#topmenubar .menuon /* bg colour of selected menu */
{
	background-color: #A1A3CC;
	padding: 5px 3px;
}

#topmenubar .menuoff /* bg colour of unselected menu */
{
	background-color: #000;
	padding: 5px 3px;
}

#topmenubar .divideron /* show menu divider */
{
	background-color: #000;
	color: #FFF;
	padding: 5px 0px;
}

#topmenubar .divideroff /* hide menu divider */
{
	background-color: #A1A3CC;
	color: #A1A3CC;
	padding: 5px 0px;
}

#topmenubar .menuon A:link,
#topmenubar .menuon A:visited
{
	color: #000;
	text-decoration: none;
}

#topmenubar .menuon A:hover,
#topmenubar .menuon A:active
{
	color: #000;
	text-decoration: underline;
}

#topmenubar .menuoff A:link,
#topmenubar .menuoff A:visited
{
	color: #FFF;
	text-decoration: none;
}

#topmenubar .menuoff A:hover,
#topmenubar .menuoff A:active
{
	color: #FFF;
	text-decoration: underline;
}

#searchlabel
{
	color: #A1A3CC;
}

/*** BREADCRUMB TRAIL NAVIGATION **/

#breadcrumb
{
	font-weight: bold;
}

#breadcrumb A.navlinkon:link,
#breadcrumb A.navlinkon:visited
{
	font-weight: normal;
	text-decoration: none;
}

#breadcrumb A.navlinkon:hover,
#breadcrumb A.navlinkon:active
{
	font-weight: normal;
	text-decoration: underline;
}

#breadcrumb A.navlinkoff:link,
#breadcrumb A.navlinkoff:visited
{
	/* UNUSED BY COLCHESTER */
}

#breadcrumb A.navlinkoff:hover,
#breadcrumb A.navlinkoff:active
{
	/* UNUSED BY COLCHESTER */
}

#breadcrumb .navarrow
{
	/* UNUSED BY COLCHESTER */
}

/*** EMAIL/PRINT CONTROLS ***/

#emailprint TD
{
	vertical-align: middle;
}

/*** PAGE TITLE ***/

#titleitem,
.sectionnametable /*overwrite achieveforms, should resemble H1 title*/
{
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
	margin-top: -5px;
}

/*** CONTENT AREA ***/



/*** FOOTER ***/

#footer
{
	margin-top: 15px;
}

#footer TD
{
	/* UNUSED BY COLCHESTER */
}

#footer A:link,
#footer A:visited
{
	/* UNUSED BY COLCHESTER */
}

#footer A:hover,
#footer A:active
{
	/* UNUSED BY COLCHESTER */
}

/*** LEFT AND RIGHT INCLUDES (Search/Register etc.) ***/

.includesbg
{
	background-color: #FFF;
}

TABLE.includebox H2,
TABLE.includeboxinner H2
{
	font-size: 100%;
	display: inline;
}

TABLE.includebox H3
{
	font-size: 120%;
	margin: 0px 0px 5px;
}

TABLE.includebox TD
{
	padding: 5px 10px;
	background-color: #F1F1F7;
}

TABLE.includeboxinner TD
{
	padding: 5px;
	background-color: #F1F1F7;
}

TABLE.includeboxinner TD.white
{
	padding: 5px;
	background-color: #FFFFFF;
}

TABLE.includeboxinner a.relatedlink
{
	font-weight: bold;
}

TABLE.includeboxinner li.relatedlink
{
	padding: 0px 0px 5px 0px;
}

TABLE.includebox .bordered,
TABLE.includeboxinner .bordered
{
	border-top: 1px solid #A1A3CC;
}

TABLE.includebox TD.header,
TABLE.includebox TD.header H2
{
	color: #FFF;
	background-color: #000;
}

TABLE.includeboxinner TD.header
{
	color: #000;
	background-color: #A1A3CC;
	padding: 5px 10px;
}

TABLE.includebox TD.accent
{
	background-color: #A1A3CC;
}

TABLE.includebox TD.header A:link,
TABLE.includebox TD.header A:visited
{
	color: #FFF;
	text-decoration: none;
}

TABLE.includebox TD.header A:hover,
TABLE.includebox TD.header A:active
{
	color: #FFF;
	text-decoration: underline;
}

TABLE.includebox UL, /* removes unwanted list whitespace */
TABLE.includeboxinner UL
{
	padding: 0px;
	margin: 0px;
}

TABLE.includebox LI,
TABLE.includeboxinner LI
{
	padding: 5px;
	clear: both;
}

/*** CLASSES USED TO GET INSIDE .NET TABLES IN SEARCH.ASPX ***/

#SearchDataGrid TD
{
	padding: 10px;
}

TR.pagerstyle TD
{
	background-color: #D0D1E5;
}

TR.pagerstyle TD SPAN
{
	padding: 0px 10px;
}

TD.kwtableheader
{
	background-color: #D0D1E5;
	font-weight: bold;
}

/*** AZ SERVICES PAGE - AZ LINKS ***/

#azlinks TD
{
	font-size: 140%;
	font-weight: bold;
	text-align: center;
}

#azlinks SPAN.selected
{
	color: #A1A3CC;
}

#azlinks TD.disabled
{
	color: #666;
}

/*** REMOVE IMAGE BORDERS BY DEFAULT ***/

IMG
{
	border: 0px;
}

/*** HIDING ELEMENTS USED IN NON CSS DISPLAY ***/

HR.hide
{
	display: none;
}

/*** TEMP CLASSES FOR COLCHESTER REGEN SECTION ***/

TD.photobg
{
	background-color: #BDBFDB;
	padding: 0px;
}

TD.photocaption
{
	background-color: #A1A3CC;
	color: #FFF;
	font-size: x-small;
	padding: 4px;
}

TD.photocaption A:link,
TD.photocaption A:visited,
TD.photocaption A:active,
TD.photocaption A:hover
{
	color: #FFF;
}

/*** DIVIDING LINE ON LINKS.ASP ***/

DIV.divider
{
	font-size: 1%;
	background-color: #000;
	height: 1px;
	line-height: 1px;
}


