﻿div.hoverDivForRight
{
    visibility: hidden; 
    position: absolute; 
    width: 527px;
    height: 123px; 
    background-color: #FFFFFF; 
    z-index: 100; 
    top: 10px; 
    overflow: hidden;
    right: 0px;  
    color: #000000;  
    border: solid 1px #000000;
}

div.hoverDivForMiddle
{
    visibility: hidden; 
    position: absolute; 
    width: 527px;
    height: 123px; 
    background-color: #FFFFFF; 
    z-index: 100; 
    top: 10px; 
    overflow: hidden;
    left: -121px;  
    color: #000000;  
    border: solid 1px #000000;
}

div.hoverDivForLeft
{
    visibility: hidden; 
    position: absolute; 
    width: 527px;
    height: 123px; 
    background-color: #FFFFFF; 
    z-index: 100; 
    top: 10px; 
    overflow: hidden;
    left: 0px;  
    color: #000000;  
    border: solid 1px #000000;
}

td.hoverLeftSection
{
     height: 103px; 
     width: 155px; 
     padding: 10px;
}

td.hoverRightSection
{
    height: 103px; 
    padding-top: 10px; 
    padding-right: 10px; 
    padding-bottom: 10px;
}

div.hoverMargined
{
    margin-left: 10px;    
}

div.hoverTitle
{
   font-weight: bold;  
}

a.SimpleHeaderLink:link {
	color: #BEBEBE;
	text-decoration: none;
}
a.SimpleHeaderLink:visited {
	color: #BEBEBE;
	text-decoration: none;
}
a.SimpleHeaderLink:hover {
	color: #5B93F2;
	text-decoration: none;
}
a.SimpleHeaderLink:active
{
	color: #BEBEBE;
	text-decoration: none;
}

div.HeaderDate
{
    color: #9099A0;
}

div.HeaderTitle
{
    color: #FFFFFF;
}

td.VerticalSeparatorVP
{
    width: 2px; 
    background-color: #3A4046;
}

td.DropDownLineVP
{
    background-color: #F5F6F6; 
    padding-bottom: 10px; 
    padding-top: 10px;
}

td.PicturesLineVP
{
    background-color: #2C3033; 
    background-image: url('../../Images/ProgramVertical/ProgramVerticalPictureBg.gif');
    background-repeat: repeat-x; 
    background-position: bottom;    
}

td.ListsLineVP
{
     background-color: #F4F5F5; 
     background-image: url('../../Images/ProgramVertical/ProgramVerticalListBg.gif');
     background-repeat: repeat-x; 
     background-position: top; 
     padding-top: 25px; 
     padding-bottom: 50px;
}

td.ListItemSeparatorVP
{
    height: 9px; 
    background-image: url('../../Images/ProgramVertical/ProgramVerticalListSeparator.gif');
    background-repeat: repeat-x; 
    background-position: top;   
}

td.ListItemLeftVP
{
    padding-bottom: 10px; 
    width: 47px; 
    padding-left: 3px;    
}

td.ListItemMiddleVP
{
    padding-bottom: 10px; 
    width: 227px;
}

td.ListItemRightVP
{
    padding-bottom: 10px;
}