/* CSS Document */

/* Event Listing */
.calendarBodyDate {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: bold;
  color: #909c08;
  text-align: left;
  line-height: 16px;
  padding-bottom: 7px;
  border-bottom: solid 1px #0173e4;  
  margin-bottom: 20px;
}

.calendarListingCategory {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
  color: #909c08;
  width: 100%;
  border-bottom: dotted 1px #0173e4;    
  margin-bottom: 23px;
  /*padding-bottom: 23px;  */
}

.calendarListingTitle {
}
.calendarListingTitleTime {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #e66d02;
}
.calendarListingTitleSep {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0698ed;
}

.calendarListingTitleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #747474;
}
.calendarListingDesc {
  padding-bottom: 23px;
}

/* MiniCal */
.calendarMain {
	background-color: #cde5f4;
	padding: 7px;
}

.calendarEvents {
  border-collapse: collapse;
  width: 232px;
}

.calendarInactive {
	background-color: #d4e187;
	border: 1px solid #9e9e9e;
	width: 32px;
	height: 22px;
	line-height : 22px;
  	voice-family:inherit;
	width: 30px;
}
.calendarPast, .calendarPastEvent {
	background-color: #abc826;;
	border: 1px solid #9e9e9e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #4c4c4c;
	text-align: center;
	width: 32px;
	height: 22px;
	line-height : 22px;
}
.calendarPastEvent a:link, .calendarPastEvent a:visited {
  background-image:url(../../../components/com_calendar/images/past_event.gif);
    display: block;
	color: #4c4c4c;
	text-decoration: none;
	width: 32px;
	height: 22px;
}
.calendarPastEvent a:hover {
  background-image:url(../../../components/com_calendar/images/past_event_over.gif);
  color: #ffffff;  
}
.calendarCurrent, .calendarCurrentEvent {
	background-color: #abc826;
	border: 1px solid #9e9e9e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	width: 32px;
	height: 22px;
	line-height : 22px;
}
.calendarFuture, .calendarFutureEvent {
	background-color: #cae448;
	border: 1px solid #9e9e9e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #4c4c4c;
	text-align: center;
	vertical-align: middle;
	width: 32px;
	height: 22px;
	line-height : 22px;
}
.calendarFutureEvent a:link, .calendarFutureEvent a:visited {
    display:block;
    background-image:url(../../../components/com_calendar/images/future_event.gif);
	color: #4c4c4c;
	text-decoration: none;
	width: 32px;
	height: 22px;
}
.calendarFutureEvent a:hover {
    background-image:url(../../../components/com_calendar/images/future_event_over.gif);
    color: #ffffff;
}


/* Calendar Select */
.calendarMenu {
	background-color: #d4e187;
	color: #4c4c4c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	padding: 2px;
	border: solid 1px #565656;
}
.calendarBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4c4c4c;
}