﻿
/* maptypelist */
.toggle 
{
	float:left;
    background:transparent;
    font: normal 13px arial, sans-serif;
    line-height:normal;
}
    
.toggle ul {
    margin:0;
    padding:5px 4px 0 5px;
    list-style:none;
    overflow: hidden;
}

.toggle li {
    float:left;
    background:url(../images/ui/kart_left_normal.gif) no-repeat left top;
    margin:0;
    padding:0 0 0 5px;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
}

.toggle a {
    display:block;
    background:url(../images/ui/button_right_normal.gif) no-repeat right top;
    padding:3px 15px 0 6px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.toggle a:hover
{
	text-decoration: underline;
}

.toggle a img 
{
	display: inline;
    border: none;
    vertical-align: middle;
}

.toggle a span 
{
	display:inline;
}

.toggle .current {
    background-image:url(../images/ui/kart_left_select.gif);
}
.toggle .current a {
    background-image:url(../images/ui/button_right_select.gif);
    color: #FFF;
    padding-bottom:5px;
}

.toggle .disabled {
    background-image:url(../images/ui/kart_left_disabled.gif);
}
.toggle .disabled a {
    background-image:url(../images/ui/button_right_disabled.gif);
    color: #989a9c;
    padding-bottom:5px;
}

.toggle .disabled a:hover {
    text-decoration: none;
    cursor: default;
}

#restofheader
{
	float:right;
}

#showDropDown
{
	display: inline;
	float: left;
	padding-left:15px;
}

#waLogo
{
	display: inline;
	float: right;
}

#remMarkersBtn
{
	width: 135px;
	margin-top: 5px;
	float: left;
}

#remMarkersBtn .header_buttonContainer
{
	height:26px;
}

#remMarkersBtn .header_buttonContainer a
{
	background-position:0 0;
	cursor:pointer;
	display:block;
	height:26px;	
}

#remMarkersBtn .header_buttonContainer a:hover
{
	background-position:0 -26px;
}

#remMarkersBtn .remMarkers
{
	width: 130px;
}

#remMarkersBtn .remMarkers a
{
	background-image:url(../images/ui/fjern_markeringer.gif);
}

#glwiBtn
{
	width: 110px;
	margin-top: 5px;
	float: left;
}

#glwiBtn .header_buttonContainer
{
	height:26px;
}

#glwiBtn .header_buttonContainer a
{
	background-position:0 0;
	cursor:pointer;
	display:block;
	height:26px;	
}

#glwiBtn .header_buttonContainer a:hover
{
	background-position:0 -26px;
}

#glwiBtn .glwi
{
	width: 78px;
}

#glwiBtn .glwi a
{
	background-image:url(../images/ui/webinnsyn.gif);
}