
#cal {
	width: 264px;
	background-color: #E8E8E8;
	position: relative;
}

#calMonthHeader {
	background-image:url(../imgs/calendar_month_bg.gif);
	background-repeat:repeat-x;
	width: 264px;
	height: 57px;
}

#calMonthHeaderYear {
	width: 264px;
	text-align: center;
	font-weight: bold;
	color: #374651;
	padding-top: 11px;
}

#calMonthHeaderMonth a {
	width: 140px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	z-index: 10;
	position: absolute;
	left: 62px;
	color: #fff;
	text-decoration: none;
}

#calMonthHeaderMonth a:hover {
text-decoration: underline;
	color: #ea6622;
}

#calMonthHeaderMonthNav {
	width: 264px;
	position: absolute;
	height: 20px;
	top: 30px;
}

a#calMonthHeaderNext {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 60px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	text-align: right;
}

a#calMonthHeaderNext:hover {
	color: #ea6622;
}

a#calMonthHeaderNext img {
	padding-left: 5px;
	padding-right: 5px;
	float: right;
}

a#calMonthHeaderNext span {
	padding-left: 5px;
	float: left;
}

a#calMonthHeaderPrev {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	text-align: right;
}

a#calMonthHeaderPrev:hover {
	color: #ea6622;
}

a#calMonthHeaderPrev img {
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}

a#calMonthHeaderPrev span {
	padding-right: 5px;
	float: left;
}

#calHeader {
	background-color: #ea6622;
	width: 264px;
	height: 24px;
}

* html #calHeader {
	width: 264px;
}

#calHeader ul {
	margin: 0;
	padding: 0 0 0 7px;
	list-style: none;
}

#calHeader ul li {
	color: #fff;
	cursor: default;
	font-size: 12px;
	font-weight: bold;
	height: auto;
	padding-top: 2px;
	text-align: center;
	float: left;
	margin: 1px 0 0 1px;
	width: 35px;
}

#calDays {
	clear: left;
	padding: 5px 0 10px 4px;
	width: 255px;
	min-height: 250px;
}

* html #calDays {
	height: 250px;
	width: 255px;
}

#calDays ul {
	margin: 0 0 0 3px !important;
	/*overflow: auto;*/ /* for Moz to properly due height */
		padding: 0;
	list-style: none;
	width: 100%; /* for IE to properly due height */
}

#calDays ul li {
	float: left;
	height: 24px;
	height: 40px;
	margin: 1px 0 0 1px;
	width: 35px;
	_display: inline;
	background-color:#fff;
}

#calDays ul li.sunday {
	margin-left: 1px;
}

#calDays ul li.monday {
	margin-left: 37px;
}

#calDays ul li.tuesday {
	margin-left: 73px;
}

#calDays ul li.wednesday {
	margin-left: 109px;
}

#calDays ul li.thursday {
	margin-left: 145px;
}

#calDays ul li.friday {
	margin-left: 181px;
}

#calDays ul li.saturday {
	margin-left: 217px;
}

#calDays ul li div {
	color: #000;
	display: block;
	font: 10px/10px Verdana;
	height: 33px;
	width: 35px;
	padding-top: 7px;
	text-align: center;
	text-decoration: none;
}

* html #calDays ul li div {
	height: 33px;
	width: 35px;
}

#cal #calDays ul li div.today { /* MR */
	color: #005480;
	background-color: #fdb715;
}

#cal #calDays ul li div.today {
	color: #005480;
	background-color: #fdb715;
}

/*differences from big calendar*/
	#cal div.calDayData {
	display: none;
}

#cal #calDays li.data ul.calDayShort {
	width: 280px;
	position: absolute;
	left: 265px;
	top: 28px;
}

#cal li.data .dyn {
	display:none;
}

#cal li.data .on {
	text-decoration: underline;
	color: #000;
}

#cal li.div today {
	color: #005480;
	background-color: #fdb715;
}

#cal #calDays li.data .calDayShort li {
	float: none;
	display: block;
	width: auto;
	height: auto;
	text-align: left;
	margin: 0 0 3px 10px;
	padding: 2px 0 2px 5px;
	/* TODO: set background colors as classes based on venue */
		background-color: #fbe2d3;
	color: #b45d2c;
	position: relative;
}

#cal #calDays li.data .calDayShort li a {
	position: absolute;
	top: 2px;
	right: 10px;
	cursor: hand;
	cursor: pointer;
	background-image: none;
}

#cal #calDays li.data .calDayShort li a.detail {
	position: static;
}

#cal #calDays li.click div.today {
	cursor: hand;
	cursor: pointer;
}

#cal #calDays li.click div.today li {
	cursor: default;
}

#cal div.more {
	display: none;
}

#calendarTable {
	margin-top: 5px;
	margin-left: 7px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#calendarTable td {
	width: 34px;
	height: 40px;
}

#calendarTable td.dayOfTheMonth {
	background-color: #fff;
}

.dayOfTheMonthNumber {
	color: #000;
	display: block;
	font: 10px/10px Verdana;
	height: 33px;
	width: 34px;
	padding-top: 7px;
	text-align: center;
	text-decoration: none;
}

.dayOfTheMonthEvent {
	background-color:#FDB715;
	height: 10px;
	width: 10px;
	top: 0px;
	left: 0px;
}

.dayOfTheMonthEventDetail {
	background-color:#FDB715;
	height: 10px;
	width: 10px;
	top: 0px;
	left: 0px;
}

.dayOfTheMonthEventGrey {
	background-color: #ccc;
	height: 10px;
	width: 10px;
	top: 0px;
	left: 0px;
}


.navMonthName {
	text-transform: uppercase;
}

.calendarEventItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#FDB715;
}

#calendar_sorter_container {
	margin-top: 15px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

#calendar_sorter_container select {
	font-weight: normal;
	width: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

#calendar_sorter_container select option {
	padding-left: 5px;
}
