﻿body {
}

.timeslot
{
	width: 210px; height: 30px; float: left;
	padding-left: 10px;
	border: solid 1px #000000;
	line-height: 30px;
	text-decoration: none;
	display: block;

}

.timeslot:hover
{

	text-decoration: none;
}

.Open 
{
	cursor: hand;
		color: Black;

}

.Open:hover
{
		background: #000000 !important;
	color: White;
	cursor: hand;
}


.Closed 
{
	background-color:  #999999;
	color: #444444;

}

.Closed:hover
{
	color: #cccccc;

	cursor: default;
}

.Booked 
{
	background-color:  #d0cfcf;
	color: Black;
}

.Booked:hover
{
	background-color:  #d0cfcf;
	cursor: default;
}




.slotText
{
	margin-left: 10px;

	width: 200px;
	height: 30px;
}

.slotText:hover
{
}


.bookThisSlot
{
	color: #99ff99;
	
}

.calDay a
{
	display: block;
		height: 100%;
	line-height: 35px;
}

.calDay a:hover
{
	display: block;
	background: #d5e0e6;
	height: 100%;
	line-height: 35px;
}

.calTitle
{
	border-bottom: solid 4px #000000;
}


.costBox
{
	width: 30px; height: 28px; border: solid 1px #000000; margin: 2px 5px 2px 5px;
	float: left;
}

.pleaseSelectaDate
{
	width: 210px;
	margin: 40px auto;
	text-align: center;
	font-size: 0.9em;
	padding: 10px;
	display: block;
}


