.calendarMonths {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 496px;
}

.monthLink {
	font-weight: bold;
	font-size: 14px;
	float:left;
	display: inline;
	width: 165px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.monthLink a:link {
	text-decoration: none;
	width: 150px;
	height: 35px;
}
.monthLink a:visited {
	text-decoration: none;
	width: 150px;
	height: 35px;
}
.monthLink a:hover {
	text-decoration: none;
	width: 150px;
	height: 35px;
	text-decoration: underline;
}
.monthLink a:active {
	text-decoration: none;
	width: 150px;
	height: 35px;
	text-decoration: underline;
}


.calendarWrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 496px;
	background: #fff;
	padding-bottom: 10px;
	border: 1px solid #444;
}

.calendarHeader {
	width: 496px;
	height: 25px;
	border-bottom: 1px solid #444;
	background: #ccc;
}

.calendarDayHeader {
	float: left;
	width: 70px;
	height: 25px;
	text-align: center;
	font-weight: bold;
	line-height: 25px;
	border-right: 1px solid #444;
	color: #444;
}

.calendarDay {
	float: left;
	width: 70px;
	height: 70px;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
}

.calendarDayToday {
	background: #D8D8C0;
	float: left;
	width: 70px;
	height: 70px;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444
}

.calendarDaySchedule {
	margin-left: 22px;
	margin-right: auto;
	margin-top: 30px;
}

.calendarDayGames {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.calendarDayActive {
	background: #D8D8C0;
	float: left;
	width: 70px;
	height: 70px;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
}


/******** AWAY GAMES ***********/
.calendarDayGame {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: center;
}

.calendarDayGame a:link {
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	border: 1px solid #444;
	background: #cc0000;
	text-decoration: none;
	padding: 3px;
}

.calendarDayGame a:visited {
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	border: 1px solid #444;
	background: #cc0000;
	text-decoration: none;
	padding: 3px;
}

.calendarDayGame a:hover {
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	border: 1px solid #444;
	background: #cc0000;
	padding: 3px;
	text-decoration: underline;
}

.calendarDayGame a:active {
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	border: 1px solid #444;
	background: #cc0000;
	padding: 3px;
	text-decoration: underline;
}
/**************************/




/**** HOME GAMES **********/

.calendarDayGameHome {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: center;
}

.calendarDayGameHome a:link {
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	background: #0000cc;
	text-decoration: none;
	padding: 3px;
}

.calendarDayGameHome a:visited {
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	background: #0000cc;
	text-decoration: none;
	padding: 3px;
}

.calendarDayGameHome a:hover {
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	background: #0000cc;
	padding: 3px;
	text-decoration: underline;
}

.calendarDayGameHome a:active {
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	background: #0000cc;
	padding: 3px;
	text-decoration: underline;
}

/**************************/


.calendarBlankDay {
	float: left;
	width: 70px;
	height: 70px;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	background: #A8A890;
}

.calendarDayUpperFloat {
	float:left;
	height: 15px;
	width: 50px;
	margin-left: 2px;
	margin-top: 2px;
}

.calendarDayUpperFloat a:link {
	float:left;
	height: 12px;
	width: 12px;
	background: #444;
	background-image: url("../images/add.gif");
	background-repeat: no-repeat;
	margin-right: 3px;
}

.calendarDayUpperFloat a:visited {
	float:left;
	height: 12px;
	width: 12px;
	background: #444;
	background-image: url("../images/add.gif");
	background-repeat: no-repeat;
	margin-right: 3px;
}

.calendarDayUpperFloat a:hover {
	float:left;
	width: 12px;
	height: 12px;
	background-image: url("../images/add_hover.gif");
	background-repeat: no-repeat;
	margin-right: 3px;
}

.calendarDayUpperFloat a:active {
	float:left;
	height: 12px;
	width: 12px;
	background: #444;
	background-image: url("../images/add_hover.gif");
	background-repeat: no-repeat;
	margin-right: 3px;
}


/****  ToolTips  ****/
.tool-tip {
	text-align: left;
	color: #fff;
	width: 250px;
	z-index: 13000;
}

.tool-title {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	color: #3fa800;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
}

 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}
/********************/



.legend {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 250px;
	height: auto;
	padding: 4px;
	background: #A8A890;
	font-weight: bold;
	color: #fff;
}

.key {
	float: left;
	width: 125px;
	height: 20px;
	line-height: 20px;
}

.awayBox {
	float: left;
	height: 20px;
	width: 20px;
	background: #cc0000;
}

.homeBox {
	float: left;
	height: 20px;
	width: 20px;
	background: #0000cc;
}

.key span {
	float: left;
	margin-left: 15px;
}


/******* DHTML Calendar *************/
.hidden {
	opacity: 0;
	position: absolute;
}
.visible {
	opacity: 1;
}


input.calendar,
select.calendar {
	width: 100px;
}

button.calendar {
	background: url(../images/calendar-icon.gif);
	border: 0;
	cursor: pointer;
	/*float: left;*/
	height: 20px;
	margin-bottom: 4px;
	margin-left: 2px;
	width: 20px;
}
button.calendar:hover,
button.calendar.active {
	background-position: 0 20px;
}

div.calendar {
	background: url(../images/calendar.png);
	height: 195px;
	padding: 0 6px;
	text-align: center;
	width: 147px;
}	
	div.calendar * {
		margin: 0;
		padding: 0;
	}	
	div.calendar div {
		background: none !important;
		cursor: move;
		height: 185px;
		overflow: hidden;
		padding-top: 10px;
		position: relative;
		width: 147px;
	}	
	
	div.calendar caption {
		color: #333;
		font: normal 12px/16px Arial, Helvetica, sans-serif;
		padding-top: 6px;
		text-align: center;
		width: 100%;
	}
	div.calendar caption a {
		cursor: pointer;
		display: block;
		height: 12px;
		overflow: hidden;
		position: absolute;
		text-indent: -100px;
		top: 17px;
		width: 11px;
	}
	div.calendar caption a.prev {
		background-image: url(../images/calendar-prev.gif);
		left: 0;
	}
	div.calendar caption a.next {
		background-image: url(../images/calendar-next.gif);
		right: 0;
	}
	div.calendar caption a:hover {
		background-position: 0 12px;
	}
	div.calendar caption span {
		height: 25px;
		position: relative;
		text-align: center;
	}
	div.calendar caption span.month {
		padding-right: 8px;
	}
	div.calendar caption span.month:after {
		content: ',';
	}

	div.calendar table {
		background: #FFF;
		border: 0;
		border-collapse: collapse;
		border-spacing: 0;
		cursor: default;
		margin: 0 auto;
		overflow: hidden;
		width: 147px;
	}
	div.calendar td,
	div.calendar th {
		border: 0;
		color: #0597DB;
		font: normal 12px Arial, Helvetica, sans-serif;
		height: 21px;
		text-align: center;
		width: 21px;
	}
	div.calendar td {
		background: url(../images/calendar-td.gif);
		color: #FFF;
		font-size: 11px;
	}
	div.calendar td.invalid {
		color: #999;
	}
	div.calendar td.valid {
		background: url(../images/calendar-valid.gif);
		color: #0597DB;
		cursor: pointer;
	}
	div.calendar td.hilite {
		background: url(../images/calendar-hilite.gif);
	}
	div.calendar td.inactive {
		background: url(../images/calendar-td.gif) 0 100%;
		color: #FFF;
	}
	div.calendar td.active,
	div.calendar td.hover {
		background: url(../images/calendar-valid.gif) 0 100%;
		color: #FFF;
		cursor: pointer;
	}
/************************************/


