/* ================================
    CSS STYLES FOR janet.Booking
   ================================
*/  
body
{
	margin:0px;
}
.cornwallbedbreakfast {
	width: 100%;
	background-color: #DFE5F2;
	BORDER-RIGHT: #E4A315 1px solid; 
	BORDER-TOP: #E4A315 1px solid; 
	BORDER-LEFT: #E4A315 1px solid; 
	BORDER-BOTTOM: #E4A315 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	background-color:#f6e8ca;	
}
.cornwallbedbreakfast_bar {
	BACKGROUND-IMAGE: url(cornwallbedbreakfast_bar.jpg);
}


.janet_ItemTable {
	background-color:#c0c0c0;
}
.janet_ItemName {
	background-color:#dfdfdf;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
.janet_ItemValue {
	background-color:#efefef;
	font-size: 11px;
	color: #003366;
    font-family: Tahoma, Arial, Helvetica;
}
.janetBedBreakfast_Search
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	vertical-align:text-top;
}

.janetBedBreakfast_datagridheader
{
	background-position: 0% 100%;
	font-weight: bold;
	font-size: 12px;
	background-image: url(datagridheader.gif);
	color: #003366;
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica;
}
.janetBedBreakfast_datagridPage
{
	background-position: 0% 0%;
	font-size: 11px;
	background-image: url(datagridpage.gif);
	color: #003366;
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica;
}

.janet_Calendar
{
	cursor:pointer;
	cursor:hand;
}
