#leftImage
{
    background-image: url('../images/logo.gif');
}
#centreImage
{
    background-image: url('../images/ms12.jpg');
}
#rightImage
{
    background-image: url('../images/topmiddle_bigben.jpg');
}
#footer
{
    border-left: 1px solid #EEE;
}


.table
{
    font-size: 9pt;
    margin-bottom:20px;
    background-color:aliceblue;
    width:813px;
}
div.headerRow div
{
    text-align:center;
    border:1px solid white;
    background-color:#34A9D3;
    color:white;
    height:25px;
    padding-top: 0px;

}
div.headerRow .vcentre
{
    display: inline-block;
    border: 0px none;
    height: auto;
    margin-top: 4px;
}
.row div
{
   text-align:left;
   border:1px solid white;
   padding-top: 3px;
   overflow:hidden;
   height:20px;
}
.row:nth-child(2n+1)
{
    background-color:azure;
}
div.col0
{
    display:inline-block;
    width:438px;
    padding-left:5px;
    border-bottom: 0px;
    height:21px;
    vertical-align: top;
}
div.col1
{
    display:inline-block;
    width: 200px;
    vertical-align: top;
    vertical-align: top;
}
div.col2 
{
    display:inline-block;
    width:50px;
    text-align: right;
    vertical-align: top;
}
div.col3
{
    display:inline-block;
    width:50px;
    text-align:center;
    vertical-align: top;
}
div.col4
{
    display:inline-block;
    width:60px;
    text-align:center;
    vertical-align: top;
}
div.col5 
{
	width: calc(100% - 102px);
	color: rgb(0, 93, 124);
	margin-left: 0px;
	font-size: 9pt;
	border-top: 0px;
	padding-left: 100px;
    padding-top: 0px;
    padding-bottom: 5px;
	margin-top: -5px;
}
@media(max-width:908px)
{
    .subSection
    {
        width: 813px;
        margin-left: calc((100% - 813px)/2);
    }
}
@media(max-width:833px)
{
    .subSection
    {
        margin-left: 10px;
        width: calc(100% - 20px);
    }
    .table
    {
        width:100%;
        font-size:8pt;
    }
    div.col0
    {
        width: calc((100% - 153px) * 0.7);
    }
    div.col1
    {
        width: calc((100% - 153px) * 0.3);
    }
    div.col2 
    {
        width:40px;
    }
    div.col3
    {
        width:40px;
    }
    div.col4
    {
        width:55px;
    }
    div.col5
    {
        font-size:8pt;
        padding-bottom:0px;
    }
}
@media(max-width:724px)
{
    div.col0
    {
        width: calc((100% - 95px) * 0.7);
    }
    div.col1
    {
        width: calc((100% - 95px) * 0.3);
    }
    div.col4
    {
        display:none;
    }
}
@media(max-width:572px)
{
    div.col0
    {
        width: calc((100% - 51px) * 0.7);
    }
    div.col1
    {
        width: calc((100% - 51px) * 0.3);
    }
    div.col3
    {
        display:none;
    }
    div.col5
    {
        padding-left:40px;
        width:calc(100% - 42px);
    }
}
@media(max-width:515px)
{
    div.col0
    {
        height:auto;
        min-height: 20px;
    }
}
@media(max-width:474px)
{
    .subSection
    {
        margin-left: 0px;
        width: 100%;
    }
    div.col1
    {
        height:auto;
        min-height: 20px;
    }
    div.col5
    {
        padding-left:10px;
        width:calc(100% - 12px);
        height:auto;
        min-height: 20px;
    }
}