
table.book td.booked
{
	height:25px;
	width:25px;
	background-color:Blue;
	color:White;
}
table.book td.booked a
{
	height:25px;
	width:25px;
	color:White;
}
table.book td.provisional
{
	background-color:Yellow;
}
table.book td.notavail
{
	height:25px;
	width:25px;
	background-image:url(/pics/admin/hash.gif);
}
table.book td.avail
{
	height:25px;
	width:25px;
}
table.book td.start
{
	height:25px;
	width:25px;
	background-image:url(/pics/admin/arrow.gif);
	background-repeat:no-repeat;
}
table.book
{
	width:250px;
}

table.input
{
	font-size:11px;
	padding:2px
}
table.input input 
{
	font-size:11px;
}
table.input textarea
{
	font-size:11px;
}
.wide 
{
	width:300px;
}
.med
{
	width:100px;
}
.short
{
	width:50px;
}
.vshort
{
	width:30px;
}
.button
{
	position:relative;
	left:300px;
}
td.inputleft
{
	background-color:ddd;
	text-align:right;
	vertical-align:top;
}
tr.resultsheader
{
	background-color:#cccccc;
}
tr.altrow
{
	background-color:#eeeeee;
	margin-top: 2px;
	margin-bottom: 2px;
}