/******************************
* START CLASSES REQUIRED BY WYSIWYG
* ALTHOUGH CLASSES CAN BE MODIFIED TO SOME EXTENT, 
* THESE SHOULD BE STANDARD TO ALL STYLESHEETS
******************************/

/*** TEXT CLASSES ***/
 
BODY /* default text */
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	color: #57738F;
	padding-top: 0px;  /* for Opera, achieves same as margin-top: 0px in IE/FF */
	margin: 0 auto;
	margin: 6px;
	margin-top: 4px;
}
 
TD, TH, CAPTION /* default text */
{
	text-decoration: none;
	vertical-align: top;
}
 
H1 /* page title */
{
	font-size: 150%;
	margin-top: 0px;
	text-transform: uppercase;
	font-weight: normal;
}
 
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: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	text-decoration: none;
	color: #57738F;
}

/*** LINK CLASSES ***/
 
A:link, A:visited /* default link */
{
	color: #57738F;
	text-decoration: underline;
}
 
A:hover, A:active /* default link */
{
	color: #57738F;
	text-decoration: none;
}
 
/*** TABLE, IMAGE AND PARAGRAPH TEXT ALIGNMENT ***/
 
TABLE.left, P.left /* align table or <p>-wrapped image to the left */
{
	float: left;
	margin: 0px 10px 10px 0px;
}
 
TABLE.right, P.right /* align table or <p>-wrapped image to the right */
{
	float: right;
	margin: 0px 0px 10px 10px;
}
 
TABLE.center /* align table to the centre */
{
	margin: 0px auto;
}
 
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;
}

/******************************
* STYLES SPECIFIC TO WYSIWYG OBJECTS
*
* 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;
}

/******************************
* END OF WYSIWYG SPECIFIC STYLES
*
* END CLASSES REQUIRED BY WYSIWYG
* START CLASSES USED BY ARFSDEMO
* 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: #F5F7FB;
	padding: 5px;
}

.secintrobg_sitemap
{
	padding: 5px;
	color: white; 
	background-color: #57738F; 
	padding-left: 10px;
}

DIV.secintrobg
{
	padding-left: 10px;
	border: 0px;
	margin: 0px;
	vertical-align: middle;
}

.artintrobg /* article intro background */
{
	background-color: #F0F0F0;
	padding: 5px;
}

.accent /* accent colour (for high contrast) */
{
	background-color: #01B0E7;
}

/*** ADDITIONAL TEXT CLASSES ***/

.warning /* for 'mandatory field' star */
{
	color: #F00;
}

.date /* for displaying the date on news etc. */
{
	font-size: 90%;
	color: #666;
}

/*** ADDITIONAL LINK CLASSES ***/

	/* UNUSED BY ARFSDEMO */

/*** FORMS AND INPUTS ***/

FORM /* removes unwanted form whitespace */
{
	margin: 0px;
}

INPUT, SELECT
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.textarea /* for <input type="text"> and <select> fields */
{
	border: 1px solid #666;
	width: 95%;
}

.textareashort /* for shorter <input type="text"> and <select> fields*/
{
	font-size: 80%;
	border: 1px solid #666;
	width: 85px;
}

.textarea2d /* for <textarea> */
{
	border: 1px solid #666;
	width: 95%;
	height: 150px;
}

.textareafree /* for <input type="text"> and <select> fields of free width */
{
	border: 1px solid #666;
}

/*** DATA TABLE ***/

TABLE.datatable
{
	border: 1px solid #D1D2D4;
	border-top: 0px;
}

TABLE.datatable TH
{
	font-weight: bold;
	padding: 7px;
	text-align: left;
	color: #57738F;
	background-color: #F5F7FB;
}

TABLE.datatable TH.plaintext /* for default text in a <th> */
{
	font-weight: normal;
	text-align: left;
}

TABLE.datatable TD
{
	padding: 7px;
	text-align: left;
}

TABLE.datatable CAPTION,
TABLE.datatable TH.caption
{
	border: 1px solid #D1D2D4;
	border-bottom: 0px;
	padding: 10px;
	text-align: left;
	font-size: 130%;
	background-color: #57738F;
	color: white;
	font-weight: bold;
}

TABLE.datatable TH A:link,
TABLE.datatable TH A:visited,
TABLE.datatable TH A:hover,
TABLE.datatable TH A:active
{
	color: white;
}

TABLE.datatable CAPTION DIV
{
	padding: 7px;
	background-color: #57738F;
	color: #FFF;
}

TABLE.homepage
{
	background-color: #57738F;
	color: white;
	border: 1px solid #CFCECD;
}

TABLE.homepage TD
{
	vertical-align: top;
	padding: 8px;
}

TABLE.homepage A
{
	color: #FFF;
}

#DataGrid1
{
	border-top: 1px solid #D1D2D4;
}


/*** TABLE classes used for the map template ***/

TABLE.grid
{
	border: 1px solid #A79156;
	border-width: 0px 0px 0px 0px;
}

TABLE.grid TD
{
	border: 1px solid #A79156;
	border-width: 0px 0px 0px 0px;
	width: 7px;
	height: 7px;
}

TABLE.grid TD IMG
{
	display: block;
}

TABLE.alternate
{
	margin-left: 4px;
}

TABLE.grid TD.marker,
TABLE.grid TD.marker_1
{
	background-image: url(/images/marker_1.gif);
	background-repeat: no-repeat;
}

TABLE.grid TD.marker_2
{
	background-image: url(/images/marker_2.gif);
	background-repeat: no-repeat;
}

TABLE.grid TD.marker:hover,
TABLE.grid TD.marker_1:hover,
TABLE.grid TD.marker_2:hover
{
	background-image: url(/images/marker_highlight.gif);
	background-repeat: no-repeat;
}
/*
TABLE.grid TD.marker930
{
	background-image: url(/images/marker930.gif);
	background-repeat: no-repeat;
}

TABLE.grid TD.marker930:hover
{
	background-image: url(/images/marker_highlight.gif);
	background-repeat: no-repeat;
}
*/
TABLE.grid TD.marker933
{
	background-image: url(/images/marker933.gif);
	background-repeat: no-repeat;
}

TABLE.grid TD.marker933:hover
{
	background-image: url(/images/marker_highlight.gif);
	background-repeat: no-repeat;
}

#tooltip {
    padding: 3px;
    background: #f9f9f9;
    border: 1px solid #eee;
    text-align: center;
    font-size: smaller;
}

span.tip {
    border-bottom: 1px solid #eee;
}


/*** COLOURED FEATURE BOXES ***/

TABLE.featurebox1 TD
{
	background-color: #57738F;
	color: #FFF;
	padding: 15px;
}

TABLE.featurebox2 TD
{
	background-color: #A2BAD9;
	color: #FFF;
	padding: 15px;
}

TABLE.featurebox3 TD
{
	background-color: #93BEAE;
	color: #FFF;
	padding: 15px;
}

TABLE.featurebox4 TD
{
	background-color: #E5AC0E;
	color: #FFF;
	padding: 15px;
}

TABLE.featurebox1,
TABLE.featurebox2,
TABLE.featurebox3,
TABLE.featurebox4
{
	margin-top: 10px;
}

A.featureboxlink:link,
A.featureboxlink:visited,
A.featureboxlink:hover,
A.featureboxlink:active
{
	color: #FFF;
	font-weight: bold;
}

TABLE.teamdetail IMG
{
	margin-right: 10px;
}

TABLE.teamdetail SPAN.name
{
	font-size: 130%;
	text-transform: uppercase;
}

TABLE.teamdetail SPAN.role
{
	font-size: 110%;
}

TABLE.teamdetail TD.memberinfo
{
	padding: 10px;
}

/*** FEATURE BOXES END ***/

TD.welcome
{
	background-color: #F5F7FB;
	color: #57738F;
	padding: 6px;
	padding-left: 8px;
	font-size: 110%;
}

DIV.greyborder
{
	border: 1px solid #D1D2D4;
	padding: 10px;
}

/*** OUTER TABLE CONTAINING MAIN CONTENT ***/
#outer
{
	border-color: #57738F;
	border-width: 0px 1px;
	border-style: solid;
}

/*** TOP MENU BAR
* the datasource of the top menu bar is configured on a site-by-site basis.
* it is set as either 'menugroup' or 'menu'. 
***/

#topmenubar TD
{
	color: #FFF;
	font-weight: bold;
	vertical-align: middle;
}

#topmenubar TD.datasourceon /* bg colour of selected menu/menugroup */
{
	background-color: #666;
	padding: 4px 5px;
}

#topmenubar TD.datasourceoff /* bg colour of unselected menu/menugroup */
{
	background-color: #666;
	padding: 4px 5px;
}

#topmenubar TD.divideron /* show menu divider */
{
	background-color: #666;
	color: #666;
}

#topmenubar TD.divideroff /* hide menu divider */
{
	background-color: #666;
	color: #666;
}

#topmenubar TD.datasourceon A:link,
#topmenubar TD.datasourceon A:visited
{
	color: #01B0E7;
	text-decoration: none;
}

#topmenubar TD.datasourceon A:hover,
#topmenubar TD.datasourceon A:active
{
	color: #01B0E7;
	text-decoration: underline;
}

#topmenubar TD.datasourceoff A:link,
#topmenubar TD.datasourceoff A:visited
{
	color: #FFF;
	text-decoration: none;
}

#topmenubar TD.datasourceoff A:hover,
#topmenubar TD.datasourceoff A:active
{
	color: #01B0E7;
	text-decoration: underline;
}

/*** LEFT HAND MENU ***/

#lhlinks
{
	/*padding: 25px 30px 30px 30px;*/
	padding: 5px 30px 30px 30px;
}

#lhlinks UL /* removes unwanted menu list whitespace */
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#lhlinks UL UL /* re-adds wanted menuitem list whitespace */
{
	margin-left: 15px;
	list-style-type: none;
}

#lhlinks UL UL UL /* re-adds wanted section list whitespace */
{
	margin-left: 15px;
	list-style-type: none;
}

#lhlinks LI
{
	font-size: 90%;
}

#lhlinks LI.menuitemon DIV
{
	background-color: transparent;
}

/* undo effect on all others */
#lhlinks LI.menuoff DIV,
#lhlinks LI.menuitemoff DIV,
#lhlinks LI.sectionon DIV,
#lhlinks LI.sectionoff DIV 
{
	background-color: transparent;
	border: 0px;
	padding: 0px;
}

#lhlinks LI.menuon DIV,
#lhlinks LI.menuoff DIV,
#lhlinks LI.menuoff A
{
	font-weight: bold;
}

#lhlinks LI.menuitemoff A
{
	font-weight: bold;
}

#lhlinks LI.menuon
{
	padding: 10px 0px;
}

#lhlinks LI.menuon UL
{
	padding-top: 5px;
}

#lhlinks LI.menuoff
{
	padding: 10px 0px;
}

#lhlinks LI.menuon A:link,
#lhlinks LI.menuon A:visited
{
	text-decoration: none;
}

#lhlinks LI.menuon A:hover,
#lhlinks LI.menuon A:active
{
	text-decoration: underline;
}

#lhlinks LI.menuoff A:link,
#lhlinks LI.menuoff A:visited
{
	text-decoration: none;
	color: #57738F;
}

#lhlinks LI.menuoff A:hover,
#lhlinks LI.menuoff A:active
{
	text-decoration: underline;
}

#lhlinks LI.menuitemon
{
	padding: 5px;
	font-weight: bold;
}

#lhlinks LI.menuitemoff
{
	padding: 5px;
}

#lhlinks LI.menuitemoff A
{
	color: #94A4BE;
}

#lhlinks LI.menuitemon A:link,
#lhlinks LI.menuitemon A:visited
{
	text-decoration: none;
}

#lhlinks LI.menuitemon A:hover,
#lhlinks LI.menuitemon A:active
{
	text-decoration: underline;
}

#lhlinks LI.menuitemoff A:link,
#lhlinks LI.menuitemoff A:visited
{
	text-decoration: none;
}

#lhlinks LI.menuitemoff A:hover,
#lhlinks LI.menuitemoff A:active
{
	text-decoration: underline;
}

#lhlinks LI.sectionon
{
	font-size: 80%;
	padding: 3px;
}

#lhlinks LI.sectionoff
{
	font-size: 80%;
	padding: 3px;
}

#lhlinks LI.sectionon A:link,
#lhlinks LI.sectionon A:visited
{
	text-decoration: none;
	font-weight: bold;
}

#lhlinks LI.sectionon A:hover,
#lhlinks LI.sectionon A:active
{
	text-decoration: underline;
	font-weight: bold;
}

#lhlinks LI.sectionoff A:link,
#lhlinks LI.sectionoff A:visited
{
	text-decoration: none;
	color: #8EAAC2;
}

#lhlinks LI.sectionoff A:hover,
#lhlinks LI.sectionoff A:active
{
	text-decoration: underline;
	color: #8EAAC2;
}

#lhlinks LI.collapsed
{
	/* to be defined */
}

/*** BREADCRUMB TRAIL NAVIGATION **/

#breadcrumb
{
	font-size: 90%;
}

#breadcrumb A:link,
#breadcrumb A:visited
{
	font-weight: bold;
	text-decoration: none;
}

#breadcrumb A:hover,
#breadcrumb A:active
{
	font-weight: bold;
	text-decoration: underline;
}

#breadcrumb SPAN,
#breadcrumb SPAN.divider
{
	color: #01B0E7;
}

/*** EMAIL/PRINT CONTROLS ***/

#emailprint TD
{
	font-size: 85%;
	vertical-align: middle;
	white-space: nowrap;
}

/*** PREVIOUS/NEXT CONTROLS ***/

DIV.prevnext
{
	font-size: 85%;
}

/*** CONTENT AREA ***/

#content
{
	padding: 0px 0px 20px 0px;
}

/*** FOOTER ***/

#footer TD
{
	background-color: #57738F;
	font-size: 90%;
	color: white;
	font-weight: bold;
	padding-right: 38px;
}

#footer A:link,
#footer A:visited
{
	color: white;
	text-decoration: none;
}

#footer A:hover,
#footer A:active
{
	color: white;
	text-decoration: underline;
}

/*** LEFT AND RIGHT INCLUDES (Search/Register etc.) ***/

TD.includesbg
{
	background-color: white;
	color: #57738F;
}

TABLE.includebox H2
{
	font-size: 100%;
	display: inline;
}

TABLE.includebox TD
{
	padding: 5px 10px;
}

TABLE.includebox .bordered
{
	border-top: 1px solid #A1A1A1;
}

TABLE.includebox TD.header
{
	background-color: #CCC;
}

TABLE.includebox UL /* removes unwanted list whitespace */
{
	padding: 0px;
	margin: 0px;
}

TABLE.includebox LI
{
	padding: 5px;
}

TABLE.rightboxes TD
{
	padding: 5px;
}

TABLE.search TD
{
	padding: 5px 1px;
	background-color: #57738F;
	/*border-bottom: 1px solid #57738F;*/
}

TABLE.search TD IMG
{
	padding: 0px;
}

TABLE.includebox TD.fauxborder
{
	padding: 0px;
	background: #FFF url(../images/fauxborder.gif) repeat-y top center;
}

TABLE.includebox TD.fauxborderleft
{
	padding: 0px;
	background: #FFF url(../images/fauxborderleft.gif) repeat-y top left;
}

TABLE.includebox TD.fauxborderright
{
	padding: 0px;
	background: #FFF url(../images/fauxborderright.gif) repeat-y top right;
}

#addthis, .addthis {
	background: #f5f7fb;
    padding-top: 5px;
	height: 25px;
	text-align: center;
}

/*** CLASSES USED TO GET INSIDE .NET TABLES IN SEARCH.ASPX ***/

#SearchDataGrid TD
{
	padding: 10px;
}

TR.pagerstyle TD
{
	background-color: #F5F7FB;
	color: #57738F;
}

TR.pagerstyle TD SPAN
{
	padding: 0px 10px;
}

/*** AZ SERVICES PAGE - AZ LINKS ***/

#azlinks TD
{
	font-size: 140%;
	font-weight: bold;
	text-align: center;
}

#azlinks SPAN.selected
{
	color: #01B0E7;
}

#azlinks TD.disabled
{
	color: #666;
}

/*** REMOVE IMAGE BORDERS BY DEFAULT ***/

IMG
{
	border: 0px;
}

/*** DIV CLASSES ***/

DIV.header
{
	margin: 0px;
	margin-top: 3px;
	border: 1px solid #57738F;
}

DIV.hpboxes
{
	padding: 5px 10px; 
	background-color: #F5F7FB;
	color: #57738F;
}

DIV.hpboxes A
{
	color: #57738F;
}

/*** OUR TEAM OVERVIEW PAGE ***/

DIV.member
{
	/* background-color: #F5F7FB; */
	color: #57738F;
	padding: 5px;
	width: 106px;
	font-size: 80%;
	height: 150px;
	float: left;
	margin-right: 10px;
}

DIV.member:hover
{
	background-color: #F5F7FB;
}

DIV.member A:link,
DIV.member A:visited
{
	color: #57738F;
	text-transform: uppercase;
	text-decoration: none;
}

DIV.member A:hover, 
DIV.member A:active
{
	text-decoration: underline;
}

DIV.member IMG
{
	margin: 5px;
}

SPAN.name
{
	font-size: 140%;
	text-transform: uppercase;
}

DIV.NewsPhoto
{
	float: right;
}

DIV.NewsPhoto IMG
{
	padding-left: 10px;
}

DIV.template_image
{
	float: right;
}

DIV.gallery
{
	float: left;
	width: 200px;
	height: 300px;
	padding: 0px 2px;
	font-size: 80%;
}

DIV.county
{
	padding: 0px 0px 10px 10px;
	font-weight: bold;
	font-size: 105%;	
}

DIV.county IMG
{
	vertical-align: middle;
	padding-right: 5px;
}

H3.department
{
	text-transform: uppercase;
	font-size: 95%;
}

/*** HIDING ELEMENTS USED IN NON CSS DISPLAY (E.G HR) ***/

.hide
{
	display: none;
}

/******************************
* END CLASSES USED BY ARFSDEMO
******************************/
