/* Calendar CSS: Creative Common License http://www.digitalwaters.net */

.cal_table {
	border: 1px #ffffff;
	width:140px; 
}

.cal_header_table {
	border-bottom: 1px dotted #ffffff; 
	width:100%;
}

.cal_days_table {
	border-bottom: 1px dotted #ffffff;
	width:100%; 
}

.cal_header, .cal_arrow {
	font: bold 9pt "Trebuchet MS", Arial, Impact;
    text-align: center;
}

.cal_arrow a { 
	font-weight: bold;
	text-decoration: none; 
	color: #1F3989;
}

.cal_header a { 
	font-weight: bold;
	text-decoration: none; 
	color: #1F3989;
}

.cal_arrow a:hover, .cal_arrow a:active,
.cal_header a:hover, .cal_header a:active { 
	text-decoration: underline; 
}
	
.cal_day_header {
	font: bold 8pt "Trebuchet MS", Arial, Impact;
    text-align: center;
	color: #444;
}

.cal_day {
	font: 8pt "Trebuchet MS", Arial, Impact;
    text-align: center;
	color: #666;
}

.cal_this_day {
	font: 8pt "Trebuchet MS", Arial, Impact;
    text-align: center;
	color: #611;
	
    background: #acf;
}

.cal_day_highlight {
	font: 8pt "Trebuchet MS", Arial, Impact;
    text-align: center;
	background: #ddd;
	border: 1px dotted #dde;
}
a.info{position:relative;
    color:#000;
    text-decoration:none}
a.info span{display: none;
}
a.info:hover{
text-indent: 0;}
a.info:hover span{
    display:block;
    position:absolute;
    top:1em; left:0.5em; width:10em;
    border:1px dotted #aaa;
    background-image: url( bg.png );
    padding: 3px 7px 4px 6px;
	text-align: center}
