/* CSS Document */

table {
	width: 202px;
	border:0px;
	padding:0;
	margin: 0px 0px 10px 15px;
}
table td, th  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: center;
	width: 33px;
	padding: 0px;
	height: 22px;
	position:relative;
	border-right: 1px solid #b5cbe1;
}
th { 	font-size: 13px; }

table .cell, th {
	border-bottom: 1px solid #b5cbe1;
}

table .cell-end {
	border-right: 0;
	border-bottom: 1px solid #b5cbe1;
}

table .cell-bottom-end{
	border-right: 0;
	border-bottom:0;
	border-left:0;
}

table .cell-bottom {
	border-bottom:0;
}
table #today {
	background-color: #e7eeca;
	font-weight:bold;
	
}table caption {
	
	font-size: 1.1em;
	color: #737b7f;
	text-transform:uppercase;
	font-weight:bold;
	padding: 5px 0px 15px 0px;
	margin:0px 0px 5px;
}
table caption a {
	padding:0 9px;
}

table td a {
	width: 100%;

	height: 22px;
	padding: 0;
	margin:0;
	display:block;
	background-color: #e2e7f4;
	text-decoration: none;
	font-weight:normal;
	line-height: 22px;
	color: #999999;
	position:relative;
}

table td a:hover {
	background-color: #b5cbe1;
	text-decoration: underline;

}
table td a span {
	display:none;
	z-index:100;
}

table td a:hover span {
	font-size: 1.0em;

	text-align:left;
	min-height: 30px;
	width: 108px;
	visibility:visible;
	display:block;
	line-height: 15px;
	bottom:44px;
	left:11px;
	position:absolute;
	z-index:100;
	background-color: #0082c8;
	padding: 5px 3px 5px 5px ;
	color: #FFF;
	clear:both;
	border: 1px solid #d9d9d9;
}
table td a:hover span img{
	position:absolute;
	bottom:-32px;
	left:3px;
}
