﻿body
{
    background-image: url('../images/bg.jpg');
    background-repeat: repeat-x;
    background-color: #C9CACC;
    font-family: Tahoma;
    font-size: .75em;
    color: #333333;
}


#layout
{
    width: 975px;
}

#headerwrapper
{
}

#headerlogo
{
    border-bottom-color:Gray;
    border-width: thin;
    text-align: center;
    float: left;
    width: 154px;
    
}

#headerimage
{
    float:right;
}

#breadcrumbs
{
    
}

/*#topnavigation
{
    padding: 5px;
    background-color: #00004A
}*/

#leftcolumn
{
    border: thin solid #EFEFEF;
    width: 160px;
    max-width: 200px;
    padding: 5px;
    vertical-align: top;
    text-align: center;
}
#maincolumn
{
    border: thin solid #EFEFEF;
    /*width: 575px;*/
    padding: 5px;
    vertical-align: top;
    background-color: white; /* #F7F6F3; */
}

#rightcolumn
{
    border: thin solid #EFEFEF;
    width: 180px;
    max-width: 200px;
    padding: 5px;
    vertical-align: top;
}
#footer
{
    font: normal normal normal smaller Arial, Helvetica, sans-serif;
    padding: 5px;
    text-align: center;
}

.topmenu
{
    font-weight:bold ;
    
}

h1
{
    text-align:center;
}

.weeknight
{
    text-align: left;
    font-size: x-large;
    font-weight: bold;
}

.tableheader
{
    background-color:#DDE3F0;
}

.schedule
{
    font-size: x-small;
}


.contentimage
{
    padding: 10px;
    border: thin;
    margin: 5px;
}

.defaultleaderboard
{
    font-weight: bold;
}

.teasers
{
    font-size: small;
    text-align: left;
    vertical-align: top;
}

.teasers a
{
    color: #333333;
    font-weight: bolder;
}

img
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
}