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

BODY.calendar #sidebar {
	/*display: none;*/
}
BODY.calendar #content {
	width: 534px !important;
	width /**/: 570px;
}


/* ===============================
		::: CALENDAR :::
=============================== */
DIV#calendarwrapper {
 width: 90%;
 margin: 35px;
 float: left;
 clear: both;
}


TABLE#calendar {
	border-collapse: collapse;
	margin: 90px 0 2em 8px;
}

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


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

TABLE#calendar .normal {
	color: #000;
	background: #D9ECF0;
}
TABLE#calendar .today, TABLE#calendar.large .today {
	/* teal: #40A7A6 */
	background: #AC0039;
	color: #fff;
	font-weight: bold;
}
TABLE#calendar .weekend {
	color: #666;
	background: #FFECC0;
}
TABLE#calendar .selected {
	color: #036;
	background: #f00;
}
TABLE#calendar .event {
	color: #fff;
	background: #007070;
}


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 {
	
}


/* ::: MISC ::: */
#submenu H3 {
	color: #000;
	border: 0;
	background: url(../cal/images/bg_cal_title.gif) top center no-repeat;
	text-align: left;
}
#submenu LABEL {
	margin: 1em 0 0 0;
	display: block;
	font-weight: bold;
}



/* CATEGORY PICKER */
#cal_events_picker_container {
	margin: 0 0 0 15px;
	padding: 0;
	border: 0;
}
#cal_events_picker_container UL {
	margin: 0;
}
#cal_events_picker_container LI {
	list-style: none;
	border: 0;
}
#cal_events_picker_container LABEL {
	font-weight: normal;
	font-size: 11px;
	display: inline;
}



#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;
}
.first {
	margin-top: .4em;
}
.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;
}