.bought{
	color: #FFFFFF;
}
.sold{
	color: #FFFFFF;
}
#calendarContainer{
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
}
#appt{
	margin: 10px;
}
#apptCalendar{
	border: 1px solid #000000;
	margin: 10px;
	position: static;
}
#calendarHeader SPAN{
	font-weight: bold;
	font-family: sans-serif;
	font-size: 100%;
}
.timeTaken{
	background-color: #0000FF;
	color: #FFFFFF;
}

#calendarFace a{
	color: #0000FF;
}
.calOn{
	background-color: #0000FF;
	color: #FFFFFF;
}
#calendarFace .calOn A{
	color: #FFFFFF;
}
.calControl{
	border-collapse: collapse;
	margin-top: 5px;
}
.calDays TD{
	border: 1px solid #000000;
	width: 20px;
	text-align: center;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 78%;
}
.calDayNames{
	font-weight: bold;
	font-family: sans-serif;
	font-size: 68%;
	text-align: center;
}
.lbl{
	font-weight: bold;
	font-family: sans-serif;
	font-size: 72%;
}
.inpt{
	font-family: sans-serif;
	font-size: 72%;
}	

a{
	color: #FFFFFF;
}

.static a{
	color: #0000FF;
}

.static{
	font-size: 72%;
}


a.calStatic{
	color: #0000FF;
}

.row{
	text-align: center;
	clear:both;
}

.previous{
	float:left;
	width:33%;
}

.now{
	float:left;
	width:34%;
}

.next{
	float:right;
	width:33%;
}