

table.jCalendar {
	border: 1px solid #000 !important;
	background: #b59e77 !important;
    	border-collapse: separate !important;
    	border-spacing: 2px !important;
	font-size: 10px !important !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	margin: 0 !important !important;
	padding: 2px !important;
	width: auto !important;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
	font-size: 10px !important;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px !important;
	text-align: center;
	font-size: 10px !important;
}
table.jCalendar td.other-month {
background:#9A8452;
color:#6C5D3C;
}
table.jCalendar td.today {
	background: #766342;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbad96;
	color: #d3c4aa;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbad96;
	color: #d3c4aa;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	background:none repeat scroll 0 0 #AD9D7B;
	border:1px solid #6C5D3C;
	font-family:arial,sans-serif;
	font-size:10px !important;
	line-height:1.2em;
	padding:4px;
	position:relative;
	width:171px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px !important;
	font-weight: bold;
	text-align: center !important;
	margin: 2px 0 !important;
	padding: 0 !important;
	line-height: 12px !important;
	color: #413624 !important;
}
a#dp-close {
	font-size: 11px !important;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #413624 !important;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #d3c4aa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

.date-pick{
	width: 70px;
}

/* varauslomake */

#logo {
	height: 69px;
}

	#logo img {
		padding: 15px 0 0 0;
		margin: 0 0 0 56px;
		width: 104px;
	}

#reservationform {
	padding: 0;
	margin: 8px 8px 8px 8px;
	_margin: 8px 8px 8px 4px; /* ie6 workaround */
	float: left;
	height: 249px;
	width: 218px;
	text-align: left;
	background: #170a03;
	border: 1px solid #7c715d; /* #8e423f; */
	color: #ffffff;
	font-size: 10px;
	line-height: 1.0em;
}

	#reservationform form {
		border: 0px solid red;
		margin: 0px 0 0 0 !important;
		padding: 0 0 0 18px !important;
		height: 179px;
		background: transparent url("../gfx/formbg.jpg") 50% 0 no-repeat;
	}

	#reservationform label { width: 100px; margin-bottom: 1px; }

	#reservationform h2 { 
		color: #030004;
		padding: 0.5em 18px 0.5em 0; 
		text-transform: uppercase;
		letter-spacing: 0px;
		font-size: 18px;
		font-weight: normal;
		text-align: center;
	}

	.cufon-active #reservationform h2 {
		font-size: 20px;
		letter-spacing: 1px;
		font-weight: bold;
	}

		#reservationform input, #reservationform select, #reservationform textarea {
			font-size: 10px;
			padding: 0px;
			font-family: arial;
			border: 1px solid #766342;
			-moz-border-radius: 3px;
			border-radius: 3px;
		}

		#reservationform input { padding: 2px 1px; margin: 0px !important; }
		#reservationform select { margin: 0px 8px 0px 0px !important; padding: 1px 1px; }

		#reservationform p, #reservationform label {
			padding: 1px 0 1px 0;
			line-height: 14px;
			font-size: 10px;
		}

		#reservationform a {
			color: #6d634f;
		}

		#reservationform a:hover {
			color: #000;
		}


		#reservationform b {
			font-weight: normal;
		}
	
	#reservationform img {
		border: 0px solid #8e423f;
		vertical-align: text-bottom;
	}

	#reservationform input.promotionalcode {
		width: 60px;
	}

	#reservationform input.arrival, #reservationform input.departure {
		width: 71px;
		/* margin: 0px !important; */
	background: url(../gfx/calendar.png) no-repeat middle right; 
	}

	#reservationform .findhotels {
		background-color:#766342;
		border:1px solid #55462C;
		color:#FFFFFF;
		font-weight:bold;
		margin:1px 0 0 0 !important;
		padding:0px 4px;
	}

	#reservationform .cancel_container { width: 103px; float: left; }

	#reservationform .cancel_booking {
		background-color:transparent;
		border:1px solid #75664C;
		color:#FFFFFF;
		font-weight:normal;
		margin:1px 0 0 0;
		padding:0px 4px;
		width: 90px;
	}


/* datepicker tyylejä */

a.dp-choose-date {
	float: right;
	width: 18px;
	height: 17px;
	padding: 0;
	margin: 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../gfx/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
/*	background-position: 0 -20px;*/
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	padding-left: 0px;
}
