/* CSS Document */
/* Calendar Page */
#main_calendar {
	padding-left: 28px;
	float:left;
	width: 445px;
	padding-top: 20px;
	height: 450px;
	min-height: 450px;
	height:auto;
}
.calendar_body {
  float:left;
  text-align:left;
  vertical-align:top;
  font-family:Georgia, "Times New Roman", Times, serif;
  width: 477px;
  font-size:12px;
  line-height:17px;
  padding-bottom:25px;
  padding-top:15px;
  color: #000000;
  border-right: dotted 2px #a1904d;
}
.calendar_modules {
	position:relative;
	top:23px;
	right:29px;
	float:right;
	width: 230px;
	height: 314px;
	padding-right: 23px;
}
/* Event Listing */
.calendarBodyDate {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #000;
  text-align: left;
  line-height: 16px;
  padding-bottom: 7px;
  margin-bottom: 20px;
}

.calendarListingCategory {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
  color: #780616;
  width: 100%;
  margin-bottom: 23px;
  /*padding-bottom: 23px;  */
}

.calendarListingTitle {
}
.calendarListingTitleTime {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #87071b;
}
.calendarListingTitleSep {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #87071b;
}

.calendarListingTitleText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
}
.calendarListingDesc {
  padding-bottom: 23px;
}

/* MiniCal */
.calendarMain {
	background-color: #5f794d;
	padding: 7px;
}

.calendarEvents {
  border-collapse: collapse;
  width: 232px;
}

.calendarInactive {
	background-color: #e8e1c6;
	border: 1px solid #52451a;
	width: 32px;
	height: 22px;
	line-height : 22px;
  	voice-family:inherit;
	width: 30px;
}
.calendarPast, .calendarPastEvent {
	background-color: #d6bb5c;;
	border: 1px solid #52451a;
	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(../images/calendar/past_event.gif);
    display: block;
	color: #2b6ba0;
	text-decoration: none;
	width: 32px;
	height: 22px;
}
.calendarPastEvent a:hover {
  background-image:url(../images/calendar/past_event_over.gif);
  color: #ffffff;  
}
.calendarCurrent, .calendarCurrentEvent {
	background-color: #86061b;
	border: 1px solid #52451a;
	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;
}
.calendarCurrent a, .calendarCurrentEvent a {
    display: block;
	color: #f0e0e3;
	text-decoration: none;
	width: 32px;
	height: 22px;
}
.calendarFuture, .calendarFutureEvent {
	background-color: #f3d587;
	border: 1px solid #52451a;
	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(../images/calendar/future_event.gif);
	color: #2b6ba0;
	text-decoration: none;
	width: 32px;
	height: 22px;
}
.calendarFutureEvent a:hover {
    background-image:url(../images/calendar/future_event_over.gif);
    color: #ffffff;
}
/* Calendar Select */
.calendar_dow_table {
	width: 250px;
	padding-left:7px;
	padding-right:7px;
	padding-bottom: 7px;
}
.calendar_dow_table td {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size:22px;
	font-weight:bold;
	color:#86061b;
	width:36px;
	text-align:center;
}

.calendarMenu {
	background-color: #ebd7a4;
	color: #52451a;
	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;
}