﻿body 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    line-height: 1.5em;
    color: #ffffff;
    background-image: url(../images/bricks.jpg);
    background-repeat: repeat;
    background-color: #000000;
    margin: 0px;
    height: 100%;
}
.parent
{
    display: block;
    min-height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.content
{
    padding-bottom: 50px;
}
.footer
{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    display: block;
    height: 45px;
    z-index: 999;
    padding: 0px;
    margin: 0px;
}

a
{
    font-weight: bold;
    color: #e5ca35;
    text-decoration: none;
}
a:hover
{
    font-weight: bold;
    color: #c42d2d;
    text-decoration: none;
}
#container
{
    width: 960px;
}
#mainmenu
{
    float: left;
    width: 249px;
}
#centrecontent
{
    float: left;
    width: 500px;
}

#centrecontent-wide
{
    float: left;
    width: 760px;
    border: solid 1px white;
    padding: 5px 5px 5px 5px;
    margin-bottom: 20px;
}
#centrecontent-wide a
{
    font-weight: bold;
    color: #e5ca35;
    text-decoration: none;
}
#centrecontent-wide a:hover
{
    font-weight: bold;
    color: #c42d2d;
    text-decoration: none;
}
#centrecontent-thin
{
    float: left;
    width: 460px;
    border: solid 1px white;
    padding: 5px 5px 5px 5px;
    margin-bottom: 20px;
}
#centrecontent-thin a
{
    font-weight: bold;
    color: #e5ca35;
    text-decoration: none;
}
#centrecontent-thin a:hover
{
    font-weight: bold;
    color: #c42d2d;
    text-decoration: none;
}
.panelmid
{
    background-image: url(../images/bg-content-middle.png);
    background-repeat: repeat-y;
    padding-left: 40px;
    padding-right: 40px;
}
#rightcontent
{
    float: left;
    width: 300px;
    color: #ffffff;
    padding: 4px 4px 4px 4px;
    border: solid 1px white;
    margin-top: 15px;
    margin-bottom: 15px;
}
hr.white
{
    color: #ffffff;
}
b.header
{
    font-size: 12px;
    font-weight: bold;
}

/* news */
.news-header
{
    color: #e5ca35;
    font-weight: bold;
}
.news-date
{
    color: #ffffff;
    font-size: 11px;
}
.more-news a
{
    font-weight: bold;
    color: #c42d2d;
    text-decoration: none;
}
.more-news a:hover
{
    font-weight: bold;
    color: #e5ca35;
    text-decoration: none;
}

/* live */
.livedates
{
    width: 460px;
    border: solid 1px white;
    padding: 5px 5px 5px 5px;
    margin-left: 18px;
}
td.livedate
{
    color: #e5ca35;
    font-weight: bold;
}

/* mailing list */
input.mailinglist
{
    width: 90%;
    background-color: #fffd5d;
    font-size: 11px;
    color: #000000;
    font-weight: bold;
    padding: 4px 4px 4px 4px;
    border: solid 1px black;
}
select.mailinglist
{
    background-color: #fffd5d;
    font-size: 11px;
    color: #000000;
    font-weight: bold;
    padding: 4px 4px 4px 4px;
    border: solid 1px black;
}
.release-image
{
    float: left;
    margin: 5px 5px 5px 5px;
}

/* iyaniso */
#centrecontent-iyaniso
{
    float: left;
    width: 460px;
    border: solid 1px white;
    margin-top: 19px;
    padding: 5px 5px 5px 5px;
}
#rightcontent-iyaniso
{
    float: left;
    width: 300px;
    color: #ffffff;
    padding: 4px 4px 4px 4px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.iyaniso-record
{
    width: 100%;
    padding: 5px 5px 5px 5px;
    border: solid 1px white;
}
.iyaniso-partners
{
    width: 100%;
    padding: 5px 5px 5px 5px;
    border: solid 1px white;
}

/* video */
#videoplayslist b
{
    font-weight: bold;
    color: #c42d2d;
}