/* CSS Document */

table {
	width: 183px;
	border:0px;
	padding:0;
	margin-bottom:10px;
}
table td  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: center;
	width: 28px;
	padding: 0px;
	height: 22px;
	position:relative;
	border-right: 1px solid #9CBDD9;
}
table .cell {
	border-bottom: 1px solid #9CBDD9;
}

table .cell-end {
	border-right: 0;
	border-bottom: 1px solid #9CBDD9;
}

table .cell-bottom-end{
	border-right: 0;
	border-bottom:0;
	border-left:0;
}

table .cell-bottom {
	border-bottom:0;
}
table #today {
	background-color: #E6E6E7;
	font-weight:bold;
	
}table caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #737b7f;
	text-transform:uppercase;
	font-weight:bold;
	background:#f6f6f6;
	padding: 5px 0px 5px 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: #9a4d9e;
	text-decoration: none;
	font-weight:normal;
	line-height: 22px;
	color: #FFFFFF;
	position:relative;
}table td a:hover {
	background-color: #9CBDD9;
	text-decoration:none;

}
table td a span {
	display:none;
	z-index:100;
}

table td a:hover span {
	font-size: 0.8em;
	min-height: 30px;
	width: 150px;
	visibility:visible;
	display:block;
	line-height: 15px;
	text-align:left;
	position:absolute;
	top: -92px;
	z-index:100;
	left:-150px;
	background-color: #FFFFFF;
	padding: 4px 3px 2px 3px ;
	color: #000000;
	clear:both;
	border: 1px solid #A6A6A6;
}
