﻿/* Master elements reset of default browser settings for crossbrowser css compliance */

html, body, form, 
h4, h5, h6,
p
{
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana, Sans-Serif;
	cursor: default;
}

/* Set 100% height of main page elements to ensure that the application height is 100% high */

html, body, form
{
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	height: 100%;
	overflow: hidden;
}

checkbox
{
	padding: 0px;
	margin: 0px;
}

/* Form */

.formCaptionPane
{
	padding-left: 4px;
	padding-right: 4px;
	margin: 0px;
	height: 24px;
	background: #0000FF repeat-x;
	cursor: default;
	background-color : #FFFFFF;
	background-image : url(../images/Form/CaptionBg.gif);
	background-position : top;
	background-repeat : repeat-x;
}

.formCaption
{
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	font: bold 16px Arial, Verdana, Sans-serif;
	text-align: left;
	vertical-align: middle;
	position:relative;
	top:2px;
}

.formPane
{
	padding: 0px;
	margin: 0px;
}

.formToolbarZone
{
	padding: 0 !important;
	border: solid 1px #6593cf !important;
	position: absolute;
	padding: 0 !important;
	background-color: #6699FF;
}

/* Pager */

.PagerButton
{
    padding: 1px;
    cursor: pointer;
    border: 0px;
    background:transparent url(img/PagerTemplate/first.gif) no-repeat scroll center;
    width: 20px;
    vertical-align:middle;
}

.PagerButton:hover
{
    border: 1px solid #9EB6CE;
    padding: 0px;
}

.FirstPage
{
    background:transparent url(img/PagerTemplate/first.gif) no-repeat scroll center;
}

.PrevPage
{
    background:transparent url(img/PagerTemplate/prev.gif) no-repeat scroll center;
    margin-right: 6px;
}

.NextPage
{
    background:transparent url(img/PagerTemplate/next.gif) no-repeat scroll center;
}

.LastPage
{
    background:transparent url(img/PagerTemplate/last.gif) no-repeat scroll center;
}
.mapcanvas {
	position: absolute;
	overflow: hidden;
	z-index: 0;
/*	border: red 3px solid;*/
}
.mapstatus {
	background-color: #FFFFFF;
	width: 200px;
	height: 30px;
	position: absolute;
	overflow: hidden;
	z-index: 99;
	visibility: hidden;
}
.mappicture {
	position: absolute;
	overflow: visible;
	z-index: 100;
}
.navi 
{
	position: absolute;
	z-index: 201;
	cursor:pointer;
}
.divMapFrame 
{
	background-color: transparent;
	position: absolute;
	overflow: hidden;
	padding-left: 0px;	/*må ikke ændres*/
	padding-top: 0px;
	z-index: 0;
	border: none;
}
.LegendTextBold
{
	font-family: verdana,monospace;
	font-size: 8pt;
	font-weight: bold;
	color: Black;
}
.LegendText
{
	font-family: verdana,monospace;
	font-size: 7pt;
	font-weight: normal;
	color: Black;
}
/*Context menu*/
.menuItem 
{
	position: relative; 
	font-family:sans-serif;
	font-size:10pt;
	width:150;
	padding-left:20;
	background-Color:#D6D6CE;
	color:black;
	z-index:300;
}
.highlightItem 
{
	position: relative; 
	font-family:sans-serif;
	font-size:10pt;
	width:150;
	padding-left:20;
	background-Color:highlight;
	color:white;
	z-index:300;
}
/*.clickableSpan 
{
	padding:4;
	width:500;
	background-Color:blue;
	color:white;
	border:5px gray solid;
	z-index:300;
}*/
.menu
{
	display: none; 
	line-height: 130%; 
	position: absolute; 
	top: 0; 
	left: 0; 
	background-color: #D6D6CE; 
	border: 2 solid; 
	border-top-color: #EFEFEF; 
	border-left-color: #EFEFEF; 
	border-right-color: #505050; 
	border-bottom-color: #505050; 
	margin-left: 8; 
	font-size: 9pt; 
	font-family: "MS Sans Serif";
	width:150px;
	height:20px;
}

.rtbMid{
  padding-bottom: 0px !important;
}

.rtbIn {
  padding-top: 0px !important;
}
/*Context menu - slut*/

/*
.RadWindow
{
    z-index:1000000 !important;
}
*/

.RadMenu
{
    z-index: 1000 !important;
}

.FixedBorder 
{
  border:1px solid #abadb3;
  width: 100%;
}