/*
 * iBex Booking Widgets
 *
 * Copyright 2012, iBex Online Booking
 * http://ibexplus.com/widgets/rate-calendar
 * 
 *  -- Customise theme colour options at bottom of this page --  
 */

/* CSS Document */
html, body, table {	font-family: Arial, Helvetica, sans-serif; font-size: 9pt; margin: 0 auto; text-align:center; border-collapse:collapse!important;}

tr.oddrow {background-color: #f2f2f2;}
tr.evenrow {background-color: #e2e2e2; }
tr.header, tr.footer, a.footer {background-color: #7B7B7B; color: #ffffff;}
td.onreq_odd, td.onreq_even  {background: transparent url(on_request.gif) no-repeat 100% 0; width: 60px; text-align: center; border: solid 1px #fff;}
td.available_odd, td.available_even {background: transparent url(available.gif) no-repeat 100% 0; width: 60px; text-align: center; border: solid 1px #fff;}
td.sold {color: red; width: 60px; text-align: center; border: solid 1px #fff;}

td.hdrRoomName {text-align: left; }
td.hdrGuests {}
td.hdrMinStay { }
td.hdrDate {}
td.roomrate {text-align: left;color: #161616; border: solid 1px #fff; }
td.maxguests{color: #161616; border: solid 1px #fff;}
td.minstay {color: #161616; border: solid 1px #fff;}

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote{	margin: 0px;	padding: 0px;	border: 0px;}

.center{	text-align: center;	margin: 0 auto;}
a{	color: #161616; text-decoration: none;}

.calendarTable {
	border-collapse: collapse;
}

.calendarTableFooter {
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #ffffff;
	border-collapse: collapse;
}


/* ----- tool tip specific styles ----- */
#theToolTip{
position: absolute;
left: -300px;
width: 300px;
margin-top: 10px;
border: 2px solid #C0C09F;
padding: 6px 0px 0px 10px;
background-color: #FFFFCC;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS */
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4);
}

#ToolTipPointer{
position:absolute;
left: -300px;
margin-top: 10px;
z-index: 101;
visibility: hidden;
}

#theToolTip p{
font-size: 1.1em;
color: #333333;
line-height:1.4em;
margin-right:10px;
margin-top:0px;
}

#ToolTipTextWrap {
font-weight:bold;
font-size: 1.2em;
color: #ff6600;
margin-right:10px;
display: none;
}

.addToolTip {
	cursor: pointer;
}

.nullLink {
	cursor: pointer;
}


form div {
	clear: both;
	margin-bottom: 18px;
	overflow: hidden;
}

form input,
form select {
	border-color: #ACACAC #E1E1E1 #E1E1E1 #ACACAC;
	border-style: solid;
	border-width: 2px;
	float: left;
	font: normal 12px Arial, sans-serif;
	margin-right: 6px;
	width: 60px;
}

form input {
	padding: 1px 3px;
}
form label {

	float: left;
	margin-right: 6px;
	text-align: right;
	width: 60px;
}

input.dashboard,
select.dashboard {
	width: 149px;
}

button.dashboard {
	background: url(dashboard-icon.gif);
	border: 0;
	cursor: pointer;
	float: left;
	height: 20px;
	margin-right: 20px;
	width: 20px;
}
button.dashboard:hover,
button.dashboard.active {
	background-position: 0 20px;
}

div.dashboard {
	background: url(dashboard2.png);
	height: 180px;
	padding: 0 12px;
	text-align: center;
	width: 147px;
}
	div.dashboard * {
		margin: 0;
		padding: 0;
	}
	div.dashboard div {
		background: none !important;
		cursor: move;
		height: 170px;
		overflow: hidden;
		padding-top: 10px;
		position: relative;
		width: 147px;
	}

	div.dashboard caption {
		color: #CF0;
		font: normal 12px/17px Arial, Helvetica, sans-serif;
		padding-top: 4px;
		text-align: center;
		width: 100%;
	}
	div.dashboard caption a {
		cursor: pointer;
		display: block;
		height: 11px;
		overflow: hidden;
		position: absolute;
		text-indent: -100px;
		top: 16px;
		width: 11px;
	}
	div.dashboard caption a.prev {
		background-image: url(dashboard-prev.gif);
		left: 1px;
	}
	div.dashboard caption a.next {
		background-image: url(dashboard-next.gif);
		right: 1px;
	}
	div.dashboard caption a:hover {
		background-position: 0 11px;
	}
	div.dashboard caption span {
		height: 25px;
		position: relative;
		text-align: center;
	}
	div.dashboard caption span.month {
		padding-right: 8px;
	}
	div.dashboard caption span.month:after {
		content: ',';
	}

	div.dashboard table {
		border: 0;
		border-collapse: collapse;
		border-spacing: 0;
		cursor: default;
		margin: 0 auto;
		overflow: hidden;
		width: 147px;
	}
	div.dashboard td,
	div.dashboard th {
		border: 0;
		color: #999;
		font: normal 12px Arial, Helvetica, sans-serif;
		height: 19px;
		text-align: center;
		width: 21px;
	}
	div.dashboard td {
		color: #333;
		font-size: 11px;
		padding-right: 5px;
		text-align: right;
		width: 16px;
	}
	div.dashboard td.invalid {
		color: #666;
	}
	div.dashboard td.valid {
		color: #FFF;
		cursor: pointer;
	}
	div.dashboard td.active,
	div.dashboard td.hover {
		color: #CF0;
		cursor: pointer;
	}
.content-busy { position: relative;}
.content-busy .loading-calendar{
	position: absolute;
	opacity: .7;
	background: #ffffff url(ajax-loader-large.gif) no-repeat center;
	z-index: index;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}
.ui-widget { font-size: 1em;}
.ui-widget-header { background-color: #333; border-color: #333;} /* theme deep colour */
.ui-state-hover {background-color: #555!important; border-color: #555!important; color: #fff!important; } /* theme mid colour */
.ui-state-active.ui-state-hover { 	opacity: 1;  }
.ui-state-highlight, .ui-state-highlight:hover{	background: #fcd113; 	border: 1px solid #fcd113; color: #888;} /* today - mid yellow */

/* 	-------------- Calendar color scheme --------------
	To add a new color scheme copy and paste the colour scheme template then
   	- Replace {myColorName} with ibexBuilder.CustomColorScheme in accom-multi-rate-calendar.htm file
   	- Replace {myColorCode} with your custom color code.
   
   	you can get html color code from http://www.w3schools.com/tags/ref_colorpicker.asp
   
   	---- COPY COLOUR SCHEME TEMPLATE BELOW ------
   	.{myColorName} table {border-color: {myColorCode};}
	.{myColorName} tr.oddrow {background-color: {myColorCode};}
	.{myColorName} tr.evenrow {background-color: {myColorCode};}
	
	.{myColorName} tr.header {background-color: {myColorCode}; color: {myColorCode};}
	.{myColorName} tr.footer, .{myColorName} a.footer {background-color: {myColorCode}; color: {myColorCode};}
	
	.{myColorName} td.onreq_odd {background-color: {myColorCode}; }
	.{myColorName} td.onreq_even {background-color: {myColorCode}; }
	.{myColorName} td.available_odd {background-color: {myColorCode}; }
	.{myColorName} td.available_even {background-color: {myColorCode}; }
	
	.{myColorName} .ui-widget-header { background-color: {myColorCode}; border-color: {myColorCode}; }
	.{myColorName} .ui-state-hover {background-color: {myColorCode}; border-color: {myColorCode}; }
	.{myColorName} .ui-state-active {background-color: {myColorCode}; border-color: {myColorCode}; color: {myColorCode}; }
	.{myColorName} .ui-state-highlight,
	.{myColorName} .ui-state-highlight:hover{
		background: #F8DA4E;
		border: 1px solid #FCD113;
		color: #915608;
	}

*/




