/* ================================
    CSS STYLES FOR Appointment Wizard Module 
   ================================
*/

.LL_Modules_AppointmentWizard_UnavailableDayStyle
{
    padding: 9px !important;
    color: #aaaaaa !important;
    text-decoration: line-through !important;
    cursor: default;
}

.LL_Modules_AppointmentWizard_DayStyle
{
    background-color: #ffffff;
}

.LL_Modules_AppointmentWizard_DayStyle A
{
    display: block;
    padding: 8px;
    font-weight: bold !important;
    color: #003366 !important;
    text-decoration: none !important;
    border: solid 1px transparent !important;
}

.LL_Modules_AppointmentWizard_DayStyle A:hover
{
    color: #003366 !important;
    text-decoration: none !important;
    border: solid 1px #feae42 !important;
    background-color: #ffe69e;
    background-image: url(outlook-hover.png);
    background-repeat: repeat-x;
}

.LL_Modules_AppointmentWizard_SelectedDayStyle
{
    background-color: transparent !important;
}

.LL_Modules_AppointmentWizard_SelectedDayStyle A
{
    color: #000000 !important;
    border: solid 1px #feae42 !important;
    background-color: #fee17a;
    background-image: url(outlook-selected.png);
    background-repeat: repeat-x;
}

.LL_Modules_AppointmentWizard_TodayDayStyle
{
    background-color: #e0f2ff;
}

.LL_Modules_AppointmentWizard_WeekendDayStyle
{
    background-color: #f5f5f5;
}

.LL_Modules_AppointmentWizard_OtherMonthDayStyle
{
    background-color: #a5bfe1;
    color: #ffffff !important;
}

.LL_Modules_AppointmentWizard_OtherMonthDayStyle A
{
    color: #ffffff !important;
}

.LL_Modules_AppointmentWizard_Calendar
{
    border: solid 1px #6593cf !important;
    width: 300px;
}

.LL_Modules_AppointmentWizard_DayHeaderStyle
{
    background-color: #ffffff;
    border-bottom: solid 1px #003366;
    padding: 5px;
}

.LL_Modules_AppointmentWizard_NextPrevStyle
{
}

.LL_Modules_AppointmentWizard_SelectorStyle
{
}

.LL_Modules_AppointmentWizard_TitleStyle
{
    background-color: #f5f5f5;
}

.LL_Modules_AppointmentWizard_TitleStyle td
{
    padding: 5px !important;
}

A.LL_Modules_AppointmentWizard_Item, A.LL_Modules_AppointmentWizard_Item:link, A.LL_Modules_AppointmentWizard_Item:visited, A.LL_Modules_AppointmentWizard_Item:hover, A.LL_Modules_AppointmentWizard_Item:active
{
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold !important; /* Microsoft Outlook 2007: color: #204d89 !important; */
    color: #003366 !important;
    text-transform: none !important;
    text-decoration: none !important;
    white-space: nowrap;
    background-color: #c0dbff;
    background-image: url(outlook-unselected.png);
    background-repeat: repeat-x;
}

A.LL_Modules_AppointmentWizard_Item:hover
{
    color: #003366 !important;
    background-color: #ffe69e;
    background-image: url(outlook-hover.png);
    background-repeat: repeat-x;
}

.LL_Modules_AppointmentWizard_Item_Selected
{
    display: block;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    white-space: nowrap;
    font-weight: bold !important;
    color: #000000 !important;
    background-color: #fee17a;
    background-image: url(outlook-selected.png);
    background-repeat: repeat-x;
    cursor: default;
}

.LL_Modules_AppointmentWizard_Item_Unavailable
{
    display: block;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    white-space: nowrap;
    font-weight: bold !important;
    color: #999999 !important;
    text-decoration: line-through !important;
    background-color: #c0dbff;
    background-image: url(outlook-unselected.png);
    background-repeat: repeat-x;
    cursor: default;
}

.LL_Modules_AppointmentWizard_Item_TableCell
{
    width: 150px;
    border: solid 1px #6593cf;
    background-color: #c0dbff;
    background-image: url(outlook-unselected.png);
    background-repeat: repeat-x;
}

.LL_Modules_AppointmentWizard_Item_Selected_TableCell
{
}

.LL_Modules_AppointmentWizard_Item_Unavailable_TableCell
{
}

A.LL_Modules_AppointmentWizard_CommandButton, A.LL_Modules_AppointmentWizard_CommandButton:link, A.LL_Modules_AppointmentWizard_CommandButton:visited, A.LL_Modules_AppointmentWizard_CommandButton:hover, A.LL_Modules_AppointmentWizard_CommandButton:active
{
    display: block;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold !important;
    color: #003366 !important;
    text-transform: none !important;
    text-decoration: none !important;
    white-space: nowrap;
    border: solid 1px #6593cf;
    background-color: #c0dbff;
    background-image: url(outlook-unselected.png);
    background-repeat: repeat-x;
}

A.LL_Modules_AppointmentWizard_CommandButton:hover
{
    color: #003366 !important;
    background-color: #ffe69e;
    background-image: url(outlook-hover.png);
    background-repeat: repeat-x;
}

A.LL_Modules_AppointmentWizard_LessCommandButton
{
    padding: 5px !important;
    text-align: center !important;
}

A.LL_Modules_AppointmentWizard_MoreCommandButton
{
    padding: 5px !important;
    text-align: center !important;
}

A.LL_Modules_AppointmentWizard_CommandButton IMG, A.LL_Modules_AppointmentWizard_CommandButton SPAN
{
    vertical-align: middle;
}

A.LL_Modules_AppointmentWizard_CommandButton SPAN
{
    padding-left: 5px;
}

.LL_Modules_AppointmentWizard_VerticalListItem_TableCell
{
    border: solid 1px #6593cf;
    background-color: #c0dbff;
    background-image: url(outlook-unselected.png);
    background-repeat: repeat-x;
}

A.LL_Modules_AppointmentWizard_VerticalListItem, A.LL_Modules_AppointmentWizard_VerticalListItem:link, A.LL_Modules_AppointmentWizard_VerticalListItem:visited, A.LL_Modules_AppointmentWizard_VerticalListItem:hover, A.LL_Modules_AppointmentWizard_VerticalListItem:active
{
    display: block;
    padding: 8px;
    text-align: left;
    vertical-align: middle;
    font-weight: bold !important;
    color: #003366 !important;
    text-transform: none !important;
    text-decoration: none !important;
    white-space: nowrap;
    background-color: #c0dbff;
    background-image: url(outlook-unselected.png);
    background-repeat: repeat-x;
}

A.LL_Modules_AppointmentWizard_VerticalListItem:hover
{
    color: #003366 !important;
    background-color: #ffe69e;
    background-image: url(outlook-hover.png);
    background-repeat: repeat-x;
}

A.LL_Modules_AppointmentWizard_VerticalListItem IMG, A.LL_Modules_AppointmentWizard_VerticalListItem SPAN
{
    vertical-align: middle;
}

A.LL_Modules_AppointmentWizard_VerticalListItem SPAN
{
    padding-left: 5px;
}

