#calendarSelect {
	margin: 0 11px;
}

#calendarSelect select {
	margin: 0;
	width: 148px;
}

div.calendar {
	font-size: 95%;
	width: 148px;
	border-top: 1px solid #ddd;
	font-weight: bold;
	margin: 10px 11px 10px;
	position: relative;
}

div.calendar div.label, div.calendar div.oddWeek, div.calendar div.evenWeek {
	clear: left;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	height: 20px;
}

div.calendar div.oddWeek {
	background: #fff;
}

div.calendar div.evenWeek {
	background: #eee;
}

div.calendar div.blank, div.calendar a.homeGame, div.calendar a.awayGame, div.calendar div.disabled {
	display: inline;
	width: 20px;
	height: 20px;
	border-left: 1px solid #ddd;
	float: left;
	text-align: right;
	background: none;
}

div.calendar a.awayGame {
	color: #000;
	text-decoration: none;
}

div.calendar a.awayGame:hover {
	color: #00becc;
	text-decoration: none;
}

div.calendar a.homeGame {
	background: #00818a;
	color: #fff;
	text-decoration: none;
}

div.calendar a.homeGame:hover {
	background: #00becc;
}

div.calendar div.disabled {
	color: #bbb;
}

div.calendar div.label {
	font-size: 95%;
	background: #fff;
	height: 1.2em;
}

div.calendar div.label div.disabled {
	height: 1.2em;
	font-weight: normal;
	text-align: center;
}

div.calendar div.gameDesc {
	position: absolute;
	display: none;
	width: 220px;
	border: 1px solid 999;
	line-height: normal;
	right: 150px;
	top: 0;
	z-index: 1;
	text-align: left;
	background: #fff;
	border: 1px solid #ccc;
	padding-bottom: 5px;
}

div.calendar div.gameDesc h4 {
	padding: 2px 3px 3px;
	margin: 0;
	background: #00818a;
	color: #fff;
}

#rightCol div.calendar div.gameDesc p {
	font-weight: normal;
}

div.schedule {
	position: relative;
	text-align: right;
}

div.schedule h2 {
	margin: 10px 10px 5px;
	text-align: right;
}