/*
* Green (Sectors) - #9FAE34
* Blue (Products) - #44A2AC
* Brown (Applications) - #8D775F
* Light Grey (Background) - #F7F7F7
* Light Blue (Background) - #E8EDF1
* Dark Blue - #304B9D
*/

/******************************
* 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;
}
 
TD, TH, CAPTION /* default text */
{
	text-decoration: none;
	vertical-align: top;
}
 
H1 /* page title */
{
	color: #4264AB;
	font-size: 130%;
	font-weight: normal;
}
 
H2 /* header within page */
{
	color: #4264AB;
	font-size: 120%;
	font-weight: normal;
}

H3 /* header within page */
{
	font-size: 100%;
	margin: 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;
}

/*** LINK CLASSES ***/
 
A:link, A:visited /* default link */
{
	color: #4264AB;
	text-decoration: underline;
}
 
A:hover, A:active,/* default link */
#homepage A:link, #homepage A:visited
{
	color: #4264AB;
	text-decoration: none;
}

#homepage A:hover, #homepage A:active
{
	color: #4264AB;
	text-decoration: underline;
}

/*** 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: #FFF;
	padding: 4px;
}

.artintrobg /* article intro background */
{
	background-color: #E8EDF1;
	padding: 4px;
}

.artintrobg A:link,
.artintrobg A:visited
{
	font-size: 110%;
	text-decoration: none;
}

.artintrobg A:hover,
.artintrobg A:active
{
	font-size: 110%;
	text-decoration: underline;
}

.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: x-small;
	color: #304B9D;
	font-weight: bold;
}

/*** ADDITIONAL LINK CLASSES ***/

A.whitelink:link,
A.whitelink:visited,
A.whitelink:hover,
A.whitelink:active
{
	font-size: 100%;
	color: #FFF;
}

A.nounderline:link,
A.nounderline:visited
{
	text-decoration: none;
}

A.nounderline:hover,
A.nounderline:active
{
	text-decoration: underline;
}

/*** 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 #7F9DB9;
	width: 80%;
}

.textareashort /* for shorter <input type="text"> and <select> fields*/
{
	border: 1px solid #7F9DB9;
	width: 120px;
}

.textarea2d /* for <textarea> */
{
	border: 1px solid #7F9DB9;
	width: 95%;
	height: 150px;
    font-family: Arial, Helvetica, sans-serif;
}

.textareafree /* for <input type="text"> and <select> fields of free width */
{
	border: 1px solid #000;
}

/*** SEARCHFORM ***/

#searchForm .textareashort
{
	border-color: #7F9DB9;
	font-size: small;
}

#branddrop, #langdrop
{
	font-size: x-small;
}

/*** DATA TABLE ***/

TABLE.datatable
{
	border-style: solid;
	border-color: #E8EDF1;
	border-width: 1px 0px 0px 1px;
}

TABLE.datatable TH
{
	border-style: solid;
	border-color: #E8EDF1;
	border-width: 0px 1px 1px 0px;
	background-color: #F7F7F7;
	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: #E8EDF1;
	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: #E8EDF1;
	font-weight: bold;
	padding: 4px;
	text-align: left;
	border-width: 1px 1px 0px 1px;
	background-color: #F7F7F7;
}

/*** EXTNET TABLE ***/

TABLE.exnettable
{
	border-style: solid;
	border-color: #E8EDF1;
	border-width: 1px 0px 0px 1px;
}

TABLE.exnettable TH
{
	border-style: solid;
	border-color: #E8EDF1;
	border-width: 0px 1px 1px 0px;
	background-color: #F7F7F7;
	padding: 4px;
	text-align: center;
    font-size: 80%;
}

TABLE.exnettable TH.plaintext /* for default text in a <th> */
{
	font-weight: normal;
	text-align: left;
}

TABLE.exnettable TD
{
	border-style: solid;
	border-color: #E8EDF1;
	border-width: 0px 1px 1px 0px;
	padding: 4px;
	text-align: center;
}

TABLE.exnettable TD TD /* remove borders from nested table cells */
{
	border-width: 0px
}

TABLE.exnettable CAPTION
{
	border-style: solid;
	border-color: #E8EDF1;
	font-weight: bold;
	padding: 4px;
	text-align: left;
	border-width: 1px 1px 0px 1px;
	background-color: #F7F7F7;
}

/*** LOGIN TABLE ***/

TABLE.logintable
{
	border-style: solid;
	border-color: #8599B4;
	border-width: 1px 1px 1px 1px;
}

TABLE.logintable TH
{
	padding: 4px;
	text-align: right;

}

TABLE.logintable TH.plaintext /* for default text in a <th> */
{
	font-weight: normal;
	text-align: left;
}

TABLE.logintable TD
{
	padding: 4px;
	text-align: left;
}

TABLE.logintablewarning
{
	border-style: solid;
	border-color: #8599B4;
    background-color: #E8EDF1;
	border-width: 1px 1px 1px 1px;
}
TABLE.logintablewarning TD
{
    font-size: 75%;
	padding: 4px;
	text-align: left;
}

/*** PAGE HEADER ***/

#pageheader
{
	width: 939px;
	text-align: center;
	margin-bottom: 5px;
	margin: 0px auto;
}

#pageheader TD
{
	vertical-align: middle;
}

#pageheaderimg IMG
{
	display: block;
}

/*** 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
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	width: 939px;
	border: 1px solid #E8EDF1;
}

#topmenubar TD
{
	font-size: 80%;
	color: #304B9D;
	background-color: #C4D0EA;
	font-weight: bold;
	vertical-align: middle;
}

#topmenubar DIV
{
	float: left;
	white-space: nowrap;
	padding: 8px 8px;
}

#topmenubar DIV.datasourceon /* bg colour of selected menu/menugroup */
{
	background-color: #C4D0EA;
}

#topmenubar DIV.datasourceoff /* bg colour of unselected menu/menugroup */
{
	background-color: #C4D0EA;
}

#topmenubar DIV.divideron /* show menu divider */
{
	background-color: #C4D0EA;
	color: #E8EDF1;
	padding: 8px 0px;
}

#topmenubar DIV.divideroff /* hide menu divider */
{
	background-color: #C4D0EA;
	color: #E8EDF1;
	padding: 8px 0px;
}

#topmenubar DIV.datasourceon A:link,
#topmenubar DIV.datasourceon A:visited
{
	color: #304B9D;
	text-decoration: none;
}

#topmenubar DIV.datasourceon A:hover,
#topmenubar DIV.datasourceon A:active
{
	color: #304B9D;
	text-decoration: underline;
}

#topmenubar DIV.datasourceoff A:link,
#topmenubar DIV.datasourceoff A:visited
{
	color: #304B9D;
	text-decoration: none;
}

#topmenubar DIV.datasourceoff A:hover,
#topmenubar DIV.datasourceoff A:active
{
	color: #304B9D;
	text-decoration: underline;
}

/*** BREADCRUMB TRAIL NAVIGATION **/

#breadcrumbwrap
{
	border-left: 1px solid #B4CEEC;
	border-right: 1px solid #B4CEEC;
	padding: 0px 5px 5px 5px;
	margin: 0px auto;
}

#breadcrumb
{
	color: #666;
	font-size: 90%;
	text-align: right;
	border-bottom: 1px solid #B4CEEC;
	padding: 10px 20px 20px 20px;
	margin: 0px auto;
}

#breadcrumb A:link,
#breadcrumb A:visited
{
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}

#breadcrumb A:hover,
#breadcrumb A:active
{
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

#breadcrumb SPAN,
#breadcrumb SPAN.divider
{
	font-weight: bold;
}

/*** PREVIOUS/NEXT CONTROLS ***/

DIV.prevnext
{
	font-size: 85%;
}

/*** CONTENT AREA ***/

#content
{
	padding: 20px;
	border-right: 1px solid #B4CEEC;
	border-left: 1px solid #B4CEEC;
}

/*** FOOTER ***/

#footer
{
	margin-top: 5px;
}

#footer TD
{
	color: #4264AB;
	font-size: 90%;
	vertical-align: middle;
}

#footer TD.bordered
{
	color: #FFF;
	font-size: 1px;
	line-height: 1px;
	border-width: 0px;
	border-style: solid;
	border-color: #B4CEEC;
}

#footer A:link,
#footer A:visited
{
	text-decoration: none;
}

#footer A:hover,
#footer A:active
{
	text-decoration: underline;
}

/*** LEFT AND RIGHT INCLUDES (Latest news etc.) ***/

TD.includesbg
{
	background-color: #900;
}

TABLE.includebox TD
{
	background-color: #F7F7F7;
	padding: 20px 30px; 
}

TABLE.includebox TD.header
{
	background-color: #E8EDF1;
	vertical-align: middle;
	padding: 5px;
	border-bottom: 8px solid #FFF;
}

TABLE.includebox TD.header H2
{
	font-size: 110%;
	font-weight: bold;
	display: inline;
}

TABLE.includebox .bordered
{
	border-bottom: 1px solid #E8EDF1;
}

TD.menuoffarrow
{
	background: url(../images/arrow_menuoff.gif) no-repeat center left;
}

/*** CLASSES USED TO GET INSIDE .NET TABLES IN SEARCH.ASPX ***/

#SearchDataGrid TD
{
	padding: 10px;
}

TR.pagerstyle TD
{
	background-color: #E8EDF1;
	padding: 5px 10px !important;
}

TR.pagerstyle TD SPAN
{
	padding: 0px 10px;
}

/*** REMOVE IMAGE BORDERS BY DEFAULT ***/

IMG
{
	border: 0px;
}

/*** HIDING ELEMENTS USED IN NON CSS DISPLAY (E.G HR) ***/

.hide
{
	display: none;
}

/*** WRAPPER - SITE WIDTH ***/

.wrapper
{
	width: 939px;
}

/******************************
* END CLASSES USED BY ARFSDEMO
******************************/

