body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	background: url(../../css/Images/blue/body-bg.jpg) repeat-x top center #fff;
	color: #44638c;
}

h1 {
	font-size: 18px;
	margin: 15px 0 5px 0;
	padding: 0;
	color: #2664a9;
	font-weight: normal;
	letter-spacing: 1px;
}
h2 {
	font-size: 18px;
	margin: 15px 0 5px 0px;
	padding: 0;
	color: #2664a9;
	font-weight: normal;
	letter-spacing: 1px;
}


p {
	font-size: 100%;
}

/* Links */

a:link {
	color: #2a49bb;
	text-decoration: underline;
}
a:visited {
	color: #2a49bb;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #2a49bb;
	text-decoration: none;
}


#vrstva {
	position: relative;
	width: 700px;
	margin: 0 auto;
	text-align: left;
}

#OwnerDetailsHeading {
	margin-top: 30px;
}

#calendar_main {
}

#ChangeAccommodationDIV, #MonthSelectionDIV {
	background: #fff;
	border: 1px solid #c2cddc;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
	padding: 10px;
	margin-top: 30px;
	width: 430px;
}

.ChangeAccommodationHeading { 
	margin: 0px 0 10px 0; 
	font-size: 16px;
	color: #2664a9;
	letter-spacing: 1px;
}


/* Property selection controls */

.PropertySelectionForm { border: 0px; margin:0px;}
.PropertySelectionFormControls { font-size: 12px; padding: 2px 5px; }
.PropertySelectionFormGoButton { font-size: 80%; }

/* Month selection table */


.MonthSelectionTable { 
	clear:both; float:none;  
	width: 430px; 
	height: 65px; 
	margin: 0px 0px 0px 0px; 
}
.MonthSelectionTableLinks { 
	font-size: 11px; 
	font-weight:bold; 
}

.ChangeMonthYearSelectionTH {
	text-align:center; 
	font-size:15px; 
	font-weight: normal; 
	letter-spacing: 1px;
}

.MonthSelectionTableTDs { text-align: left;}

.SelectedYearSelectionTableTDs { font-weight:bold; }

.MonthSelectionDividerTD { 
	width: 2px;
	padding: 0;
	border-left: 2px solid #d1dded; 
}
.MonthSelectionDividerTH { 
	border-left: 2px solid #d1dded; width: 2px;
}

/*********************/
/* Start page items */
/*******************/

/* Changes instructions text style for the Price Rollover DIV above */
.InstructionsText {
	clear:both;
	font-size: 14px;
	background: #fff;
	border: 2px solid #af3905;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
	margin-top: 15px;
	width: 418px;
	color: #000;
}


/***********************/
/* Price DIV          */
/*********************/

.PriceDIV {
	background: #f4f8fc;
	border: 1px solid #c2cddc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin-top: 5px;
	width: 430px;
	visibility:hidden;
	font-size: 12px;
	min-height: 60px;
	margin-bottom: 8px;
}

div#DiscountDIV {
	background: #fff;
	border: 1px solid #c2cddc;
	border-radius: 10px;
	padding: 10px;
	margin-top: 5px;
	color:#FF0000;
	z-index:500;
	width: 430px;
	visibility:hidden;
	font-size: 11px;			
}

/***********************/
/* Calendar Properties */
/***********************/

.calendarTable {	
	border: 1px solid #c2cddc;
	background-color:#ffffff;
	text-align: center;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	border-spacing: 1px;
	width: 220px;
}
.calendarTable td {	
	vertical-align: top;
}
				
.changeMonthTD {	
	background-color: gray; 
	width: 25px; 
	border: solid black 1px;
	cursor: pointer;
}
				
.monthHeadingTD {	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px; 
	font-weight: bold;
	letter-spacing: 1px;
	color: #000;
	border: 0;
	text-align: center;
	cursor: default;
	padding: 3px 0;
}
					
.monthHeadingTable { 
	width: 100%; 
	background-color:#a9bdd8; 
	font-family: Tahoma, Geneva, sans-serif;
	margin-bottom: 3px;
 }
			
.monthDividerTD { background:#a9bdd8; }


.TableHyperLink a { color: #a51e03; text-decoration: underline; font-size: 11px; } 




.dayHeadTR {   }
.dayHeadTD {
	font-weight:bold;
	font-size: 10px; 
	padding: 5px 4px;
	border: 1px solid white; 
	color:#fff;
	background-color:#000;
	text-align: center;
}
.dayNotYetKnownTD {		
	background-color: white;
	font-weight:normal; 
	padding: 6px;
	color:#D6D6D6;
}


.daySelectedAvailTD 
	{		font-family: Arial, Helvetica, sans-serif;
			color:#999999;
			background-color: white;
			font-weight:bold; 
			padding: 6px;
			background-image:  url("../../css/selectedDate.gif");
			background-repeat: no-repeat;
	}

.dayAvailTD 
	{		font-family: Arial, Helvetica, sans-serif;
			background-color: white;
			font-weight:normal; 
			color:#999999;
			padding: 7px;
			cursor:default;
			
	}
	
.daySelectableAvailTD 
	{		font-family: Verdana, Arial, Helvetica, sans-serif; 
			background-color: #FFFFFF;
			font-weight:bold; 
			padding: 6px;
			border: 1px solid #9aabc2;
	}
			
.dayBookedTD 
	{		font-family: Verdana, Arial, Helvetica, sans-serif;
			color:#fff;
			font-weight:normal; 
			background-color:#3165a9;
			padding: 6px;
			cursor:default;
			border-style:solid;
			border-color:#fff;
			border-width: 1px;
	}		

.dayProvBookedTD 
	{		font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight:normal; 
			background-color:#abb7c6;
			padding: 6px; 
			cursor:default;
			color:#000000;
			border-style:solid;
			border-color:#222322;
			border-width: 1px;
			color:#222322;
	}	
			

			
.emptyTD {	font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight:normal;  
			padding: 6px;
			cursor: default;
			background-color:#ffffff;
			}


.HiddenForm { width: 10px; border-width:0px; border-style:none; }

span#EndDateChaletNameSpan { border-style:none; width: 300px; height:30px; text-align:center; margin-top: 10px;  }

.EndDateChaletNameTable { border-style:none; display:none; visibility:collapse;}

.EndDateChaletNameTableTD { vertical-align:middle; }

/* Availability key */

.AvailabilityKeyDiv { 
	background-color:#fff; 
	position:absolute; 
	left:500px; 
	top:480px; 
	border: 1px solid #c2c1c1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
	border-radius: 10px;
	padding: 12px;
}
.AvailabilityKeyDiv table { 
	border-width:0px;
	border-spacing: 4px;
}
.AvailabilityKeyTableHeadingTD {
	text-align:center;  
	font-size: 14px;
	padding: 0px 0 8px 0;
	font-weight: bold;
}
.AvailabilityKeyTableCells {
	text-align:right; 
	font-size: 12px;
	padding: 7px 5px 0 0;
}


div#EndAvailabilityKeyDiv { 
	position:absolute; 
	left:500px; 
	top:200px; 
	background-color:#fff; 
	border: 1px solid #c2c1c1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
	border-radius: 10px;
	padding: 12px;
}