/*-----------------------------------------------------------------------------
Basic Style Sheet for CSS2.1 compatible browsers

Version: 1.0
Author:	David Granström
email:	david.granstrom@cartesia.se
-----------------------------------------------------------------------------*/

/**************************** General settings *******************************/

/*Settings for all pages*/
#SolenWebPortal
{
	background-color: white;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	margin: 0px;
	padding: 0px;
}

/*Remove default border on images*/
img
{
	border: 0px;
	margin: 0px;
}
/************************** End General settings *****************************/

/******************************* Topframe ************************************/

/*Repeating background image*/
.TopImage_background
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	width:801px;
	height: 95px;
	background: #fff url(custom/huvud_blank.gif) repeat-x;
}

/*Customer top image*/
#TopImage
{
	position:absolute;
	background-image: url(custom/AreKommunLogga.png);
	top: 0px;
	left: 0px;
	width: 280px;
	margin-left:3px;
	background-repeat: no-repeat;
	height: 95px;
	z-index: 110;
}

/*Position of the map selector*/
#MapsDropDownList
{
	position: absolute;
	top:75px;
	left:5px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	visibility: visible;
	z-index: 200;
}

/******************************* End TopFrame ********************************/

/********************************* Mapframe **********************************/

/*Background for mapcontainer*/
#mainBackground
{
	position: absolute;
	top: 3px;
	left: 0px;
	background-color: #8ab1d8;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	border-color: Gray;
	border-width: 1px;
	border-style: solid;
	z-index: 100;
}

/*Contains map tools, zoom pan...*/
#tools
{
	position: relative;
	height: 34px;
	background-color: #8ab1d8;
	padding-left: 8px;
	padding-top: 8px;
	overflow: hidden;
	clear: left;
	z-index: 203;
}

/*Every tool uses this class*/
#tools .tool
{
	position: relative;
	float: left;
	padding: 1px;
	cursor: pointer;
}

/*Holds the map and other divs*/
#imgbtnMapContainer
{
	position: relative;
	top: 0px;
	left: 8px;
	background: #808080;
	border: solid 1px #000000;
	overflow: hidden;
	clear: both;
	z-index: 100;
}

/*Holds the map and other divs*/
#test
{
	position: absolute;
	overflow: hidden;
	z-index: 101;
}

/*Map image and controls mouse pointer*/
#imgbtnMap
{
	position: absolute;
	z-index: 102;
}

#mapCover
{
}

/*Temporary measurement of distance*/
#stracka
{
	position: absolute;
	width: auto;
	visibility: hidden;
	border: black 1px solid;
	background-color: white;
	font-size: 12px;
	font-family: Verdana;
	z-index: 300;
}

/*Displays area to zoom to*/
#zoomRec
{
	position: absolute;
	visibility: hidden;
	border: red 1px solid;
	background-color: #f5f5f5;
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;
	z-index: 104;
}

/*Displays wait message for map*/
#loadingMap
{
	position: relative;
	height: 14px;
	width: 110px;
	padding: 4px;
	border: solid 1px Black;
	visibility: visible;
	cursor: wait;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	background-color: White;
	z-index: 107;
}

/*Displays x-,y-coordinate, zoom*/
#mapInformation
{
	position: relative;
	white-space: nowrap;
	background-color: #fbf4d7;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: Black;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: Black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: Black;
	margin-left: 8px;
	margin-right: 6px;
	overflow: hidden;
	clear: both;
	z-index: 106;
}

/*Display version information*/
#Statusbar
{
	position: relative;
	white-space: nowrap;
	margin-left: 8px;
	margin-right: 8px;
	padding-left: 2px;
	padding-right: 2px;
	overflow: hidden;
	clear: both;
	z-index: 106;
}

/******************************* End mapframe ********************************/

/******************************* Layer frame *********************************/

/*Holds repeter for workspaces*/
#layerContainer
{
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #8ab1d8;
}

/*Contains wokspaces*/
#layerRepeater
{
}

/*Holds repeter for searches*/
#searchContainer
{
	position: absolute;
	top: 225px;
	left: 0px;
	right: 0px;
	bottom: -3px;
	border: solid 1px Gray;
	background-color: #8ab1d8;
}

/*Search submitButton*/
#SearchButton
{
	width: 41px;
}

/*Repeater for search result*/
#searchRepeater
{
}

/*Layer control*/
.LayerControlItem
{
	background-color: #5e84a7;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
}

/*LayerControl alternative*/
.LayerControlAltItem
{
	background-color: #8ab1d8;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
}

/**/
.Result
{
	background-color: #8ab1d8;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
}

/*Search result*/
.ResultItem
{
	position: relative;
	background-color: #5e84a7;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
}

/*Search result alternative*/
.ResultAltItem
{
	position: relative;
	background-color: #8ab1d8;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
}

/******************************* End LayerFrame ******************************/

/********************************Overview Frame ******************************/

/*Overview map container */
#overviewBackground
{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 3px;
	width: 216px;
	height: 228px;
	background-color: #8ab1d8;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	border: 1px solid Gray;
	padding: 3px;
	overflow: hidden;
	z-index: 100;
}

/*Overview map*/
#imgBMap
{
	position: relative;
	top: 2px;
	z-index: 102;
}
/*************************** End OverviewFrame *******************************/

/**/
.framecolor
{
	background-color: Gray;
}

/**/
.DefaultFont
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

/**/
.ResultPrintItem
{
	vertical-align: top;
	background-color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
}

/**/
.ResultAltPrintItem
{
	vertical-align: top;
	background-color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
}

/**/
.ResultPrintItemLayer
{
	vertical-align: top;
	background-color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	display: none;
}

/**/
.ResultAltPrintItemLayer
{
	vertical-align: top;
	background-color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	display: none;
}

/**/
.ResultPrintSeparatorItem
{
	background-color: #ffffff;
}

/**/
.OverviewTabBG
{
	background-color: #8ab1d8;
}

/**/
.InitMap
{
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
}

/********************************** Login ************************************/

/**/
.LoginBGColor
{
	background-color: white;
}

/**/
.LoginFrame
{
	background-color: #8ab1d8;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
}

/**/
.LoginButton
{
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
}

/**/
.LoginHeader
{
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

/********************************* End Login *********************************/

/************************************ Help ***********************************/
.helpblockrubrik
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana, Arial;
}

.helpheader
{
	width: 580px;
	border-top: #a9a9a9 1px solid;
	border-left: #a9a9a9 1px solid;
	border-right: #a9a9a9 1px solid;
	font-size: 15pt;
	font-family: Verdana, Arial;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	color: #000000;
	background-color: #ffffff;
}

.helpblock
{
	width: 580px;
	border-bottom: #e6e6fa 1px solid;
	border-left: #a9a9a9 1px solid;
	border-right: #a9a9a9 1px solid;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	color: #000000;
	background-color: #ffffff;
}
/******************************* End helpframe *******************************/

/******************************* Print *******************************/

/**/
.PrintBGColor
{
	background-color: white;
}

/**/
.PrintFrame
{
	background-color: #8ab1d8;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
}

/**/
.PrintButton
{
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
}

/**/
.PrintHeader
{
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

/******************************* End print *******************************/

/* -------------------------------------- */
/* Don't change anything below this line! */
/* -------------------------------------- */

#variables
{
	position: absolute;
	top: 56px;
	left: 512px;
	visibility: hidden;
	z-index: 105;
}

/**/
.ZoomStapel
{
	height: 14px;
	width: 195px;
	background-repeat: no-repeat;
}

/**/
.LinkImg
{
	margin: 0px;
	padding: 0px;
	border: solid 0px black;
	cursor: pointer;
	vertical-align: top;
}

/**/
h1, h2, h3, h4, h5, th, thead, tfoot
{
	color: #003366;
}

/**/
h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.58em;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

h4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.33em;
	font-weight: 500;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

h5, dT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

tfoot, thead
{
	font-size: 1em;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

th
{
	vertical-align: baseline;
	font-size: 1em;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

A:link
{
	text-decoration: none;
	color: black;
}

A:visited
{
	text-decoration: none;
	color: black;
}

A:active
{
	text-decoration: none;
	color: black;
}

A:hover
{
	text-decoration: underline;
	color: black;
}

small
{
	font-size: .7em;
}

big
{
	font-size: 1.17em;
}

blockquote, pre
{
	font-family: Courier New, monospace;
}
ul li
{
	list-style-type: square;
}

ul li li
{
	list-style-type: disc;
}

ul li li li
{
	list-style-type: circle;
}

ol li
{
	list-style-type: decimal;
}

ol ol li
{
	list-style-type: lower-alpha;
}

ol ol ol li
{
	list-style-type: lower-roman;
}

.AppInfoFont
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: Gray;
	height: 30px;
	padding-top: 2px;
	white-space: nowrap;
}

