/******************************
* 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: #000;
	padding-top: 0px; /* for Opera, achieves same as margin-top: 0px in IE/FF */
	margin-top: 0px;
}
 
TD, TH, CAPTION /* default text */
{
	text-decoration: none;
	vertical-align: top;
}

.pageheaderlogos img {
vertical-align: middle;
}

H1 /* page title */
{
	font-size: 130%;
}
 
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: #000;
}

/*** LINK CLASSES ***/
 
A:link, A:visited /* default link */
{
	color: #000;
	text-decoration: underline;
}
 
A:hover, A:active /* default link */
{
	color: #666;
	text-decoration: none;
}

/*** LIST CLASSES ***/

UL.circle {list-style-type: circle;}
UL.disk {list-style-type:  disk;}
UL.square {list-style-type: square;}
OL.decimal {list-style-type: decimal;}
OL.lower-alpha {list-style-type: lower-alpha;}
OL.upper-alpha {list-style-type: upper-alpha;}
OL.lower-roman {list-style-type: lower-roman;}
OL.upper-roman {list-style-type: upper-roman;}

/*** 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;
}
 
P.center /* align <p>-wrapped image to the left */
{
	text-align: center;
}

P.textcenter /* align paragraph text to the centre */
{
	text-align: center;
	display: block;
}
 
P.textleft /* align paragraph text to the left */
{
	text-align: left;
	display: block;
}
 
P.textright /* align paragraph text to the right */
{
	text-align: right;
	display: block;
}
 
P.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: #DDD;
	padding: 5px;
}

.artintrobg /* article intro background */
{
	background-color: #FFFFFF;
	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, TEXTAREA
{
	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*/
{
	border: 1px solid #666;
	width: 120px;
}

.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-style: solid;
	border-color: #666;
	border-width: 1px 0px 0px 1px;
}

TABLE.datatable TH
{
	border-style: solid;
	border-color: #666;
	border-width: 0px 1px 1px 0px;
	background-color: #DDD;
	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: #666;
	border-width: 0px 1px 1px 0px;
	padding: 4px;
	text-align: left;
}

TABLE.datatable TD TD /* remove borders from nested table cells */
{
	border-width: 0px
}

TABLE.datatable CAPTION
{
	border-style: solid;
	border-color: #666;
	font-weight: bold;
	padding: 4px;
	text-align: left;
	border-width: 1px 1px 0px 1px;
	background-color: #CCC;
}

/*** 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
{
	background-color: #DDD;
	padding: 10px;
}

#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: 20px;
	list-style-type: disc;
}

#lhlinks UL UL UL /* re-adds wanted section list whitespace */
{
	margin-left: 20px;
	list-style-type: square;
}

#lhlinks LI.menuon DIV /* selected menu coloured */
{
	background-color: #A1A1A1;
	padding: 5px;
}

#lhlinks LI.menuitemon DIV
{
	background-color: transparent;
	border-bottom: 1px solid #A1A1A1;
	padding-bottom: 5px;
}

/* 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
{
	border-top: 1px solid #A1A1A1;
	font-weight: bold;
}

#lhlinks LI.menuoff
{
	border-bottom: 1px solid #A1A1A1;
	font-weight: bold;
	padding: 5px;
}

#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;
}

#lhlinks LI.menuoff A:hover,
#lhlinks LI.menuoff A:active
{
	text-decoration: underline;
}

#lhlinks LI.menuitemon
{
	font-weight: bold;
	border-bottom: 1px solid #A1A1A1;
	padding: 1px 0px 3px 0px;
}

#lhlinks LI.menuitemoff
{
	color: #A1A1A1;
	font-weight: normal;
	padding: 3px 0px;
}

#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: 90%;
	font-weight: bold;
	padding: 3px;
}

#lhlinks LI.sectionoff
{
	font-size: 90%;
	color: #A1A1A1;
	font-weight: normal;
	padding: 3px;
}

#lhlinks LI.sectionon A:link,
#lhlinks LI.sectionon A:visited
{
	text-decoration: none;
}

#lhlinks LI.sectionon A:hover,
#lhlinks LI.sectionon A:active
{
	text-decoration: underline;
}

#lhlinks LI.sectionoff A:link,
#lhlinks LI.sectionoff A:visited
{
	text-decoration: none;
}

#lhlinks LI.sectionoff A:hover,
#lhlinks LI.sectionoff A:active
{
	text-decoration: underline;
}

#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.divider
{
	color: #000000;
}

/*** 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: 10px 0px 20px 0px;
}

/*** FOOTER ***/

#footer TD
{
	background-color: #CCC;
	font-size: 90%;
}

#footer A:link,
#footer A:visited
{
	/* UNUSED BY ARFSDEMO */
}

#footer A:hover,
#footer A:active
{
	/* UNUSED BY ARFSDEMO */
}

/*** LEFT AND RIGHT INCLUDES (Search/Register etc.) ***/

TD.includesbg
{
	background-color: #F0F0F0;
}

TABLE.includebox H2
{
	font-size: 100%;
	display: inline;
}

TABLE.includebox TD
{
	padding: 5px 10px;
	background-color: #DDD;
}

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;
}

/*** CLASSES USED TO GET INSIDE .NET TABLES IN SEARCH.ASPX ***/

#SearchDataGrid TD
{
	padding: 10px;
}

TR.pagerstyle TD
{
	background-color: #DDD;
}

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;
}

/*** HIDING ELEMENTS USED IN NON CSS DISPLAY (E.G HR) ***/

.hide
{
	display: none;
}

/*** DATE INPUT DROPDOWNS ***/

DIV.dateinput
{
	padding-bottom: 10px;
}

DIV.dateinput,
DIV.dateinput select
{
	text-transform: capitalize;
}

DIV.dateinput img
{
	vertical-align: bottom;
}

DIV.dateinput span
{
	display: block;
	font-weight: bold;
	text-transform: none;
}

/******************************
* END CLASSES USED BY ARFSDEMO
******************************/
