@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	font-family: Verdana;
	font-size: 14px;
	background-color: #CCC;
}
#contentimg {
	text-align: center;
	margin-bottom: 15px;
}
#content {
	width: 240px;
	padding: 5px;
	float: left;
	text-align: justify;
}
#col1 {
	width: 260px;
	float: left;
}
#col2 {
	width: 260px;
	text-align: center;
	background-color: #F2F3F5;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #e6e5ea;
}
#col3 {
	float: right;
	clear: right;
	width: 260px;
}
#col1 div {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: -10px;
}
#col2 div {
	padding: 10px;
}
#col3 div {
	padding: 10px;
}
.title1 {
	color: #666;
	font-size: 18px;
	background-color: #F2F3F5;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-transform: uppercase;
	border: 1px solid #e6e5ea;
	font-family: Verdana;
	font-weight: bold;
}

.title2 {
	color: #666;
	font-size: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e5ea;
	background-color: #F2F3F5;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-transform: uppercase;
}
#reservation {
	float: right;
	clear: right;
	width: 250px;
	padding: 5px;
}
input {
	border: 1px solid #999;
	color: #333;
}
select {
	border: 1px solid #999;
	color: #333;
}
#navigation {
	text-align: center;
	margin-bottom: 5px;
	height: 30px;
	background-image: url(img/nav_bg.gif);
	background-position: top;
	width: 800px;
	color: #FFF;
	background-repeat: repeat-x;
	font-size: 16px;
	clear: both;
	padding-top: 14px;
	text-transform: uppercase;
}
#header {
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	margin-top: 20px;
	margin-bottom: 5px;
	vertical-align: top;
}
#logo {
	padding-left: 10px;
	width: 300px;
	float: left;
	margin-bottom: 10px;
	height: 49px;
}
#date {
	float: right;
	width: 300px;
	font-family: Verdana;
	color: #666;
	text-align: right;
	height: 49px;
	margin-right: 5px;
}
#flags {
	margin-top: 5px;
}

#layout {
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	overflow: hidden;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F00;
	text-align: center;
	font-size: 10px;
	color: #666;
	height: 20px;
	width: 780px;
	clear: both;
	padding-top: 20px;
	margin: 10px;
}
.small {
	font-size: 10px;
}
/* valitsin */

.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}
.ds_tbl {
	background-color: #FFF;
}
.ds_head {
	background-color: #666;
	color: #FFF;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}
.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	font-family: Verdana;
	width: 32px;
}
.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 9px;
	text-align: center;
	font-family: Verdana;
	padding: 5px;
	cursor: pointer;
}
.ds_cell:hover {
	background-color: #FFF;
} /* This hover code won't work for IE */
#sale {
	width: 250px;
	text-align: center;
	background-color: #F2F3F5;
	padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
}
#navigation a {
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
}
#navigation a:hover {
	color: #39F;
	font-size: 16px;
}
.button {
	background-image: url(img/nav_bg.gif);
}
.stylegray {
	font-weight: bold;
	color: #FFF;
	background-image: url(img/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 34px;
}
.offset {
	margin-left: 50px;
}

.gray {
	color: #333;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
#maincontent {
	width: 700px;
}
a:link {
	font-family: Verdana;
	font-size: 14px;
	color: #069;
	text-decoration: none;
}
a:visited {
	color: #069;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.error {
	color: #900;
	font-size: 10px;
}
.imgborder {
	border: 2px solid #333;
}
legend {
	color: #006699;
}
fieldset {
	-moz-border-radius: 6px;
	border-radius: px;
}
