﻿.ProgramContentHeader
{
    position: relative;
    width: 980px;
    height: 55px;
    background-image: url('../../Images/Program/ContentHeaderBackground.png');
    background-repeat: repeat-x;
    overflow: hidden;
    text-align: left;
}

.PrevNextButton,
.PrevNextButton:link,
.PrevNextButton:visited,
.PrevNextButton:active
{
    position: absolute;
    width: 108px;
    height: 25px;
    background-image: url('../../Images/Program/PrevNextButtonBackground.png');
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 20px;
}
.PrevNextButton:hover
{
    color: #3366CC;
}
.PrevNextButton img
{
    vertical-align: baseline;
}

.DayButton,
.DayButton:link,
.DayButton:visited,
.DayButton:active
{
    display: block;
    width: 87px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #000000;
}
.DayButton:hover
{
    color: #3366CC;
}
.DayButtonSelected,
.DayButtonSelected:link,
.DayButtonSelected:visited,
.DayButtonSelected:active
{
    display: block;
    width: 87px;
    height: 25px;
    background-image: url('../../Images/Program/DayButtonBackground.png');
    line-height: 25px;
    font-size: 14px;
    color: #FFFFFF;
}

.DownloadButton,
.DownloadButton:link,
.DownloadButton:visited,
.DownloadButton:active
{
    position: absolute;
    width: 148px;
    height: 30px;
    background-image: url('../../Images/Program/DownloadButtonBackground.png');
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: center;
    color: #000000;
    line-height: 30px;
    font-size: 13px;
    font-weight: bold;
}
.DownloadButton:hover
{
    color: #3366CC;
}