﻿
.D4MainTable, .EventsClubPageMainTable, .ProgramMainTable, .EventsClubPageMainTable, .CoachMainTable, .CustomPageMainTable
{
    margin: 0px auto;
}
.ProgramMainTable, .EventsClubPageMainTable
{
    background-color: #fff;
    text-align: center;
}

/* needed to center align the header */
.NavTopMainTable
{
    text-align: center;
    margin: 0px auto;
}
.calendar_mini, .EventsContentBackground
{
    text-align: center;
    margin: 0px auto;
}


/* below is for the schedule/standing menu system */
.ss_Dropdown
{
    background-color: white;
}
#dropmenudiv
{
    border: #000 1px solid;
    z-index: 100;
    font: 10px/16px Verdana;
    position: absolute;
}
#dropmenudiv a
{
    color: #000;
    padding: 1px 0px 1px 0px;
    display: block;
    width: 100%;
    text-indent: 3px;
    border-bottom: black 1px solid;
    text-decoration: none;
}
#dropmenudiv a:hover
{
    color: #f00;
    text-decoration: underline;
    background-color: #fff;
}
/* above is for the schedule/standing menu system */
