﻿body 
{
    background-color: #fff;
    font-family: Verdana;
    font-size: 8pt;
    color: #707070;
}
a, a:visited
{
    color: #000;
    text-decoration: none;
}
.container
{
    margin: 0 auto;
    width: 960px;
    text-align: center;
}
.mainpanel
{
    text-align: left;
    margin-top: 100px;
    margin-right: 100px;
    width: 960px;
    height: 500px;
    background-color: #fff;
    border: solid 1px #707070;
}
.mainpanel_image
{
    width: 960px;
    height: 467px;
    background-image: url("../images/logo.jpg");
    background-repeat: no-repeat;
    border-top: solid 1px #c0c0c0;
    border-bottom: solid 1px #c0c0c0;
    border-left: 0;
    border-right: 0;
}
.topnav
{
    padding-left: 10px;
    width: 960px;
    height: 20px;
    padding-top: 20px;
    font-size: 7pt;
    color: #000;
}
.TaptShowsGridView
{
    padding: 0px 0px 0px 10px;
    width: 250px;
    height: 450px;
}
.header
{
    font-size: 10pt;
    font-weight: bold;
    color: #000;
}
td
{
    vertical-align: top;
}
