
/* Fitness.com CSS - Copyright  2005 */


/* This is the main site css - used for homepage */
#calendar table {
	border: 1px solid #cccccc;
	padding: 3px;
}

#calendar td {
/* line-height: 3.5em; */
	border: 1px solid #cccccc;
	margin: 0;
	color: #000000;
	padding: 3px;
	font-size: 10px;
	width: 100px;
	text-align: left;
}

#calendar a {
	color: #5587A3;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}

#calendar em {
	display: block;
	text-align: right;
	font-style: normal;
}

#calendar h1 {
	font-size: 18px;
	text-align: center;
	font-style: bold;
}

#calendar b {
	font-weight: bold;
}

.details {
	width: 276px;
	background-color: #C4D5E0;
	border: 1px solid #000000;
	padding: 3px;
	display: none;
	position: absolute;
	float: left;
	text-align: left;

}