/* ===============================
		::: LAYOUT OVERRIDES :::
=============================== */

#submenu UL,
#submenu LI {
	background-color: transparent;
	background-image: none;
	border: 0;
	color: #151515;
}
#content {
	width: 534px; }


/* ===============================
		::: CALENDAR :::
=============================== */

#calendarContainer {
	margin: 0 0 0 10px;
	width: 174px;
	padding: 0 0 24px;	
	background: #900 url(../images/bg_submenu.gif) bottom left no-repeat; }

TABLE#calendar {
	border-collapse: collapse;
	margin: 0 0 0 6px;
}

/* ::: HEADERS ::: */
TABLE#calendar TH {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 4px;
}
TABLE#calendar A {
	color: #fff; }
	
TD.title {
	text-align: center;
	color: #fff;
}
.button-prevmonth {
	float: left;
	width: 18px;
}
.button-nextmonth {
	float: right;
	width: 18px;
}


/* ::: CELLS ::: */
TABLE#calendar TD {
	font-size: 11px;
	text-align: center;
	border: 1px solid #888;
	background: #ebe6d8;
	width: 22px;
	height: 22px;
	vertical-align: middle; }

	TABLE#calendar .normal {
		color: #000;
		background: #ebe6d8; }
	
	TABLE#calendar .blank {
		background: transparent;
		border: 0; }
		
	TABLE#calendar .today,
	TABLE#calendar.large .today {
		background: #5b0000;
		color: #fff;
		font-weight: bold; }
		
	TABLE#calendar .weekend {
		color: #E7BDBD;
		background: transparent;
		border-color: #E7BDBD; }
		
	TABLE#calendar .selected {
		color: #036;
		background: #f00; }
		
	TABLE#calendar .event {
		color: #fff;
		font-weight: bold;
		background: #4C71BA; }


TABLE#calendar.large {
	width: 100%;
}
TABLE#calendar.large TD {
	width: 14%;
	text-align:left;
	vertical-align: top;
	background: #eee url(../cal/images/bg_day_grey.gif) top left no-repeat;
	border: 2px solid #fff;
}
TABLE#calendar.large DIV.calnum {
	width: 25px;
	height: 25px;
	text-align: center;
	padding-top: 5px;
}
TABLE#calendar.large UL {
	list-style: disc;
}
TABLE#calendar.large LI {
	margin-left: 2em;
}
TABLE#calendar.large .weekend {
	/*background: #fff;*/
}



TABLE#calendar TR.titlerow TD {
	border: 0;
	background: url(../cal/images/bg_cal_title.gif) top center no-repeat;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}
TR.titlerow TD TABLE {
	border-collapse: separate;
}
TR.titlerow TD TD {
	background: transparent;
}


/* LISTS */
TABLE#calendar UL {
	margin: 0 0 1em 0;
}
UL.simple LI {
	margin: 0 .25em .25em 0;
	color: #000;
}
UL.simple LI A {
	color: #000;
}
UL.full LI {
	margin: 0 0 1em 0;
}

UL.full A {
	
}



/* ===============================
		::: CATEGORY PICKER :::
=============================== */

#submenu H4,
#submenu P {
	margin: .5em 12px 0 22px;
	color: #900;
	font-weight: bold; }

#submenu UL {
	padding: 0 0 1em 0; }
	
	#submenu LI {
		list-style: none;
		margin:  .5em 0 0 12px;
		padding: 0;
		font-weight: bold; }

#submenu .submit {
	margin: 0 0 0 22px; }



#cal_size {
	float: left;
	clear: left;
	width: 50%;
}
#cal_events {
	float: left;
	clear: right;
	width: 40%;
}
#cal_search {
	float: left;
	clear: left;
}


/* ===============================
		::: DAILY ITEMS :::
=============================== */
DL.events_list DD {
	margin-left: 46px; }

	DD {
		margin-bottom: 2em; }
		
	DD H4 {
		margin: 1.2em 0 .2em 0;
		font-size: 1.1em;
		line-height: 1.2em; }
	
	.event_date,
	.event_day {
		color: #970E16;
	}
	.event_date {
		float: left;
		clear: left;
		display: inline;
		width: 24px;
		padding: 4px;
		text-align: center;
		background: #fafafa;
		border: 1px solid #ccc;
		border-bottom-width: 4px;
		font-family: Times, serif;
		font-size: 1.6em;
		font-weight: bold;
	}
	.event_day {
		font-size: 1.4em;
		font-weight: bold;
		padding-top: 5px;
		padding-bottom: 4px;
		border-bottom: 1px solid #ccc;
		margin-left: 45px;
	}
	.event_name {
		color: #333;
	}
	.event_time,
	.event_location {
		font-style: italic;
		color: #454545;
	}
	.event_description {
		margin-left: 8px;
		border-left: 2px solid #ccc;
		padding-left: 10px;
		color: #666;
		margin-top: .3em;
	}
	.event_showhide {
		width: 30%;
		margin: 0 auto;
		border-bottom: 3px double #dedede;
		margin-top: -6px;
		position: relative;
		text-align: center;
	}
	.event_showhide SPAN {
		position: relative;
		top: 10px;
		background: #fff;
		color: #999;
		font-size: 11px;
		cursor: pointer;
	}