/* 4may 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: medium;
color: #3399CC;
}

h2, h2 p {
font-size: medium;
color: #006699;
}

h3, h3 p {
font-size: small;
color: #3399CC;
}

h4, h4 p {
font-size: small;
color: #006699;
}

h5, h5 p {
font-size: small;
font-weight: normal;
color: #666666;
}

h6, h6 p {
font-size: small;
font-weight: normal;
color: #333333;
}

a {
text-decoration: underline;
color: #3399CC;
}

a:hover {
text-decoration: underline;
color: #006699;
}

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 {
background-color: #ffffff;
padding: 2px 16px 2px 0px;
text-align: right;
}

td.persnav img {
display: inline;
}

td.persnav a {
font-weight: bold;
color: black;
}

/* ************************* */
/* PAGE LAYOUT - breadcrumb */

td.breadcrumb, td.breadclose {
background-color: #006699;
color: #cccccc;
}

td.breadcrumbred, td.breadclosered {
background-color: #993300;
color: #cccccc;
}

td.breadcrumb .white, td.breadcrumbred .white {
color: #ffffff;
}

td.breadcrumb a, td.breadclose a, td.breadcrumbred a, td.breadclosered a {
text-decoration: none;
color: #ffffff;
}

td.breadcrumb a:hover, td.breadclose a:hover, td.breadcrumbred a:hover, td.breadclosered 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;
}

div.linkblock p {
margin: 0px;
padding: 0px 8px;
}




/* ************************************* */
/* PAGE LAYOUT - main body content cell */

td.bodycontent {
border-right: 1px dotted #CCCCCC;
border-left: 1px dotted #CCCCCC;
}

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: 16px 8px 4px 16px;
padding: 0px;
}

td.rightnav div.linkblock table.whatsup {
margin: 4px 8px 4px 16px;
}

td.rightnav div.linkblock table.whatsup th a {
font-weight: normal;
}


/* ********************* */
/* PAGE LAYOUT - footer */

td.footer {
text-align: center;
border-top: 1px dotted #CCCCCC;
padding: 5px 0px;
color: #999999;
}

td.footer a {
text-decoration: none;
color: #999999;
}

td.footer a:hover {
text-decoration: underline;
color: #999999;
}


/* ****************** */
/* MAIN BODY CONTENT */

div.content {
padding: 14px 25px 8px 20px;
}

span.date {
color: #666666;
font-style: italic;
}

div.textblock {
padding: 8px 0px;
}























