﻿.title
{
	color: #1a6a9a;
	font-size: 16px;
	font-weight: bold;
}

.heading
{
	color: #1a6a9a;
	font-size: 16px;
	font-weight: bold;
}

.subheading
{
	color: #1a6a9a;
	font-size: 14px;
	font-weight: bold;
}

.iButton
{
	color: #ffffff;
	font-weight: bold;
	background-image: url('../images/button.png');
	background-repeat: no-repeat;
	border: none;
	background-color: Transparent;
	width: 100px;
	height: 40px;
	padding:0px;
	margin:0px;
}

.iSmallButton
{
	color: #ffffff;
	font-weight: bold;
	background-image: url('../images/buttonsmall.gif');
	background-repeat: no-repeat;
	border: none;
	background-color: Transparent;
	width: 60px;
	height: 40px;
}


.availabilitylist
{
	margin: 20px  0px 20px 0px;
}


.ServiceParams
{
	margin-top:10px;
	width:100%;
}


.supplierHeader
{
	width:100%;
	border: none;
	padding: 0px;
	margin: 0px;
}

.supplierHeader td
{
	background-color: #5e6ac2;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	border: none;
}

.OptionListSupplier
{
	width:100%;
	margin-top:10px;
}

.optionlist
{
	width:100%;
}

.OptionDetail
{
	width:100%;
}

.OptionDetail th
{
	background-color: #5e6ac2;
	color: #ffffff;
	padding: 5px 2px 5px 2px;
}

.OptionDetail td
{ 
	padding: 2px 2px 2px 2px;
	border-bottom:solid 1px #5e6ac2; 
}

.OptionDetail td a
{ 
	text-decoration: none;
}

.optionparams
{
	width:100%;
	margin-top:10px;
}

.bookinglist
{
	width:100%;
}

.bookinglist th
{
	background-color: #5e6ac2;
	color: #ffffff;
	padding: 5px 2px 5px 2px;
}

.bookinglist th a
{
	color: #ffffff;
	text-decoration: none;
}

.bookinglist td
{ 
	padding: 2px 2px 2px 2px;
	border-bottom:solid 1px #5e6ac2; 
}

.bookinglist td a
{ 
	text-decoration: none;
}

.resultList
{
	width:100%;
}

.resultList th
{
	color: #606060;
	font-weight: bold;
	padding: 5px 2px 1px 2px;
	border-bottom:solid 1px #aaaaaa; 
}

.resultList td
{ 
	padding: 2px 2px 2px 2px;
	border-bottom:solid 1px #aaaaaa; 
}

.resultList td a
{ 
	color: #5b6ea1;
	text-decoration: none;
}

.roomnumbers
{
	border: solid 1px #000;
	padding: 2px;
}


#viewBookingDetials
{
	width:70%;
	margin-top:10px;
	margin-bottom: 10px;
}

 
.tableheader
 {
 	background: #5e6ac2;
 	color: #fff;
 }
 
 #Allocation
 {
 margin-top: 20px;	
 }
 
 #Allocation th
 {
	color: #5e6ac2;
 }
 
.bold
 {
 	font-weight:bold;
	color: #5e6ac2;
 }
