/* ------------------------------------------------------------------------ */
/* Set up the scheme colours - choose the same commented colour for each */
/* control so that all the web pages show the same colour scheme */
/* ------------------------------------------------------------------------ */
body{
    background-color:#fefefe;
}
p, h1,h2,h3,a,li{color:#404040;}
/* -------------------------------------------------------------*/
/* basic change colour for dark backgrounds */
/* ligher text to go over dark backgrounds
/* -------------------------------------------------------------*/
.footerBlock h1,
.footerBlock h2,
.footerBlock h3,
.footerBlock a,
.footerBlock p,
.inverse p{
    color:#e0e0e0;

}
.footerBlock,
.topnav,
.navbarback{
    background-color: #333;
}
/* all on top of default Background colour defined below */
.openshut,
.accordian_button,
.tooltip .tooltiptext,
.hovertext,
.tabnotactive,
.data_card h2,
.person_card h2,
#textoverslides,
#textoverslides h1,
#textoverslides p,
.btn,
.sidetab a,
.sidetab2 button,
.topnav a {
    color: #f2f2f2;
}
.tabactive,
.quotepanel,
.quotepanel p,
h1,h2,h3{
    color:#2eaedf; /* racing blue */
    font-weight:bold;
}
.quotepanel{
    border-color:#2eaedf; /* racing blue */
}


/* lighter version of main colour for default use */
.tooltip .tooltiptext,
.quotepanel{
    background-color:#c1f1ff; /* racing blue */
}
.accordian_button,
.textoverlay,
.data_card h2,
.person_card h2,
.activepage,
div.vtablist,
div.tablist button.active,
.tabnotactive,
.btn,
.sidetab2,
.sidetab{
    background-color:#2eaedf; /* racing blue */
}
#textoverslides{
    background-color:rgba(46,174,223,0.6); /* racing blue */

}
.accordian_button:hover,
.tabnotactive:hover,
.topnav a:hover,
.sidetab a:hover,
.sidetab2:hover,
.newsbutton:hover,
.btn:hover,
.btnactive {
    background-color:orange;
}
.download_icon,
.downloadlist h3 a{
    color:red;
}

div.tablist button.active {
    color:white;
}
.accordian_panel,
.tab_target,
.tabactive {
    background-color: #eee;
}
div.vtablist button{
    border-top:1px solid #eee;
}
.tabbuttonborder{
   border-bottom:1px solid #eee;
}
div.htablist button{
    border-left:1px solid #eee;
    }
.accordian_panel,
.accordian_button{
border-color:#eee;
}

