
BODY {
	color: black;
	font-family: Arial, Verdana;
}

a {
	color: black;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

div.timeTop {
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px dotted #e4e4e4;
	width: 140px;
	height: 20px;
}

div.timeBottom {
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	height: 19px;
	width: 140px;
}

div.leftTimes {
	color: black;
	font-size: 10px;
	text-align: right;
	background-color: #edf2f8;
}

.hour {
	border: 1px solid white;
	border-radius: 5px;
}

div.hourHeading {
	font-size: 10px;
	font-weight: bold;
	margin-left: 5px;
}

div.description {
	margin-left: 5px;
	font-size: 14px;
}

div.trainer {
	margin-left: 5px;
	font-size: 10px;
}

div.location {
	margin-left: 5px;
	font-size: 10px;
}

div.dayHeading {
	padding: 2px;
	width: 143px;
	text-align: center;
	float: left;
	font-size: 14px;
	color: white;
}

#popupContact {
	border-radius: 10px;
}

div.backgroundPopup {
	width: 1000;
	background-color: black;
	position: absolute;
	height: 0px;
	top: 0px;
	left: 0px;
	display: none;
}

span.error {
	color: red;

}

.hidden {
	display: none;
}


input[type=text] {
	width: 250px;
}