.events_div {
   font-family: Arial, Helvetica, sans-serif;
   text-align: center;
}

.events_table {
   margin-right: auto;
   margin-left: auto;
}

.events_tr_head {
   color: #FFFFFF;
   background-color: #3e51b7;
}

.events_td_head {
   padding-left: 8px;
   font-weight: bold;
   text-align: left;
}

.events_td {
   vertical-align: top;
}

.events_td a:link {
   color: #442C8C;
   text-decoration: none;
}

.events_td a:hover {
   color: #8900F2;
   text-decoration: underline;
}

.events_td a:visited {
   color: #442C8C;
   text-decoration: none;
}

.events_tr > .events_td:first-child {
   padding-left: 8px;
   text-align: left;
}

.calendar_div {
   font-family: Arial, Helvetica, sans-serif;
   margin-top: 20px;
   margin-right: auto;
   margin-left: auto;
}

.calendar_table {
   border: 1px solid #3e51b7;
   margin-right: auto;
   margin-left: auto;
}

.calendar_tr_head {
   color: #FFFFFF;
   background-color: #3e51b7;
}

.calendar_td_head {
   font-weight: bold;
   text-align: center;
}

.calendar_tr_head2 {
   background-color: #CDCCF4;
}

.calendar_td_head2 {
   font-weight: bold;
   text-align: center;
}

.calendar_td {
   padding-left: 8px;
   text-align: left;
   vertical-align: top;
   border: 1px solid #cdccf4;
   width: 100px;
   height: 100px;
}

.calendar_td_head a {
   color: #FFFFFF;
   text-decoration: none;
}

.calendar_td_head a:link {
   color: #FFFFFF;
   text-decoration: none;
}

.calendar_td_head a:hover {
   color: #FFDDDD;
}

.calendar_td_head a:visited {
   color: #FFFFFF;
   text-decoration: none;
}

.calendar_td a:link {
   color: #442C8C;
   text-decoration: none;
}

.calendar_td a:hover {
   color: #8900F2;
   text-decoration: underline;
}

.calendar_td a:visited {
   color: #442C8C;
   text-decoration: none;
}

.calendar_hebrew_header {
   color: #FFFF00;
}

.calendar_hebrew {
   color: #000088;
   margin-top: -17px;
   margin-right: 5px;
   position: absolute;
   right: 0px;
   display: block;
}

.calendar_nav_table {
   width: 100%;
}

.calendar_event {
   position: relative;
   display: block;
}

.events_tr_a {
   background-color: #DDDDDD;
}

.events_tr_b {
   background-color: #EEEEEE;
}

#location_info {
   font-family: Arial, Helvetica, sans-serif;
   padding-top: 5px;
   padding-right: 5px;
   padding-bottom: 5px;
   padding-left: 5px;
   background-color: #FFF;
   border: 1px solid #3e51b7;
   position: absolute;
   left: 100px;
   top: 100px;
   display: none;
   box-shadow: 5px 5px 8px #3e51b7;
}

.location_link {
   margin-right: auto;
   margin-left: auto;
   cursor: pointer;
   content: url(/images/icons/icon_marker_sm.png);
}

#location_map_div {
   text-align: center;
   margin-right: auto;
   margin-left: auto;
}

#location_map {
   content: url(/images/icons/icon_map_sm.png);
}

.start_end_time {
   white-space: nowrap;
}

#location_info_close {
   margin-top: -30px;
   float: right;
   cursor: pointer;
   content: url(/images/icons/close-button.png);
}

.events_curr_day {
   background-color: #FFF4D3;
}

.calendar_curr_day {
   background-color: #FFF4D3;
}

#show_hide_past_btn {
   font-size: 10px;
   padding-top: 3px;
   padding-right: 4px;
   padding-bottom: 3px;
   padding-left: 4px;
   font-weight: bold;
   text-align: center;
   border: 2px solid #3e51b7;
   margin-right: auto;
   margin-left: auto;
   margin-bottom: 5px;
   width: 100px;
   border-top-left-radius: 8px;
   border-top-right-radius: 8px;
   border-bottom-right-radius: 8px;
   border-bottom-left-radius: 8px;
}

#show_hide_past_btn a:link {
   color: #3e51b7;
   text-decoration: none;
}

#show_hide_past_btn a:visited {
   color: #3e51b7;
   text-decoration: none;
}

#show_hide_past_btn a:hover {
   color: #4457c3;
   text-decoration: underline;
}

.calendar_event_name {
   margin-top: 8px;
}

.calendar_past_dates {
   background-color: #ddd;
}

.events_past_dates {
   color: #888;
}

