@CHARSET "ISO-8859-1";
body {
	font-size: 12px;
	margin: 0;
}

div#cal_container, div#cal_header {
	width: 99%;
	border: 1px solid #000000;
}

div#calendar div.mon, 
div#calendar div.tue, 
div#calendar div.wed, 
div#calendar div.thu, 
div#calendar div.fri, 
div#calendar div.sat, 
div#calendar div.sun {
	width: 14%;
	height: 60px;
	float: left;
	border: 1px solid #555555;
	/* margin: 2px; */
}

div#calendar div.mon, 
div#calendar div.tue, 
div#calendar div.wed, 
div#calendar div.thu, 
div#calendar div.fri {
	background: url(../img/gradients/light_blue.jpg) repeat-x;
}

div#calendar div.sat, 
div#calendar div.sun {
	background: url(../img/gradients/light_orange.jpg) repeat-x;
}

div#calendar div.mon {
	clear: left;
}

div#calendar div.title {
	height: auto !important;
	font-weight: bold;
}

div#calendar div h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	background: url(../img/transw20.png) repeat;
}

div#cal_header div#center {
	margin: 0;
	padding: 0;
	
	height: 25px;
	background: url(../img/gradients/small_vib_purple.jpg) repeat-x;
	text-align: center;
}

div#cal_header div#center select {
	font-size: 13px;
	font-weight: bold;
	background-color: white;
}

div#calendar div div.event {
	margin: 0 2px 2px 2px;
}

div#calendar div div.event div.content {
	background-color: #04be00;
	margin: 0 10px 0 10px;
	height: 15px;
}

div#calendar div div.event div.left {
	background: url(../img/calendar/item_end_l.png);
	height: 15px;
	width: 10px;
	float: left;
}

div#calendar div div.event div.right {
	background: url(../img/calendar/item_end_r.png);
	height: 15px;
	width: 10px;
	float: right;
}





div#cal_day div.hour {
	float: left;
	width: 58px;
	border: 1px solid #555555;
	background: url(../img/transw20.png);
}


div.day_row a.day_event {
	float: left;
	background-color: #eeeeff;
	overflow: hidden;
	height: 15px;
	border: 1px solid #555555;
}

div.day_row a.day_course {
	float: left;
	background-color: #ddddcc;
	overflow: hidden;
	height: 15px;
	border: 1px solid #555555;
}

div.day_row a.day_club {
	float: left;
	background-color: #ddccdd;
	overflow: hidden;
	height: 15px;
	border: 1px solid #555555;
}

div#cal_day_container {
	/*
	position: absolute;
	*/
	height: 200px;
	margin-top: -200px;
	background: #aaaaaa;
	/*
	width: 74%;
	*/
	z-index: 900;
}

div#scrolling_day {
	width: 100%;
	overflow: auto;
	height: 210px;
}


div#calendar_tooltip {
	border: 2px solid #ffff00;
	background-color: #eed400;
	position: absolute;
	display: none;
	font-size: 12px;
	width: 170px;
}

div#calendar_tooltip h1 {
	font-size: 15px;
}
