/* CSS Document */
#ajaxBox{
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: none;
	background: rgba(0, 0, 0, 0.809);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CF000000, endColorstr=#CF000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CF000000, endColorstr=#CF000000)";
	overflow: hidden;
	z-index: 999;
}
#chat{
	position: fixed;
	right: 5px;
	bottom: 5px;
	width: 265px;
	z-index: 35;
	display: none; //xxxxx
}
#chat #users{
	bottom: 338px;
	position: absolute;
	height: 22px;
	width: 261px;
	background-color: #00CCFF;
	margin: 0 2px;
}
#chat #users a{
	float: right;
	border: #333333 solid 1px;
	background-color: #0099FF;
	text-decoration: none;
	height: 20px;
	width: 20px;
	overflow: hidden;
	margin: 0 2px;
}
#chatShow{
	display: none;
}
#chat #history{
	bottom: 52px;
	position: absolute;
	height: 285px;
	width: 261px;
	background-color: #99FF99;
	margin: 0 2px;
	overflow: auto;
}
#chat #emos, #chat #send{
	right: 2px;
	position: absolute;
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: #FFFFFF solid 1px;
}
#chat #emos{
	bottom: 27px;
	width: 30px;
	height: 22px;
	background-color: #FF0000;
}
#chat #send{
	bottom: 2px;
	width: 30px;
	height: 22px;
	background-color: #FF0000;
}
#chat select{
	float: left;
}
#chat textarea{
	bottom: 2px;
	left: 2px;
	position: absolute;
	width: 226px;
	height: 47px;
	margin: 0;
	padding: 0;
	font: 15px Courier, monospace;
	resize: none;
	border: #FFFFFF solid 1px;
}
#chat p{
	margin: 5px;
	clear: both;
	padding: 5px;
	border: #FFFFFF solid 1px;
}
#chat .me{
	float: left;
	background-color: #CCFF00;
}
#chat .you{
	float: right;
	background-color: #99CC33;
}

.window {
	background-color: #CCCCCC;
	border: solid 5px;
	border-top-color: #FFFFFF;
	border-right-color: #888888;
	border-bottom-color:#777777;
	border-left-color: #EEEEEE;
	padding: 30px 50px;
}
.window input {
	margin: 2px;
}
.window select {
	margin: 2px;
}
.window label {
	width: 7em;
	display: block;
	float: left;
	margin: 2px;
}
.choose label {
	float: right;
	clear: both;
	width: 90%;
}
.choose input {
	float: left;
}
.choose {
	margin: 1em;
}
.tripL{
	float: left;
	width: 170px;
	height: 1.5em;
	clear: left;
}
.tripC{
	float: left;
	width: 80px;
	height: 1.5em;
}
.tripR{
	float: left;
	width: 80px;
	height: 1.5em;
}
.tripR a{
	text-decoration: none;
	background-color: #00CC00;
}

.price {
	width: 4em;
	text-align: right;
	padding-right: 0.5em;
}

.data_pax_boat{
	width: 2em;
}
.data_pax_pickup{
	width: 2em;
}
.data_price{
	width: 5em;
}

.pax {
	width: 2em;
	text-align: right;
	padding-right: 0.5em;
}

.box {
	float: left;
	margin: 10px 30px;
}

.alert {
	color:#FF0000;
	font-weight: bold;
}
.alert input {
	border-color: #FF3333;
	background-color: #FF9999;
	color: #000000;
	font-weight: normal;
}

.day {
	background-color: #FFFFFF;
	margin: 4px;
	padding: 3px;
	float: left;
}
.day.past{
	background-color: #808080;
}
.boat {
	background-color: #FFD78F;
	margin: 4px 2px;
	padding: 0px;
}
.past .boat{
	background-color: #806B47;
}
.date {
	width: 9em;
}
.trip {
	background-color: #BFCCC9;
	margin: 2px;
	padding: 3px;
	width: 9em;
}
.trip.past {
	background-color: #5F6664;
}
.places {
	border: 1px #000000 solid;
	height: 1em;
	float: right;
	overflow: hidden;
}
.empty{
	background-color: #00FF00;
}
.trip.past .empty{
	background-color: #008000;
}
.full{
	background-color: #FF0000;
}
.trip.past .full{
	background-color: #800000;
}
.blocked{
	background-color: #DDDD00;
}
.trip.past .blocked{
	background-color: #606000;
}

.icon0616{
	background: url('/Templates/Images/sprite_xsmall.png') -343px -101px;
	height: 1em;
	width: 14px;
	float: right;
	position: relative;
	overflow: hidden;
}
.boxClose16{
	background: url('/Templates/Images/sprite_xsmall.png') -26px -122px;
	width: 16px;
	height: 16px;
	float: right;
	position: relative;
}

.trips{
	background-color: #CCCCCC;
	margin: 15px;
}
.trips td{
	margin: 3px;
	padding: 5px;
	border: none;
	background-color: #FFFFFF;
}
.trips td.spacer{
	padding: 0;
	background-color: #CCCCCC;
}
#boatForm label{
	width: 14em;
}

#langForm textarea{
	width:100%;
	height: 12em;
}

textarea {
	width: 30em;
	height: 4em;
	margin: 2px;
}

br {
	clear: left;
}

.clear {
	clear: left;
}

.left50 {
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
}
.right50 {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
}

#voucherPlace {
	width: 30em;
}

#voucherPaid {
	margin: 2px 0 0 3.8em;
}

#voucherPax {
	float: left;
	margin: 2px;
}
#voucherPrice {
	float: left;
	margin: 2px;
}

html {
	height: 100%;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #AAAA33;
	height: 100%;
	margin: 0px;
}

h2, h3 {
	margin: 2em 0 0 0;
	text-align: center;
	width: 100%
}

h2 a{
	text-decoration: none;
	color: #000099;
}

p {
	clear: left;
}

a {
	color: #000000;
	text-align: center;
}

iframe {
	position: relative;
	border: none;
	top: 45px;
	bottom: 0px;
	height: 80%;
	width: 100%;
	overflow: hidden;
}

.overvieuw {
	position: absolute;
	z-index: 30;
	top: 45px;
	width: 100%;
}

.tables {
	float: left;
}

.smallCol {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	transform:rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	width: 7em;
	height: 7em;
	margin: -2em -5em 0 0;
	overflow: visible;
	text-align: left;
}
#wish{
	display: none;
	clear: both;
}
#userForm th{
	vertical-align: bottom;
}
#userForm table, #userForm th, #userForm td{
	border: none;
}

#nav {
	position: absolute;
	z-index: 10;
	width: 100%;
	overflow: hidden;
	top: 0;
	padding: 12px 0 0 0;
	color: #000000;
}
#nav:hover {
	z-index: 40;
}
#nav a{
	background-color:#000000;
	width:100%;
}
#nav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
}
#nav ul li {
	border-top: 1px solid #99F;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
}
#nav ul ul {
	visibility: hidden;
	height: 1em;
}
#nav ul ul:hover {
	visibility: visible;
	height: auto;
}
#nav ul ul li {
	visibility: inherit;
	border-top: none;
	clear: left;
	margin: 0 -10em 0 0;
}
#nav ul ul li.vis {
	visibility: visible;
	margin: 0;
}
#nav ul li a, b {
	display: block;
	padding: 3px 12px;
	color: #FFF;
	text-decoration: none;
	line-height: 1.3em;
	background-color:#000000;
}
#nav ul li a:hover {
	text-decoration: underline;
}
