@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(yleiskuvat/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.twoColFixLtHdr #container {
	width: 920px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #88a557;
	padding: 15px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(yleiskuvat/main_background.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
} 
.twoColFixLtHdr #header {
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 20px;
	background-color: #FFFFFF;
	background-image: url(yleiskuvat/header-bground.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 890px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
div#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 470px;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	padding: 15px;
	height: 300%;
	background-repeat: no-repeat;
	background-position: left bottom;
}
div#mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 520px;
	padding: 20px;
	background-color: #FFFFFF;
	height: 100%;
} 
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-transform: capitalize;
	color: #000000;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 5px;
}

div#footer {
	margin-bottom: 5px;
	background-color: #FFFFFF;
	background-image: url(yleiskuvat/footer-bground.jpg);
	background-repeat: no-repeat;
	background-position: 20px 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 890px;
} 
div#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
li {
	font-size: small;
	letter-spacing: 0em;
	text-align: left;
	word-spacing: 0em;
	white-space: normal;
	list-style-type: square;
	margin-bottom:1px;
	padding:0px;
	margin-top: 0px;
}
#mainContent p {
	margin: 0px;
	margin-bottom: 2px;
	padding-right:20px;
	padding-left:10px;
	font-size:small
}
#sidebar1 p {
	text-align:center;
}
ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#historytext {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 30px;
}
.twoColFixLtHdr #container #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.var-list {
	font-size: 9px;
	list-style-type: square;
	margin: 0px;
	padding: 0px;
}
.thumbnails {
	float:left;
	margin: 2px;
	height: 70px;
	width: 70px;
}
.gallery-table {
	margin-bottom: 0px;
}
A:link {
	text-decoration: underline;
	color: #000;
}
A:visited {text-decoration: underline; color: #000;}
A:active {text-decoration: underline; color: #000;}
A:hover {text-decoration: underline; color: #F00;}

.calendar {
	font-size: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
.calendar_prices {
	font-size: small;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
.calendarWeek {
	color: #666666;

}
.calendarHeader {
	font-weight: bold;

}
.calendarPast {
	color: #CCCCCC;
	text-align: center;

}
.calendarReserved {
	background-color: #CC9933;
	border: 1px outset #CCCCCC;
	text-align: center;

}
.calendarArrival {
	border: 1px outset #CCCCCC;
	text-align: center;
	background-image: url(yleiskuvat/calendar-arrival.gif);
	background-position: top right;
}
.calendarDepart {
	background-image: url(yleiskuvat/calendar-depart.gif);
	border: 1px outset #CCCCCC;
	text-align: center;
	background-position: top left;	
}
.calendarFree {
	border: 1px outset #CCCCCC;
	text-align: center;
}
.calendarNull {
	color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.calendarOffSeason {
	color: #CCCCCC;
	background-color: #DD9933;
	border: 1px outset #CCCCCC;
	text-align: center;
}

.priceTable {
	font-size: 11px;
	text-align: center;
}

