﻿
.content_main_body
{
    margin-top: 17px;
    width: 870px;
    padding: 0;
    background-color:Black;
}

#content_top
{
    background-position: bottom;
    background-image: url('images/red_line.png');
    background-repeat: no-repeat;
    width: 910px;
    padding: 0 0 0 0;

}
#content_top_left
{
    width: 566px;
    float: left;
    display: block;
    padding-right: 18px;
    vertical-align: text-top;
}
#content_top_right
{
    padding: 10px 0px 0 8px;
    width: 270px;
    float: left;
    display: block;
    vertical-align: text-top;
}

#content_clear
{
    clear: both;    
}

.insideTable
{
    border:solid 1px grey;
    background:lightyellow;
}

.title
{
    width:100%; 
    height:20px; 
    background-color:#d4d4d4; 
    color:black; 
    font-weight:bold;
}

.informationBox
{
    width:250px;    
}

.seperator
{
    width:100px;
}
.programHeader
{
     background-color:#d4d4d4;
}

.programContent
{
     background-color:white;
}

.programContent td
{
    width:100px;
}

.adjustedZIndex {
    z-index: 10;
}