
#cal {
	color: #FFF;
	background-color: #fff;
	border: 1px solid #1a4551;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-left: 13px;
	margin-top: 6px;
}

#cal td {
	text-align:center;
	height:20px;
	background-color: white;
	color: #000;
}

tr#days-of-week td {
	background-color: #ADDFAD;
}

#cal thead td {
	background-color: #4CBB17;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

#cal thead a{
	color: #FFF;
}

#cal a{
	color: #ff0000;
	text-decoration:none;
}

#cal .cal-prev-month-day, #cal .cal-next-month-day {
	color: #fff;
}

#cal-current-day {
	/*background-color: #4CBB17 !important;*/
}

.m td{
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
}

table a {color: #DF9496;}
table a.info {
	position:relative; /*this is the key*/
	z-index:1;
	text-decoration:underline;
}
table a.info:hover {z-index:2;}
table a.info span {display:none;}
table a.info:hover span { /*the span will display just on :hover state*/
	background-color:#dce6f2; color:#000;
	border:1px solid #A2ADBC;
	display:block;
	padding:1px 0 1px 5px;
	position:absolute;
	text-align:left;
	top:1em; left:2em; width:100px;
	z-index:3;
}
table a.info span ul {
	margin: 0;
	padding: 1;
}
table a.info span li {
	list-style:disc inside;
}
#calendar {
	width: 141px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #A2ADBC;
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	text-align: center;
	background-color: #fff;
}
.navArrow, .navArrow a {
	font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;	
	text-align: center;
	text-decoration: none;
}	
caption a:hover {color:#003f82;}
caption {
	margin: 0;
	padding: 0;
	width: auto;
	background: #fbbc0e;
	color: #003F82 ;	 
	font: bold 15px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	border-style:none;
}
caption td {
	border-style:none;
}
th {
	font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	background: #dce6f2;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
}
.today, td.today a, td.today a:link, td.today a:visited {
	color: #F6F4DA;
	font-weight: bold;
	background: #003f82;
}
/*
td {
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	padding:3px 7px;
	text-align: center;
}
td a {
	color:#9e1c24;
	text-decoration: underline;
	font-weight: bold;
	display: block;
}
td a:link, td a:visited {color: #9e1c24;}
td a:hover, td a:active {color: #9e1c24;text-decoration:none;}*/
