body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #1a1a1a;
    /* IE only scrollbar stuff */
    scrollbar-base-color: #E5E5E5;
    scrollbar-highlight-color: #DEE7EC;
    scrollbar-track-color: #E5E5E5;
    scrollbar-darkshadow-color: #E5E5E5;
    scrollbar-3dlight-color: #5e8099;
    scrollbar-shadow-color: #5e8099;
    scrollbar-arrow-color: #5e8099;
}     
                                
 
img {
    border: None;
}

/*************************************************
Layout containers
*************************************************/

table.plinth {
    width: 820px;
    vertical-align: top;
    font-family: Tahoma;
    font-size: 2;
}
.siteBanner{
    width: 820px;
    height: 100px;
    background: url(/images/site_banner.png) no-repeat 0px 0px;
    margin: 0px 0px 0px 0px;
}
.altbanner{
    width: 670px;
    margin: 10px 10px 10px 10px;
}
.leftBannerRepeat{
    background: url(images/repeatingBit.gif);
}

table.plinth td.contentArea {
    width: 660px;
    vertical-align: top;
    font-family: Arial, sans-serif;
    font-size: 11px;
        border: 1px solid #fff;
}

table.plinth td.contentArea table.layout{
    width: 670px;
    vertical-align: top;
    font-family: Arial, sans-serif;
    font-size: 11px;
}

table.plinth td.contentArea table.layout td.middleCol{
    padding-left: 15px;
    margin-left: 15px;
    padding-right: 15px;
    width: 480px;
    vertical-align: top;
}

table.frontpage td.contentArea table.layout td.middleCol{
    padding-right: 0px;
}

table.plinth td.contentArea table.layout td.finder{
    padding-left: 15px;
    padding-right: 15px;
    width: 680px;
    vertical-align: top;
}
table.plinth td.contentArea table.layout td.finder table.finderSections{
    font-family: Arial, sans-serif;
    font-size: 11px;
    width: 650px;
    vertical-align: top;
    margin-bottom: 15px;
}

table.plinth td.contentArea table.layout td.finder table.finderSections td{
    padding-left: 4px;
}

table.plinth td.contentArea table.layout td.finder table.finderSections td.footer{
    padding-left: 0px;
    border-top: 1px solid #999999;
}

table.plinth td.contentArea table.layout td.finder table.finderSections td.options a:link {
    display: inline-block;
    text-decoration: none;
    color: #333333;
    background: url(/images/tickbox-f.gif) no-repeat 0px 0px;
    text-align: left;
    padding: 1px 4px 2px 18px;
}

table.plinth td.contentArea table.layout td.finder table.finderSections td.options a:active {
    display: inline-block;
    text-decoration: none;
    color: #333333;
    background: url(/images/tickbox-f.gif) no-repeat 0px 0px;
    text-align: left;
    padding: 1px 4px 2px 18px;
}

table.plinth td.contentArea table.layout td.finder table.finderSections td.options a:visited {
    display: inline-block;
    text-decoration: none;
    color: #333333;
    background: url(/images/tickbox-f.gif) no-repeat 0px 0px;
    text-align: left;
    padding: 1px 4px 2px 18px;
}

table.plinth td.contentArea table.layout td.finder table.finderSections td.options a:hover {
    text-decoration: underline;
    background: url(/images/tickbox-f-mo.gif) no-repeat 0px 0px;
}

table.plinth td.contentArea table.layout td.finder table.finderSections td.options a.remove {
    display: inline-block;
    text-decoration: none;
    color: #333333;
    background: url(/images/tickbox-t.gif) no-repeat 0px 0px;
    text-align: left;
    padding: 1px 4px 2px 18px;
}


table.plinth td.contentArea table.layout td.finder table.finderSections td.options a.remove:link {
    display: inline-block;
    text-decoration: none;
    color: #333333;
    background: url(/images/tickbox-t.gif) no-repeat 0px 0px;
    text-align: left;
    padding: 1px 4px 2px 18px;
}

table.plinth td.contentArea table.layout td.finder table.finderSections td.options a.remove:active {
    display: inline-block;
    text-decoration: none;
    color: #333333;
    background: url(/images/tickbox-t.gif) no-repeat 0px 0px;
    text-align: left;
    padding: 1px 4px 2px 18px;
}

table.plinth td.contentArea table.layout td.finder table.finderSections td.options a.remove:visited {
    display: inline-block;
    text-decoration: none;
    color: #333333;
    background: url(/images/tickbox-t.gif) no-repeat 0px 0px;
    text-align: left;
    padding: 1px 4px 2px 18px;
}

table.plinth td.contentArea table.layout td.finder table.finderSections td.options a.remove:hover {
    background: url(/images/tickbox-t-mo.gif) no-repeat 0px 0px;
    text-decoration: underline;
}


table.plinth td.contentArea table.layout td.finder table.finderSections td.heading{
    background: #999999;
    color: white;
    font-weight: bold;
}

table.plinth td.contentArea table.layout td.finder table.pagination{
    font-family: Arial, sans-serif;
    font-size: 11px;
    width: 650px;
    vertical-align: top;
    margin-bottom: 15px;
}

table.plinth td.contentArea table.layout td.finder table.pagination td{
    padding-left: 4px;
    padding-bottom: 2px;
}

table.plinth td.contentArea table.layout td.finder table.pagination td a.pageselected {
    font-size: 10px;
    padding: 0px 2px 0px 2px;
    color: #999999;
    background: white;
    text-decoration: none;
    border: 1px solid #999999;
}
table.plinth td.contentArea table.layout td.finder table.pagination td a.pagesected:hover {
    color: #999999;
    background: white;
    text-decoration: none;
    border: 1px solid #999999;
}
table.plinth td.contentArea table.layout td.finder table.pagination td a.page {
    font-size: 10px;
    padding: 0px 2px 1px 2px;
    background: #999999;
    color: white;
    text-decoration: none;
    border: 1px solid #003066;
}
table.plinth td.contentArea table.layout td.finder table.pagination td a.page:hover {
    background: #999999;
    color: white;
    text-decoration: none;
    border: 1px solid #003066;
}

table.plinth td.contentArea table.layout td.finder table.pagination td.heading{
    background: #999999;
    color: white;
    font-weight: bold;
}

table.plinth td.contentArea table.layout td.finder table.finderArticle{
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #191919;
    width: 650px;
    vertical-align: top;
    margin-bottom: 15px;
}

table.plinth td.contentArea table.layout td.finder table.finderArticle td{
    padding-left: 4px;
    padding-top: 10px;
}

table.plinth td.contentArea table.layout td.finder table.finderArticle td a:link{
    background-image: url(images/arrow-white.gif);
    background-repeat: no-repeat;
    background-position: center right;
    text-decoration: none;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 20px;
    color: #003300;
}
table.plinth td.contentArea table.layout td.finder table.finderArticle td a:visited{
    background-image: url(images/arrow-white.gif);
    background-repeat: no-repeat;
    background-position: center right;
    text-decoration: none;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 20px;
    color: #003300;
}

table.plinth td.contentArea table.layout td.finder table.finderArticle td a:active{
    background-image: url(images/arrow-white.gif);
    background-repeat: no-repeat;
    background-color: cccccc;
    background-position: center right;
    text-decoration: none;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #003300;
}

table.plinth td.contentArea table.layout td.finder table.finderArticle td a:hover{
    background-image: url(images/arrow-white-mo.gif);
    background-repeat: no-repeat;
    background-color: white;
    background-position: center right;
    text-decoration: none;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #003300;
}

table.plinth td.contentArea table.layout td.finder table.finderArticle td.heading{
    width: 650px;
    background: #e5e5e5;
    color: #262f63;
    font-weight: bold;
    padding-top: 0px;
}

table.plinth td.contentArea table.layout td.finder table.finderArticle td.summary{
    padding-left: 10px;
    padding-right: 25px;
}

table.plinth td.contentArea table.layout td.finder table.finderArticle td.image{
    padding: 0px 0px 0px 0px;
}

table.plinth td.contentArea table.layout td.middleCol table.articles{
    width: 510px;
    vertical-align: top;
    font-family: Tahoma;
    font-size: 13px;
    margin-bottom: 15px;
    color: #4c4c4c;
}

table.plinth td.contentArea table.layout td.middleCol table.articlesHomepage{
    width: 789px;
    vertical-align: top;
    font-family: Tahoma;
    font-size: 13px;
    margin-bottom: 15px;
    color: #4c4c4c;
}

table.plinth td.contentArea table.layout td.middleCol table.articlesHomepage td.headlineHompage{
    background: #e5e5e5;
    color: #262f63;
    padding-left: 6px;
    padding-right: 15px;
    padding-top: 1px;
    font-weight: bold;

}

table.plinth td.contentArea table.layout td.middleCol table.articlesHomepage td.fullWidthArticleImageHomepage{
    padding: 12px 10px 10px 10px;
    width: 200px;
    vertical-align: top;
}

table.plinth td.contentArea table.layout td.middleCol table.homepagearticle{
    width: 789px;
    vertical-align: top;
    font-family: Tahoma;
    font-size: 13px;
    margin-bottom: 15px;
    color: #4c4c4c;
}

table.plinth td.contentArea table.layout td.middleCol table.articles td.headline{
    background: #e5e5e5;
    color: #262f63;
    padding-left: 6px;
    padding-right: 15px;
    padding-top: 1px;
    font-weight: bold;

}

table.plinth td.contentArea table.layout td.middleCol table.articlesHompage td.headlineHompage{
    background: #e5e5e5;
    color: #262f63;
    padding-left: 6px;
    padding-right: 15px;
    padding-top: 1px;
    font-weight: bold;

}

table.plinth td.contentArea table.layout td.middleCol table.articles td.leadArticleImage{
    padding: 10px 10px 10px 10px;
    width: 140px;
}

table.plinth td.contentArea table.layout td.middleCol table.articles td.fullWidthArticleImage{
    padding: 12px 10px 10px 10px;
    width: 200px;
    vertical-align: top;
}

table.plinth td.contentArea table.layout td.middleCol table.articles td.articleCopy{
    padding-right: 0px;
    padding-top: 0px;
    vertical-align: top;
}

table.plinth td.contentArea table.layout td.middleCol table.articles td.fullWidthArticleCopy{
    padding-top: 10px;
    padding-right: 2px;
    padding-left: 10px;
    vertical-align: top;
}

table.plinth td.contentArea table.layout td.middleCol table.articlesHompage td.fullWidthArticleCopyHomepage{
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: top;
}

table.plinth td.contentArea table.layout td.middleCol table.articles td.PersonThumbnail{
    padding-top: 10px;
    padding-right: 10px;
    vertical-align: top;
}

table.plinth td.contentArea table.layout td.middleCol table.articles td.PersonThumbnail img{
    padding: 2px;
    border: 1px solid #99AC95;
}

table.plinth td.contentArea table.layout td.middleCol table.multimodules {
    font-family: Arial, sans-serif;
    font-size: 11px;
    width: 500px;
    vertical-align: top;
}

table.plinth td.contentArea table.layout td.middleCol table.multimodules td.half{
    width: 250px;
    vertical-align: top;
}

table.plinth td.contentArea table.layout td.middleCol table.multimodules td.half table{
    width: 240px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    vertical-align: top;
}

table.plinth td.contentArea table.layout td.middleCol table.multimodules td.headline{
    background: #e5e5e5;
    padding-left: 2px;
    font-weight: bold;
    color: #262f63;
}

table.plinth td.contentArea table.layout td.middleCol table.multimodules td.halfWidthArticleImage{
    padding: 10px 10px 10px 10px;
    width: 70px;
}

table.plinth td.contentArea table.layout td.middleCol table.multimodules td.halfWidthArticleCopy{
    width: 160px;
    padding-top: 10px;
    padding-right: 10px;
    vertical-align: top;
    overflow-x: scroll;
}
/*************************************************
Top & banner sections
*************************************************/
.navDate {
    background: #ededed;
    width: 0px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}   

.navDate2 {
    background: #ededed;
    width: 100px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}   

table.topTabs{
    width: 820px;
    border-left: 1px solid white;
    border-top: 1px solid white;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    vertical-align: top;
}

table.topTabs td {
    border-right: 1px solid white;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 8px;
    padding-bottom: 8px;
    overflow-x: hidden;
    vertical-align: middle;
}

table.topTabs td.filler {
    background: #cccccc;
    border-right: none;

}

table.topTabs td.last {
    background: #cccccc;
}

table.topTabs td.lastborder {
    background: #cccccc;
    border-left: 1px solid white;
}

table.topTabs td {
}

table.topTabs td.link {
    background: #ededed;
    color: black;
    cursor: pointer;
    cursor: hand;
}

table.topTabs td.link a{
    color: black;
    text-decoration:none;
}
table.topTabs td.linkOver {
    background: #5e8099;
    color: white;
    cursor: pointer;
}
table.topTabs td.linkOver a{
    color: white;
    text-decoration:none;
}

table.topTabs td.selected {
    background: #5e8099;
    color: white;

}

table.topTabs td.selected a{
    color: white;
    text-decoration:none;
}

td.colorBar {
    background: #5e8099;
}

td.colorBarLeft {
    background: #ededed;
}
td.colorBarRest {
}

table.subbanner {
    font-family: Arial, sans-serif;
    font-size: 9px;
    color: #999999;
}

table.subbanner a:link{
    text-decoration: none;
    color: #999999;
}

table.subbanner a:visited{
    text-decoration: none;
    color: #999999;
}

table.subbanner a:active{
    text-decoration: none;
    color: #999999;
}

table.subbanner a:hover{
    text-decoration: none;
    color: #1c1c1c;
}

table.subbanner td{
    padding-top: 0px;
    padding-left: 0px;
}

/*************************************************
Left navigation column
*************************************************/
td.leftNav {
    width: 125px;
    vertical-align: top;
    background: #ffffff;
    max-width: 125px;
    padding-right: 0px;
}

td.leftNav div.bottomImage {
    text-align: center;
    margin-top: 15px;
}

td.leftNav table.navItem {
    font-family: Arial, sans-serif;
    font-size: 11px;
    border-bottom: 1px solid #888888;
}

td.leftNav table.navItem td {
}

td.leftNav table.navItem td a {
    padding-left: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 0px;
    display: block;
    
}

td.leftNav table.navItem td a:link{

    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: center left;
    text-decoration: none;
    color: #888888;

}
td.leftNav table.navItem td a:visited{

    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: center left;
    text-decoration: none;
    color: #888888;

}

td.leftNav table.navItem td a:active{

    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: center left;
    text-decoration: none;
    color: #475882;

}

td.leftNav table.navItem td a:hover{

    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: center left;
    text-decoration: none;
    color: #475882;

}

td.leftNav table.navItem td a.selected:link{

    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: center left;
    text-decoration: none;
    color: #475882;

}

td.leftNav table.navItem td a.selected:visited{

    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: center left;
    text-decoration: none;
    color: #475882;

}

td.leftNav table.navItem td a.selected:active{

    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: center left;
    text-decoration: none;
    color: #475882;

}

td.leftNav table.navItem td a.selected:hover{

    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: center left;
    text-decoration: none;
    color: #475882;

}


td.leftNav table.navItem td a.protected:link{

    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: center left;
    text-decoration: none;
    color: #475882;

}
td.leftNav table.navItem td a.protected:visited{

    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: center left;
    text-decoration: none;
    color: #475882;

}

td.leftNav table.navItem td a.protected:active{

    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: center left;
    text-decoration: none;
    color: #475882;

}

td.leftNav table.navItem td a.protected:hover{

    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: center left;
    text-decoration: none;
    color: #475882;

}

td.leftNav table.navItem td a.protectedselected:link{

    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: center left;
    text-decoration: none;
    color: #475882;

}

td.leftNav table.navItem td a.protectedselected:visited{

    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: center left;
    text-decoration: none;
    color: #475882;

}

td.leftNav table.navItem td a.protectedselected:active{

    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: center left;
    text-decoration: none;
    color: #475882;

}

td.leftNav table.navItem td a.protectedselected:hover{

    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: center left;
    text-decoration: none;
    color: #475882;
    
}

/*************************************************
sidebar column styles
*************************************************/

td.sidebar {
    padding-left: 20px;
    padding-right: px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    vertical-align: top;
}

td.sidebar table.sidebarItem {
    font-family: Arial, sans-serif;
    font-size: 9px;
    width: 140px;
    border-top: 1px solid #5e8099;
    margin-bottom: 5px;
    margin-left: 0px;
}

td.sidebar table.sidebarItem td{
    background: white;
    color: 666666;
    vertical-align: top;
    padding: 8px 2px 2px 2px;
}

td.sidebar table.sidebarItem td ul{
font-family:Tahoma;
font-size:11px;
line-height:1.5;
list-style-image:none;
list-style-position:inside;
list-style-type:square;
}
td.sidebar table.sidebarItem td.heading{
    background: #e5e5e5;
    color: #333333;
    font-weight: bold;
    font-size: 9px;
    text-align: center;
    padding: 2px 2px 2px 2px;
}

td.sidebar table.sidebarItem td div{
    text-align: center;
}

td.sidebar table.sidebarItem a:link{
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
    color: #666666
}

td.sidebar table.sidebarItem a:visited{
    color: #666666;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
}

td.sidebar table.sidebarItem a:active{
    color: #666666
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
}

td.sidebar table.sidebarItem a:hover{
    color: #666666
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
}

/*************************************************
form styles
*************************************************/
table.form {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #1a1a1a; 
}

table.form input, select, textarea {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #1a1a1a;
}

table.form td.error {
    color: red;
    font-weight: bold;
}

table.form .button {
    background-color: #5e8099;
    font-weight: bold;
    color: white;
}