﻿/* ADMIN STYLES */
.sfCalAdmin_leftCol
{
    padding-left:10px;
    padding-right:5px;
    padding-bottom:5px;
    font-weight:bold;
}
.sfCalAdmin_rightCol
{
    padding-bottom:5px;
    font-size:12px;
}

.sfCalAdmin_Box
{
    border:solid 1px #414142;
    padding:5px;
}

/* LIST OF EVENTS STYLES */
.sfCalEvents_TitleRight
{
    /* Month Display */
    font-weight:bold;
    line-height:24px;
    padding-right:10px;
    height:24px;
    text-align:right;
}

.sfCalEvents_TitleLeft
{
    /* Dropdown/Category title display */
    float:left;
    padding-top:2px;
    font-weight:bold;
    line-height:24px;
    height:24px;
    padding-left:5px;
}

.sfCalEvents_MainTable
{
    font-size:12px;
    width:355px;
}

/* Event Links */
.sfCalEvents_EventLink
{
    font-weight:bold !important;
}
a.sfCalEvents_EventLink, a:link.sfCalEvents_EventLink, a:active.sfCalEvents_EventLink, a:visited.sfCalEvents_EventLink
{
    font-weight:bold !important;
    text-decoration:underline !important;
}
a:hover.sfCalEvents_EventLink
{
    font-weight:bold !important;
}

/* EventTypePicker Styles */
.eventType_On
{
    font-weight:bold !important;
}
a.eventType_On, a:link.eventType_On, a:active.eventType_On, a:visited.eventType_On
{
    font-weight:bold !important;
    text-decoration:none !important;
}
a:hover.eventType_On
{
    font-weight:bold !important;
    text-decoration:none !important;
}
a.eventType_Off, a:link.eventType_Off, a:active.eventType_Off, a:visited.eventType_Off
{
    color:#414142 !important;
    font-weight:bold !important;
    text-decoration:underline !important;
}
a:hover.eventType_Off
{
    color:#414142 !important;
    font-weight:bold;
}

/* calDatePicker Styles */

.calDatePicker_Title
{
    font-weight:bold;
}

.calDatePicker_DayHeader
{
    /* Days of the week text ex. Sun, Mon, tue... */
    color:#414142;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
.calDatePicker_OtherMonthDay
{
    /* Background-color for days from the previous month */
    background:#ffffff;
}
.calDatePicker_WeekendDay
{
    /* Background-color for the weekend days */
    background:#ffffff;
}
.calDatePicker_Day
{
    /* Background-color for weekdays */
    background:#ffffff;
}

.sfCal_EventsSpacer
{
    width:10px;
    background-color:#FFFFFF;
}

img
{
    border:none;
}

.sfCal_EventsLeft
{
    width:218px;
    vertical-align:top;
}

.sfCal_EventsRight
{
    width:355px;
    vertical-align:top;
}
