* {
	font-family: Verdana;
}

h1, .h1 {
	font-size: 18pt;
	margin: 0px;
	font-weight: normal;
}

h2, .h2 {
	font-size: 14pt;
	margin: 0px;
	font-weight: normal;
}

h3, .h3 {
	font-size: 14pt;
	margin: 0px;
	font-weight: normal;
}

a {
	color: #00F;
	text-decoration: none;
}

p, td, li {
	margin: 0px;
	font-size: 9pt;
}

.lmhead {
	font-weight: bold; 
}

.red {
	color: #822123;
}

.blue {
	color: #005b7d;	
}

.small {
	font-size: 7pt;
	padding-left:10px;
	margin-top: 20px;
}

.mob {
	display: none;
}

body {
	margin: 0px;
	background-color: #6e6e6e;
}

#topwrapper {
	background-image: url(/images/__od/826/topmenubg.gif);
	background-repeat: repeat-x;
	height: 40px;
}

#headerwrapper {
	width: 100%;
	background: #e1ebf7;
}

#headermain {
	width: 960px;
	padding-top: 10px;
	height: 90px;
	padding-left: 20px;
	margin: 0 auto;
}

#headermain img {
	border: 0px none;
}


#pagewrapper {
	margin: 0 auto;
	overflow: auto;
	width: 100%;
	background: #fff url(/images/__od/826/bggradient.gif) repeat-x left top;;
}

#pagemain {
	margin: 0 auto;
	overflow: auto;
	width: 100%;
	max-width: 960px;
	min-height: 700px;
	background: #fff;
}

#tmwrapper {
	width: 100%;
	height: 40px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background: #efefef;
}

#navwrapper {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
}

#navwrapper li {
	float: left;
	padding: 10px 20px;
	font-size: 12pt;
}

#navwrapper li a {
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
}

#lmwrapper {
	border-top: solid 1px #efefef;
	margin-top: 30px;
	width: 180px;
	clear: both;
	float: left;
	font-size: 10pt;
	margin-left: 10px;
	padding-top: 10px;
}

.lmitem {
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
}

.hasborder {
	border-bottom: solid 1px #efefef;
}

.lmlink {
	display: block; 
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	background-position: 5px 3px; 
	border: solid 1px #CCC; 
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 30px;
	margin-bottom: 10px;
	font-size: 11px;
}

#contentwrapper {
	float: right;
	width: 725px;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 20px;
}

.summary {
	line-height: 20px;
}

#loginform p {
	margin: 5px 0px;
	font-size: 0.8em;
}

.loginfield {
	padding: 3px;
	font-style: oblique;
	width: 164px;
	color: #999;
}

.loginbtn {
	text-align: right;
	padding-right: 15px;
}

#loginbtn, .button {
	background: #e1ebf7;
	border: solid 1px #000;
	border-radius: 2px;
}

.loginoptions a {
	display: block;
	font-size: 0.80em;
	margin-bottom: 4px;
}

.loginoptions a:hover {
	color: #f00;
}

.dlgitemwrapper {
	overflow: auto;
	margin-bottom: 5px;
}

.dlglabel {
	float: left;
	padding: 3px 0px;
	width: 250px;
	font-size: 0.8em;
}

.dlgfield {
	float: left;
	width: 400px;
}

.dlgfield img {
	width: 180px;
	border: solid 1px #efefef;
}

.dlgbtn {
	width: 432px;
}	

.dlgbtn input {
	float: right;
}

.dlgtext, .dlgpassword  {
	width: 180px;
}

.mandatory {
	color: #f00;
	font-size: 0.8em;
	padding: 0px 5px;
}

.plantank {
	width: 100%;
	font-family: Verdana;
	font-size: 13px;
}
.hour {
	width: 60px;
	text-align: center;
	border: solid 1px #999;
	height: 30px;
	background-color: #efefef; 
}
.hourisfree {
	border: solid 1px #999;
	background-color: #b3ff57;
	width: 280px;
	padding-left: 10px;
}
.hourispause {
	border: solid 1px #999;
	background-color: #b40001;
	width: 280px;
	color: #fff;
	padding-left: 10px;
}
.hourisbooked {
	border: solid 1px #999;
	background-color: #b40001;
	width: 280px;
	color: #fff;
	padding-left: 10px;
}
.btnbook {
	width: 100%;
	background: url(/images/__od/826/fysbookbtn.gif) repeat-x;
	height: 30px;
	color: #fff;
	font-weight: bold;
}
.btnbookdisabled {
	width: 100%;
	background: url('/images/__od/826/fysbookbtndisabled.gif') repeat-x;
	height: 30px;
	color: #ccc;
	font-weight: bold;
}
form {
	display: inline;
}
.summary {
	margin-bottom: 15px;
	line-height: 18px;
}






.modal {
    background: #fff;
    display: none;
    width: 600px;
    height: 400px;
    padding: 20px;
    text-align: right;
	opacity: 1.0;
	position: absolute;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
	border: solid 2px #000;
}
.modalheader {
	display: block;
	color: #666;
	font-size: 24pt;
	text-align: left;
}
.modaltext {
	display: block;
	padding-top: 70px;
	padding-left: 40px;
	color: #ff0000;
	font-size: 15pt;
	font-weight: bold;
	text-align: left;
}

.close {
	margin-right: 5px;
	margin-top: 5px;
	background-color: #f00;
	color: #fff;
	border: solid 1px #fff;
	font-size: 10pt;
	cursor: pointer;
	float: right;
}

.bold {
	font-weight: bold;	
}

.right {
	color: #666;
	font-size: 8pt;
	text-align: right;
}

.form-field-text {
	font-size: 8pt;
	margin-right: 5px;
}

.form-text-nolabel {
	font-size: 8pt;
}

.calwrapper {
	float: left;
	margin-right: 15px;
}

.pmwleft {
	float: left;
	margin-left: 20px;
}

.pmwtank {
	width:300px;
	margin-top: 60px;
}

.pmwright {
	float: right;
	border-left: solid 1px #000; 
	width: 200px; 
	height: 240px;
	text-align: center;
	padding-top: 60px;
	margin-bottom: 10px;
}

.pmwcard {
	margin-bottom: 15px;
}

.pmwname {
	width: 100px;
	font-size: 8pt;
	color: #666;
	font-weight: bold;
	clear: left;
	float: left;
	text-align: right;
	margin-right: 5px;
	margin-bottom: 3px;
}

.pmwvalue {
	font-size: 8pt;
	float: left;
}

#footerwrapper {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	padding: 10px 10px;
	color: #ccc;
	font-size: 11px;
}

@media screen and (max-width: 600px) { 
	.dsk {
		display: none;
	}

	.mob {
		display: block;
	}
	
	#pagewrapper {
		margin: 0 auto;
		overflow: hidden;
		width: 100%;
		background: #fff;
	}
	
	#pagemain {
		overflow: auto;
		width: 100%;
		min-width: 320px;
		min-height: 100px;
		background: #fff;
	}
	
	
	#topwrappermob {
		background-image: url(/images/__od/826/topmenubg.gif);
		background-repeat: repeat-x;
		font-weight: bold;
		font-size: 1.05em;
		width: 100%;
		height: 24px;
		padding: 8px 0px;
		overflow: auto;
		clear: left;
	}

	#topwrappermob img {
		margin: 0px 10px;
		float: left;
		border: 0px none;
	
	}
	
	#tmwrapper {
		width: 100%;
		height: 40px;
		background: #e1ebf7;
		border-top: solid 1px #000;
		border-bottom: solid 1px #000;
	}

	#navwrapper {
		list-style: none;
		margin: 0px;
		padding: 0px;
		float: left;
	}

	#navwrapper li {
		float: left;
		padding: 8px 2px 8px 8px;
	}

	#navwrapper li.mob {
		float: left;
		padding: 11px 2px 8px 8px;
	}

	#navwrapper li a {
		text-decoration: none;
		color: #000;
		font-size: 0.8em;
		text-transform: uppercase;
	}
	
	#lmwrapper {
		display: none;
		width: 96%;
		padding: 2%;
		margin: 0px;
		clear: both;
		float: left;
		font-size: 10pt;
	} 
	
	.lmlink {
		display: block; 
		background-color: #f0f0f0;
		background-repeat: no-repeat;
		background-position: 8px 13px; 
		border: solid 1px #CCC; 
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 30px;
		margin-bottom: 10px;
		font-size: 1.1em;
	}
	
	#contentwrapper {
		width: 96%;
		padding: 4% 2%;
	}

	h1, .h1 {
		font-size: 1.3em;
	}
	
	p, li {
		font-size: 0.9em;
	}
	
	#footerwrapper {
		width: 96%;
		margin: 0 auto;
		padding: 2%;
		color: #ccc;
		font-size: 0.9em;
	}
	
	.red {
		font-size: 1.3em;
	}
	
	.loginfield {
		font-style: oblique;
		width: 95%;
		height: 30px;
		font-size: 1.3em;
		color: #999;
	}
	
	.loginbtn {
		text-align: right;
		padding-right: 15px;
	}
	
	#loginbtn, .button {
		font-size: 1.3em;
		height: 30px;
		background: #e1ebf7;
		border: solid 1px #000;
		border-radius: 0px;
	}
	
	.button {
		font-size: 1.0em;
		height: 30px;
		background: #e1ebf7;
		border: solid 1px #000;
		border-radius: 0px;
	}
	
	.loginoptions a {
		font-size: 1.2em;
	}
	
	.loginoptions a:hover {
		color: #f00;
	}
	
	.dlgitemwrapper {
		overflow: auto;
		margin-bottom: 5px;
	}
	
	.dlglabel {
		float: left;
		padding: 3px 0px;
		font-size: 1.0em;
	}
	
	.dlgfield {
		float: left;
	}
	
	.dlgfield img {
		width: 180px;
		border: solid 1px #efefef;
	}
	
	.dlgbtn {
		width: 432px;
	}	
	
	.dlgbtn input {
		float: left;
	}
	
	.dlgtext, .dlgpassword, select  {
		width: 70%;
		font-size: 1.0em;
	}
	
	.small {
		font-size: 1.1em;
	}
	
	
}