table {
	border-collapse: separate;
	border: 5px double #ddd;
	margin: 0 auto;
	/*font-size: 20px;*/
	font-size: 12px;
}
caption{
	text-align:center;
	font-weight:bold;
	font-size:110%;
	height:28px;
	color:#444444;
	margin-bottom:5px;
	background:url(../img/cap_bg.gif) 0 0 repeat-x;
	line-height:30px;
	width:575px;
}
caption .left_button{
	margin-right:20px;
	text-indent:-9999px;
	background:url(../img/previous.gif) 0 0 no-repeat;
	display:block;
	float:left;
	width:88px;
	height:28px;
}
caption .left_button:hover{
	background:url(../img/previous.gif) 0 -28px no-repeat;
	cursor:pointer;
}
caption .right_button{
	margin-left:20px;
	text-indent:-9999px;
	background:url(../img/next.gif) 0 0 no-repeat;
	display:block;
	float:right;
	width:88px;
	height:28px;
}
caption .right_button:hover{
	background:url(../img/next.gif) 0 -28px no-repeat;
}
td, th {
	width:81px;
	height: 42px;
	text-align: center;
	vertical-align: middle;
	background: url(../img/cells.png) 0 0;
	color: #444;
	position: relative;
}
th {
	height: 32px;
	font-weight: bold;
	font-size: 14px;
	border-bottom:2px solid #666;
	/*height: 20px;
	font-weight: bold;
	font-size: 12px;*/
}
td:hover, th:hover {
	background-position: 0px -81px;
	color: #222;
}
td.date_has_event {
	background-position: 162px 0px;
	color: white;
}
td.date_has_event:hover {
	/*background-position: 162px -81px;*/
	background-position: 162px -40px;
}
td.padding {
	background: url(../img/calpad.jpg);
}
td.today {
	background-position: 81px 0px;
	color: white;
}
td.today:hover {
	background-position: 81px -81px;
}
.events {
	position: relative;
}
.events .event_inner{
	text-align: left;
	position: absolute;
	display: none;
	/*z-index: 1000;*/
	z-index: 300;
	padding: 10px;
	background: #E7ECF2 url(../img/popup.png) 0 0 repeat-x;
	color: white;
	border: 1px solid white;
	width: 300px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
	overflow-y:scroll;
	height:300px;
	margin
}
.events h3{
	border:none;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
.events .title{
	border-bottom:2px solid #444;
	margin:10px 0;
	padding:2px;
}
.events .school_name{
	font-size:100%;
}
.events .resume{
	padding:0;
	font-size:100%;
	padding:3px 0;
	border-bottom:1px solid #888;
}
.events dl{
	display:inline;
	width:100%;
	padding:10px 0;
}
.events dt{
	float:left;
	width:90px;
	height:1.3em;
	margin:0;
	padding:3px 0;
	border-bottom:1px dotted #888;
	font-weight:normal;
}
.events dd{
	margin:0;
	padding:3px 0;
	height:1.3em;
	margin-left:90px;
	border-bottom:1px dotted #888;
}
.events .freetext{
	clear:both;
}
.events .end{
	text-decoration:line-through;
]
