/* CSS Document */
table{ border:0;}
.calendar {
	background-color: #242424;
	padding: 10px;
	margin: 10px 0;
	width: 400px;
}

.calendar-month {
	vertical-align: middle;
	text-align: left;
	padding-left:2px;
	font-size: 19px;
	color: #efefef;
	font-weight: bold;
	border:0;
	height: 10px;
}

.focus-day {
	background-color: #ababab;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	color: #000000;
}


.days {
	color: #242424;
	background-color:#ababab;
	font-size: 14px;
	text-align: center;
	border:0;
}

.linked-day {
	background-color: #710000;
	font-size: 14px;
	text-align: center;
	color: #7e7e7e;
	font-weight: bold;
}


.linked-day a {
color:#ffffff;
	font-size: 14px;
	display: block;


}
.nonday {
	font-size: 14px;
	background-color:#efefef;
	text-align: center;
	text-decoration: none;
	color: #242424;
	height: 5px;
}

.bottom{
	font-size: 14px;
	background-color:#242424;
	text-align: center;
	text-decoration: none;
	color: #242424;
	height: 5px;
	border:0;

}

.offer-day {background-color: #DC1B1B;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	color: #242424;
	font-weight: bold;
	}
	
.no_dec:link { color:#242424;}

.focus-day a {color:#242424;}	

#dhtmltooltip {
	position: absolute;
	padding: 6px;
	background-color: #242424;
	visibility: hidden;
	z-index: 100;
	color:#fff;
	font-size: 12px;
	line-height: 14px;
	box-shadow: 2px 2px 4px #000;
	-webkit-box-shadow: 2px 2px 4px #000;
	-moz-box-shadow: 2px 2px 4px #000;
	}
	
td{width:27px; height:12px; border:1px solid #cfcfcf;}
