/** Block Colours **/
#heading h1 span.title {background-color:rgb(12,77,109);}
div#headbody {border-bottom-color:rgb(12,77,109);}
#nav a {border-bottom-color:rgb(12,77,109);}
#heading {background-color:rgb(244,118,34);}
#nav {background-color:rgb(244,118,34);}
dl#wt_subnav {background:rgb(198,199,195);}
dl#wt_subnav a {background:rgb(198,199,195);}
table.lhead {border-bottom-color:rgb(244,118,34);}

/** Text Colours **/
#nav #current a span, #nav .current a span {color:rgb(0,0,0);} 
#heading h1 {color:rgb(255,255,255)}
h1,h2,h3,h4,h5 {color:rgb(51,51,51);}
#nav a span {color:rgb(68,68,68);}
dl#wt_subnav a {color:rgb(0,0,0);}
dl#wt_subnav a.active {color:rgb(0,0,0);}
dl#wt_subnav a:hover {color:rgb(0,0,0);text-decoration:none;}

/** YUI Datatable **/
.yui-skin-sam .yui-navset .yui-nav .selected a,
.yui-skin-sam .yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */
.yui-skin-sam .yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */
    background:rgb(12,77,109) !important; /* selected tab background */
    color:rgb(255,255,255) !important;
}
.yui-skin-sam .yui-navset .yui-nav,
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav { /* protect nested tabviews from other orientations */
    border:solid rgb(12,77,109)  !important; /* color between tab list and content */
    border-width:0 0 5px !important;
    zoom:1 !important;
}

#nav a span {background:url("/imgs/tab-right.gif?1780941423") no-repeat right top;}
#nav #current a span, #nav .current a span {background-position:100% -200px;}
#nav a {background:url("/imgs/tab-left.gif?1780941423") no-repeat left top;}
#nav #current a, #nav .current a {background-position:0 -200px;}
#header table tr td.topnav {background: url('/imgs/topnav.gif?1780941423') no-repeat top right;}
#heading h1 span.title {background:rgb(12,77,109) url("/imgs/head-right2.gif?1780941423") top right no-repeat;}
#heading h1 { background: #fff url("/imgs/head-tl.gif?1780941423") repeat-y 0 0; }
dl#wt_subnav a.active {background: #fff;}
