﻿body, h1, h2, h3, h4, h5, h6, td, option,select,input, textarea {font-family: Verdana,Arial,Helvetica; font-size: 11px; }

a:visited, a:active, a:link {
    font-style: normal;
    font-weight: normal;
    color: #000000;
}

a:hover {
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}

th.thUsers {
    height: 20px;
    text-align: left;
    font-size: 11px;
    border-bottom: 1px solid black;
    padding-right: 10px;
}

td.tdUsers {
    height: 20px;
    border-bottom: 1px solid #aaaaaa;
    padding-right: 10px;
}

.menuSelected {
    background-color: #d4d6bf;
}

body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    cursor: auto; 
    background-color:#fefff2;
}
.topMenu {
    cursor: pointer;
    height: 20px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 3px;
    width: 100px;
}
.topMenuTd {
    width: 100px;
}

#leftPane {
    position: absolute;
    left: 984px;
}

#centerPane {
    position: absolute;
    left: 292px;
}

#rightPane {
    position: absolute;
    left: 10px;
}

.boxTop {
    padding: 0px;
    margin-top: 0px; 
    margin-left: 0px;
    background: #d4d6bf;
    height: 19px; 
    position: absolute; 
}
.boxHeader {
    position: absolute; 
    top: 3px;
    left: 8px;
    font-weight: bold;
} 
.boxContent {
    position: absolute; 
    top: 18px; 
    border: 1px solid #d4d6bf; 
    background-color: #ffffff
}

#toolsTop {
    width: 292px; 
    top: 0px; 
    left: 0px; 
}
#toolsContent {
    width: 290px; 
    height: 70px; 
}
#metadataTop {
    width: 292px; 
    top: 97px; 
    left: 0px; 
}
#metadataContent {
    width: 290px; 
    height: 270px; 
}

#statusTop {
    width: 292px; 
    top: 393px; 
    left: 0px; 
    position: absolute;
}
#statusContent {
    width: 290px; 
    height: 109px; 
}

#toolsTable .td1 {
    height: 28px;
    width: 23px;
}

#toolsTable .td2 {
    height: 28px;
    width: 253px;
}

#G2R1, #G2R2 {
    position: relative;
    top: -1px
}

#searchTop {
    width: 272px; 
    top: 0px; 
    left: 0px; 
}
#searchContent {
    width: 270px; 
    height: 502px; 
}


#bottomLeft {
    position: absolute; 
    top: 528px;
    left: 0px; 
    width: 292px;
    height: 36px;
    background-color: #d4d6bf
}

#bottomCenter {
    position: absolute; 
    top: 528px;
    left: 0px; 
    width: 682px;
    height: 36px;
    background-color: #d4d6bf
}

#bottomRight {
    z-index: 1;
    position: absolute; 
    top: 528px;
    left: 0px; 
    width: 272px;
    height: 36px;
    background-color: #d4d6bf
}


.cornerTopLeft {
    background-image: url('../../img/cornerTopLeft.gif'); 
    float: left;
    width: 4px; 
    height: 18px; 
}
.cornerTopRight {
    background-image: url('../../img/cornerTopRight.gif'); 
    float: right;
    width: 4px; 
    height: 18px; 
}
.cornerBottomLeft {
    background-image: url('../../img/cornerBottomLeft.gif'); 
    float: left;
    width: 6px; 
    height: 36px; 
}
.cornerBottomRight {
    background-image: url('../../img/cornerBottomRight.gif'); 
    float: right;
    width: 6px; 
    height: 36px; 
}

#spnChangeObjektTypeName {
    font-weight: bold;
}

#Img1, #Img2, #Img3 {
    cursor: pointer;
}

#scaleInfo {
    padding-top: 20px;
}

.tdFieldLabel {
    vertical-align: top;
    padding-top: 4px;
    padding-bottom: 5px;
}

.tdFieldStatic {
    vertical-align: top;
    padding-top: 4px;
    width: 195px;
}

.tdFieldDynamic {
    vertical-align: top;
    padding-top: 2px;
}

#tdEditNotat, #tdInfoNotat {
    padding-bottom: 5px;
}


/* Vis stedet */

div.defaultAutocompleteLook
{
	font-family: Verdana, Arial;
	border:1px solid #888888;
	margin:0px;
	padding:0px;
	font-size: 11px;
    z-index: 10000;
}

div.defaultAutocompleteLook ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

div.defaultAutocompleteLook ul li
{
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	cursor:pointer;
	background-color: #ffffff;
}

div.defaultAutocompleteLook ul li.selected
{
	background-color: #8888ff;
}

h2
{
	font-size: 12px;
	font-variant: small-caps;
}

#selPrintScale {
    display: none;
}

/* Autocomplete */
.autocomplete {
    box-shadow: 0 .25em .25em rgba(0,0,0,.15);
    background-color: #fff !important;
    overflow: auto;
    border-radius: 0 0 .125em .125em;
    width: 100%;
    margin: 0;
    padding: 0;
}

.autocomplete .list-group-item {
    border-radius: 0;
    padding: .75em .75em .75em .75em;
    background: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: inherit;
    line-height: 1;
    border: 0;
    border-bottom: 1px solid #f5f5f5 !important;
    color: #737373;
    cursor: pointer
}

.autocomplete .list-group-item:hover {
    color: #262626;
    background-color: #fff;
    background: #f2f2f2
}

.autocomplete .list-group-item.active {
    color: #262626;
    background: #e6e6e6
}

.autocomplete .list-group-item:first-child {
    border: 0
}