﻿/** BOOKING GRID - DEFAULT THEME   ******/

.masterTable
{
	border-color:#7cd5f5;
	border-style:solid;
	border-width:1px;
	border-collapse:collapse;
	width:100%;
}

.siteSearchQuery
{
	background-image:url(./images/bookingGridHeaderbg.png);
	background-repeat:repeat-x;
	background-color:White;
	color:White;
	line-height:36px;
	padding: 5px 20px 4px 8px;
	font-family:Arial, Trebuchet MS;
	margin-top:8px; 
}

.siteSearchQuery p 
{
	line-height:36px;
	display:inline;
	margin-left:50px;
}

.masterTable .masterTableHeader
{
	/**This style controls the Sub Header title in eg. "Make Booking/Select Slot - badminton/short tennis - Sports Hall Court"**/
	background-image:url(./images/bookingGridCell_v2.png);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-family:Arial;
	font-size:0.8em;
	line-height:20px;
	color:#205871;
	width:90px;
	padding-top:6px;
	padding-bottom:4px;
	border-bottom:solid 1px White;
	border-left:solid 1px #8ACDE5;
}

.masterTable .masterTableLeftHeader
{
	background-image:url(./images/masterTable_LeftHeader_cellBac.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Trebuchet MS;
	font-size:0.85em;
	color:White;
	line-height:30px;
	margin-left:5px;
	margin-right:5px;
	text-align:center;
}

.masterTable .itemnotavailable
{
	background-image:url(./images/BookingGridNotAvailableCell.png);
	background-repeat:repeat-x;
	background-color:#E6E6E6;
	border-color:Gray;
	border-right:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;	
}

.masterTable .itemnotavailable span
{
	display:none;
}

.masterTable .itemavailable
{
	background-image:url(./images/BookingGridAvailableCell.png);
	background-repeat:repeat-x;
	background-color:#F0F0F0;
	border-right:solid 1px #ffffff;
	border-bottom:solid 1px #7CD5F5;
}

.masterTable .itemofcurrentuser
{
	background-image:url(./images/bookingGridMyBooking.png);
	background-repeat:repeat-x;
	background-color:green;
	border-right:solid 1px #4bb165;
	border-bottom:solid 1px #4bb165;
	border-left:solid 1px  #4bb165;
	color:#003300;
	font-size:medium;
}

.masterTable .itemavailable input
{
	background-color:Transparent;
	display:block;
	font-weight:bold;
	color:#385588;
	border-style:none;
	cursor:pointer;
	height:35px;
	width:100%;	
}

.masterTable .itemavailable input:hover
{
	color:Green;
	font-weight:bold;
}

.masterTable .itemofcurrentuser input
{
	background-color:Transparent;
	border-color:green;
	display:block;
	border-style:none;
	cursor:pointer;
	height:30px;
	width:100%;	
}

/**Start - KEY - beneath booking tables**/
.availableKey
{
	background-image:url(./images/BookingGridAvailableCell.png);
	border-color:#7cd5f5;
	border-style:solid;
	border-width:1px;
	width:75px;
	padding:5px 0px 5px 10px;
	font-style:bold;
	font-family:Trebuchet MS;
	color:#385588;
	font-align:center;
	margin-right:10px;
}

.notAvailableKey
{
	background-image:url(./images/BookingGridNotAvailableCell.png);
	background-color:Gray;
	border-color:Gray;
	border-style:solid;
	border-width:1px;
	width:105px;
	padding:5px 0px 5px 10px;
	margin-right:10px;
}

.userBookingKey
{
	background-image:url(./images/bookingGridMyBooking.png);
	background-color:green;
	border-color:green;
	border-style:solid;
	border-width:1px;
	width:100px;
	padding:5px;
}
/**End - KEY **/


.ProductStatusGridWrapper
{
}
.productStatusGrid
{
	float:left;
	max-width:95%;
}

.productStatusTimeNavigation
{
	display:block;
	float:left;
	max-width:5%
}







