﻿

/* Calendar */
#calendar_wrapper
{
    font-family: Arial, "Arial (Hebrew)" , "Courier New (Hebrew)" , "Times New Roman (Hebrew)" , Aharoni;
    width: 739px;
    height: 670px;
    background-color: #F7F6F1;
    text-align: center;
    overflow: auto;
}
#views_navigation
{
    background-color: #CC0202;
    height: 42px;
    vertical-align: bottom;
    display: table-cell;
    text-align: right;
    width: 737px;
    padding-right: 20px;
    padding-left: 20px;
}
#views_navigation_tbl
{
    text-align: right;
    direction: rtl;
    vertical-align: bottom;
    height: 20px;
}

.selected_view_button, .selected_view_button A:link, .selected_view_button A:visited, .selected_view_button A:hover, .selected_view_button A:active
{
    background-color: #F7F6F1;
    color: #474546;
    width: 100px;
    padding: 2px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    height: 13px;
    font-size: 13px;
}
.selected_view_button
{
    border: outset 2px #BBBCB9;
    border-bottom: none 0px;
    border-left: solid 1px #BBBCB9;
}
.not_selected_view_button, .not_selected_view_button A:link, .not_selected_view_button A:visited, .not_selected_view_button A:hover, .not_selected_view_button A:active
{
    background-color: #CC0202;
    font-size: 13px;
    color: #eeecdf;
    width: 100px;
    padding: 2px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    height: 13px;
}
.print_link
{
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    color: #696866;
    vertical-align: middle;
}
.print_link img
{
    border-style: none;
    vertical-align: middle;
    padding-right: 5px;
}
.nav_arrow_cell
{
    width: 70px;
    text-align: center;
    height: 30px;
    font-size: 11px;
    color: #CC0202;
}
.nav_arrow_cell A
{
    font-size: 11px;
    color: #CC0202;
    text-decoration:none;
}
.nav_info_cell
{
    width: 280px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #696866;
}
.tbl_nav
{
    width: 690px;
    margin-left: 3px;
    margin-top: 4px;
}
.view
{
    text-align: right;
    width: 690px;
    background-color: #ccc;
    color: inherit;
    margin-left: 3px;
    margin-top: 4px;
    border: outset 2px #BBBCB9;
    border-top: solid 1px #BBBCB9;
    border-left: solid 1px #BBBCB9;
}


/* Montly view style */
#monthlyView
{
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    text-align: right;
}
.monthlyTable
{
    border-right: solid 1px #BBBCB9;
    border-top: solid 1px #BBBCB9;
    direction: rtl;
}
.monthlyNormalCell, .monthlyPaddingCell, .monthlyWeekendCell, .monthlyCurrentDayCell
{
    width: 100px;
    height: 80px;
    border-bottom: solid 1px #BBBCB9;
    border-left: solid 1px #BBBCB9;
    padding: 3px;
}
.monthlyCellLatinDate
{
    font-size: 13px;
    font-weight: bold;
}
.monthlyCellHebDate
{
    font-size: 11px;
}
.monthlyHeaderCell
{
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #325B33;
    background-image: url('Images/calander_month_header.gif');
    background-repeat: repeat-x;
    border-bottom: solid 1px #BBBCB9;
    border-left: solid 1px #BBBCB9;
    padding: 2px;
    font-size: 13px;
    height: 30px;
}
.monthlyNormalCell
{
    vertical-align: top;
    background-color: #F7F6F1;
}
.monthlyPaddingCell
{
    background-color: #EDECE8;
}
.monthlyWeekendCell
{
    vertical-align: top;
    background-color: #EEEADF;
}
.monthlyCurrentDayCell
{
    vertical-align: top;
    background-color: #FAF2CD;
}
.monthlyCellTitle
{
    font-size: 13px;
    font-weight: bold;
}
.monthlyCellEvent
{
    font-size: 11px;
    cursor: pointer;
    vertical-align: top;
}
.monthly_event_link, .monthly_event_link A:link, .monthly_event_link A:visited, .monthly_event_link A:hover, .monthly_event_link A:active
{
    font-size: 12px;
    color: #323232;
    text-decoration: none;
    vertical-align: middle;
    height: 13px;
}
.monthly_holiday
{
    font-size: 9px;
    color: #323232;
}
/* Weely view style */
#weeklyView
{
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    text-align: right;
}
.weeklyTable
{
    border-right: solid 1px #BBBCB9;
    border-top: solid 1px #BBBCB9;
    direction: rtl;
}
.weeklyNormalCell, .weeklyWeekendCell, .weeklyCurrentDayCell
{
    width: 100px;
    height: 400px;
    border-bottom: solid 1px #BBBCB9;
    border-left: solid 1px #BBBCB9;
    padding: 3px;
    vertical-align: top;
    font-size: 12px;
}

.weeklyHeaderCell
{
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #325B33;
    background-image: url('Images/calander_month_header.gif');
    background-repeat: repeat-x;
    border-left: solid 1px #BBBCB9;
    font-size: 13px;
    padding: 2px;
    height: 28px;
}
.weeklySubHeaderCell
{
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #609060;
    border-bottom: solid 1px #BBBCB9;
    border-left: solid 1px #BBBCB9;
    font-size: 12px;
    padding: 2px;
}

.weeklyNormalCell
{
    background-color: #F7F6F1;
}
.weeklyCellLatinDate
{
    font-size: 13px;
    font-weight: bold;
}
.weeklyCellHebDate
{
    font-size: 11px;
}
.weeklyWeekendCell
{
    background-color: #EEEADF;
}
.weeklyCurrentDayCell
{
    vertical-align: top;
    background-color: #FAF2CD;
}
.weeklyCellEvent
{
    font-size: 12px;
    cursor: pointer;
    color: #323232;
}
.weekly_holiday
{
    font-size: 9px;
    color: #323232;
}
/* Daily view style */
#dailyView
{
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    text-align: right;
}
.dailyWrapperDiv
{
    border-right: solid 1px #BBBCB9;
    direction: rtl;
    width: 485px;
}

.dailyHeaderDiv
{
    border-top: solid 1px #BBBCB9;
    text-align: right;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #325B33;
    background-image: url('Images/calander_month_header.gif');
    background-repeat: repeat-x;
    font-size: 13px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-left: solid 1px #BBBCB9;
    width: 688px;
    height: 26px;
    vertical-align: middle;
    line-height: 26px;
}
.dailyEventEvenDiv
{
    border-bottom: solid 1px #BBBCB9;
    border-left: solid 1px #BBBCB9;
    background-color: #F7F6F1;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    width: 688px;
}
.dailyEventOddDiv
{
    border-bottom: solid 1px #BBBCB9;
    border-left: solid 1px #BBBCB9;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    background-color: #EFEBE2;
    width: 688px;
}
.dailyEventContentCell
{
    width: 690px;
    line-height: 16px;
    color: #323232;
}
.dailyEventIconCell
{
    width: 50px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
}
.dailyEventContentTitleDiv
{
    font-size: 14px;
    font-weight: bold;
    vertical-align: top;
    margin-bottom: 8px;
}
.dailyEventContentDiv
{
    font-size: 12px;
    width: 608px;
}
.dailyEventLinksDiv
{
    font-size: 12px;
    color: #D9572A;
    text-align: right;
}
.dailyNav1
{
    float: right;
    width: 60px;
}
.dailyNav2
{
    float: right;
    border-right: solid 1px #000000;
    border-left: solid 1px #000000;
    width: 130px;
}
.dailyNav3
{
    float: right;
    width: 70px;
}
.daily_link, .daily_link A:link, .daily_link A:visited, .daily_link A:hover, .daily_link A:active, .daily_link_left, .daily_link_left A:link, .daily_link_left A:visited, .daily_link_left A:hover, .daily_link_left A:active
{
    font-size: 12px;
    color: #D9572A;
    text-decoration: none;
    vertical-align: middle;
}
.daily_link, .daily_link_left
{
    background-image: url('Images/link_icon1.gif');
    background-position: left;
    background-repeat: no-repeat;
    margin-left: 25px;
    text-align: right;
}
.daily_link_left
{
    padding-left: 15px;
    text-align: left;
}
.daily_empty_link, .daily_empty_link A:link, .daily_empty_link A:visited, .daily_empty_link A:hover, .daily_empty_link A:active
{
    font-size: 12px;
    color: #BAB9B4;
    text-decoration: none;
    vertical-align: middle;
}
.daily_empty_link
{
    background-image: url('Images/link_icon_empty.gif');
    background-position: left;
    background-repeat: no-repeat;
    margin-left: 10px;
}
.resources_table
{
    font-weight: bold;
    font-size: 12px;
}
.resource_icon
{
    font-weight: lighter;
    text-align: center;
    vertical-align: middle;
    border-style: none;
    margin-right: 10px;
}
/* One event view style */
.eventDivTitleWrapper
{
    background-color: #EE7F2E;
    padding: 5px;
    height: 30px;
    direction: rtl;
}
.eventDivTitleDate
{
    background-color: #EE7F2E;
    font-size: 11px;
    text-align: right;
    color: White;
    float: left;
    margin-right: 10px;
    font-weight: bold;
}
.eventDivTitleText
{
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    color: White;
    line-height: 30px;
}
.eventDivText
{
    background-color: White;
    font-size: 12px;
    padding: 10px;
}
.eventDivExtraText
{
    background-color: White;
    font-size: 12px;
    border-bottom: solid 1px #C2C2C2;
    padding: 10px;
}
.eventDivBottom
{
    background-color: White;
    font-size: 12px;
    height: 25px;
    padding-right: 10px;
    vertical-align: middle;
    text-align: right;
}
.eventDiv
{
    background-color: #ccc;
    color: inherit;
    margin-left: 4px;
    margin-top: 4px;
    text-align: right;
    width: 400px;
    font-family: Arial, "Arial (Hebrew)" , "Courier New (Hebrew)" , "Times New Roman (Hebrew)" , Aharoni;
}
.shadow, .content
{
    position: relative;
    bottom: 2px;
    right: 2px;
}
.shadow
{
    background-color: #666; /*shadow color 2*/
    color: inherit;
}
.content
{
    background-color: #fff;
    color: #000;
    border: solid 1px #A4A3A1;
}

/* Event type filter style */
#eventsFilter
{
    width: 100%;
    text-align: right;
    padding-right: 20px;
    padding-bottom: 20px;
    font-family: Arial, "Arial (Hebrew)" , "Courier New (Hebrew)" , "Times New Roman (Hebrew)" , Aharoni;
}
.eventsTypeFilterImg
{
    vertical-align: middle;
    text-align: right;
    width: 15px;
    height: 24px;
}
.eventsTypeFilterText
{
    font-weight: bold;
    font-size: 12px;
    vertical-align: middle;
    padding-left: 8px;
}
.eventsTypeFilterChk
{
    vertical-align: middle;
    width: 15px;
    height: 24;
}
.eventsTypeMothlyImage
{
    padding-right: 0px;
    padding-left: 2px;
    padding-top: 5px;
    vertical-align: top;
}
.eventsTypeWeeklyImage
{
    padding-right: 0px;
    padding-left: 2px;
    padding-top: 3px;
    vertical-align: top;
}
.moreText, .moreText A, .moreText A:link, .moreText A:visited, .moreText A:hover, .moreText A:active
{
    font-size: 12px;
    color: Black;
}

