﻿	select.bkgsel
	{
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		color:Black;
	}
	
	td.bgkFormLabel
	{
		color:#775726;
		font-size:11px;
		font-weight:bold;
	}
	span.occupied
	{
		width:100%;
		text-align:center;
		font-size:20px;
		font-weight:bold;
		color:White;
	}
	td.prevPrice
	{
		line-height:10px;
		text-align:center;
		font-size:12px;
		padding-bottom:0px;
		margin:0px;
		color:#A17936;
	}
	td.currPrice
	{
		text-align:center;
		font-size:15px;
		font-weight:bold;
		padding-top:0px;
		color:#A17936;
	}
	td.bkgHeader,td.bkgHeadernext
	{
		text-align:center;
		width:9%;
		height:28px;
		background:url(../images/bg_bookingHeader.jpg);
		color:White;
		font-weight:bold;
		vertical-align:middle;
		font-size:9px;
	}
	td.bkgHeadernext
	{
		border-left:solid 1px #D1A755;
	}
	td.bkgLabel
	{
		color:#775726;
		vertical-align:middle;
		text-align:right;
		padding-right:5px;
		font-weight:bold;
		font-size:11px;
	}
	
	td.bkgDataCell,td.bkgDataCellnext
	{
		background-color:white;
		height:50px;
		vertical-align:middle;
		margin:0px;
		padding:0px;
		text-align:center;
		/*border-left:solid 1px black;
		border-bottom:solid 1px black;*/
	}
	td.bkgDataCellnext
	{
		border-left:solid 1px #D1A755;
	}
	input.booking
	{
		height:28px;
		background:url(../images/bg_bookingHeader.jpg);
		color:White;
		font-weight:bold;
		vertical-align:middle;
		cursor:hand;
		_cursor:pointer;
	}