/******************************
* 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;
	margin-top: 0px;
}
 
TD, TH, CAPTION /* default text */
{
	text-decoration: none;
	vertical-align: top;
}
 
H1 /* page title */
{
	font-size: 130%;
	color: #0D3692;
}
 
H2 /* header within page */
{
	font-size: 110%;
	color: #0D3692;
	margin-bottom: 8px;
}
 
H3 /* header within page */
{
	font-size: 100%;
	color: #0D3692;
	margin-bottom: 0px;
	margin-top: 0px;
}
 
.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;
}

UL
{
	list-style-image: url(../images/bullet_img.gif);
}

LI
{
	margin: 5px auto;
}

UL.secure
{
	list-style-image: url(../images/padlock_bullet.gif);
}

.securehide
{
	visibility: visible;
}
 
/*** LINK CLASSES ***/
 
A:link, A:visited /* default link */
{
	color: #0D3692;
	text-decoration: underline;
	font-weight: bold;
}
 
A:hover, A:active /* default link */
{
	color: #0D3692;
	text-decoration: none;
	font-weight: bold;
}
 
/*** 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;
}

/*** 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 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: #FFD6B2;
	padding: 5px;
}

.artintrobg /* article intro background */
{
	background-color: #FFF2E6;
	padding: 5px;
}

.accent /* accent colour (for high contrast) */
{
	background-color: #FF7800;
}

/*** ADDITIONAL TEXT CLASSES ***/

.warning /* For 'mandatory field' star */
{
	color: #F00;
}

.date /* For displaying the date on news etc. */
{
	font-size: 90%;
	color: #666;
}

PRE
{
		font-size: 110%;
}

/*** ADDITIONAL LINK STYLES ***/

A.blacklinksmall:link,
A.blacklinksmall:visited,
A.blacklinksmall:hover,
A.blacklinksmall:active
{
	font-size: 90%;
	color: #000;
	font-weight: normal;
}

/*** 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: #FF7800;
	border-width: 1px 0px 0px 1px;
}

TABLE.datatable TH
{
	border-style: solid;
	border-color: #FF7800;
	border-width: 0px 1px 1px 0px;
	background-color: #FFF2E6;
	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: #FF7800;
	border-width: 0px 1px 1px 0px;
	padding: 4px;
	text-align: left;
}

TABLE.datatable CAPTION
{
	border-style: solid;
	border-color: #FF7800;
	font-weight: bold;
	padding: 4px;
	text-align: left;
	border-width: 1px 1px 0px 1px;
	background-color: #FFD6B2;
}

/*** PAGE HEADER ***/

#pageheader TD.headimage
{
	background: #fff url(../images/pageheader_default.jpg) no-repeat top right;
	padding: 10px 15px 15px 10px;
}

/*** TOP MENU BAR ***/

#topmenubar TD
{
	color: #FFF;
	font-weight: bold;
	vertical-align: middle;
}

.motto
{
	background-color: #0D3692;
}

#topmenubar TD.menuon /* bg colour of selected menu */
{
	background-color: #FF7800;
	padding: 6px 5px;
}

#topmenubar TD.menuoff /* bg colour of unselected menu */
{
	background-color: #FFBB7F;
	padding: 6px 5px;
}

#topmenubar TD.divideron /* show menu divider */
{
	background-color: #FFBB7F;
	color: #0D3692;
}

#topmenubar TD.divideroff /* hide menu divider */
{
	background-color: #FFBB7F;
	color: #FFBB7F;
}

#topmenubar TD.menuon A:link,
#topmenubar TD.menuon A:visited
{
	color: #FFF;
	text-decoration: none;
}

#topmenubar TD.menuon A:hover,
#topmenubar TD.menuon A:active
{
	color: #FFF;
	text-decoration: underline;
}

#topmenubar TD.menuoff A:link,
#topmenubar TD.menuoff A:visited
{
	text-decoration: none;
}

#topmenubar TD.menuoff A:hover,
#topmenubar TD.menuoff A:active
{
	text-decoration: underline;
}

/*** LEFT HAND MENU ***/

#lhlinks
{
	border-collapse: collapse;
}

#lhlinks TD
{
	color: #0D3692;
	vertical-align: middle;
}

#lhlinks TD.insec
{
	background: #FFD6B2 url(../images/corner_footer.gif) no-repeat bottom right;
	padding: 24px 5px 4px;
	border-bottom: 3px solid #FFF;
}

#lhlinks TD.insec TD
{
	padding: 4px 5px;
}

#lhlinks TD.menuitemon /* bg colour of selected menuitem */
{
	background: #FF7800 url(../images/corner_menuitemon.gif) no-repeat bottom right;
	padding: 4px 10px 4px 30px;
	border-bottom: 3px solid #FFF;
}

#lhlinks TD.menuitemoff /* bg colour of unselected menuitem */
{
	background: #FF7800 url(../images/corner_menuitemoff.gif) no-repeat bottom right;
	padding: 4px 10px 4px 30px;
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
}

#lhlinks TD.menuitemon A:link,
#lhlinks TD.menuitemon A:visited
{
	color: #FFF;
	text-decoration: none;
}

#lhlinks TD.menuitemon A:hover,
#lhlinks TD.menuitemon A:active
{
	color: #FFF;
	text-decoration: underline;
}

#lhlinks TD.menuitemoff A:link,
#lhlinks TD.menuitemoff A:visited
{
	text-decoration: none;
}

#lhlinks TD.menuitemoff A:hover,
#lhlinks TD.menuitemoff A:active
{
	color: #0D3692;
	text-decoration: underline;
}

#lhlinks TD.sectionon /* bg colour of selected section */
{
	background-color: #FFF2E6;
	padding: 4px 10px 4px 0px;
}

#lhlinks TD.sectiononbullet /* bg colour of selected section */
{
	background-color: #FFF2E6;
	padding: 0px 0px 4px 20px;
	vertical-align: top;
}

#lhlinks TD.sectionoff /* bg colour of unselected section */
{
	background-color: #FFF2E6;
	padding: 4px 10px 4px 30px;
}

#lhlinks TD.sectionon A:link,
#lhlinks TD.sectionon A:visited
{
	color: #FF7800;
	text-decoration: none;
}

#lhlinks TD.sectionon A:hover,
#lhlinks TD.sectionon A:active
{
	color: #FF7800;
	text-decoration: underline;
}

#lhlinks TD.sectionoff A:link,
#lhlinks TD.sectionoff A:visited
{
	text-decoration: none;
}

#lhlinks TD.sectionoff A:hover,
#lhlinks TD.sectionoff A:active
{
	text-decoration: underline;
}

/*** PATH TABS **/

#pathtabs
{
	clear: both;
}

#pathtabs TD.tab
{
	vertical-align: middle;
	padding: 4px 5px;
	border: 3px solid #FFF;
}

#pathtabs TD.tab A:link,
#pathtabs TD.tab A:visited
{
	color: #FFF;
	text-decoration: none;
}

#pathtabs TD.tab A:hover,
#pathtabs TD.tab A:active
{
	color: #FFF;
	text-decoration: underline;
}

/*** BREADCRUMB TRAIL NAVIGATION **/

#breadcrumb
{
	font-size: 90%;
	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 ARFSDEMO */
}

#breadcrumb A.navlinkoff:hover,
#breadcrumb A.navlinkoff:active
{
	/* UNUSED BY ARFSDEMO */
}

#breadcrumb .navarrow
{
	color: #0D3692;
}

/*** EMAIL/PRINT CONTROLS ***/

#emailprint TD
{
	font-size: 90%;
	vertical-align: middle;
}

/*** CONTENT AREA ***/

#content
{
	padding: 0px 0px 20px 0px;
}

/*** FOOTER ***/

#footer TD
{
	background-color: #FFD6B2;
	padding: 20px 0px 20px 15px;
	font-size: 85%;
}

#footer TD.cornered
{
	padding-right: 15px;
	background: #FFD6B2 url(../images/corner_footer.gif) no-repeat bottom right;
}

#footer A:link,
#footer A:visited,
#footer A:hover,
#footer A:active
{
	color: #000;
}

/*** SECONDARY NAVIGATION ***/

#secnav TD
{
	padding: 5px;
	font-size: 90%;
	font-weight: bold;
}

/*** LEFT AND RIGHT INCLUDES (Search/Register etc.) ***/

TABLE.includebox
{
	border-bottom: 5px solid #FF7800;
}

TABLE.includebox TD
{
	padding: 7px 5px;
	background-color: #FFF2E6;
}

TABLE.includebox TD.bullet
{
	padding-top: 0px;
}

TABLE.includebox TD.bullet IMG
{
	margin: 12px 0px 0px 5px;
}

TABLE.includebox TD A:link,
TABLE.includebox TD A:visited
{
	color: #000;
	text-decoration: none;
}
 
TABLE.includebox TD A:hover,
TABLE.includebox TD A:active,
{
	color: #000;
	text-decoration: underline;
}

TABLE.includebox TD.moreinfo A:link,
TABLE.includebox TD.moreinfo A:visited
{
	color: #0D3692;
	text-decoration: none;
}

TABLE.includebox TD.moreinfo A:hover,
TABLE.includebox TD.moreinfo A:active
{
	color: #0D3692;
	text-decoration: underline;
}

TABLE.includebox TD.headersquare
{
	color: #FFF;
	background-color: #0D3692;
	vertical-align: middle;
	padding-left: 10px;
}

TABLE.includebox TD.header
{
	color: #FFF;
	background: #0D3692 url(../images/corner_includesbox.gif) no-repeat bottom right;
}

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
{
	padding: 0px;
	margin: 0px 0px 0px 20px;
}

TABLE.includebox LI
{
    padding: 3px 0px;
	margin: 0px;
}

/*** CLASSES USED TO GET INSIDE .NET TABLES IN SEARCH.ASPX ***/

#SearchDataGrid TD
{
	padding: 10px;
}

TR.pagerstyle TD
{
	background-color: #FFD6B2;
}

TR.pagerstyle TD SPAN
{
	padding: 0px 10px;
}

/*** REMOVE IMAGE BORDERS BY DEFAULT ***/

IMG
{
	border: 0px;
}

/*** HIDING HR ELEMENTS USED IN NON CSS DISPLAY ***/

.hide
{
	display: none;
}

/******************************
* END CLASSES USED BY ARFSDEMO
******************************/

