﻿body, h1, h2, h3, p, td, th
{
    font-family: Verdana, Arial, Sans-Serif;
}

body
{
    /*centre page for ie*/
    text-align: center;
    margin-top: 10px;
    background: url(../images/backing.jpg) repeat-x #ffffff;
}

h1
{
    font-size: 1.3em;
    font-weight: normal;
    color: #000099;
    text-align: center;
}

h2
{
    font-size: 1.1em;
    font-weight: normal;
    text-align: left;
    color: #000099;
}

h3
{
    font-size: 0.9em;
    font-weight: bold;
    color: #000099;
}

p
{
    text-align: justify;
    font-size: 0.8em;
}

li
{
    text-align: left;
    font-size: 0.9em;
}

td
{
    text-align: left;
    font-size: 0.8em;
}

acronym
{
    cursor: help;
    border-bottom: solid 1px Lime;
}

a img
{
    border: none;
}

em
{
    color: #000099;
    font-weight: bold;
}

#outer
{
    /*centre page for firefox*/
    margin: auto;
    width: 870px;
    min-height: 550px;
    background-color: #ffffff;
    border: solid 1px #000099;
    padding-bottom: 10px;
}

/*modified to fit strapline 11/05 */
#header
{
    margin: 20px 20px 10px 20px;
    font-size: 0.8em;
}

#headleft
{
    text-align: left;
}

#headright
{
    float: right;
    text-align: right;
}

/*end of mods*/

#nav
{
    margin: 0px 20px 0px 20px;
    padding: 2px 0px 2px 0px; /*background-color: #000099;*/
    border-bottom: solid 3px #000099;
}

.menu
{
    font-size: 0.9em;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    color: #FF9900;
    cursor: pointer;
}

.menu A:link, .menu A:hover, .menu A:visited
{
    text-decoration: none;
}

.menu A:link, .menu A:visited
{
    color: #FF9900;
}

.menu:hover
{
    color: #FF0000;
    cursor: pointer;
}

.menu A:hover
{
    color: #FF0000;
}

#siteMapPath
{
    margin: 0px 20px 10px 20px;
    padding: 5px 0px 5px 0px;
    border-bottom: solid 1px #000099;
    text-align: left;
    font-size: 0.6em;
    background-color: #eeeeff;
}

#leftofmain
{
    float: left;
    text-align: left;
    margin-left: 20px;
    width: 140px;
    height: 350px;
    background: url(../images/bordbot.jpg) repeat-x bottom left;
    border: 1px solid #000099;
}

.highlight
{
    height: 140px;
    padding: 0px 5px 0px 5px;
    font-size: 0.6em;
}

.highlight a:visited
{
    color: blue;
}

.highlight acronym
{
    border: none;
}

/*IE7 needs margin set, moz needs padding set ???*/
.highlight ul
{
    padding-left: 0px;
    margin-left: 0px;
}

.highlight ul li
{
    font-size: 1em;
    list-style-type: none;
    line-height: 1.6em;
}

.highlight ul li ul li
{
    padding-left: 25px;
    background: url(../images/researchlink.gif) no-repeat 0px top;
}

.highlight blockquote
{
    margin: 0px;
    font-size: 1.2em;
    font-style: italic;
}

.highlight-link
{
    text-decoration: underline;
    color: blue;
    font-stretch: condensed;
    margin-top: 5px;
    cursor: pointer;
}

/*right margin reduced to 19px for IE7 ???*/
#main
{
    margin: 0px 20px 0px 200px;
    padding: 0px;
}

/*home and research theme images*/
#tblthemes
{
    margin: 0px 20px 0px 20px;
}

#tblthemes table
{
    border-collapse: collapse;
}

#tblthemes td
{
    text-align: center;
    width: 165px;
    height: 180px;
    padding: 15px 15px 15px 15px;
}

#tblthemes img
{
    border: none;
}

.about-boxes
{
    display: none;
    margin-top: 20px;
}

.aboutbox
{
    border: solid 1px #AAAAAA;
    background-color: #EEEEEE;
    margin: 20px 0px 20px 0px;
    padding-top: 0px;
}

.boxhead
{
    background: url(../images/headback.jpg) repeat-x top left;
    text-align: center;
    margin-top: 0px;
}

.boxhead h1
{
    text-align: center;
    font-size: 1em;
    color: #000099;
    font-weight: bold;
    margin: 0px;
}

.boxhead h2
{
    text-align: center;
    font-size: 0.9em;
    color: #000099;
    font-weight: bold;
    margin: 0px;
    padding-bottom: 5px;
}

.boxcontent
{
    padding: 10px 10px 10px 10px;
    text-align: justify;
    font-size: 0.8em;
}

.boxcontent p
{
    font-size: 1em;
    margin-top: 0px;
}

.boxcontent li
{
    font-size: 1em;
    text-align: left;
}

#footer
{
    clear: both;
    margin: 20px;
    font-size: 0.6em;
    font-variant: small-caps;
    color: Silver;
}

/*Contact Form */
#contactform
{
    border: 1px solid #EEEEEE;
    padding: 20px 20px 0px 20px;
}

#tbName, #tbEmail, #tbSubject, #tbComments
{
    width: 200px;
}

/*fading images in*/
.gradualshine
{
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
}


/*news on home page*/
.news li
{
    text-align: left;
}

.news h2
{
    text-align: left;
    padding: 5px 0px 5px 25px;
    margin: 0px;
    font-size: 0.8em;
    font-weight: normal;
    background: url(../images/newslink.gif) no-repeat 0px 5px;
}

.news p
{
    margin: 0px 0px 10px 20px;
}

.newslink
{
    cursor: pointer;
}

/* new news page using ListView*/
.pager
{
    float: right;
    font-size: 0.8em;
    font-weight: bold;
    color: #000099;
}

.pager a:link, .pager a:visited
{
    color: #000099;
}

.pager a:hover
{
    color: #FF0000;
}

.newsList
{
    margin: 0 60px 0 60px;
}

.newsItem
{
    clear: both;
    margin: 10px 0 10px 0;
}

.newsSelected
{
    clear: both;
    padding: 0px;
    margin: 30px 60px 30px 60px;
    border: solid 2px #000099;
    background-color: #FFF8DC;
    max-height: 300px;
    overflow: auto;
}

.newsHead
{
    background-color: #000099;
    padding: 5px 20px 5px 20px;
    font-weight: bold;
}

.newsDate
{
    float: left;
    width: 100px;
    font-size: 0.8em;
}

.newsHead .newsDate
{
    color: #FF9900;
}

.newsTitle
{
    margin-left: 120px;
    text-align: left;
    font-size: 0.8em;
}

.newsTitle a:link, .newsTitle a:visited
{
    color: #000099;
    text-decoration: none;
}

.newsTitle a:hover
{
    color: #FF0000;
}

.newsHead .newsTitle
{
    color: #FF9900;
    text-align: center;
}

.newsDetail
{
    clear: both;
    margin: 20px 20px 20px 20px;
}

/* new news on Home page (note newsDate newsTitle and newsDetail all apply from above */
.homeList
{
    margin: 0px;
    padding: 0px;
}

.homeItem
{
    margin: 10px 0 10px 0;
    padding: 0px;
}

.homeSelected
{
    margin: 0px;
    padding: 0px;
    border: solid 2px #000099;
    background-color: #FFF8DC;
    max-height: 150px;
    overflow: auto;
}

/*Google Map on contacts page*/
#map
{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #000099;
}

/*Google search box*/
#search
{
    text-align: center;
}

/*logs*/
.logtables
{
    margin-left: 20px;
    margin-right: 20px;
    overflow: scroll;
    height: 600px;
    width: 830px;
    text-align: left;
}

.logtables TD
{
    padding-left: 5px;
}

.even
{
    background-color: Silver;
}

/*organisations page*/
.orgheader
{
    color: #000099;
    background: url(../images/headback.jpg) repeat-x bottom left;
    padding-left: 10px;
}

.orgtable td
{
    padding: 5px 15px 5px 15px;
}

/*panels*/
.main-content
{
    margin: 20px;
}

.rightpanels
{
    float: right;
    margin: 20px 0px 0px 0px;
}

.leftpanels
{
    float: left;
    margin: 20px 15px 0px 20px;
    padding: 0px;
}

.apicpanel
{
    width: 180px;
    margin-bottom: 20px;
}

.apanel
{
    border: solid 1px #AAAAAA;
    background-color: #EEEEEE;
    width: 180px;
    margin-bottom: 20px;
}

.imagelist
{
    margin: 5px;
    padding: 0px;
    list-style: none;
}

.panheader
{
    background: url(../images/headback.jpg) repeat-x top left;
    margin-top: 0px;
}

.panheader h2
{
    text-align: center;
    font-size: 0.9em;
    color: #000099;
    font-weight: bold; /*firefox needs this margin setting*/
    margin-top: 0px;
    padding-bottom: 5px;
}

.pancontent
{
    margin: 10px;
    font-size: 0.85em;
}
.pancontent ul
{
    list-style-type: none;
    margin-left: 20px;
    padding: 0px;
}
.pancontent li
{
    margin-bottom: 10px;
}
.pancontent a
{
    color: blue;
}
.pancontent a:hover
{
    color: red;
}
.caption
{
    font-size: 0.7em;
}

/*consult*/
#consult-main
{
    margin: 0px 20px 0px 20px;
    padding: 0px;
}

#nav2
{
    display: none;
    margin: 0px 20px 0px 20px;
    padding: 2px 0px 2px 0px;
    background: url(../images/headback.jpg) repeat-x bottom left;
    font-size: 0.8em;
}

#nav2 .menu A:link, #nav2 .menu A:visited
{
    color: #000099;
}

#nav2 .menu A:hover
{
    color: #FF0000;
}

#swrda-survey-main
{
    margin: 0px 20px 0px 20px;
    padding: 0px;
}

#tblstaff td
{
    padding: 0px 10px 0px 10px;
}

.img-right
{
    float: right;
    margin: 20px;
}


/*Test - popup div*/
.test
{
    display: none;
    position: absolute;
    top: 100px;
    width: 550px;
    border: ridge 3px silver;
    background: white;
    color: #000099;
}

.test h2
{
    margin: 0px;
    background: #000099 url(../images/close.gif) no-repeat top right;
    color: #ffffff;
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
    cursor: pointer;
}

.popup-content
{
    margin: 20px;
    text-align: justify;
    font-size: 0.8em;
}

.popup-content > ul
{
    padding-left: 10px;
    margin-left: 10px;
}

.popup-content > ul > li
{
    margin-top: 5px;
}

.acronym
{
    cursor: pointer;
    border-bottom: dotted 1px #BCB495;
}

.popup
{
    position: absolute;
    padding: 5px;
    background-color: #FFF4C9;
    color: Black;
    font-size: 1.2em;
    border: solid 1px #BCB495;
    display: none;
}

.panel-img-link
{
    cursor: pointer;
}

.panel-img-text
{
    font-size: 0.8em;
}

.panel-link-closed
{
    cursor: pointer;
    background: url(../images/arrow-h.png) no-repeat center left;
    line-height: 20px;
    padding-left: 25px;
}

.panel-link-open
{
    cursor: pointer;
    background: url(../images/arrow-v.png) no-repeat center left;
    line-height: 20px;
    padding-left: 25px;
    color: Red;
}

/*home facets*/

a#facets-anal img
{    
    background: url(../images/ras1.png) top left no-repeat;
}
a#facets-sust img
{
    background: url(../images/sbs1.png) top left no-repeat;
}
a#facets-inst img
{
    background: url(../images/id1.png) top left no-repeat;
}
a#facets-soft img
{
    background: url(../images/ss1.png) top left no-repeat;
}

a#facets-anal:hover img
{
    background: url(../images/ras1-1.png) top left no-repeat;
}
a#facets-sust:hover img
{
    background: url(../images/sbs1-1.png) top left no-repeat;
}
a#facets-inst:hover img
{
    background: url(../images/id1-1.png) top left no-repeat;
}
a#facets-soft:hover img
{
    background: url(../images/ss1-1.png) top left no-repeat;
}

/*home google search*/
#googlesearch
{
    clear: both;
    text-align: center;
    margin-top: 40px;
    margin-left: 200px;
    margin-right: 200px;
}

.horizontalList
{
    margin: 0px;
    padding: 0px;
}

.horizontalList li
{
    display: inline;
    margin-right: 20px;
    padding: 0px;
}