﻿/* CSS Document */


hr {
	border-top: 1px dotted #70aad4;
	margin-bottom: 10px;
	width: 100%;
}

#dateschart {
	top: 81px;
	left: 0px;
	position:absolute;	
	border-right: 1px solid #f6f4dc;
	width: 926px;
	padding: 0px 15px 15px 15px;
	background-color: #e1eef7; /* this is the light blue background */
}

.blueDim {
	padding: 3px;
}

td#whatsHOT_costs {
	height: 40px;
}

td#whatsHOT_costs a {
	text-decoration: none;
	color: #606e4b;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px ! important;
}

td#whatsHOT_costs a:hover {
	text-decoration: underline;
	color: #626262;
}

p.spots_avail {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #8a8a85;
	margin-left: 130px;
}
p.spots_avail a {
	text-decoration: none;
	color: #606e4b;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
}

p.spots_avail a:hover {
	text-decoration: underline;
	color: #626262;
}

p.hotwords {
	height: 25px;
}