textarea {
	font-family:Arial, Helvetica, sans-serif;
}
.MapArea {
	background-color: #b3c6d4;
	width: 100%;
	min-height: 600px;
	position: relative;
	clear: both;
	float: left;
	z-index: 50;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CAC6BC;
}
/*Aboslut positionerad hållare för kartkontroll vänster*/
.AbsoluteLeft {
	position: absolute;
	left: 10px;
	width: 60px;
	padding-top: 20px;
}
/*Länklista*/
.LinkList {
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.LinkList li {
	list-style-type:none;
	padding-bottom: 8px;
}
.LinkList li a:link, .LinkList li a:visited {
	padding-left:12px;
	background: url(../Images/sprite.png) no-repeat -742px -1012px;
	display: block;
}
/*Karthanteringsknappar*/
.MapHandle {
	background-image: url(../Images/Mapimages/background.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	padding-top: 10px;
	height: 400px;
}
/*Knappar*/
.MapButtonInfo:link, .MapButtonInfo:visited {
	background-image: url(../Images/Mapimages/info-inact.gif);
	background-position: 0px 0px;
	display: block;
	background-repeat: no-repeat;
	margin-bottom: 8px;
}
.MapButtonInfo:hover {
	background-image: url(../Images/Mapimages/info-hover.gif);
}
.MapButtonInfo:active {
	background-image: url(../Images/Mapimages/info-act.gif);
}
.MapButtonSearch:link, .MapButtonSearch:visited {
	background-image: url(../Images/Mapimages/search-inact.gif);
	background-position: 0px 0px;
	display: block;
	background-repeat: no-repeat;
	margin-bottom: 8px;
}
.MapButtonSearch:hover {
	background-image: url(../Images/Mapimages/search-hover.gif);
}
.MapButtonSearch:active {
	background-image: url(../Images/Mapimages/search-act.gif);
}
.MapButtonMove:link, .MapButtonMove:visited {
	background-image: url(../Images/Mapimages/move-inact.gif);
	background-position: 0px 0px;
	display: block;
	background-repeat: no-repeat;
}
.MapButtonMove:hover {
	background-image: url(../Images/Mapimages/move-hover.gif);
}
.MapButtonMove:active {
	background-image: url(../Images/Mapimages/move-act.gif);
}
.MapButtonAll:link, .MapButtonMove:visited {
	background-image: url(/lpvinclude/Images/Mapimages/all-inact.gif);
	background-position: 0px 0px;
	display: block;
	background-repeat: no-repeat;
}
.MapButtonAll:hover {
	background-image: url(/lpvinclude/Images/Mapimages/all-hover.gif);
}
.MapButtonAll:active {
	background-image: url(/lpvinclude/Images/Mapimages/all-act.gif);
}
.HandleButtons {
	padding-left: 14px;
}
.ZoomSlider {
	/* [disabled]padding-top: 8px;
*/
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 10px;
	padding-left: 2px;
}
.MapMove {
	padding-left: 3px;
}

.FilterGroup {
	float: left;
}
.LabelBlock label {
	display: block;

}
/*Sök avancerad i kartan*/
.ie7 .MapSearchAdvanced {
	padding-left:10px; 
}
.MapSearchAdvanced {
	font-size:0.9em;
}
.MapSearchAdvanced fieldset {
	border:none;
}
.ie7 .MapSearchAdvanced fieldset {
	
}
.MapSearchAdvanced fieldset legend {
	font-weight:bold;
}
.ie7 .MapSearchAdvanced fieldset legend {
	margin-left:-5px;
}
.MapSearchAdvanced fieldset span {
	display: block;
	float: left;
	width: 50%;
}
.MapSearchAdvanced fieldset span span {
	float:left;
	width:auto;
}
.FilterRow {
	clear: both;
	float: left;
	width: 100%;
	padding-top: 5px;
}
.Right, div.Right {
	float: right;

}
.ResetPadding {
	padding: 0px;

}


/*Aboslut positionerad hållare för kartinfo höger*/
.AbsoluteRight {
/*	position: absolute;
	right: 11px;
	width: 300px;
	padding-top: 5px;
	background-image: url(../Images/mapcol-bg.png);
	background-repeat: repeat-y;
	padding-left: 10px;
	text-align:left;*/
	
}
.Width100 {
	width: 300px;
}
/* Tabmenu - Karta */
.MapNavigation {
	padding:0;
	position: absolute;
	top: -18px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	left: 4px;
}
.MapNavigation li {
	/* [disabled]font-size: 0.9em; */
	font-weight:bold;
	list-style-type:none;
	float: left;
	margin-right:2px;
}
/* Tabdesign - Karta */
.MapNavigation li span {
	float:left;
	display:block;
	background:url(../Images/sprite.png) 0 -296px no-repeat;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 8px;
}
.MapNavigation a, .MapNavigation a:link, .MapNavigation a:visited {
	float:left;
	display:block;
	color:#333;
	text-decoration:none;
	padding-right: 7px;
	background:url(../Images/sprite.png) right -296px no-repeat;
}
.MapNavigation a:hover {
	text-decoration:underline;
	cursor:pointer;
}
/* Active */
.MapNavigation li.ActiveItem a, .MapNavigation li.ActiveItem a:link, .MapNavigation li.ActiveItem a:visited {
	color:#000;
	background-image: url(../Images/sprite.png);
	background-repeat: no-repeat;
	background-position: right -423px;
}
.MapNavigation li.ActiveItem span {
	background-image: url(../Images/sprite.png);
	background-repeat: no-repeat;
	background-position: 0px -423px;
}
/* Active-Hover */
.MapNavigation li.ActiveItem a:hover {
	text-decoration:underline;
}
.MBHide {
	position: absolute;
	bottom: 2px;
	width: 100%;
	height: 20px;
}
.MBHide span, .MBShow span  {
	visibility:hidden;
}
.MBHides:link, .MBHides:visited {
	background-image:url(../Images/min.png);
	background-repeat:no-repeat;
	display: block;
	padding-left: 22px;
	background-position: center 6px;
	color: #000;
	text-decoration:none;
}
.MBShows:link, .MBShows:visited {
	background-image:url(../Images/max.png);
	background-repeat:no-repeat;
	display: block;
	padding-left: 22px;
	background-position: center 6px;
	color: #000;
		text-decoration:none;
}
/*Kartbox*/
.MapBox {
	float: left;
	/* [disabled]margin-bottom: 10px; */
	position:relative;
}
.HasFoldNav {
	margin-top:20px;
}
div.AbsoluteRight div.MBTop {
	background-position: 2px -1580px;
}
.MBTop {
	background-image: url(../Images/sprite.png);
	background-position: 0px -1485px;
	float: left;
	width: 100%;
	font-size: 0px;
	line-height: 0px;
	height: 14px;
}
.MBTop span {
	display:block;
	background-image: url(../Images/sprite.png);
	background-position: right -1540px;
	height:14px;
	float: right;
	width: 11px;
	font-size: 0px;
	line-height: 0px;
	background-color: #f2f1ef;
}
div.AbsoluteRight div.MBTop span {
	background-color:transparent;
}
.MBBot {
	background-image: url(../Images/sprite.png);
	background-position: 0px -1611px;
	height: 14px;
	clear: both;
	float: left;
	width: 100%;
	font-size: 0px;
	line-height: 0px;
}
.MBBot span {
	display:block;
	background-image: url(../Images/sprite.png);
	background-position: right -1569px;
	height:14px;
	float: right;
	width: 11px;
	font-size: 0px;
	line-height: 0px;
	background-color: #F2F1EF;
}
div.AbsoluteRight div.MBBot {
	background-position: 2px -1615px;
}
div.AbsoluteRight div.MBBot span {
	background-color:transparent;
}
.MBContent {
	clear: both;
	/* [disabled]background-color: #FFF; */
	float: left;
	width: 100%;
	background-image: url(../Images/mb-contentbg.png);
	background-repeat: repeat-y;
	background-position: 1px;
}
.MarginRight {
	margin-right: 10px;
}
.MBInnerContent {
	padding-left:10px;
	padding-right:10px;
}
.MBDataHolder {
	background-color: #FFF;
	clear: both;
	float: left;
	width: 98.2%;
	/* [disabled]padding-top: 8px; */
	padding-right: 1%;
	padding-left: 1%;
	padding-bottom: 3px;
}
.MBDataHolder div h1 {
	font-size:1.1em;
	margin-top: 0px;
	padding-top: 0px;
}
.InnerBoxWrap {
	/* [disabled]padding-left: 4px; */
	/* [disabled]padding-right: 4px; */
}
.InnerBoxWrap P {
	padding:0;
	margin:0;
}
.InfoHeight {
	max-height:100px;
	overflow:auto;
}
.ie7 .InfoHeight table {
	width:93%;
}
/*Datatabell*/
.DataTable Caption {
	text-align: left;
	background-color:#e1e1e1;
	font-weight:bold;
	font-size:1.1em;
	padding:4px;
	background:url(../Images/errandcaption.gif) bottom repeat-x #e3e3e3;
}
.DataTable {
	clear: both;
	margin-bottom: 4px;
	font-size: 0.9em;
	width: 100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
table.HideCaption caption {
	display:none;
}
.DataTable td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 3px;
	background-color: #FFF;
}
.DataTable th {
	text-align:left;
	vertical-align: top;
	background-color: #eeeeee;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.DataTable th.Handle {
	width:105px;
}
.DataTable tr.ActiveRow td {
	background-color:#E1E1E1;
}
.ObjectHeading {
	width:100px;
}
.FormHandle {
	clear:both;
	border-top: solid 1px #ccc;
	padding-top:5px;
}
.SearchSelectors {
	clear: both;
}
.SearchHits {
	clear: both;
	background-color: #CAC6BC;
	width: 100%;
}
.SearchHitsInner {
	padding: 4px;
	background-image: url(../Images/dark-fade.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.SearchHits .DataTable TD {
	background-color: #FFF;
}
.SearchHits .DataTable th {
	background-image:url(../Images/th-dark.gif);
	color:#FFF;
}
.Scroller {
	height: 150px;
	overflow: auto;
	float:left;
	width:540px;
}
.ClickTR:hover td {
	cursor: pointer;
	background-color:#F0F1F1
}
.TypePoint:link, .TypePoint:visited {
	background-image: url(../Images/point-list.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	display: block;
	background-position: 4px;
}
span.TypePoint {
	background-image: url(../Images/point-list.png);
	background-repeat: no-repeat;
	background-position: 4px;
	padding-left: 18px;
	display:block;
}
.TypeArea:link, .TypeArea:visited {
	background-image: url(../Images/area-list.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	display: block;
	background-position: 2px 4px;
}
span.TypeArea {
	background-image: url(../Images/area-list.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	display: block;
	background-position: 2px 4px;
}
.TypeLine:link, .TypeLine:visited {
	background-image: url(../Images/line-list.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	display: block;
}
span.TypeLine {
	background-image: url(../Images/line-list.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	display: block;
}
span.TypeSnapPoint {
	background: url(../Images/point-snap-list.png) no-repeat 0px;
	padding-left: 18px;
	display:block;
}
span.TypeSnapLine {
	background: url(../Images/line-snap-list.png) no-repeat 0px;
	padding-left: 18px;
	display:block;
}
/*Hantera länkar*/
.Delete:link, .Delete:visited {
	background: url(../Images/del.png) no-repeat;
	padding-left: 15px;
	margin-left: 5px;
}
.Edit:link, .Edit:visited {
	background: url(../Images/edit.png) no-repeat;
	padding-left: 19px;
	padding-bottom: 5px;
}
.ZoomTo:link, .ZoomTo:visited {
	background: url(../Images/zoomto.gif) no-repeat;
	padding-left: 15px;
	margin-right: 6px;
	padding-bottom: 2px;
}
.View:link, .View:visited {
	background: url(../Images/view.png) no-repeat;
	padding-left: 18px;
	margin-right: 6px;
	padding-bottom: 2px;
}
/*Generell Knapp*/
.Button {
	width:auto;
	overflow:visible;
	cursor:pointer;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 4px;
	background-color: #E5E5E5;
	background-position: 2px;
	padding-top: 2px;
	padding-bottom:2px;
	font-size: 0.9em;
}
.Button:hover {
	background-color:#CCC;
}
.Button:active {

}
/*Knappvarianter*/
.SendIn {
	background-image:url(../Images/sendin-ico.png);
	font-size: 1.1em;
	padding-top: 6px;
	padding-bottom: 6px;
}
.Prev {
	background-image:url(../Images/sprite.png);
	background-position:-723px -1760px;
	padding-left:14px;
	font-size: 1.1em;
	padding-top: 6px;
	padding-bottom: 6px;
}
.Edit {
	background-image:url(../Images/edit.png);
}
.Add {
	background-image:url(../Images/add.png);
}
.BackTo {
	background-image:url(../Images/back.gif);
	padding-left: 15px;
	background-position: 3px;
}
.Upload {
	background-image:url(../Images/upload.png);
}
.StartHandling {
	background-image:url(../Images/docstart.gif);
}
.EndErrand {
	background-image:url(../Images/close.gif);
}
.UnLock {
	background-image:url(../Images/unlock.gif);
}
.Undo {
	background-image:url(../Images/undo.gif);
}
.DeleteErrand {
	background-image:url(../Images/delete-errand.gif);
}
.GetScript {
	background-image:url(../Images/getscript.gif);
}
.LoginForm {
	background-image:url(../Images/login.gif);
}
.Start {
	background-image:url(../Images/go.gif);
}
.Search {
	background-image:url(../Images/search.png);
}

/*Lägg till i kartan*/
.MapAdd {
	width:290px;
	z-index:99999;
	background:#FFF;
	padding:8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    3px 3px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         3px 3px 5px rgba(50, 50, 50, 0.75);
}	
.IE .MapAdd {
	background:red;
}
.MapAddTop {
	font-size: 0px;
	line-height: 0px;
	background-image: url(../Images/mapadd-top.png);
	background-repeat: no-repeat;
	height: 10px;
	background-position: left top;
}
.MapAddMid {

}
.MapAddMid p {
	padding:0px;
	margin:0px;
	font-weight:normal;
}
.MapAddMid h2 {
	font-weight:bold;
}
.MapAddMid .FilterRow {
	width:95%;
}
.MapAddBot {
	height: 20px;
	background-image: url(../Images/mapadd-bot.png);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}
.AddText {
	width: 210px;
	height: 100px;
}
.LabelBold {
	font-weight: bold;
}
.Save {
	background-image: url(../Images/save-ico.png);
	font-size: 1.1em;
	padding-top: 6px;
	padding-bottom: 6px;
}
.Close {
	background-image: url(../Images/close-ico.png);
	padding-left: 18px;
}
.EditItem {
	background-image: url(../Images/edit.png);
}
.Ok {
	background-image:url(../Images/tick.gif);
	padding-left: 22px;
}
.FormHolder {
	clear: both;
	background-color: #CAC6BC;
	padding-top: 4px;
}
.Errand {
	background-color:#ced64b;
}
.FormLeft {
	float: left;
	width: 551px;
}
.FormRight {
	float: right;
	width: 38%;
}
h2.LineHeading {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #c0c770;
	margin-bottom: 6px;
	padding-bottom: 3px;
	font-size: 1.1em;
}
/* Header Green Rounded */
.HeaderGreen {
	display:block;
	color:#fff;
	font-size:1.2em;  
	background:url(../Images/header-rounded-green-tl.gif) left top no-repeat #6b7b00;
	background-position:left top;
	background-repeat:no-repeat;
	border:0;
	border:none;  
	padding:0;
}
.HeaderGreen span {
	display:block;
	clear:both;
	background:url(../Images/header-rounded-green-tr.gif) right top no-repeat transparent;
	padding:5px 10px;
}

.SimpleTable {
	width: 100%;
	margin-bottom: 5px;
}
.SimpleTable th {
	text-align:left;
	vertical-align:top;
	padding: 3px;
}
.SimpleTable th {
	text-align:left;
	vertical-align:top;
	padding: 3px;
}
.FormHolder div.FilterRow {
	padding-bottom: 8px;
	padding-top: 0px;
}

.ButtonBottom {
	padding-top: 8px;
	clear: both;
}
.FormInner h1.FormHeading {
	font-size: 1.4em;
	font-weight: normal;
	padding-bottom: 8px;
	padding-top: 4px;
}
.ListTable {
	width: 100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b1b292;
	border-left-color: #b1b292;
	margin-bottom: 8px;
}
.ListTable caption {
	text-align: left;
	background-color:#C0C770;
	font-weight:bold;
	font-size:1.1em;
	padding:4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7D193;
	text-align: left;
	font-weight: bold;
	background-image: url(../Images/caption-bg.gif);
	color: #FFF;
}
.ListTable th {
	background-color: #e2dfc8;
	text-align:left;
	padding:4px;
}
.ListTable td {
	padding:4px;
	background-color:#FFF;
	background-image:url(../Images/td-bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b1b292;
	vertical-align: top;
}
Fieldset.login {
	margin: 0px;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	/* [disabled]width: 100%;
*/
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	/* [disabled]padding-left: 6px; */
}
.ie7 Fieldset legend {
	margin-left:-5px;
}
Fieldset.login P {
	margin:0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
Fieldset.login legend {
	border-bottom: 3px  solid  #c0c770;
	/* [disabled]margin-bottom: 10px; */
	padding-bottom: 3px;
	font-size: 1.1em;
	display: block;
	font-weight: bold;
	width:100%;
}
Fieldset.login label {
	display:block;
}
Fieldset.login span.failureNotification {
	color: #900;
	float:none;
	background:transparent;
	padding:0;
}
.accountInfo {
	/* [disabled]float: left;
*/
	/* [disabled]width: 40%;
*/
	clear: both;
	/* [disabled]padding-top: 8px; */
}
p.submitButton {
	margin: 0px;
	padding: 0px;
}
.LogIn:link, .LogIn:visited {
	background:url(../Images/sprite.png) no-repeat -490px -1013px;
}
.LogOut:link, .LogOut:visited {
	background:url(../Images/sprite.png) no-repeat -229px -1013px;
}
.LogIn:link, .LogIn:visited, .LogOut:link, .LogOut:visited {
	background-repeat:no-repeat;
	padding-left: 28px;
	padding-bottom: 5px;
	margin-left: 8px;
	float: left;
}
.Help:link, .Help:visited {
	background-repeat:no-repeat;
	padding-left: 28px;
	padding-bottom: 5px;
	margin-left: 20px;
	float: left;
	background-image: url(../Images/help.gif);
}
.EditTable {
	width: 100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b1b292;
	border-left-color: #b1b292;
	clear: both;
	margin-bottom: 8px;
}
.EditTable caption {
	text-align: left;
	background-color:#989C60;
	font-weight:bold;
	font-size:1.1em;
	padding:4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7D193;
	text-align: left;
	font-weight: bold;
	background-image: url(../Images/caption-bg.gif);
	color: #FFF;
	background-position: bottom;
	background-repeat: repeat-x;
}
.EditTable th {
	background-color: #f7f5e6;
	text-align:left;
	padding:4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1B292;
}
.EditTable td {
	padding:4px;
	background-color:#FFF;
	background-image:url(../Images/td-bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b1b292;
}
/*vitbox hållare*/
.GroupBoxWrap {
	/* [disabled]overflow: auto;
*/
	background-color: #FFF;
	margin-bottom: 15px;
}
.GroupBoxWrap .GBTopLeft {
	float:left;
	width:8px;
	height:9px;
	background:url(../Images/wb-left.png) #e1e4b9 no-repeat;
}
.GroupBoxWrap .GBTopRight {
	float:right;
	width:8px;
	height:9px;
	background:url(../Images/wb-right.png) #e1e4b9 no-repeat right;
}
.GBInner {
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	position:relative;
}
.GroupBoxWrap .GBBotLeft {
	float:left;
	width:8px;
	height:9px;
	background:url(../Images/wb-bottom-left.png) #e1e4b9 no-repeat;
}
.GroupBoxWrap .GBBotRight {
	float:right;
	width:8px;
	height:9px;
	background:url(../Images/wb-bottom-right.png) #e1e4b9 no-repeat right;
}
.GBBot {
	clear:both;
	height: 9px;
	background-image: url(../Images/wb-bottom.png);
}
/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements. j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.EditorContent p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.Dim {
	color: #999;
}
.Dim caption {
	color:#5E6239;
}
.Print:link, .Print:visited {
	padding-left: 25px;
	background-image: url(../Images/print.gif);
	background-repeat: no-repeat;
	background-position:left bottom;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-right:10px;
}
.GoTo:link, .GoTo:visited {
	padding-left: 25px;
	background: url(../Images/goto.gif) no-repeat left bottom;
	padding-top: 6px;
	padding-bottom: 6px;
}
.GoToErrands:link, .GoToErrands:visited {
	padding-left: 25px;
	background:url(../Images/goto.gif) no-repeat left bottom;
	padding-top: 4px;
	padding-bottom: 4px;
	display: inline-block;
	float:right;
	position: absolute;
	top: 5px;
	right: 10px;
}
.Show:link, .Show:visited {
	padding-left: 25px;
	background-image: url(../Images/show.gif);
	background-repeat: no-repeat;
	background-position:left top;
	padding-top: 3px;
	padding-bottom: 4px;
}
.Complete:link, .Complete:visited {
	padding-left: 25px;
	background-image:url(../Images/complete.gif);
	background-repeat: no-repeat;
	background-position:left top;
	padding-top: 3px;
	padding-bottom: 4px;
}
.Deletebox:link, .Deletebox:visited {
	padding-left: 25px;
	background: url(../Images/deletebox.gif) no-repeat left top;
	padding-top: 3px;
	padding-bottom: 4px;
	margin-left:6px;
}
.HandleRow {
	padding-bottom: 8px;
	padding-top: 10px;
	clear: both;
}
.ImageHolder {
	padding-bottom: 15px;
	padding-left: 2px;
}
.FormColLeft {
	float:left;
	width:49%;
}
.FormColRight {
	float:right;
	width:49%;
}
/* Tabmenu - Arende */
.TabNavigation {
	clear: both;
	float: left;
	width:80%;
	display:inline;
	padding:0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.TabNavigation li {
	font-size: 1.1em;
	list-style-type:none;
	float: left;
	margin-right:2px;
}
/* Tabdesign - Karta */
.TabNavigation li span {
	float:left;
	display:block;
	background:url(../Images/sprite.png) 0 -296px no-repeat;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.TabNavigation a, .TabNavigation a:link, .TabNavigation a:visited {
	float:left;
	display:block;
	color:#333;
	text-decoration:none;
	padding-right: 7px;
	background:url(../Images/sprite.png) right -296px no-repeat;
}
.TabNavigation a:hover {
	text-decoration:underline;
	cursor:pointer;
}
/* Active */
.TabNavigation li.ActiveItem a, .TabNavigation li.ActiveItem a:link, .TabNavigation li.ActiveItem a:visited {
	color:#000;
	background-image: url(../Images/sprite.png);
	background-repeat: no-repeat;
	background-position: right -360px;
}
.TabNavigation li.ActiveItem span {
	background-image: url(../Images/sprite.png);
	background-repeat: no-repeat;
	background-position: 0px -360px;
}
.TabLayerHeading {
	float:left;
}
.TabLayerHeading span {
	font-weight:normal;
}
/* Tabmenu - Karta */
.TableNavigation {
	/* [disabled]float: right;
*/
	/* [disabled]width:34%;
*/
	display:inline;
	padding:0;
	margin:0;
}
.TableNavigation li {
	font-size: 0.9em;
	font-weight:bold;
	list-style-type:none;
	float: left;
	margin-right:2px;
}
/* Tabdesign - Karta */
.TableNavigation li span {
	float:left;
	display:block;
	background:url(../Images/sprite.png) 0 -296px no-repeat;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 8px;
}
.TableNavigation a, .TableNavigation a:link, .TableNavigation a:visited {
	float:left;
	display:block;
	color:#333;
	text-decoration:none;
	padding-right: 7px;
	background:url(../Images/sprite.png) right -296px no-repeat;
}
.TableNavigation a:hover {
	text-decoration:underline;
	cursor:pointer;
}
/* Active */
.TableNavigation li.ActiveItem a, .TableNavigation li.ActiveItem a:link, .TableNavigation li.ActiveItem a:visited {
	color:#000;
	background-image: url(../Images/sprite.png);
	background-repeat: no-repeat;
	background-position: right -186px;
}
.TableNavigation li.ActiveItem span {
	background-image: url(../Images/sprite.png);
	background-repeat: no-repeat;
	background-position: 0px -186px;
}
/* Active-Hover */
.TableNavigation li.ActiveItem a:hover {
	text-decoration:underline;
}
/* JQ - ToolTip */
.EditArea {
	position:relative;
}
.tooltip-content {
	display: none;
}
.tooltip-box {
	border: 1px solid #76a1f9;
	background-color: #f0f0f0;
	color: #000;
	z-index:1000;
	width:220px;
	text-align:left;
	padding:8px;
}
.tooltip-box P {
	padding:0px;
	margin:0px;
}
.tooltip-under {
}
.tooltip-above {
}
.tooltip-close:link, .tooltip-close:visited {
	cursor: pointer;
	display:block;
	padding-right:20px;
	background:url(../Images/close-x.png) no-repeat right;
	text-align:right;
}
.Beta {
	background-image: url(../Images/beta.png);
	background-repeat: no-repeat;
}
.UserInfo {
	position:absolute;
	right:1.4%;
	top:50px;
	text-align:right;
	color:#FFF;
}
.UserInfo span {
	display:block;
}
.EditorContent {
	clear: both;
}
.SendErrand:link, .SendErrand:visited {
	background:url(../Images/send-in.gif) no-repeat;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 25px;
	color: #000;
	text-decoration: none;
	float: left;
	width: 150px;
	margin-left: 70px;
}
.SendErrand:hover {
	background:url(../Images/send-in-hov.png) no-repeat;
}

/*Paginering under sökträffar i kartan*/
.Pageing  {
	padding:0;
	margin:0;
	font-size:0.9em;
}
.Pageing  li {
	list-style-type:none;
	display:inline;
	margin-right: 5px;
}
.Pageing li a:link, .Pageing li a:visited {
	display:inline-block;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	text-decoration:none;
}
.Pageing li a:hover {
	text-decoration:underline;
}
.Pageing .Act {
	background-color:#e1e1e1;
}

/*Verktygstips*/
p.HintArea {
	margin:0px;
	font-size:0.9em;
	background-image: url(../Images/bulb.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 22px;
	background-position: 3px 4px;
	clear: both;
}
p.GreyHint {
	background-color:#E3E3E3;
	overflow:auto;
}
.FormColRight p.HintArea {
	font-size:1em;
	margin-bottom:40px;
}
.RoundBox {
	background-color:#d0d4a4;
	float:left;
	width:551px;
	margin-bottom: 8px;
}
.RoundBox h1 {
	padding-left:15px;
	font-size:1.4em;
	font-weight:normal;
	padding-bottom: 6px;
	padding-top: 6px;
}
.RoundBox span.Top {
	float:left;
	width:6px;
	height:6px;
	width:100%;
	background: transparent  url(../Images/sprite-LIT.png)  no-repeat  left top;
}
.RoundBox span.Top span {
	background:transparent url(../Images/sprite-LIT.png) top right no-repeat;
	width:6px;
	height:6px;
	float:right;
	width:90%;
}
h2.RoundBoxHeader {
	font-size:1.2em;
	margin:0px;
	line-height:1em;
	float:left;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.RoundBox span.Bot {
	background:transparent url(../Images/sprite-LIT.png) 0px -12px  no-repeat;
	float:left;
	width:6px;
	height:6px;
	width:100%
}
.RoundBox span.Bot span {
	background:transparent url(../Images/sprite-LIT.png) right -12px no-repeat;
	display:block;
	float:right;
	width:6px;
	height:6px;
	width:90%;
}
.RoundBox P {
	clear:both;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.RoundBox .MoreLink:link, .RoundBox .MoreLink:visited  {
	background:url(../Images/sprite-1-6.png) -742px -1011px no-repeat;
	display:block;
	margin-right: 8px;
	margin-left: 8px;
	padding-left: 15px;


}

.RBContent {
	clear: both;
	/* [disabled]float: left; */
	/* [disabled]width: 99%; */
	/* [disabled]padding-right: 2%; */
	padding-left: 10px;
}
.RBContentInner {

	overflow: auto;
}
 
.StartLink span {
	display:block;
} 
.StartLink:link, .StartLink:visited {
	color:#333;
	text-decoration:none;
	background-image: url(../Images/startlinktop.gif);
	background-repeat: no-repeat;
	clear: both;
	float: left;
	width: 99%;
	margin-bottom: 8px;
} 
.StartLink span.Heading {
	background: url(../Images/sprite.png) no-repeat -742px -1008px;
	padding-left:12px;
	font-size:1.2em;
	padding-top: 2px;
	padding-bottom: 4px;
	font-weight: bold;
} 
.StartLink span.Heading:hover {
	text-decoration:underline;
}

.LinkContent {
	background-image: url(../Images/startlinkbot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 8px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.Background {
	background-repeat:no-repeat;
	background-position:right;
	padding-right:45px;
}
.Map .Background {
	background-image:url(../Images/map-start.png);
}
.Point .Background {
	background-image:url(../Images/create-start.png);
}
ul.Promo {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*Om lista*/
ul.Promo li {
	background: url(../Images/promo.gif) no-repeat 0px 4px;
	list-style-type:none;
	padding-left:20px;
	margin-bottom: 8px;

	
}

/*Visa dölj panel - karta*/
.Flip {
	position: absolute;
	top:40%;
	left:16px;
	z-index:2000;
	width:20px;
	height:40px;
	cursor:pointer;
	background-repeat:no-repeat;
}
div.Opened .Flip{
	background-image:url(../Images/flip-right.png);
}
div.Closed .Flip{
	background-image:url(../Images/flip-left.png);
}
div.Closed .MapBox {
	margin-left:40px;
}
div.Closed {
	background-position:25px 0px;
}
div.Closed div.DrawerAreaContent {
	overflow:hidden;
}
.DrawerArea .Handle {
	z-index: 9999999;
}
.DrawerArea {
	overflow-x: hidden;
	min-height:600px;
	width: 320px;
	margin-right: 0;
	margin-left: auto;
	position:relative;
	background: url(../Images/mapcol-bg.png) repeat-y 15px 0;
	text-align:left;
	padding-top: 5px;
	padding-left: 25px;
	padding-right:5px;
	z-index: 9999999;
}
.DrawerAreaContent {  
   height:100%; 
   width: 320px;
   min-height:600px;
   position: relative;
   z-index: 99999;
   overflow:auto;
   height:590px;
}
.MapHolder {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:100%
}


/*BlockUI - Modala poppupper*/
div.blockMsg {
	width:  400px;
	top:    10%;
	left:   40%;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 8px;
	color: #000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 1px 0px 10px 1px #333333;
	-moz-box-shadow: 1px 0px 10px 1px #333333;
	box-shadow: 1px 0px 10px 1px #333333;
}
div.Alert {
	background: url(../Images/alert.png) no-repeat;
}
div.Info {
	background: url(../Images/info.png) no-repeat;
}
div.PopUp h1 {
	font-size:1.3em;
	padding-left: 40px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight:normal;
}
div.PopUp P {
	margin:0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
div.Info P {
	max-height:150px;
	overflow:auto;
}
.SubHandler {
	clear:both;
	background:url(../Images/sep-grey.gif) repeat-x;
	padding-top:4px;
	margin-bottom:5px;
	float: left;
	width: 99%;
}
.SubTableHandler {
	padding:4px;
	overflow:auto;
	background:#cccccb url(../Images/subhandle-grad.gif) repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.SubTableHandler a:link, 
.SubTableHandler a:visited  {
	background-repeat:no-repeat;
	float:left;
	padding-left:20px;
	margin-right:20px;
	padding-top: 2px;
	padding-bottom: 3px;
}
h2.CaptionClone {
	text-align: left;
	background-color:#e1e1e1;
	font-weight:bold;
	font-size:1.1em;
	padding:4px;
	background:url(../Images/errandcaption.gif) bottom repeat-x #e3e3e3;
}
.Filter {
	background:#f8f8f8 url(../Images/filters-bg.gif) repeat-x bottom;
}
.Filter .ie7 {
		background:#f8f8f8 url(../Images/filters-bg.gif) repeat-x bottom;
}
.FilterHead {
	position:relative;
	clear: both;
}
.ie7 .Filter {
	float:left;
	width:100%;
}
.ie7 .FilterHead  {
	position:static;
	float:left;
	width:100%;
	white-space:nowrap;

}
.ie7 .FilterHead h2 {
	float:left;
	display:inline;
	width:120px;
	padding-bottom:4px;
}
.ie7 .FilterHead .Toggle {
	float:right;
	position:static;

}
.FilterHead .Toggle {
	position:absolute;
	right:0px;
	top:0px;
	padding-right: 20px;
}
.FilterInner {
	border-top:solid 1px #b4b4b4;
	padding:5px;
	clear: both;

}
.DataType:link, .DataType:visited  {
	background:url(../Images/dataslag-ico.gif) no-repeat right;
}
.SelectDataType {
	padding-left:10px;
	padding-right:10px;
	margin-bottom:5px;
}
.SelectDataType .FilterInner {
	border:none;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0px -1px 8px 1px #bdbdbd;
	-moz-box-shadow: inset 0px -1px 8px 1px #bdbdbd;
	box-shadow: inset 0px -1px 8px 1px #bdbdbd;
}
.SelectDataType .Filter {
	background-image:none;
}
.ie7 .SelectDataType .Filter {	
	background:#f8f8f8 url(../Images/filters-bg.gif) repeat-x bottom;
}
.MapSwith:link, .MapSwith:visited  {
	background:url(../Images/map-ico.gif) no-repeat right;
}
.LegendArea {
	background-color: #FFF;
	border: 1px solid #999;
	padding:5px;
	clear:both;
	overflow: auto;
	max-height:150px;
}
.ie7 .LegendArea {
	margin-bottom:5px;
}

/* JQuery tabs*/
.ui-tabs {
	position: relative;
	zoom: 1;
}
.ui-widget-header {
	border-bottom:solid 3px #ccd545;
	float:left;
	width:100%;
} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs-nav {
	margin: 0;
	padding:0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 1px;
	margin: 0 .2em 1px 0;
	border-bottom: 0 !important;
	padding: 0;
	white-space: nowrap;
	background-color:#e5e3df;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .3em 1em;
	text-decoration: none;
	color:#333;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	margin-bottom: 0;
	padding-bottom: 1px;
	background-color:#ced64b;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-panel {
	display: block;
	border-width: 0;
	background: none;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}
.tabs {
	float:left;
	width:100%;
	padding-bottom: 10px;
	background-image: url(../Images/tabs-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position:relative;
}


/* CLEAR FIX */
/* For modern browsers */
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;

}
.GroupHeader  {
	float:left;
	width:100%;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight:normal;
	clear:both;
	background:#ccc url(../Images/group-header-bg.png) repeat-x bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.GroupHeader .Head {
	float:left;
}
.GroupHeader .Toggle:link, 
.GroupHeader .Toggle:visited {
	float:left;
	width:74%;
	display:block;
	background-image:none;
	text-decoration:none;
	color:#000;
	cursor:pointer;
	padding-left:0px;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:4px;
}
.DelItem:link, .DelItem:visited  {
	float:right;
	/* [disabled]margin-right:5px; */
	padding-right:20px;
	text-decoration:none;
	color:#333;
	background:url(../Images/del-item.png) no-repeat right;
	padding-top: 1px;
	font-weight:normal;
}
.GroupHeader .ToggleArea {
	clear:both;
	padding-bottom:8px;
	
}
.GroupHeader .Hide span.ToggleTextOff  { 
	display:none;
}
.GroupHeader .Open span.ToggleTextOn  { 
	display:none;
}
.GroupHeader .Hide:link span.ToggleTextOn,
.GroupHeader .Hide:visited span.ToggleTextOn  {
	float:right;
	padding-right:20px;
	margin-right:5px;
	background:url(../Images/down.png) no-repeat right;
	font-weight:normal;

}
.GroupHeader .Open:link span.ToggleTextOff,
.GroupHeader .Open:visited span.ToggleTextOff  {
	float:right;
	padding-right:20px;
	margin-right:5px;
	background:url(../Images/up.png) no-repeat right;
	font-weight:normal;
}
.ToggleContainer, .ToggleArea {
	clear: both;
}
.ie7 .ToggleContainer, .ToggleArea {
	clear: both;
	float:left;
	width:100%;
	padding-top: -5px;
}
.DataTypeEdit {
	background-color:#DFDFDF;
	clear:both;
	overflow:auto;
	padding-left: 5px;
	padding-bottom: 5px;
}
.DataTypes  {
	padding-bottom:8px;
}
.DataInfo {
	position: absolute;
	bottom: 40px;
	left:5px;
}
.DataInfo span {
	display:inline-block;
	margin-right:15px;
}
.Follow {
	-webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    3px 3px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         3px 3px 5px rgba(50, 50, 50, 0.75);
	padding:4px;
	background-color:#FFF;
	border:solid 1px #969595;
}
.Loader {
	background:#c8c4ba url(../Images/loader.gif) no-repeat 5px;
	padding-left:30px;
	padding-bottom:4px;
	padding-top:4px;
	width:50px;
	position:absolute;
	left:50%;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.43);
	-moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.43);
	-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.43);
}
.Handler {
	padding-left: 23px;
	padding-top: 1px;
	padding-bottom: 4px;
	background: url(../Images/user.gif) no-repeat;
	font-size:1.1em;
	font-weight:bold;
	margin:0;
}
.MapLink {
	background-image: url(../Images/map-start.png);
	background-repeat: no-repeat;
	padding-left: 55px;
	padding-top:10px;
	padding-bottom:15px;
	display: block;
	font-size:1.2em;
	margin-bottom: 5px;
}
.PointLink {
	background-image: url(../Images/create-start.png);
	background-repeat: no-repeat;
	padding-left: 55px;
	padding-top:10px;
	padding-bottom:15px;
	display: block;
	font-size:1.2em;
	margin-bottom: 5px;
}
.MyErrands {
	background-image:url(../Images/avatar.png);
	background-repeat: no-repeat;
	padding-left: 55px;
	padding-top:10px;
	padding-bottom:15px;
	display: block;
	font-size:1.2em;
}
.StartNew {
	margin-top:5px;
	margin-bottom:5px;
}
.ErrandArea tr:hover {
	cursor:pointer;
}
/*Validation*/
.ErrorArea {
	border: 2px solid #900;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	background:#edd9d9 url(../Images/alert.png)  no-repeat 8px 8px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 50px;
	clear: both;
}
.ErrorArea strong {
	color:#900;
}
.ErrorArea ul {
	padding:0;
	margin:0;
}
.ErrorArea ul li {
	list-style-type:none;
	background:url(../Images/error-dot.gif) no-repeat 0px 6px;
	padding-left:10px;
}