/* CSS Document */

.calendar {
}
#cTable{
	position:relative;
	width:100%;
}
#calTable{
	position:absolute;
	left:0;
	top:0;
}
.splitTimes{
	font-size:16px;
}
.arrowL{
vertical-align: middle;
text-align: center;
font-family: Arial;
font-size: 28px;
color: #FFFFFF;
font-weight: bold;
border:1px solid #000000;
border-right:0;
background-color: #b51419;
}
.arrowR{
vertical-align: middle;
text-align: center;
font-family: Arial;
font-size: 28px;
color: #FFFFFF;
font-weight: bold;
border:1px solid #000000;
border-left:0;
background-color: #b51419;
}
.calendar-month {
	vertical-align: middle;
	text-align: center;
	font-family: Arial;
	font-size: 28px;
	color: #FFFFFF;
	font-weight: bold;
	border:1px solid #000000;
	border-right:0;
	border-left:0;
	background-color: #b51419;
}
.focus-day {
	background-color: #fff434;
	font-family: Arial;
	font-size: 28px;
	text-decoration: none;
	text-align: center;
	color: #000000;
	font-weight:bold;
	border:1px solid #000000;
}
.both{
	background-color: #b9ff7b;
	font-family: Arial;
	font-size: 28px;
	text-decoration: none;
	text-align: center;
	color: #000000;
	font-weight:bold;
	border:1px solid #000000;
}
.both a{color:#000000;}
.days {	font-family: Arial;
	color: #000000;
	background-color:#dfdfdf;
	font-size: 30px;
	text-align: center;
	border:0;
	border:1px solid #000000;
}
.linked-day {
	background-color: #61c4fc;
	font-family: Arial;
	font-size: 28px;
	font-weight:bold;
	text-align: center;
	color: #000000; 
	border:1px solid #000000;
}


.linked-day a {
color:#000000;


}
.nonday {
	font-family: Arial;
	font-size: 28px;
	background-color:#FFF;
	text-align: center;
	text-decoration: none;
	color: #CCCCCC;
	border:1px solid #000000;
}

.bottom{
	font-family: Arial;
	font-size: 8px;
	background-color:#295f94;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	border:1px solid #000000;
}

.star{
	background-image:url(/images/corner.gif); background-position:top right; background-repeat:no-repeat;
}	
	
		.offer-day {
				background-color: #fff434;
				font-family: Arial;
				font-size: 28px;
				text-decoration: none;
				text-align: center;
				color: #000000;
				font-weight:bold;
				border:1px solid #000000;
			}
	
.no_dec:link { color:#FFFFFF;}

.focus-day a {color:#000000;}	
.offer-day a {color:#000000;}	
#dhtmltooltip {
	position: absolute;
	width: 150px;
	border: 1px solid #fff;
	padding: 2px;
	background-color: #392FD0;
	visibility: hidden;
	z-index: 100;
	color:#fff;
	font-size: 12px;
	}
.old{background-color:#666666; color:#222222;}
.old a{color:#222222;}

