table.schedule {
	border-collapse: collapse;
	margin-bottom: 2em;
	font-family: "Lucida Grande", Lucida, Verdana, 	sans-serif;
	font-size: .75em;
	line-height: 1.0;
	color: #333;
}	

table.schedule tr {
	vertical-align: text-top;
}

table.schedule th,
table.schedule th * {
	font-weight: bold;
}

table.schedule th,
table.schedule td {
	padding: .5em .5em .75em;
}

table.schedule thead th {
	text-align: left;
	vertical-align: bottom;
	color: white;
	background-color: #147cb2;
	font-size: medium;
}

table.schedule tbody td {
	border: 1px solid #ddd;
}
table.schedule tbody td span {
	display: none;
}

table.schedule tbody th {
	text-align: left;
	border: 1px solid #ddd;
}


table.schedule tbody td.timeee{
	color: white;
    background-color: #5f5f5f;
	font-size: small;
	font-weight: bold;
}

table.schedule tbody tr:hover{
	background-color: #d5d5d5;
}

table.schedule tbody tr:hover td span{
	display: block;
    position: absolute;  
    margin: 10px; 
    z-index: 100;
    color: white; 
    background: #147cb2;
	padding: 10px;
	font-size: 12px;
	width: 300px;
	float: right;
	left: 212px;
	font-weight: bold;
}
table.schedule tbody td a img{
	display: block;
}

