/* Calendar CSS: Creative Common License http://www.digitalwaters.net */

.cal_table {
	// border: 1px solid #000000; 
}

.cal_header_table {
	border-bottom: 1px dotted #000; 
}

.cal_days_table {
	border-bottom: 1px dotted #000; 
}

.cal_header, .cal_arrow {
	font: bold 10pt "Trebuchet MS", Arial, Impact;
    text-align: center;
	color:#666;
}

.cal_arrow a { 
	font-weight: bold;
	text-decoration: none; 
	color: #FFF;
}

.cal_header a { 
	font-weight: bold;
	text-decoration: none; 
	color:#09F;
}

.cal_arrow a:hover, .cal_arrow a:active, .cal_arrow a:link, .cal_arrow a:visited,
.cal_header a:hover, .cal_header a:active, .cal_header a:visited, .cal_header a:link { 
	text-decoration: underline;color:#FFF;
}
	
.cal_day_header {
	font: bold 9pt "Trebuchet MS", Arial, Impact;
    text-align: center;
	color: #000;
}

.cal_day {
	font: 9pt "Trebuchet MS", Arial, Impact;
    text-align: center;
	color: #09F;
	background-color:#FFF;
}

.cal_this_day {
	font: 9pt "Trebuchet MS", Arial, Impact;
    text-align: center;
	color:#000;
	border:;
    background:#FFF;
}

.cal_day_highlight {
	font: 9pt "Trebuchet MS", Arial, Impact;
    text-align: center;
	background-color:#FFF;
	
	}
		
.cal_day_highlight a:hover,  .cal_day_highlight a:visited{color: #000;}


a.info{
    position: relative;
    z-index:24;
    color:#C00;
    text-decoration:none;
	background-color:#FFF;
	}

a.info:hover{z-index:25;}

a.info span{display:none;}

a.info:hover span{
    display:block;
    position: absolute;
    top:1em; left:1em; width:10em;
    border:1px dotted #aaa;
	background-color:#CCC;
    padding: 3px 7px 4px 6px;
	text-align:center;
	}

