/*
 style.css
 
 v1.05 2002-05-21 WJMB Removed LI colours
 v1.04 2002-05-08 WJMB 'public' section, noprint/small styles, x-small not 11px
 v1.03 2002-05-01 WJMB Changed H1 to H6 heading styles
 v1.02 2002-04-30 WJMB Added 0 pixel margin to body tag
 v1.01 2002-04-29 WJMB Fixed white/white textarea
 v1.00 2002-03-07 MF/EH/LT/WB 2002-03-07 Complete rewrite for new template
*/

/* The following standards are used in this style sheet */
/* Documentation on the reason these standards have been chosen */
/* is available from the Web Support and Strategy Unit */

/* Arial, Helvetica as the primary font, with sans-serif as the alternate */
/* Font sizes specified in pixels rather than points for relativity */
/* Font sizes specified in top and left borders, and not in text */
/* PROPERTY tags are identified in upper case, and ordered alphabetically */
/* Style definitions and classes are ordered alphabetically */
/* Colours are specified as hexvalues and restricted to the web palette */

/* Standard Style definitions follow for the following selectors: */
/* A, BODY, DD, DIV, H1, H2, H3, H4, H5, H6, HR, LI, P, SPAN, TD, TEXTAREA, TH */

/* ------------------------------------------------------------------- */
/* 'PUBLIC' SECTION -- these class defininitions can be used by all departmental web authors */

.marginalia
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: x-small;
	TEXT-ALIGN: right;
}

/*removed to test if this causing the problem with the print style sheets - LT 13/8/2004*/
/*.noprint */
/*{   DISPLAY: none; */
/*}*/


.small 
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: x-small;
}

.bold
{	
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	FONT-WEIGHT: bold; 
} 

.italic
{	
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	FONT-STYLE: italic; 
} 

.bolditalic
{	
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	FONT-WEIGHT: bold; 
	FONT-STYLE: italic; 
} 

/* ------------------------------------------------------------------- */
/* 'PRIVATE' SECTION -- these classes are only defined for WSSU internal use */
/*	and may be changed at any time */
	
a.HelpNav-link
{
	BACKGROUND-COLOR: transparent;
	COLOR: white;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	TEXT-DECORATION: none;
}

a:link.HelpNav-link
{
	BACKGROUND-COLOR: transparent;
	COLOR: white;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	TEXT-DECORATION: none;
}

a:visited.HelpNav-link
{
	BACKGROUND-COLOR: transparent;
	COLOR: white;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	TEXT-DECORATION: none;
}

/* Note: active and hover not compatible with NS4 */

a.Navbar-left
{
	BACKGROUND-COLOR: transparent;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 13px;
	TEXT-DECORATION : underline;
}

body, div, p, th, td, li, dd
{
	FONT-FAMILY: Arial;color:#C5C705
}

BODY
{
	BACKGROUND-COLOR: white;
	COLOR: black;
	MARGIN: 0px;
}

H1
{
	FONT-FAMILY: Arial;
	FONT-SIZE: large;
	FONT-STYLE: normal;
	FONT-WEIGHT: bold; color:#C5C705
}

H2
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: medium;
	FONT-STYLE: normal;
	FONT-WEIGHT: bold;
}

H3
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: medium;
	FONT-STYLE: italic;
	FONT-WEIGHT: bold;
}

H4
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: small;
	FONT-STYLE: normal;
	FONT-WEIGHT: bold;
}

H5
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: small;
	FONT-STYLE: italic;
	FONT-WEIGHT: bold;
}

H6
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: x-small;
	FONT-STYLE: normal;
	FONT-WEIGHT: bold;
}

hr.leftnav
{
	COLOR: black;
	WIDTH: 160px;
	/* NS doesn't recognise width or color so specify in left.htm separately */
}

LI
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	PADDING-BOTTOM: 4px;
}

span.HelpNav
{
    BACKGROUND-COLOR: transparent;
    COLOR: white;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px
}

span.search
{
    BACKGROUND-COLOR: transparent;
    COLOR: black;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px
}

textarea
{
    BACKGROUND-COLOR: white;
    COLOR: black;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
}

/* Multi-element styles definitions follow for the following: */
/* .crumb, .footer, .marginalia, .rightnav-heading, .submit */

.crumb, .footer
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: x-small;
}

.rightnav-heading
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 13px;
	FONT-WEIGHT: bold;
}

.submit
{
    BACKGROUND-COLOR: white;
    COLOR: grey;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
}

/* Business unit specific styles follow (for colours A, SELECT, TD) */

a.bu
{
	BACKGROUND-COLOR: transparent;
	COLOR: white;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 15px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	TEXT-INDENT: 11px; /* Note: not currently supported by Opera */
}

a.dropdown
{
	BACKGROUND-COLOR: transparent;
	COLOR: white;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	TEXT-DECORATION: none;
}

a.subtitle
{
	BACKGROUND-COLOR: transparent;
	COLOR: black;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 13px;
	TEXT-DECORATION: none;
	TEXT-INDENT: 11px; /* Note: not currently supported by Opera */
}

a.webtitle
{
	BACKGROUND-COLOR: transparent;
	COLOR: black;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 15px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	TEXT-INDENT: 11px; /* Note: not currently supported by Opera */
}

select.dropdown
{
	BACKGROUND-COLOR: white;
	COLOR: black;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
}

td.dropdown
{
	BACKGROUND-COLOR: #000066;
	COLOR: black;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
}

td.colour1
{
	BACKGROUND-COLOR: #336699;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 13px;
}

td.colour2
{
	BACKGROUND-COLOR: #000066;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 13px;
}

td.colour3
{
	BACKGROUND-COLOR: #99CCCC;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 13px;
}

td.leftnav
{ 
	BACKGROUND-COLOR: #99CCCC;
	COLOR: Black; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 13px;
}

td.leftnav-arrow
{ 
	BACKGROUND-COLOR: #99CCCC;
	COLOR: Black; 
	TEXT-INDENT: 9px; /* not currently supported by Opera and screwy in NS4 too in this context */
}
