/* 21july 04 */

/* ************** */
/* GENERAL SETUP */

body {
width: 100%;
margin: 0px;
padding: 0px;
background-color: #ffffff;
color: #000000;
}

form {
margin: 0px;
}

img {
margin: 0px;
padding: 0px;
border: 0px;
}

.block img {
display: block;
}

.inline img {
display: inline;
}


/* *********************************** */
/* GLOBAL CONTENT STYLES - no classes */

p {
margin: 0px;
}

blockquote {
margin-top: 0px;
}

ul, ol {
margin-top: 0px;
margin-right: 8px;
margin-bottom: 4px;
}

/* specify all for NN4 */
div, p, td, th, input, ul, ol, li, select, option {
font-family: arial, sans-serif;
font-size: small;
}

h1, h2, h3, h4, h5, h6 {
    font-family: arial, sans-serif;
    padding: 4px 0px 2px 0px;
    margin: 0px;
} 

h1, h1 p {
    font-size: 1.6em;
    color: #003366;
} 

h2, h2 p {
    font-size: 1.6em;
    color: #006699;
} 

h3, h3 p {
    font-size: 1em;
    color: #003366;
} 

h4, h4 p {
    font-size: 0.9em;
    color: #006699;
} 

h5, h5 p {
    font-size: .8em;
    font-weight: normal;
    color: #333333;
}

h6, h6 p {
    font-size: .8em;
    font-weight: normal;
    color: #666666;
}


a {
text-decoration: underline;
color: #006699;
}

td.bodycontent a:visited {
color: #993333;
} 

a:hover, td.bodycontent a:hover {
text-decoration: underline;
color: #003366;
}

th {
text-align: left;
}

/* ********************************** */
/* CONTENT - specific classes */


th.center {
text-align: center;
}

a.glossarylink, a.glossarylink:hover {
color: #000000;
}

/* links for user tools on personalised pages */
p.usertools {
margin: 8px 0px;
}

.newsitemimage {
padding: 6px 12px 6px 0px;
}

.newsitemdate {
font-style: italic;
color: #666666;
}

.repeaterspacing {
padding-bottom: 6px;
}

/* ****************************************************************** */
/* PAGE LAYOUT - input box in header & rightbar  */

td.searchpanel input, input.searchbox {
width: 130px;
}


/* ****************************************************************** */
/* PAGE LAYOUT - extra row of links at top of personalised pages  */

td.persnav, td.genericpersnav {
background-color: #ffffff;
padding: 2px 16px 2px 0px;
text-align: right;
}

td.persnav img, td.genericpersnav img {
display: inline;
}

td.persnav a, td.genericpersnav a {
font-weight: bold;
color: black;
}

/* ************************* */
/* PAGE LAYOUT - breadcrumb */

td.breadcrumb, td.breadclose {
background-color: #006699;
color: #cccccc;
}

/* new for @yourservice link 21june */
td.breadclose {
padding-right: 16px;
}

td.breadcrumbred {
background-color: #993300;
color: #cccccc;
}

td.breadcrumb .white, td.breadcrumbred .white {
color: #ffffff;
}

td.breadcrumb a, td.breadclose a, td.breadcrumbred a {
text-decoration: none;
color: #ffffff;
}

td.breadcrumb a:hover, td.breadclose a:hover, td.breadcrumbred a:hover {
text-decoration: underline;
color: #ffffff;
}


/* ********************************** */
/* PAGE LAYOUT - left and right bars */

td.leftnav a, td.rightnav a {
text-decoration: none;
}

td.leftnav a:hover, td.rightnav a:hover {
text-decoration: underline;
}

/* create dotted border between blocks */

div.hborder {
height: 1px;
border-bottom: 1px dotted #CCCCCC;
}

td.leftnav div.linkblock h2, td.rightnav h2 {
background-color: #0099cc;
}

div.linkblock, div.selectnav, div.search, div.login {
	padding-bottom: 8px;
	padding-top: 0px;
}

div.search 
{
	margin-top: 14px;
}

div.linkblock p {
margin: 0px;
padding: 0px 8px;
}


.fullWidth 
{
	width: 100%;
}


/* ************************************* */
/* PAGE LAYOUT - main body content cell */

td.bodycontent {
border-right: 1px dotted #CCCCCC;
border-left: 1px dotted #CCCCCC;
width: 100%;
}

td.bodycontentl {
border-left: 1px dotted #CCCCCC;
}


/* ************************ */
/* PAGE LAYOUT - right bar */

td.rightnav img {
display: block;
}

td.rightnav h2 img {
display: inline;
}

div.selectnav {
color: black;
padding: 8px 0px;
text-align: center;
} 

div.selectnav select {
width: 182px;
}

div.selectnav p {
text-align: left;
margin: 0px;
padding: 0px 0px 8px 8px;
}

div.loginpanel {
padding: 0px 0px 8px 0px;
width: 192px;
}

/* on rightbar, links under login form */

div.loginlinks {
padding: 4px 0px 0px 8px;
}

div.loginlinks p {
margin: 0px;
padding: 0px 0px 2px 8px;
}

/* on rightbar, logged in homepage */

td.rightnav div.linkblock h3 {
margin: 0px;
padding: 0px;
}



/* ********************* */
/* PAGE LAYOUT - footer */

td.footer, div.footer {
text-align: center;
border-top: 1px dotted #CCCCCC;
padding: 5px 0px;
color: #333333;
}

td.footer a, div.footer a {
text-decoration: none;
color: #333333;
}

td.footer a:hover, div.footer a:hover {
text-decoration: underline;
color: #333333;
}

/* ****************** */
/* MAIN BODY CONTENT */

div.content {
padding: 14px 25px 8px 20px;
}

span.date {
color: #666666;
font-style: italic;
}

div.textblock {
padding: 8px 0px;
}


/* ****************** */
/* ERROR MESSAGES */

.errormessage, .ErrorMessage, .ErrorMessageSmall, .errormessageblock {
color: #FF0000;
}

.errormessage a, .ErrorMessage a, .ErrorMessageSmall a, .errormessageblock a {
font-weight: bold;
color: #ff0000;
}

.errormessage a:hover, .ErrorMessage a:hover, .ErrorMessageSmall a:hover, .errormessageblock a:hover {
font-weight: bold;
color: #FF0000;
text-decoration: underline;
}

/* ****************** */
/* styles for printable character between previous/next links in popups - 20 July 2004 */

.white {

color: white;

}

.grey {

color: #CCCCCC;

}
tr.grey
{
	color: #CCCCCC;
}
/* ****************** */
/* fix for some browsers to align text with bullet - 9 September 2004 */

li h3 { 
display: inline; 
}

/* new table routine css - styles replicated from style_cssm.css */
/* style_cssm.css not referenced as there is a conflict with style.css in PWS */
/* required for Office & Fees Calculator */

table.sitetable {
background-color: #CCCCCC;
}

table.sitetable th, table.sitetable td.title, table.sitetable tr.title td {
background-color: #3399cc;
color: #ffffff;
font-weight: bold;
text-align: left;
}

table.sitetable th a, table.sitetable td.title a, table.sitetable th a:hover, table.sitetable td.title a:hover {
font-weight: normal;
color: #ffffff;
}


div.content table.sitetable td h3, div.content table.sitetable td a {
color: #003366;
}

table.calcbtn {
width: 94%;
voice-family: "\"}\"";
voice-family: inherit;
width: 100%;
}
 
table.paneltbl {
width: 94%;
voice-family: "\"}\"";
voice-family: inherit;
width: 100%;
}
/* Contact Information styles used in error404.htm and error.htm */

table.contactinfotable {
background-color: #CCCCCC;
width: 70%;
voice-family: "\"}\"";
voice-family: inherit;
}

table.contactinfotable th, table.contactinfotable td.contactinfotitle, table.contactinfotable tr.contactinfotitle td {
background-color: #3399cc;
color: #ffffff;
font-weight: bold;
text-align: left;
}
table.contactinfotable td
{
	padding-left: 8px;
	padding-right: 4px; 
	padding-bottom: 4px; 
	border-bottom: white 1px solid;
}
/* End Contact Information styles */

.search
{
	margin-top: 0px;
	padding-left: 2px;
    padding-right: 7px;
    color: #42b4d9;
    font-size: 12px;
    font-family: arial, verdana;
    font-weight: normal;
}
