table#cal {
	width:900px;
}
#chooseCampus, #chooseCategory, #filterAlert {
	border:1px solid #39C;
	background:#EAF4FF;
	margin-bottom: 2px;
	padding-bottom: 3px;
}
table.filterList {
	width:880px;
	margin:0 10px;
}
.filterList td {
	vertical-align:top;
	width: 33%;
}
.filterList label {
	display:block;
	margin: 1px 0;
}
#cal td, #cal th {
	width:14%;
	vertical-align:top;
}
#cal td {
	border: 1px solid #ccc;
}
#cal a {
	color:#369;
}
#cal a:hover {
	color:#A71930;
}
.calLabel {
	font-size:1.5em;
	color:#666;
}
.calTitle {
	text-align:center;
}
.calView {
	text-align:right;
	float:right;
	display:block;
}
.calFilter {
	text-align:left;
	float:left;
	display:block;
}
.calItem {
	font-size:.8em;
	/*background: #ccc url(/images/bk_calendarItem.png) top right no-repeat;*/
	display:block;
	border-top:1px solid #ddd;
	padding: 2px 2px 5px;
}
.calItemTitle {
	font-weight:bold;
	padding-right:20px;
}
.calTime, .calLoc {
	color:#777;
}
.calCancel {
	color:#C00;
	font-weight:bold;
}
.calDesc {
	border:1px solid #ccc;
	border-right:0px;
	border-left:0px;
	padding:10px;
}
.calImage {
	float:right;
	padding: 10px;
}
td.calOut {
	background:#CCC;
}
.center {
	text-align:center;
}
.listStartRow td {
	border-top:3px solid #666;
}
.listLabel {
	display:block;
	width: 40px;
	height: 50px;
	margin:2px;
	background: #fff url(images/datebox.jpg) top right no-repeat;
}
.listLabelMo {
	display:block;
	width:40px;
	height:20px;
	text-align:center;
	line-height:20px;
	font-size:1em;
	font-weight:bold;
	color:#fff;
}
.listLabelDate {
	display:block;
	width:40px;
	height:30px;
	text-align:center;
	line-height:30px;
	font-size:2em;
	color:#666;
}
.CategoryBtn {
	display:block;
	clear:none;
	float:right;
	height:15px;
	width:15px;
	background: url(images/categorybtn.png) top left repeat;
}
.CategoryBtn span {
	display:none;
}
#list {
	width:900px;
}
#list td {
	vertical-align:top;
	border-top: 1px solid #ccc;
	padding:5px;
	margin:0;
}
table#detail {
	width:100%;
}
#detail th, #detail td {
	vertical-align:top;
}
#detail td {
	border-top: 1px solid #666;
}
#detail th {
	font-size:.8em;
	font-weight:bold;
	text-align:left;
	color:#fff;
	background:#666 url(images/bk_detailTH.png) top left no-repeat;
	padding:2px 2px 2px 8px;
	width:100px;
}
#dlBox {
	background: #39c url(images/bk_dlBoxR.jpg) top left no-repeat;
	height:60px;
	width:400px;
	float:left;
}
#dlBox span {
	background: transparent url(images/bk_dlBoxL.jpg) top right no-repeat;
	display:block;
	height:60px;
	color:#FFF;
	text-align:right;
}
#dlBox a { 
	color:#FFF; 
	border-bottom: 1px dotted #fff; 
	font-weight: bold;
}
td.calToday {
	border: #F60;
	background:#ddeeff;
}
