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

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

.events_tr_head {
   background-color: #600;
}

.events_td_head {
   font-size: 14px;
   padding-right: 5px;
   padding-left: 5px;
   font-weight: bold;
   text-align: left;
}

.events_td {
   font-size: 13px;
   padding-right: 5px;
   padding-left: 5px;
   vertical-align: top;
}

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

.events_td a:hover {
   text-decoration: underline;
}

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

.events_tr_a {
   background-color: #666;
}

.events_tr_b {
   background-color: #444;
}

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

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

.calendar_tr_head {
   color: #FFFFFF;
   background-color: #660000;
}

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

.calendar_tr_head2 {
   background-color: #444444;
}

.calendar_td {
   color: #fff;
   padding-left: 8px;
   text-align: left;
   vertical-align: top;
   background-color: #444444;
   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: #fff;
   text-decoration: none;
}

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

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

.events_private {
   color: #FFE88C;
   margin-top: -10px;
   float: right;
}

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

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

#website_div a:link {
   color: #fff;
   text-decoration: none;
}

.url a:link {
   color: #fff;
   text-decoration: none;
}

#website_div a:visited {
   color: #fff;
   text-decoration: none;
}

.url a:visited {
   color: #fff;
   text-decoration: none;
}

#website_div a:hover {
   color: #f88;
   text-decoration: underline;
}

.url a:hover {
   color: #f88;
   text-decoration: underline;
}

.location_link {
   font-size: 0px;
   margin-right: auto;
   margin-left: auto;
   width: 30px;
   height: 30px;
   cursor: pointer;
}

#location_map_div {
   text-align: center;
   margin-right: auto;
   margin-left: auto;
   width: 30px;
   height: 33px;
   cursor: pointer;
}

#location_map {
   font-size: 0px;
   display: block;
   width: 30px;
   height: 33px;
}

.start_end_time {
   white-space: nowrap;
}

#location_info_close {
   font-size: 0px;
   margin-top: -30px;
   float: right;
   width: 29px;
   height: 29px;
   cursor: pointer;
}

.events_curr_day {
   color: #000;
   background-color: #FFF4D3;
}

.calendar_curr_day {
   background-color: #000;
}

#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 #600;
   margin-top: 8px;
   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;
}

.cal_events_change_view_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 #600;
   margin-top: 8px;
   margin-right: auto;
   margin-left: auto;
   margin-bottom: 5px;
   width: 150px;
   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: #600;
   text-decoration: none;
}

.cal_events_change_view_btn a:link {
   color: #600;
   text-decoration: none;
}

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

.cal_events_change_view_btn a:visited {
   color: #600;
   text-decoration: none;
}

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

.cal_events_change_view_btn a:hover {
   color: #f00;
   text-decoration: underline;
}

.calendar_event_name {
   margin-top: 8px;
}

.calendar_past_dates {
   background-color: #666666;
}

.events_past_dates {
   color: #888;
}

.calendar_nav_table {
   width: 100%;
}

.events_past_dates > .events_td > a:link	{color: #888 !important;}
.events_past_dates > .events_td > a:visited	{color: #888 !important;}

.events_curr_day > .events_td > a:link	{color: #000 !important;}
.events_curr_day > .events_td > a:visited	{color: #000 !important;}

