/* Holds both map and toolbox */
popupTitle {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	color: green;
}
#MapContent {	
	margin: 0px auto;
	font-family: Arial;
	width: 522px;
	height: 475px;
}
/* Controls Image inside of popup */
.categoryImage {
	/*
	position:absolute;	
	float: left;
	right:8px;
	bottom:8px;
	*/
	/*margin-top:5px;*/
	/*float: right;
	margin-bottom:5px;
	/*padding-top:10px;
	padding-bottom:10px;*/
	position: absolute;
	left: 10px;
	top: 10px;
}
.closeImage {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 14px;
	height: 14px;
}
/* Controls the map, change width and height to simply change size of the map */
#map {
	width: 522px;
	height: 475px;
    	border: solid 1px #C4C3C3;
	float: right;
}
/* All tools are located in this div */
#toolBox {
	background-color: #FFFFFF;
	border-right: medium none;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
/*	height: 150px;*/
	height: 550px;
	padding-right: 8px;
	padding-top: 0px;
	position: relative;
/*	width: 210px;*/
	width: 270px;
}
#stationDiv {
	position: absolute;
	top: 55px;
	left: 5px;
	margin: 25px 5px 5px;
	width: 90%;
}
#stationDivHeader {
	position: relative;
	height: 15px;
	width: 100%;
}
#fuelDiv {
/*	position: absolute;*/
	position: relative;
	/*top: 105px;*/
	top: 35px;
	left: 5px;
	margin: 25px 5px 5px;
	width: 90%;
}
#fuelDivHeader {
	position: relative;
	height: 10px;
	width: 100%;
}
/*SearchDiv with searchbutton div and  seachfield(cityName)*/
#searchDiv {
/*	background-image: url(/st1/main.nsf/images/searchbackground.gif);*/
	top: -30px;
	height: 196px;
	margin: 3px;
/*	width: 212px;*/
	width: 242px;
	float: left;
	position: relative;
}
/*Controls the headertext 'Stationsval:'*/
#searchHeaderDiv {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: 4px;
	left: 7px;
}
/*When a search returns a no result this div i shown.*/
#noResultDiv {
	top: 60px;
	left: 10px;
	font-family: Arial;
	color: red;
	position: absolute;
	font-weight: bold;
	display: none;
}
/*Div for Search Button*/
#btnSearch {   
	height: 25px;
	position: absolute;
	right: 5px;
	top: 34px;
	width: 45px;
}
/*Search Textbox used to search for cities*/
#cityName {
	border: 1px solid #91989e;
	font-family: Arial;
	font-size: 12px;
	height: 15px;
	left: 5px;
	margin-left: 5px;
	padding-top: 3px;
	position: relative;
	top: 38px;
	width: 125px;
}
/*Holds all divs related to poi. Image background is the frame image around the POI-alternatives*/
#poiDiv {
	background-image: url(/st1/main.nsf/images/POIbackgroundNew.gif);
	height: 196px;
	margin: 3px;
	width: 212px;
	float: left;
	top: 8px;
	position: relative;
}
/*The header for POI is located*/
#poiHeaderDiv {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: 4px;
	left: 7px;
}
.poiSurroundingDropDownDiv {
	position: relative;
	height: 20px;
	left: 10px;	
	top: 138px;
}
#poiDropDownDiv {
	font-family: Arial;
	font-size: 12px;
	width: 115px;
	position: relative;
	left: 8px;
	top: 38px;
}
#btnDownload {
	height: 27px;
	left: 60px;	
	position: relative;
/*	position: absolute;*/
	right: 5px;
	top: 34px;
	width: 73px;
}
/*Holds all divs related to poi. Image background is the frame image around the Station list*/
#stnDiv {
	background-image: url(/st1/main.nsf/images/searchbackground.gif);
	height: 196px;
	margin: 3px;
	width: 212px;
	float: left;
	top: 18px;
	position: relative;
}
/*The header for station list is located*/
#stnHeaderDiv {
/*	background-image: url(/st1/main.nsf/images/knapp_start.gif);height: 35px;width: 19px, url(/st1/main.nsf/images/knapp_mellan.gif);height: 35px;width: 19px, url(/st1/main.nsf/images/knapp_stopp.gif);height: 35px;width: 19px; */
/*	background-image: url(/st1/main.nsf/images/knapp_start.gif),height: 35px;width: 19px, url(/st1/main.nsf/images/knapp_mellan.gif),height: 35px;width: 19px, url(/st1/main.nsf/images/knapp_stopp.gif),height: 35px;width: 19px;*/
	
	height: 35px;
	background-image: /*url(/st1/main.nsf/images/knapp_start.gif),url(/st1/main.nsf/images/knapp_mellan.gif),url(/st1/main.nsf/images/knapp_stopp.gif);*/
/*	background-image: url(/st1/main.nsf/images/knapp_mellan.gif), width: 29px;*/
/*	background-image: url(/st1/main.nsf/images/knapp_stopp.gif),width: 39px;*/
/*	background-position: left bottom,center center,right bottom;*/
/*	background-position: left bottom,,;*/
	background-position: 10,30,60;
	background-repeat:no-repeat;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: 4px;
	left: 7px;
}
#stnTextDiv {
	font-family: Arial;
	font-size: 12px;
	width: 115px;
	position: relative;
	left: 10px;
	top: 438px;
}
/*Div for Clear Button
#btnClear{   
	height:27px;
	position:absolute;
	right:5px;
	top:65px;
	width:73px;
}*/
#loadingCircle {
	background: white url(/st1/main.nsf/img/laddarsvart.gif) no-repeat scroll left top;
	border: none;
	width: 96px;
	height: 36px;
	top: 420px;
	left: 480px;
	position: absolute;		
	z-index: 99999;
}
/* Kan detta användas till att skapa knappar ?*/
#btcontainer {
	margin: 0 auto; /* This centers the container DIV on the page */
	width: 800px;
}
#btleftcolumn {
	float: left;
	margin: 0;
	width: 25%;
}
#btmiddlecolumn {
	http://www.pageresource.com/images/tutsm3.gif
/*	background-image: url("image.png");*/
/*	background-image: url("http://163.34.78.117/main.nsf/images/knapp_mellan.gif");*/
	background: url("http://163.34.78.117/main.nsf/images/knapp_mellan.gif");
/*	background-image: url(/st1/main.nsf/images/knapp_stopp.gif),width: 39px;*/
/*	background-position: left bottom,center center,right bottom;*/
	float: right;
	margin: 0;
	width: 60%;
	display: inline;
}
#btrightcolumn {
	float: right;
	margin: 0;
	width: 25%;
	display: inline;
}

