#bookingstable
{
	border: 1px solid #999;
	border-radius: 7px;
	box-shadow: 2px 2px 3px #999;
	padding: 5px;
}

#bookingstable th
{
	background-color: #428642;
	font-size: 10px;
	text-align: center;
	line-height: 1.2em;
	padding: 2px;
	color: white;
	border-radius: 3px;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

#bookingstable th.bookpricedates
{
	font-size: 20px;
}

#bookingstable td
{
	padding: 2px;
	font-size: 12px;
	border-radius: 3px;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
}

#bookingstable td.bookdate
{
	width: 78px;
	text-align: right !important;
}

#bookingstable tr
{
	background-color: #f8fff8;
	color: #444;
}

#bookingstable tr:hover
{
	background-color: #cfc;
	cursor: pointer;
	color: black;
}

#bookingstable th a
{
	color: white;
}

#bookingstable th a:hover
{
	color: yellow;
}

#bookingstable td.bookmessage
{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #040;
}

#bookingstable td.bookdatemessage
{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #030;
}

