@charset "utf-8";
/* CSS Document */
div.header {
	position: absolute;
	width: 469px;
	height: 30px;
	top: -55px;
	left: 171px;
	text-align: center;
}
div.themebar {
	position: absolute;
	width: 500px;
	height: 54px;
	top: -66px;
	left: 150px;
	text-align: center;
}
div.logo {
	position: absolute;
	width: 145px;
	height: 90px;
	top: 390px;
	right: 686px;
	left: 80px;
}
div.menu td{
	vertical-align: top;
}

div.content {
	position: absolute;
	width: 660px;
	height: 435px;
	top: 105px;
	left: 235px;
}
div.footer {
	position: absolute;
	width: 260px;
	height: 15px;
	top: 546px;
	left: 648px;
	text-align: center;
	vertical-align: bottom;
	z-index: 50;
}
div.msg {
	position: absolute;
	width: 100%;
	height: 30px;
	top: 460px;
	left: 0px;
	text-align: left;
	color:#FF0000;
	vertical-align: bottom;
	font-size: 10px;
}
/* used for screen positioning of more items in CMS */
div.moreItems {
	position: relative;
	width: 650px;
	height: 410px;
	top: 0px;
	left: 0px;
	overflow: auto;
	padding-right: 8px;
}
/* used for meter readings scrollbar positioning*/
div.scrollReadings {
	position: relative;
	width: 330px;
	height: 100%;
	top: 0px;
	left: 0px;
	overflow: auto;
	padding-right: 8px;
}
div.maxItems {
	width: 660px;
	height: 440px;
	top: 0px;
	left: 0px;
	overflow: auto;
}
div.backButton {
	overflow: visible;
	position: absolute;
	height: 20px;
	width: 20px;
	top: -1px;
	left: -29px;
	z-index: auto;
}
div.newButton {
	overflow: visible;
	position: absolute;
	height: 20px;
	width: 20px;
	top: 24px;
	left: -35px;
	z-index: auto;
}

/* CMS + CSS styles Ties Kuypers 080601 PvG */
div.menu{
	position: absolute;
	width:150px;
	height:435px;
	top:105px;
	left:60px;
}
div.chartBlock{
	overflow: hidden;
	height: 100%;
	width: 320px;
	top: 0px;
	right: 5px;
	position: absolute;
}
/* PowerQuest editing styles */
div.path {
	position: absolute;
	width: 600px;
	height: 12px;
	top: 8px;
	left: 10px;
	z-index: 4;
}
div.search {
	position: absolute;
	overflow: hidden;
	width: 145px;
	height: 27px;
	top: -50px;
	left: 585px;
	z-index: 8;
}
div.float {
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: auto;
	overflow: visible;
	background-color: #EEEEEE;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
}
div.floatBoxTop{ /* used to display a block of two lines + a bit more to display scroll bars if more than 2 lines */
	overflow: auto;
	height: 34px;
	width: 330px;
	margin:0px;
	padding:0px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #666666;
}
div.floatBoxBottom{
	overflow: auto;
	width: 330px;
	margin:0px;
	padding:0px;
}
div.mediumHeightBox{
	overflow: auto;
	height:100px;
	margin:0px;
	padding:0px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #666666;
}
.chart{
	overflow:visible;
}
div.img{
	vertical-align: middle;
}
.mail{
	overflow: auto;
	height: 300px;
	width: 520px;
}

div#qTip {
 padding: 3px;
 border: 1px solid #333333;
 border-right-width: 2px;
 border-bottom-width: 2px;
 display: none;
 background: #FFFFFF;
 color: #000000;
 font: 11px Verdana, Arial, Helvetica, sans-serif;
 text-align: left;
 position: absolute;
 z-index: 1000;
}
.lowZindex {
	z-index: 100;
}
.highZindex {
	z-index: 999;
}
.divBoxClosed {
	width: 89%;
	border: 1px solid #999999;
	text-align: left;
	margin-top: 2px;
	margin-left: 1px;
	margin-bottom: 3px;
	padding-left: 12px;
}
.divBoxOpened {
	display:none;
} 
