/******************************
* 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: 70%;
	color: #000;
	padding-top: 0px; /* for Opera, achieves same as margin-top: 0px in IE/FF */
	margin-top: 0px;
	background-color: #F1F8FF;
}
 
TD, TH, CAPTION /* default text */
{
	text-decoration: none;
	vertical-align: top;
}
 
H1 /* page title */
{
	font-size: 130%;
	color: #FFA500;
}
 
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: 70%;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}

TABLE.outer
{
	width: 765px;
	margin: 0px auto;
	border-left: 9px solid #FFF;
	border-right: 9px solid #FFF;
	background-color: #FFF;
}

TABLE.outerprint
{
	width: 650px;
	margin: 0px auto;
	border-left: 9px solid #FFF;
	border-right: 9px solid #FFF;
	background-color: #FFF;
}

.smalltext
{
	font-size: 100%;
	font-weight: bold;
}

/*** LINK CLASSES ***/
 
A:link, A:visited /* default link */
{
	color: #5A5A5A;
	text-decoration: underline;
}
 
A:hover, A:active /* default link */
{
	color: #5A5A5A;
	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: #F1F8FF;
	color: #000000;
	padding: 5px;
	padding-left: 10px;
}

.artintrobg /* article intro background */
{
	background-color: #DDEEFF;
	padding: 5px;
}

.accent /* accent colour (for high contrast) */
{
	background-color: #000;
}

/*** 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 #0077AA;
	width: 95%;
	font-size: 100%;
	font-weight: bold;
}

.textareasearch /* for <input type="text"> and <select> fields */
{
	border: 1px solid #0077AA;
	width: 110px;
	font-size: 100%;
	font-weight: bold;
}

.textareashort /* for shorter <input type="text"> and <select> fields*/
{
	border: 1px solid #0077AA;
	width: 120px;
	font-size: 100%;
}

.textarea2d /* for <textarea> */
{
	border: 1px solid #0077AA;
	width: 95%;
	height: 150px;
	font-size: 100%;
}

.textareafree /* for <input type="text"> and <select> fields of free width */
{
	border: 1px solid #0077AA;
	font-size: 100%;
}

/*** DATA TABLE ***/

TABLE.datatable
{
	border-style: solid;
	border-color: #0077AA;
	border-width: 1px 0px 0px 1px;
}

TABLE.datatable TH
{
	border-style: solid;
	border-color: #0077AA;
	border-width: 0px 1px 1px 0px;
	background-color: #DDEEFF;
	padding: 4px;
	text-align: left;
	color: #5A5A5A;
}

TABLE.datatable TH.plaintext /* for default text in a <th> */
{
	font-weight: normal;
	text-align: left;
}

TABLE.datatable TD
{
	border-style: solid;
	border-color: #0077AA;
	border-width: 0px 1px 1px 0px;
	padding: 4px;
	text-align: left;
	background-color: #DDEEFF;
	color: #5A5A5A;
}

TABLE.datatable TD TD /* remove borders from nested table cells */
{
	border-width: 0px
}

TABLE.datatable CAPTION
{
	border-style: solid;
	border-color: #0077AA;
	font-weight: bold;
	padding: 4px;
	text-align: left;
	border-width: 1px 1px 0px 1px;
	background-color: #0077AA;
	color: #FFF;
}

/*** 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: #5A5A5A;
	font-weight: bold;
	vertical-align: middle;
	font-size: 110%;
}

#topmenubar TD.datasourceon /* bg colour of selected menu/menugroup */
{
	background-color: #DDEEFF;
	padding: 0px 5px;
}

#topmenubar TD.datasourceoff /* bg colour of unselected menu/menugroup */
{
	background-color: #DDEEFF;
	padding: 0px 5px;
}

#topmenubar TD.divideron /* show menu divider */
{
	background-color: #DDEEFF;
	color: #FF7800;
}

#topmenubar TD.divideroff /* hide menu divider */
{
	background-color: #DDEEFF;
	color: #FF7800;
}

#topmenubar TD.datasourceon A:link,
#topmenubar TD.datasourceon A:visited
{
	color: #5A5A5A;
	text-decoration: none;
}

#topmenubar TD.datasourceon A:hover,
#topmenubar TD.datasourceon A:active
{
	color: #5A5A5A;
	text-decoration: underline;
}

#topmenubar TD.datasourceoff A:link,
#topmenubar TD.datasourceoff A:visited
{
	color: #5A5A5A;
	text-decoration: none;
}

#topmenubar TD.datasourceoff A:hover,
#topmenubar TD.datasourceoff A:active
{
	color: #5A5A5A;
	text-decoration: underline;
}

/*** LEFT HAND MENU ***/

#lhlinks
{
	background-color: #F1F8FF;
	padding: 10px;
}
#lhlinks A
{
	color: #5A5A5A;
}

#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: transparent;
	padding: 5px;
}

#lhlinks LI.menuitemon DIV
{
	background-color: transparent;
	border-bottom: 1px solid #BBDDFF;
	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
{
	font-weight: bold;
}

#lhlinks LI.menuoff
{
	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 #BBDDFF;
	padding: 1px 0px 3px 0px;
}

#lhlinks LI.menuitemoff
{
	color: #000;
	font-weight: bold;
	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: 100%;
	font-weight: bold;
	padding: 3px;
	color: #FF7800;
}

#lhlinks LI.sectionoff
{
	font-size: 100%;
	color: #000;
	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: 100%;
}

#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: #000;
}

/*** EMAIL/PRINT CONTROLS ***/

#emailprint TD
{
	font-size: 100%;
	vertical-align: middle;
	white-space: nowrap;
}

/*** PREVIOUS/NEXT CONTROLS ***/

DIV.prevnext
{
	font-size: 100%;
}

/*** CONTENT AREA ***/

#content
{
	padding: 0px 0px 20px 0px;
}

/*** FOOTER ***/

#footer TD
{
	background-color: #CFE7FF;
	color: #5A5A5A;
	font-size: 100%;
	font-weight: bold;
	padding: 10px 15px;
}

#footer TD TD
{
	font-size: 100%;
	padding: 0px;
}

#footer A:link,
#footer A:visited
{
	color: #5A5A5A;
}

#footer A:hover,
#footer A:active
{
	color: #5A5A5A;
}

/*** LEFT AND RIGHT INCLUDES (Search/Register etc.) ***/

TD.includesbg
{
	background-color: #FFF;
}

TABLE.includebox H2
{
	font-size: 100%;
	display: inline;
}

TABLE.includebox TD
{
	padding: 8px 10px;
	background-color: #DDEEFF;
}

TABLE.includebox .bordered
{
	border-top: 1px solid #A1A1A1;
}

TABLE.includebox TD.header
{
	vertical-align: middle;
	background: #FFF url(../images/menuitem_bg.jpg) no-repeat top left;
}

TABLE.includebox TD.header2
{
	vertical-align: middle;
	background: #FFF url(../images/menuitem_bg_right.jpg) no-repeat top right;
}

TABLE.includebox TD.header A:link,
TABLE.includebox TD.header A:visited
{
	text-decoration: none;
}

TABLE.includebox TD.header A:hover,
TABLE.includebox TD.header A:active
{
	text-decoration: underline;
	color: #000;
}

TABLE.includebox UL /* removes unwanted list whitespace */
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

TABLE.includebox LI
{
	padding: 5px;
	border-bottom: 1px solid #5A5A5A;
}

/*** SECOND VERSION OF THE INCLUDES BOX ***/

TABLE.includebox2
{
	border: 6px solid #BBDDFF;
	border-bottom: 0px;
}

TABLE.includebox2 H2
{
	font-size: 100%;
	display: inline;
}

TABLE.includebox2 TD
{
	padding: 8px;
	background-color: #F1F8FF;
	vertical-align: middle;
}

TABLE.includebox2 TD IMG
{
	display: block;
}

TABLE.includebox2 TD A
{
	color: #5A5A5A;
	text-decoration: none;
}

TABLE.includebox2 TD A:hover
{
	color: #5A5A5A;
	text-decoration: underline;
}

TABLE.includebox2 TD.header
{
	background-color: #A79157;
	color: #FFF;
}

TABLE.includebox2 TD.headerline
{
	background-color: #FFF;
	color: #5A5A5A;
}

TABLE.includebox2 TD.white
{
	background-color: #FFF;
}

TABLE.includebox2 TD.whiteline
{
	background-color: #FFF;
	border-bottom: 1px solid #000;
}

TABLE.includebox2 UL /* removes unwanted list whitespace */
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

TABLE.includebox2 LI
{
	padding: 0px;
}

TABLE.includebox2_bottom TD
{
	background-color: #FFF; 
	vertical-align: bottom;
}

TABLE.includebox2_bottom TD.middle
{
	background: #FFF url(../images/includebox2_bottom_mid.gif) repeat-x top left;
}

TABLE.search TD.left
{
	background: #FFF url(../images/search_left.gif) no-repeat top left;
}

TABLE.search TD.middle
{
	background: #FFF url(../images/search_middle.gif) repeat-x top left;
	vertical-align: middle;
	padding-left: 3px;
	padding-right: 1px;
}

TABLE.search TD.middle2
{
	background: #FFF url(../images/search_middle_2.gif) repeat-x top left;
	vertical-align: bottom;
	padding-left: 10px;
}

TABLE.search TD.right
{
	background: #FFF url(../images/search_right.gif) no-repeat top right;
}

TABLE.pageheader
{
	width: 766px;
	margin: 0px auto;	
}

TABLE.pageheaderprint
{
	width: 650px;
	margin: 0px auto;	
}

/*** HOMEPAGE BOX HEADERS ***/

TR.bluebox TD.right,
TR.greybox TD.right,
TR.blue-tallbox TD.right
{
	padding: 0px;
}	

TR.blue-bottom TD.left {
	background: #07A url(../images/blue-bottom-left.gif) no-repeat top left;
	text-align: left;
	padding: 0px 0px 0px 15px;
	vertical-align: middle;
}

TR.blue-tallbox TD.right
{
	background: #07A url(../images/blue-tall_right.gif) no-repeat top right;
}


TR.blue-tallbox TD.left
{
	background: #07A url(../images/blue-tall_left.gif) no-repeat top left;
	text-align: left;
	padding: 5px 0px 0px 15px;
	vertical-align: middle;
}

TR.bluebox TD.left
{
	background: #07A url(../images/blue_left.gif) no-repeat top left;
	text-align: left;
	padding: 0px 0px 0px 15px;
	vertical-align: middle;
}

TR.greybox TD.left
{
	background: #5A5A5A url(../images/grey_left.gif) no-repeat top left;
	text-align: left;
	padding: 0px 0px 0px 15px;
	vertical-align: middle;
}

TR.bluebox TD.left A:link,
TR.bluebox TD.left A:visited,
TR.blue-tallbox TD.left A:link,
TR.blue-tallbox TD.left A:visited,
TR.greybox TD.left A:link,
TR.greybox TD.left A:visited
{
	color: #FFF;
	text-decoration: none;
}

TR.bluebox TD.left A:hover,
TR.bluebox TD.left A:active,
TR.blue-tallbox TD.left A:hover,
TR.blue-tallbox TD.left A:active,
TR.greybox TD.left A:hover,
TR.greybox TD.left A:active
{
	color: #FFF;
	text-decoration: underline;
}

TR.bluebox TD IMG,
TR.blue-tallbox TD IMG,
TR.greybox TD IMG
{
	display: block;
}

TR.bluebox TH.left2
{
	color: #FFF;
	background: #0077AA url(../images/navy_left_2.gif) no-repeat top left;
	text-align: left;
	padding: 6px;
	padding-right: 0px;
	padding-bottom: 5px;
	font-size: 110%;
}

TR.bluebox TH.right2
{
	color: #FFF;
	background: #0077AA url(../images/navy_right_2.gif) no-repeat top right;
	text-align: right;
	padding: 6px;
}

/*** CLASSES USED TO GET INSIDE .NET TABLES IN SEARCH.ASPX ***/

#SearchDataGrid TD
{
	padding: 10px;
}

TR.pagerstyle TD
{
	background-color: #F1F8FF;
}

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: #000;
}

#azlinks TD.disabled
{
	color: #A79157;
}

SPAN.welcome, H1
{
	font-weight: bold;
	font-size: 150%;
	color: #FF7800;
}

/*** REMOVE IMAGE BORDERS BY DEFAULT ***/

IMG
{
	border: 0px;
}

/*** HIDING ELEMENTS USED IN NON CSS DISPLAY (E.G HR) ***/

.hide
{
	display: none;
}

/******************************
* END CLASSES USED BY ARFSDEMO
******************************/
