
#calendar_wrap {
	width: 100%;
	height: 100%;
	background: #679AC9;
}
div.tl {
	width: 10px;
	height: 10px;
	background: url(images/tl.png);
	}
div.tr {
	float: right;
	width: 10px;
	height: 10px;
	background: url(images/tr.png);
	}
div.bl {
	width: 10px;
	height: 10px;
	background: url(images/bl.png);
	}
div.br {
	float: right;
	width: 10px;
	height: 10px;
	background: url(images/br.png);
	}

#calendar {
	padding: 0 10px;
}

.cal {
	width: 230px;
	margin: 0 auto;
	background: #fff;
}

#content .cal {
	width: 100%;
	}
.cal a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #CCC;
	font-size: 9px;
}

.cal a:hover {
	color: #0E0;
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;  
	background-color: #679AC9;
	padding-bottom: 5px;
}

.calhead img {
	border: none;
}

.calhead table {
	width: 100%;
}

.calhead a {
	text-decoration: none;
	border: none;
}

.dayhead {
	height: 15px;
	background: #EEE;
}

.dayhead td {
	text-align: center;
	color: #000;
	font-size: 10px;
}

.dayrow {
	height: 20px;
}

#content .dayrow {
	height: 50px;
	}

.dayrow td {
	width: 14%;
	height: 30px;
	padding-top: 5px;
	width: 35px;
	font-size: 10px;
	color: #FFA435;
	font-weight: bold;
	text-align: center;
}

#content .dayrow td {
	font-size: 14px;
	border: 1px solid #eee;
	padding: 10px 0;
	}

.day {
}

.dayover {
	background: #2DAEFB;
}
.dayover .day {
	color: #fff;	
}

.dayover .day a {
	color: #fff;	
}

.dayout {
}

#sidebar div.calevent a {
	font-size: 9px;
	text-decoration: none;
}

#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('/calendar/images/calEvent.gif') repeat-x top left;
	border-bottom: 1px dotted #CCC;
}

#event .title {
	color: #656551;
	font-size: 12px;
	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 a {
	text-decoration: none;
	border: none;
}

#jump img {
	border: none;
}