/******************************
* 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: #482102;
  padding-top: 0px; /* for Opera, achieves same as margin-top: 0px in IE/FF */
  margin: 0px;
}
 
TD, TH, CAPTION /* default text */
{
  text-decoration: none;
  vertical-align: top;
}
 
H1 /* page title */
{
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #8b7a44;
  font-size: 2.0em;
  font-weight: normal;
}
 
H2 /* header within page */
{
  font-size: 120%;
}
 
H3 /* header within page */
{
  font-size: 110%;
}

P
{
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
  font-size: 1.1em;
  line-height: 1.5em;
} 

.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: #482102;
}

TABLE.outer
{
  width: 500px;
  margin: 0px;
}

TABLE.outerprint
{
  width: 650px;
  margin: 0px auto;
  background-color:#FFFFFF;
  padding: 5px;
}

.smalltext
{
  font-size: 100%;
  font-weight: bold;
}

/*** LINK CLASSES ***/
 
A:link, A:visited /* default link */
{
  font-family: Arial, Helvetica, sans-serif;
  color: #660000;
  font-size: 1.0em;
  text-decoration: none;
}
 
A:hover, A:active /* default link */
{
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 1.0em;
  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: #F5EABC;
  padding: 5px;
}

.artintrobg /* article intro background */
{
  background-color: #FAF7E4;
  padding: 5px;
}

.accent /* accent colour (for high contrast) */
{
  background-color: #482102;
}

/*** ADDITIONAL TEXT CLASSES ***/

.warning /* for 'mandatory field' star */
{
  color: #F00;
}

.date /* for displaying the date on news etc. */
{
  font-size: 90%;
  color: #A79157;
}

/*** 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 #666666;
  width: 95%;
  font-size: 100%;
}

.textareashort /* for shorter <input type="text"> and <select> fields*/
{
  border: 1px solid #666666;
  width: 120px;
  font-size: 100%;
}

.textarea2d /* for <textarea> */
{
  border: 1px solid #666666;
  width: 95%;
  height: 150px;
  font-size: 100%;
}

.textareafree /* for <input type="text"> and <select> fields of free width */
{
  border: 1px solid #666666;
  font-size: 100%;
}

/*** DATA TABLE ***/

TABLE.datatable
{
  border-style: solid;
  border-color: #8b7a44;
  border-width: 1px 0px 0px 1px;
}

TABLE.datatable TH
{
  border-style: solid;
  border-color: #8b7a44;
  border-width: 0px 1px 1px 0px;
  background-color: #dad7c6;
  padding: 4px;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
  font-size: 1.1em;
  font-weight: normal;
}

TABLE.datatable TH.plaintext /* for default text in a <th> */
{
  font-weight: normal;
  text-align: left;
}

TABLE.datatable TD
{
  border-style: solid;
  border-color: #8b7a44;
  border-width: 0px 1px 1px 0px;
  padding: 4px;
  text-align: left;
  background-color: #ffffff;
}

TABLE.datatable TD TD /* remove borders from nested table cells */
{
  border-width: 0px
}

TABLE.datatable CAPTION
{
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  background-color: #8b7a44;
  border-style: solid;
  border-color: #8b7a44;
  padding: 4px;
  text-align: left;
  border-width: 1px 1px 0px 1px;
}

/*** 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: #482102;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 1px solid #482102;
}

#topmenubar TD.datasourceon /* bg colour of selected menu/menugroup */
{
  background-color: #482102;
  padding: 5px 10px;
}

#topmenubar TD.datasourceoff /* bg colour of unselected menu/menugroup */
{
  background-color: #F5EABC;
  padding: 5px 10px;
}

#topmenubar TD.divideron /* show menu divider */
{
  background-color: #F5EABC;
  color: #482102;
}

#topmenubar TD.divideroff /* hide menu divider */
{
  background-color: #482102;
  color: #482102;
}

#topmenubar TD.datasourceon A:link,
#topmenubar TD.datasourceon A:visited
{
  color: #FFF;
  text-decoration: none;
}

#topmenubar TD.datasourceon A:hover,
#topmenubar TD.datasourceon A:active
{
  color: #FFF;
  text-decoration: underline;
}

#topmenubar TD.datasourceoff A:link,
#topmenubar TD.datasourceoff A:visited
{
  color: #482102;
  text-decoration: none;
}

#topmenubar TD.datasourceoff A:hover,
#topmenubar TD.datasourceoff A:active
{
  color: #482102;
  text-decoration: underline;
}

/*** LEFT HAND MENU ***/

#lhlinks
{
  background-color: #F5EABC;
  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: transparent;
  padding: 5px;
}

#lhlinks LI.menuitemon DIV
{
  background-color: transparent;
  border-bottom: 1px solid #482102;
  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 #482102;
  padding: 1px 0px 3px 0px;
}

#lhlinks LI.menuitemoff
{
  color: #482102;
  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;
}

#lhlinks LI.sectionoff
{
  font-size: 100%;
  color: #482102;
  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: #482102;
}

/*** 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 10px 20px 0px;
}

TABLE.outerprint #content
{
  padding: 0px 10px 20px 10px;
}

/*** FOOTER ***/

#footer TD
{
  background-color: #482102;
  color: #FFF;
  font-size: 100%;
  font-weight: bold;
  padding: 15px;
}

#footer TD TD
{
  font-size: 100%;
  padding: 0px;
}

#footer A:link,
#footer A:visited
{
  color: #FFF;
}

#footer A:hover,
#footer A:active
{
  color: #FFF;
}

/*** 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: #FAF7E4;
}

TABLE.includebox .bordered
{
  border-top: 1px solid #A1A1A1;
}

TABLE.includebox TD.header
{
  background-color: #F5EABC;
  border-bottom: 1px solid #482102;
  vertical-align: middle;
}

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: #482102;
}

TABLE.includebox UL /* removes unwanted list whitespace */
{
  padding: 0px;
  margin: 0px;
}

TABLE.includebox LI
{
  padding: 5px;
}

/*** SECOND VERSION OF THE INCLUDES BOX ***/

TABLE.includebox2 H2
{
  font-size: 100%;
  display: inline;
}

TABLE.includebox2 TD
{
  padding: 8px 10px;
  background-color: #EDE9DD;
}

TABLE.includebox2 TD.header
{
  background-color: #A79157;
  color: #FFF;
}

TABLE.includebox2 TD.headerline
{
  background-color: #A79157;
  border-bottom: 1px solid #482102;
  color: #FFF;
}

TABLE.includebox TD.headerline A:link,
TABLE.includebox TD.headerline A:visited
{
  color: #FFF;
  text-decoration: none;
}

TABLE.includebox TD.headerline A:hover,
TABLE.includebox TD.headerline A:active
{
  color: #FFF;
  text-decoration: underline;
}

TABLE.includebox2 TD.white
{
  background-color: #FFF;
}

TABLE.includebox2 TD.whiteline
{
  background-color: #FFF;
  border-top: 1px solid #482102;
}

TABLE.includebox2 TD.ltcream
{
  background-color: #FAF7E4;
}

TABLE.includebox2 TD.dkcream
{
  background-color: #F5EABC;
}

TABLE.includebox2 TD.tan
{
  background-color: #dad7c6;
}

TABLE.includebox2 UL /* removes unwanted list whitespace */
{
  padding: 0px;
  margin: 0px;
}

TABLE.includebox2 LI
{
  padding: 0px;
}

/*** CLASSES USED TO GET INSIDE .NET TABLES IN SEARCH.ASPX ***/

#SearchDataGrid TD
{
  padding: 10px;
}

TR.pagerstyle TD
{
  background-color: #F5EABC;
}

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: #482102;
}

#azlinks TD.disabled
{
  color: #A79157;
}

/*** REMOVE IMAGE BORDERS BY DEFAULT ***/

IMG
{
  border: 0px;
}

/*** HIDING ELEMENTS USED IN NON CSS DISPLAY (E.G HR) ***/

.hide
{
  display: none;
}

/*** CSS REQUIRED FOR THE INSTALLERS GRID MAP ***/

/** For use on front end **/
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
{
  background-image: url(/images/marker.gif);
  background-repeat: no-repeat;
}

TABLE.grid TD.marker:hover
{
  background-image: url(/images/marker_highlight.gif);
  background-repeat: no-repeat;
}

/******************************
* END CLASSES USED BY ARFSDEMO
******************************/

