﻿.greyed-out-session,
.empty-session 
{
    background: #e3eef6;
    color: #d0dae1;
    padding: 5px;
    margin: 0px;
    height: 44px;
    font-size: 12px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 12px;
}

.available-session
{
    background: #aac8df;
    color: #262626;
    padding: 5px;
    margin: 0px;
    height: 44px;
    font-size: 12px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 12px;
}

.selected-session
{
    background: #fbf148;
    color: #213645;
    padding: 5px;
    margin: 0px;
    height: 44px;
    font-size: 12px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 12px;
}

.session-hover,
.session-selected-hover
{
    background: #004475;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    margin: 0px;
    height: 44px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 12px;
}
.session-selected-hover
{
    background: #eadf27;
    color: #213645;
}

.session-date
{
    color: #ffffff;
    background: url(../images/session_datebg.gif) 0px 0px repeat-x;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    width: 150px;
    line-height: 35px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

.table-session-spacer-vertical
{
    background: #ffffff;
    width: 7px;
    padding: 0px;
    margin: 0px;
}
.table-session-spacer-vertical-middle
{
    background: #ffffff;
    width: 6px;
    padding: 0px;
    margin: 0px;
}
.table-session-spacer-horizontal
{
    background: #ffffff;
    height: 5px;
    padding: 0px;
    margin: 0px;
}