/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; width:150px; border:0px; }

.calendar, .calendar table {
  border: 1px solid #D0D2D4;
  font-size: 13px;
  color: #000;
  cursor: default;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  width:150px;
}

.calendar table tbody td.emptycell, .calendar table tbody td.day { border-right:1px solid #D0D2D4; border-bottom:1px solid #D0D2D4; }

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar .nav {
  background: #fff;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #fff;
  color: #000;
  padding: 2px;
  font-size:16px;
}

.calendar thead tr { /* Row <TR> containing navigation buttons */
  background: #ffffff;
  color: #2A6AB4;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #A3A5A7;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #E0F0CA;
  padding: 2px;
  font-size:16px;
  font-weight:bold;
  text-align: center;
  color: #fff;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #fff;
}

.calendar thead .hilite {  /* How do the buttons in header appear when hover */
  background-color: #F6AB20;
  color: #fff;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background-color: #4AA02C;
  border: 1px solid #4AA02C;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  color: #2A3AB4;
  text-align: center;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #E0F0CA;
}

/*.calendar tbody .rowhilite td {
  background: #ffffff;
}

.calendar tbody .rowhilite td.wn {
  background: #E7E796;
}

.calendar tbody td.hilite {  Hovered cells <TD>
  background: #ffffff;
  padding: 1px 3px 1px 1px;
  border: 1px solid #E2E289;
}*/

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #cde;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 0px;
  padding: 1px 3px 1px 1px;
  color:#FFFFFF !important;
  background-color:#F6AB20 !important;
  font-family: verdana;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #2A3AB4;
}

.calendar tbody td.today { /* Cell showing selected date */
  font-weight: bold;
  color:#FFFFFF !important;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  background-color:#E6E7E7;

}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #000000;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #000;
  color: #fff;
  border-top: 1px solid #000000;
  padding: 1px;
}

/* .calendar tfoot .hilite { Hover style for buttons in footer
  background: #B8DAF0;
  border: 1px solid #178AEB;
  color: #000;
  padding: 1px;
}*/

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #006AA9;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  cursor: default;
  border: 1px solid #655;
  background: #fff;
  color: #000;
  font-size: 90%;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: #F1F8FC;
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  font-weight: bold;
}

.calendar .combo .active {
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  background: #F6AB20;
  font-weight: bold;
  color: #fff;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #E3F0F9;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #F1F8FC;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

/*.calendar td.time span.hilite {
  border-color: #000;
  background-color: #267DB7;
  color: #fff;
}*/

.calendar td.time span.active {
  border-color: red;
  background-color: #000;
  color: #A5FF00;
}

	/* ************************************************************************** */
	/*         CALENDAR STYLES                                                    */
	/* ************************************************************************** */

	.month_title_row td.next_arrow { border-right: 1px solid #D0D2D4 !important; }
	.month_bottom_row {}
	td.days_colors, td.weekends_colors { border:0px; }

	#calendar table { border-left: 1px solid #D0D2D4 !important; border-top: 1px solid #D0D2D4 !important; text-align: center; }

	#calendar table td { border-bottom: 1px solid #D0D2D4 !important; text-align: center; }

	.month_colors { color:#000 !important; }
		.month_colors a:link, .month_colors a:visited { color:#000 !important; }
		.month_colors a:hover {color:#000 !important; }

	.daysofweek_colors { background-color:#A3A5A7 !important; color:#ffffff !important; font-weight:bold !important; font-size:16px !important; }

	.days_colors { color:#000000 !important; background-color:#FFFFFF !important; border-right: 1px solid #D0D2D4 !important; }
		.days_colors a:link, .days_colors a:visited { color:#2A6AB4 !important; font-weight: normal !important; }
		.days_colors a:hover { color:#2A6AB4 !important; font-weight: normal !important; }

	.today_colors { color: #FFF !important; background-color:#F6AB20 !important; border-right: 1px solid #D0D2D4 !important; }
		.today_colors a:active, .today_colors a:link, .today_colors a:visited { color:#FFFFFF !important;  background-color:#F6AB20 !important;}
		.today_colors a:hover { color:#FFFFFF !important;  background-color:#FFCC00;}

	.weekends_colors { color:#000000 !important; background-color: #FFFFFF !important; border-right: 1px solid #D0D2D4 !important; }
		.weekends_colors a:link, .weekends_colors a:visited { color:#2A6AB4 !important; font-weight: normal !important; }
		.weekends_colors a:hover { color:#2A6AB4 !important; font-weight: normal !important; }

	.main { margin:0px auto; padding:0;  width:150px;}
		.month { font-family: Arial, Helvetica, sans-serif; font-weight:bold; font-size:16px; height:8px; padding:2px; }
		.month_colors { text-decoration:none; }
			.month_colors a:link, .month_colors a:visited { text-decoration:none; }
			.month_colors a:hover { text-decoration:underline; }

		.daysofweek { font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
		.days { font-size:12px; font-family: Arial, Helvetica, sans-serif; font-weight:normal; padding: 2px; text-decoration:none; }
			.days_colors a:link, .days_colors a:visited { text-decoration:none; }
			.days_colors a:hover { text-decoration:underline; }

		.today { font-family: verdana; font-weight: normal; text-decoration:none; }
			.today_colors a:link, .today_colors a:visited { text-decoration:none; }
			.today_colors a:hover { text-decoration:underline; }

		.weekends {	font-size:12px; font-family: Arial, Helvetica, sans-serif; font-weight:normal; padding: 2px; text-decoration:none; }
			.weekends_colors a:link, .weekends_colors a:visited { text-decoration:none; }
			.weekends_colors a:hover { text-decoration:underline; }

		.inactive_days { background-color:#E6E7E7 !important; border-right: 1px solid #D0D2D4 !important; }

		.arrow_right { background-image:url(/events4/images/css/events_arrow_right.png); }
		.arrow_left { background-image:url(/events4/images/css/events_arrow_left.png); }
		.prev_yr div { background:url('/events4/images/css/events_dbl_arrow_left.gif') no-repeat center center; padding:2px; }
		.prev_mon div { background:url('/events4/images/css/events_arrow_left.png') no-repeat center center; padding:2px; }
		.next_yr div { background:url('/events4/images/css/events_dbl_arrow_right.gif') no-repeat center center; padding:2px; }
		.next_mon div { background:url('/events4/images/css/events_arrow_right.png') no-repeat center center; padding:2px; }

		#show_more_times .arrow_closed { background:url('/events4/images/css/arrow_closed.gif') no-repeat center center; padding:4px; }
		#show_more_times .arrow_closed:hover { background:url('/events4/images/css/arrow_closed_on.gif') no-repeat center center; padding:4px; }
		#show_less_times .arrow_open { background:url('/events4/images/css/arrow_open.gif') no-repeat center center; padding:4px; }
		#show_less_times .arrow_open:hover { background:url('/events4/images/css/arrow_open_on.gif') no-repeat center center; padding:4px; }

		.calendar-heading {}