#results * {
	/* old-style reset here :) */
	border: 0px;
	padding: 0px;
}
#results {
	font-family: Helvetica, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	background: white;
	text-align: center;
}

#results table {
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	margin: 10px auto;
	font-size: 18px;
}
#results td, #results th {
	width: 31px;
	height: 31px;
	text-align: center;
	vertical-align: middle;
	background: #FFCCCC;
	color: #CC3333;
	border-left:1px solid #993333;
	border-bottom:1px solid #993333;
}
#results th {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
}
#results td:hover, th:hover {
	background-position: 0px -81px;
	color: #222;
}
#results td.date_has_event {
	background-position: 162px 0px;
	color: white;
}
#results td.date_has_event:hover {
	background-position: 162px -81px;
}
#results td.padding {
	background: #FFCCCC;
}
#results td.today {
	background: url(/images/big_calendar/cells.jpg);
	background-position: 567px 0px;
	color: white;
}
#results td.today:hover {
	background-position: 567px -81px; 
}
#results td.o_day{
	background-position: 243px 0px;
	color: white;
}
#results td.o_day:hover {
	background-position: 243px -81px; 
}
#results td.m_day{
	background-position: 324px 0px;
	color: white;
}
#results td.m_day:hover {
	background-position: 324px -81px; 
}
#results td.m_day_begin{
	background: #FF9999;
	color: #CC3333;
}
#results td.m_day_begin:hover {
	background: #FF99AA;
}
#results td.g_day{
	background-position: 405px 0px;
	color: white;
}
#results td.g_day:hover {
	background-position: 405px -81px; 
}
#results td.r_day{
	background-position: 486px 0px;
	color: white;
}
#results td.r_day:hover {
	background-position: 486px -81px; 
}
#results td.girl_day{
	background-position: 162px 0px;
	color: white;
}
#results td.girl_day:hover {
	background-position: 162px -81px; 
}
#results td.boy_day{
	background-position: 648px 0px;
	color: white;
}
#results td.boy_day:hover {
	background-position: 648px -81px; 
}
#results .events {
	position: relative;
}
#results .events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	top:-7px;
	padding: 15px;
	background: #E7ECF2 url(/images/big_calendar/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 12px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #CC3333;
	-webkit-box-shadow: 0px 8px 8px #333;
}
#results .events li {
	padding-bottom: 7px;
}
#results .events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
#results .events li span.title {
	font-weight: bold;
	color: #222;
}
