#cal {
	position: relative;
}

/* Calendar Tables -------------------------------- */

table.cal_header {
	border-collapse: collapse;
	border: none;
	width: 508px;
	margin: 0 auto;
}

table.cal_header td {
	width: 33%;
	text-align: center;
	vertical-align: top;
	padding: 3px;
	border: none;
}

table.cal_header h4 {
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
}


/* large Month view -------------------------------- */


table.month {
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 6px 0;
	width: auto;
}

table.month caption {
	margin: 0;
	padding: 7px 0;
	text-align: center;
	font-size: 18px;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .2em;
	color: #94A856;
	border-top: 1px solid #ccc;
}

table.month th, table.month td {
	padding: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 72px;	
}

table.month th {
	font-size: 13px;
	font-weight: bold;
	background-color: #E6E6E6;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

table.month td {
	font: 11px/1.3em Verdana, Arial, Helvetica, Sans-serif;
	text-align: left;
	vertical-align: top;
	height: 72px;
}

table.month td .cellnum {
	margin-top: -5px;
	margin-left: -5px;
	padding: 3px;
	display: block;
}

/* empty boxes */

td.empty {
	background-color: #EFEFEF;
}

/* highlight today's box */

td.today {
	background-color: #FFF7D8;
}

table.mini_month td.today {
	background-color: #E6E6E6;
}

/* Event listings in a day cell */

#cal table.month td ul, #cal table.month td li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#calendar #cal table.month td li {
	margin: 4px 0;
	padding: 0;
	line-height: 1em;
}

#cal table.month td ul li a {
	font-weight: normal;
	font-size: 9px;
	line-height: 1em;
	color: #191919;
}

#cal table.month td ul li.all_day a {
	
}

/* The mini-months */

table.mini_month {
	border-collapse: collapse;
	border: none;
	margin: 0;
	width: auto;
}

table.mini_month caption {
	color: #666;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	border-bottom: 1px solid #ccc;
	margin: 0;
}

table.mini_month td, table.mini_month th {
	border: none;
	font-size: 10px;
	width: 15%;
	text-align: center;
	padding: 2px;
}

table.mini_month th {
	font-weight: normal;
}

table.mini_month td.empty {
	background-color: transparent;
}

#cal table.mini_month td a {
	color: #CC7D24;
	text-decoration: underline;
}

#cal table.mini_month td a:hover {
	text-decoration: none;
	color: #94A856;
}

/* MISC */

div.centered {
	text-align: center;
}

#cal td.middle {
	border-right: 1px dashed #ccc;
	border-left: 1px dashed #ccc;
}

#calendar input.checkbox, #cal input.checkbox {
	width: auto;
}

#calendar input.small_int, #cal input.small_int {
	width: 30px;
}

#cal div.r_floater {
	position: absolute;
	right: 0;
	top: -38px;
	line-height: 1em;
}

#cal div.r_floater img {
	border: none;
	margin: 0 0 -4px 0;
	padding: 0;
}

#calendar #cal div.r_floater select {
	margin: 0;
	padding: 0;
}

.small_link {
	font: 11px/1.3em Verdana, Arial, Helvetica, Sans-serif;
	font-weight: normal;
}


/* event details */

.event {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.eventdetail {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
}

.eventwhen {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.addevent {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.addeventextrainfo {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
}


