.PageLayout
{
    position: relative;
    display: block;
}

.PageHeader
{
    width: 100%; 
    height: 50px; 
}
 
.PageHeader div, .PageHeader span
{
    position: relative;
    display: inline-block;
    float: left;
    height: 50px;
}

.PageHeader div
{
    width: 60%;
}

.PageHeader span
{
    width: 40%;
    text-align: right;
}

.cTable
{
    width: 100%;
    height: 100%;
    border: 2px solid white;
    overflow: hidden;
}

.cTableBody
{
    border-collapse: separate;
    background-color: #eeeeee;
    border: 2px solid white;
}

.cTableBody td
{
    border-collapse: separate;
    margin: 2px 2px 2px 2px;
    padding: 1px 1px 1px 1px;
}

.cTableBody a:link, .cTableBody a:visited
{
    color: red;
}

.cTableBody a
{
    font-weight: normal;
}

.timeline
{
    max-width: 85px;
    width: 85px;
    text-align: center;
}

.cType1, .cType2, .cType3, .cType8
{
    min-height: 60px;
}

.cType9
{
    min-width: 640px;
    min-height: 20px;
}

.cType1, .cType2, .cType3, .cType4
{
    min-width: 75px;
    text-align: left;
}

.cType8, .cType9
{
    text-align: center;
}

.cType1
{
    background-color: #e5e9c5;
}

.cType2
{
    background-color: #ccd1e2;
}

.cType3
{
    background-color: #eacdc5;
}


.cType8 /* keynote */
{
    background-color: #dcd1dc;
}

.cType9  /* break */
{
    background-color: #eadcc5;
}

.cType10 /* blank */
{
    background-color: white;
}

/* sponsored */
.cType1.cSponsored, .cType2.cSponsored, .cType3.cSponsored, .cType4.cSponsored
{
    background-color: #cef6f5;
}
