table.classy {
	border-collapse: separate;
	margin: 10px auto;
	font-size: 11px;
}

table.classy a { font-weight: bold; text-shadow: 1px 1px 1px #474747 }
table.classy a:hover { color: #fff; }

.classy td, th {
	width: 150px;
	height: 75px;
	text-align: center;
	vertical-align: middle;
	background: url(../-images/cells3.jpg);
	color: #444;
	position: relative;
}
.classy th {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
}
.classy a:hover { color: #444; }
.classy td:hover, th:hover {
	background-position: 0px -75px;
	color: #222;
}
.classy td.date_has_event {
	background-position: 300px 0px;
	color: white;
}
.classy td.date_has_event:hover {
	background-position: 300px -75px;
}
.classy td.padding {
	background: url(../-images/cells3.jpg);
}
.classy td.oppo {
	background: #b4bdc4 url(../-images/oppo.jpg) no-repeat bottom;
}

.classy td.today {
	background-position: 150px 0px;
	color: white;
}
.classy td.today:hover {
	background-position: 150px -75px;
}
.classy .events {
	position: relative;
}
.classy .events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(../-images/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	-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;
}
.classy .events li {
	padding-bottom: 5px;
	list-style-type: none;
}
.classy .events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
.classy .events li span.title {
	font-weight: bold;
	color: #222;
}

/* trigger button */
#download_now {
	background:transparent url(../-images/download.png) no-repeat scroll 0 0;
	display:block;
	height:44px;
	margin-bottom:30px;
	overflow:hidden;
	text-indent:-999em;
	width:159px;
	cursor:pointer;
}

/* mouseover state */
#download_now:hover {
	background-position:0 -44px ;		
}

/* clicked state */
#download_now:focus {
	background-position:0 -88px;
}

/* tooltip styling */
.tooltip {
	display:none;
	background:url(../-images/coaches-overlay.png) no-repeat;
	height:420px;
	padding:40px 30px 10px 30px;
	width:310px;
	font-size:11px;
	color:#fff;
	border: none;
	z-index: 10;
}

li .tooltip  {
	display:none;
	background:url(../-images/lodging-overlay.png) no-repeat;
	height:350px;
	padding:15px 30px 10px 30px;
	width:310px;
	font-size:11px;
	color:#fff;
	border: none;
	z-index: 10;
}

.shortbox .tooltip {
	background:url(../-images/shortbox-overlay.png) no-repeat;
	padding:30px 30px 10px 30px;
	height:370px;
}

a.coach_popup strong { border-bottom: 1px solid #a2c6de; font-weight: normal; color: #a2c6de;  }
a.coach_popup:hover strong { color: #ffd966 }
/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:35px;
}

.tooltip a {
	color:#eee;
	font-size:11px;
	font-weight:bold;
}


