/*Calendar CSS*/

div#calendar {
	padding:0px;
	margin:0px;
}

div#calendar .backtomonth, div#events .viewall {
	text-align:center;
	font-size:11px;
}

div#calendar_title {
	height:30px;
}

div#calendar a {
	text-decoration:none;
}

div#calendar_title #left, div#calendar_title #right {
	height:30px;
}

div#calendar_title #left {
	float:left;
	width:50%;
}

div#calendar_title #right {
	width:50%;
	float:right;
	text-align:right;
}

table#calendar {
}

table#calendar tr.top {
	background-color:#333;
	color:#CCC;
	font-weight:bold;
	font-size:9px;
}

table#calendar td {
	border: 1px solid #666;
	padding:5px;
}

table#calendar .cursor {
	cursor:pointer;
}

table#calendar.small {
	font-size:11px;
}
table#calendar.month tbody tr td {
	height:100px;
}

table#calendar.month, table#calendar.month a {
	color:#630;
}

table#calendar.month a:hover {
	color:#371C00;
}

table#calendar.month span.number {
	font-size:12px;
	font-weight:bold;
	padding-bottom:5px;
}

table#calendar.month span.eventtitle {
	font-size:10px;
}


table#calendar .today {
	color:#000;
	background-color:#F90;
}

table#calendar .small.today {
	background-color:#F90;
}

table#calendar .small.event {
	background-color:#cc6600;
}

table#calendar .thismonth {
}

table#calendar .thismonth.event {
}

table#calendar .nextmonth {
	background-color: #999;
}

table#calendar .nextmonth.event {
}


div.calendardayitem {
	padding-bottom:20px;
}

div.calendardayitem .calendartime {
	float:left;
}

div.calendardayitem .calendardayright {
	padding-left:70px;
}

div.calendardayitem .calendartitle {
	font-weight:bold;
}

div#calendar p.allday {
	text-transform:uppercase;
}

/*Upcoming Event List*/
ul#events {
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding:0px;
	margin:0px;
}

ul#events li {
	list-style-position: inside;
	list-style-image: none;
	padding-bottom:3px;
	list-style-type: none;
}
ul#events li a:link, ul#events li a:active, ul#events li a:visited {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
ul#events li a:hover {
	color:#333;
	text-decoration: none;
}
.upcomingevents_title {
	font-size: 8pt;
	font-weight: bold;
}
.upcomingevents_desc {
	font-size: 8pt;
	font-weight: normal;
}