#calendar td {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

#calback {
	clear: both;
	width: 100%;
	height: 100%;
	background: url('/images/calWaiting.gif') no-repeat center;
}

#calendar {
	background: none;
	width: 100%;
	height: 100%;
	border-collapse:collapse;
}

.cal {
	width: 320px;
	border: none;
	margin: 20px 0 0 0;
}

.cal a {
	/*color: #0C0;*/
	text-decoration: underline;
	/*border-bottom: 1px dashed #CCC;*/
	/*font-size: 11px;*/
	color: #00ADEF;
	font-size: 14px;
}

.cal a:hover {
	/*color: #0E0;*/
	color: #fff;
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 20px;
	/*background: url('/images/calBack.gif') repeat center left;*/
	background-color: #2690db;
	padding: 5px;
}

.calhead img {
	border: none;
	display: inline;
}

.calhead table {
	width: 100%;
}

.calhead a {
	text-decoration: none;
	border: none;
}

.calhead td.right {
	width: 20px;
}

.dayhead {
	height: 25px;
	background: #EEE;
}

.dayhead td {
	text-align: center;
	color: #000;
}

.dayrow {
	background: #FFF;
	height: 30px;
}

.dayrow td {
	width: 45px;
	font-size: 12px;
	color: #013952;
	padding: 0px;
	/*padding: 3px;*/
	border: 1px solid #DDD;
	height: 30px;
	background-color: #cbffa4;
}

.day {
	float: right;
	padding: 2px 4px 0px 0px;
}

.dayover {
	/*background: #F4F4F4;*/
	/*background-color: #F29629 !important;*/
	background-color: #79d437 !important;
}

.dayout {
	background: #FFF;
}

#event {
	font-family: Arial, sans-serif;
	width: 100%;
	height: 100%;
	border-top: 1px solid #727260;
	border-bottom: 1px solid #727260;
}

#event .heading {
	padding: 10px;
	position: relative;
	background: url('/images/calEvent.gif') repeat-x top left;
	border-bottom: 1px dotted #CCC;
}

#event .title {
	color: #656551;
	font-size: 16px;
	font-weight: bold;
}

#event .posted {
	color: #8C8C73;
	font-size: 10px;
}

#event .back {
	position: absolute;
	top: 10px;
	right: 10px;
}

#event .back a {
	color: #0C0;
	text-decoration: underline;
	border: none;
	font-size: 10px;
}

#event .back a:hover {
	color: #0E0;
}

#event .line {
	padding: 10px;
	overflow: auto;
}

.error {
	color: #C00;
	font-size: 14px;
	font-weight: bold;
}

#jump {
	z-index: 100;
	line-height: 30px;
	padding: 5px;
	background: #F6F6F6;
	border: 1px solid #888;
}

#jump select {
 	width: 100px;
}

#jump a {
	text-decoration: none;
	border: none;
}

#jump img {
	border: none;
	display: inline;
}

div.blocked {
	float: right;
	text-align: right;
	color: #fff;
	/*color: #656551;*/
	padding: 2px 4px 0px 0px;
	background: #FFB000 url(/images/bg_blocked.gif) repeat;
	width: 41px;
	height: 28px;
}

div.blocked_arrival {
	background: url(/images/bg_blocked.gif) no-repeat left center;
	float: right;
	text-align: right;
	color: #013952;
	width: 41px;
	height: 28px;
	padding: 2px 4px 0px 0px;
}

div.blocked_arrival a {
	color: #00ADEF;
	font-size: 14px;
}

div.blocked_arrival a:hover {
	/*color: #00ADEF;*/
	color: #fff;
	text-decoration: underline;
	font-size: 14px;
}

div.blocked_departure {
	background: url(/images/bg_blocked.gif) no-repeat right center;
	float: right;
	text-align: right;
	color: #fff;
/*	color: #013952;*/
	width: 41px;
	height: 28px;
	padding: 2px 4px 0px 0px;
}

/* Calendar Legend {{{ */
div#cal_legend table th h2 {
	margin-bottom			: 5px;
}

div#cal_legend table td {
	padding							: 3px 6px;
}

div#cal_legend table td.free, span.free {
	background-color		: #cbffa4;
	width								: 20px;
	padding							: 0;
}

div#cal_legend table td.occupied, span.occupied {
	background-color		: #c61a2f;
	width								: 20px;
	padding							: 0;
}
/* }}} */

