/* CSS Document */

/* Calendar
********************************************************************************************************/
.thecalendar
{
    width: 100%;
    display: table !important;
}

tr
{
    padding: 5px !important;
}

#CalHolder a
{
    color: #333333;
    text-decoration: none;
}

#CalHolder a:hover
{
    color: #FFFFFF;
}

a.calhead
{
    color: #333333;
    text-decoration: none;
}

a.calhead:hover
{
    color: #999999;
}

.calhead
{
    padding-bottom: 4px;
}

.calicon
{
    height: 15px;
    width: 15px;
    vertical-align: bottom;
}

.caliconfix
{
    border-top: 1px solid rgb(217, 217, 217);
    border-right: 1px solid rgb(217, 217, 217);
    border-bottom: 1px solid rgb(217, 217, 217);
    padding: 3px;
}

.caliconfix2
{
    padding: 3px;
}

.thecalendar tr td table tr td
{
    border-right: 0px !important;
}