.contents
{
    position: relative;
    left: 0px;
    top: 50px;
    right: 0px;
    background-color: rgb(245,245,245);
    color:rgb(40, 40, 40);
}

.toolbar_style
{
    padding: 5px;
    padding-top: 5px;
    padding-bottom: 0px;
    background-color: rgb(216, 228, 221);
}

.blankout
{
    background-color: rgb(255, 255, 255);

}
.thread
{
    position: absolute;
    left: 0px;
    top: 160px;
    right: 0px; 
}

.table
{
    background-color: rgb(255, 255, 255, 0.8);
}

.transbox {
    margin-top: 10px;
    background-color: rgba(0,0,0,0.40);
}

.transbox p {
    margin: 5%;
    font-weight: bold;
    color: #fff;
}

.transbox h5 {
    margin: 5%;
    font-weight: bold;
    color: #fff;
}

.rightStory
{
    background-color: rgb(66, 111, 45);
}

.eventListing
{
    background-color: rgb(66, 111, 45);
}

/*
** Overrides for button colours
*/
.btn-info
{
    background-color: rgb(135,182,44) !important; 
    border-color:  rgb(201,221,166) !important;   
}

.changed
{
    color:white;
    background-color:darkorchid;   
}
.unchanged
{
    color:gray;
}

/*
** SCITP colour scheme
*/
.background_light
{
    background-color: rgb(135,182,44) !important; 
    colour: white;
}

.background_dark
{
    background-color: rgb(23, 41, 41) !important; 
    colour: white;
}

.background_active
{
    background-color: rgb(182, 193, 163) !important; 
    colour: white;
}