/* @override 
	http://atlas.io.no:4001/stylesheets/site-1.css
	http://io.no/stylesheets/site-20090608213338.css
	http://atlas.io.no:4000/stylesheets/site-1.css
*/

/* @group common */

body, html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font: normal normal normal 13px Arial, sans-serif;
  cursor: default;
  line-height: 18px;
  zoom: 1;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, li, hr, table, tr, td {
  padding: 0;
  margin: 0;
  font-weight: normal;
  vertical-align: middle;
  border-width: 0;
  border-color: #ebe9e3;
  position: relative;
}

strong 	{ font-weight: bold; }
em 		{ font-style: italic; }

/* typography */

h1,.h1{
	font-size: 40px;
	line-height: 35px;
}
h2,.h2{
	font-size: 18px;
	line-height: 24px;
}
h4, .h4{
	font-size: 10px;
	font-weight: bold;
	background: url(/images/p-1.png) repeat-x;
	padding: 6px 4px 0 4px;
	text-shadow: 1px 1px 0px white;
}
h5,.h5,h6,.h6{
	display: inline;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #8298a5;
	vertical-align: top;
}
p,.p{ 
	line-height: 23px;
	font-size: 13px;
	margin-bottom: 12px;
}
h3,.h3{
	font-size: 10px;
	text-transform: uppercase;
	height: 7px;
	line-height: 7px;
	margin: 0 0 7px 0;
	padding: 0px;
	background: url(/images/p-1.png);
}
h3 b, .h3 b{
	background: white;
	line-height: 7px;
	padding: 0 5px 0 0;
	margin: 0;
	color: #000;
}
h3 .rgt, .h3 .rgt{
	position: absolute;
	top: 0px;
	right: 0px;
	padding-left: 5px;
	background: white;
}

a { color: #166ba2; cursor: pointer; }
a:hover { text-decoration: underline !important; }
a.green{ color: green; }
a img{ border: none;}

/* For dl, ul, ol mostly */
.small{ line-height: 13px; }
h4.notop{ background: none; padding-top: 0;}

hr{
	background: url(/images/p-1.png);
	border: none;
	height: 5px;
	clear: both;
}
hr.blue{
	background: #b6d8f4;
	height: 3px;
	border-top: 1px solid #9dcfef;
	border-bottom: 1px solid #91caf4;
}
hr.gap{
	background: none;
	height: 12px;
}

.center{
	position: absolute;
	text-align: center;
	vertical-align: middle;
	display: block;
	width: 100%;
	top: 50%;
}
.center .inner{
	position: relative;
	top: -50%;
	margin: 0 auto;
}
.sgap { margin-bottom: 5px; }
.gap  { margin-bottom: 10px; }
.lgap { margin-bottom: 15px;}

.pad {   padding: 10px; }
.lpad{ padding: 10px 20px;}

.logo{
	display: block;
	height: 60px;
	width: 120px;
	margin: 0 auto 0px auto;
	background: white none no-repeat center center;
}
.relative{
	position: relative;
}

.bbox{
	border-width:  1px 1px 1px 1px;
 	border-style: solid;
 	border-color: #e7e4da #dbd9d2 #dbd9d2 #e7e4da;
 	background: #f1eee5 url(/images/beige-grd-1.png) repeat-x top left;
} 
.info{
	border: 1px solid #ffe89e;
	border-color: #ffe89e #ead591 #e4bf3a #ffe89e;
	border-width:  1px;
	font-size: 14px;
	text-shadow: 1px 1px 0px #fff9db;
	background: #ffe933 url(/images/yellow-grd-2.png) repeat-x bottom;
}
.info .large-icon{
	background-position: -10px 0px;
}
.warn{
	border: 1px solid #f4bfbe;
	background-color: #f8d0cf;
	border-color: #f4bfbe #f4bfbe #f4bfbe #f4bfbe;
	border-width:  1px;
	font-size: 14px;
	text-shadow: 1px 1px 0px #fff9db;
}

.warn .large-icon{
	background-position: -10px -16px;
}

#tracker{
	position: absolute;
	top: -1000px;
	left: -1000px;
}
.admin-menu{
	position: absolute;
	bottom: 16px;
	right: 20px;
}

#search-form{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 59px;
	width: 680px;
	background: url(/images/search-box-2.png) no-repeat 0px -10px;
	z-index: 200;
}
#search-form div{
	position: absolute;
	top:  14px;
	left: 317px;
}
#search-form a.home{
  position: absolute;
  display: block;
  top: -14px;
  left: -317px;
  width: 310px;
  height: 59px;
}
#search-form #query{
	vertical-align: top;
	width: 270px;
	background: none;
	color: white;
	font-size: 15px;
	line-height: 15px;
	height: 22px;
	border: none;
	outline: none;
	padding: 6px 5px 0px 24px;
}
#search-form #go{
	vertical-align: top;
	width: 56px;
	height: 28px;
}
table#content {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border-spacing: 0px;
}
.left, .main, .right {
  vertical-align: top;
  padding-top: 25px;
} 
.left {
	width: 122px;
	min-width: 122px;
	padding: 25px 25px 0;
}
.right {
	width: 25%; 
  	min-width: 260px;
  	padding: 25px 25px 0;
}
#hd td{
	padding: 0;
	height: 59px;
	background: #060d1b url(/images/hd-bg-1.png) repeat-x left;
}

#hd td.pad{  padding-left: 25px; padding-right: 25px;}
#hd td.padr{ padding-right: 25px;}

#ft td{
	padding-top: 20px;
	height: 50px;
}

#ft td div{
	height: 26px;
	line-height: 26px;
	padding: 12px 25px;
	border-top: 2px solid #dbd9d2;
 	background: #f1eee5 url(/images/beige-grd-1.png) repeat-x top left;
}
#ft .copyright{
  text-align: right;
  color: #8b8677;
}

dl, ul, ol{ line-height: 16px; list-style: none inside none; }
dt, dd { padding: 5px 3px; }
dd a, li a{ text-decoration: none; }

li.selected{
	font-weight: bold;
	color: #b21300;
}
li.selected i{ cursor: pointer; }
dl{
	border-top: 1px dashed #e0ded8;
}
dt{
	float: left;
	font-size: 11px;
	font-weight: bold;
	border-bottom: none;
	position: absolute;
}
dd{
	font-size:12px;
	border-bottom: 1px dashed #e0ded8;
	text-align: right;
}

dl.editable dd{
  padding: 5px 0px;
}

dl.editable input{
  padding: 2px 0;
  line-height: 11px;
  height: 11px;
}
dl.table dd{ text-align: left; padding-left: 100px;}

ol.links{
	padding-top: 1px;
}

.links li a, li.a{
	display: block;
	font-size: 12px;
	border-top: 1px dashed #e0ded8;
	border-bottom: 1px dashed #e0ded8;
	margin-top: -1px;
	padding: 5px 3px;
	text-decoration: none;
}
.links li a:hover{
	background: #f1f1f1 url(/images/beige-grd-1.png) top left;
	border-width:  1px 0px;
 	border-style: solid;
 	border-color: #e7e4da #dbd9d2 #dbd9d2 #e7e4da;
}
.links .img{
  float: left;
  margin: 2px 4px 0 0 !important;
}

ol.cloud .add{
	width: 10px;
	height: 10px;
	background: url(/images/sprite-1.png);
	position: absolute;
	margin: 0px 0 0 -16px;
	border: 3px solid white;
	background-position: 0px -10px;
	display: none;
	right: 0px;
}
ol.cloud li:hover .add{
	display: block;
}
ol.cloud li .add:hover{
	background-position: 0px -20px;
}
ol.cloud li{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	background: #e7f0f3;
	padding: 0px 4px 0px 4px;
	margin: 0px 2px 4px 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
ol.cloud li:hover{
	background: #f1eee5; 
}

.icon,.large-icon{
	display: block;
	padding: 0 !important;
	border: none !important;
	margin: 2px 4px 0 0 !important;
	width: 10px !important;
	height: 10px !important;
	background-image: url(/images/sprite-1.png) !important;
	float: left;
	font-size: 0;
	line-height: 1px;
}
.large-icon{
	margin: 0px 4px 0 0 !important;
	width: 16px !important;
	height: 16px !important;
}
.letter	{ background-position: 0px -50px; }
.print	{ background-position: 0px -80px; }
.sms	{ background-position: 0px -70px; }
.vcard 	{ background-position: 0px -60px; }
.update { background-position: 0px -100px;}
.star	{ background-position: 0px -90px; }
.close 	{ background-position: 0px 0px;   }

/* @end */

/* @group listing */

.listing .logo{
	margin: 7px 0 0;
	width: 120px;
	text-align: center;
	height: auto;
	border: none;
	display: block;
}
.listing .logo img{
	margin: 0 auto;
}
.listing #card{
	padding: 10px 20px;
	border-width:  1px 1px 1px 1px;
 	border-style: solid;
 	border-color: #e7e4da #dbd9d2 #dbd9d2 #e7e4da;
 	background: #f1eee5 url(/images/beige-grd-1.png) repeat-x top left;
 	margin-bottom: 10px;
 	color: #837c73;
}
.listing #card h1{
	font-size: 23px;
	font-weight: bold;
	line-height: 30px;
	color: black;
}
.listing #card .details{
	margin: 5px 0;
}
.listing #card .tagline{
	border-bottom: 1px dashed #c7c5c0;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.listing #card #about{
	font-size: 14px;
	color: black;
}
.listing #card em{
	font-size: 13px;
	white-space: nowrap;
  	font-style: normal;
  	color: black;
  	
}
.listing ul.bullets{
 
}
.listing ul.bullets li{
	position: relative;
	display: inline;
	font-size: 14px;
	line-height: 24px;
	background: #f1eee5;
	padding: 2px 4px 2px 4px;
	margin: 2px 3px 0 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.listing #divisions{
	position: relative;
}
.listing #divisions-filter{

}

.listing .sortable table{
	width: 100%;
	border-spacing: 0px;
	border-top: 1px dashed #e0ded8;
}
.listing .sortable table thead{
	background: #f1eee5 url(/images/beige-grd-1.png) repeat-x top left;
}
.listing .sortable table th{
	text-align: left;
	font-size: 10px;
	border-bottom: 1px dashed #e0ded8;
	text-transform: uppercase;
	background: ;
}
.listing .sortable table td{
	line-height: 18px;
	padding: 4px 0;
	border-bottom: 1px dashed #e0ded8;
}
.listing .sortable table td a{

}
.listing .sortable table td.phone{
	text-align: right;
}

#locality dl{ border-top: none;}
#locality dl dd{ padding-left: 40px;}
#locality dl dd em{white-space: nowrap;}

#tags li a{ white-space: nowrap; }

#map{
	display: block;
	height: 125px;
	background: #f1eee5 none no-repeat center center;
	border-width:  1px;
 	border-style: solid;
 	border-color: #dbd9d2 #dbd9d2 #dbd9d2 #dbd9d2;
 	overflow: hidden;
 	max-width: 300px;
 	margin: 0 auto;
}
.markdown ul{
	font-size: 13px;
	list-style: circle outside none;
	padding-left: 18px;
	list-style-type: disc;
	margin-bottom: 8px;
}
.markdown ul li{
	padding: 3px 0;
}
.markdown table{
	width: 100%;
	border-spacing: 0px;
	border-top: 1px dashed #e0ded8;
	font-size: 13px;
}
.markdown table thead{
	background: #f1eee5 url(/images/beige-grd-1.png) repeat-x top left;
}
.markdown table th{
	text-align: left;
	font-size: 10px;
	border-bottom: 1px dashed #e0ded8;
	text-transform: uppercase;
	background: ;
}
.markdown table td{
	line-height: 18px;
	padding: 4px 0;
	border-bottom: 1px dashed #e0ded8;
}

.login input, .login button{
	width: 80px;
	margin-left: 14px;
	display: block;
}

.section{
	margin: 0 0 20px 0;
	position: relative;
}

#map .inner{
	background: rgba(255,255,255,0.6);
	padding: 4px;
	display: none;
}
#map:hover .inner{
	display: inline;
}
/* @end */


/* @group search */
ol.scope em, ol.locs em{
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #8298a5;
}

.pagination{
	line-height: 22px;
	font-size: 14px;
}

.pagination label{
	float: left;
	line-height: 22px;
	padding-right: 10px;
}
.pagination a{
	float:left;
	display: block;
	width: 20px;
	background: white;
	line-height: 20px;
	text-align: center;
	border: 1px solid #dbd9d2;
	margin-right: 5px;
	text-decoration: none;
}
.pagination a.cur{
	background: none;
	color: black;
	font-weight: bold;
	border-style: dotted;
}

ol.categories .parent{
	display: block;
	color: #738b9a;
	font-size: 11px;
}
ol.expandable{
  overflow: hidden;
  height: 136px; 
}

ol.hits li {
  position: relative;
  padding: 9px 140px 9px 31px;
  border-bottom: 1px dashed #d5d3cd;
  color: #677d8a;
}

ol.hits i{
	display: block;
	position: absolute;
	text-align: right;
	font-style: italic;
	font-size: 12px;
	line-height: 14px;
	text-align: right;
	width: 20px;
	top: 12px;
	padding: 0px 4px;
	left: 0px;
	color: inherit;
}
ol.hits .logo {
  display: block;
  position: absolute;
  height: 60px;
  width: 120px;
  top: 5px;
  right: 6px;
  background: white none no-repeat center center;
}
ol.hits h2 {
  background: none;
  text-transform: none;
  text-shadow: none;
  border: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  padding: 0 0 0 0;
  margin: 0 0 2px 0;
  display: block;
}
ol.hits h2 a { text-decoration: underline ;}
ol.hits p { 
	margin-bottom: 0px; 
	line-height: 16px;
	display: inline;
}
ol.hits em{
	font-size: 13px;
	white-space: nowrap;
  	font-style: normal;
  	color: black;
  	
}
ol.hits p a{
	color: green;
	color: #b23e00;
	font-size: 11px; 
}
ol.hits a.mall{
	font-size: 13px;
	color: black;
}
ol.hits .cats a{
	font-size: 11px;
	background: #efede7;
	padding: 0 2px;
	font-weight: normal;
	color: #837c73;
}
ol.hits .cats a b{
	font-weight: normal;
}
ol.hits .cats span{
	font-size: 11px;
}
ol.hits .cats span a{
	background: none;
	text-decoration: underline;
	padding: 0;
}
ol.hits .chain{
	position: absolute;
	font-size: 11px;
	top: 38px;
	right: -133px;
	top: 32px;
	right: 290px;
	color: #837c73; 
}
ol.hits .chain a{
	color: #166ba2;
	text-decoration: underline;
}

ol.hits li.lpri{
	color: #837c73; 
	margin-bottom: 6px;
	padding: 12px 140px 12px 30px;
 	border-bottom: 1px solid #dbd9d2;
 	-webkit-border-radius: 2px;
 	-moz-border-radius: 2px;
 	-o-border-radius: 2px;
}

ol.hits .pri{
    color: #837c73;
	border-width:  1px 1px 1px 1px;
 	border-style: solid;
 	border-color: #e7e4da #dbd9d2 #dbd9d2 #e7e4da;
 	background: #f1eee5 url(/images/beige-grd-1.png) repeat-x top left;
 	margin-bottom: 6px;
 	-webkit-border-radius: 2px;
 	-moz-border-radius: 2px;
 	-o-border-radius: 2px;
}

ol.hits .lpri h2,
ol.hits .pri h2 { 
    font-size: 17px; 
    font-weight: bold; 
    text-shadow: 1px 1px 0px white;
}

ol.hits .lpri .logo,
ol.hits .pri .logo { 
    border: 1px solid #e7e4da; 
}

ol.hits .lpri i { top:  15px; }

ol.hits ol.divisions{
	margin: 5px 16px;
}
ol.hits ol.divisions li {
	color: inherit;
	padding: 3px 3px;
}

#tinybox {position:absolute; display:none; padding:10px; background:#fff url(images/preload.gif) no-repeat 50% 50%; border:10px solid #e3e3e3; z-index:2000}
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:1500}
#tinycontent {background:#fff}
#modal-container{ position: absolute; left: -10000px; top: -10000px;}
.modal{
	text-align: center;
	font-size: 15px;
}
/* @end */

/* @group right */

/* @group tips */

#tips .bd{
	padding: 18px;
	-background-color: #e7f0f3;
	text-shadow: 1px 1px 0px #fff9db;
	-webkit-border-radius: 2px;
 	-moz-border-radius: 2px;
 	-o-border-radius: 2px;
 	text-align: center;
}
#tips .bd p{
	font-size: 18px;
}
#tips .l1,
#tips .l2{
	display: inline-block;
}


/* @end */



/* @end */

/* @group banners */

/* @group topstripe */

#tbar > td{
	position: relative;
	border-top: 1px solid #fff49f;
	border-bottom: 1px solid #e4bf3a;
	background: #ffe700 url(/images/yellow-grd-2.png) repeat-x;
	height: 29px;
}
#tbar > td .inner{
	position: relative;
	line-height: 29px;
}
#tbar > td p{
	padding: 0;
	margin: 0;
	text-align: center;
	text-shadow: 1px 1px 0px #fff49f;
}
#tbar a.x{
	position: absolute;
	display: block;
	height: 13px;
	width: 12px;
	top: 5px;
	right: 8px;
	background: url(/images/yellow-x-1.gif) no-repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity = 50);
}

#tbar a.x:hover{
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity = 100);
}

/* @end */



/* @end */

/* @group map */
table#content.map{
	overflow: hidden;
	position: relative;
	height: auto;
	z-index: 110;
}

#content.map tr#bd td.main{
	padding: 0;
	position: relative;
}



#content.map tr#tbar > td{
	background: #ffd627 url(/images/yellow-grd-2.png) repeat-x;
}

#map-canvas{
	position: absolute;
	top: 0;
	left: 0;
	background: grey;
	-webkit-box-sizing: border-box;
	width: 100%;
	height: 100%;
}
#content.map #map-zoom{
	z-index: 101;
	float: right;
}
#map-zoom li{
	float: left;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px white;
	padding: 0px 3px;
	margin: 0;
	border-right: 1px solid #f2cb40;
	border-left: 1px solid #fff49f;
}
#map-zoom li:hover{
	color: #b21300;
}

#map-zoom .selected{
	font-weight: bold;
	background: url(/images/mapcontrols-1.png) no-repeat 0px -193px;
}

#map-hits{
	position: absolute;
	padding: 10px;
	left: 10px;
	top: 108px;
	width: 260px;
	min-width: 260px;
	max-height: 750px;
	overflow-y: auto;
	width: auto;
	background: white;
	-background: rgba(255,255,255,0.9);
	z-index: 102;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
#map-hits ul{
	border-top: 1px dashed #e0ded8;
}


#map-hits li{
	border-bottom: 1px dashed #e0ded8;
	line-height: 26px;
	position: relative;
}

#map-hits li.selected{
	background: #f1eee5;
}

#map-hits li:hover{
	background: #f1eee5; 
}

#map-hits li select{
	position: absolute;
	right: 0px;
	top: 2px;
}

#map-canvasannotation_popup{
	border-top: 10px solid blue !important;
}

#map-loader{
	margin: 4px 0 4px 6px;
	float: left;
	width: 15px;
	height: 15px;
	background: url(/images/mapspinner-1.gif) no-repeat top left;
}

.map-search-field{
	float: left;
	background: url(/images/mapcontrols-1.png) no-repeat top left;
	padding-left: 14px;
}
.map-search-field input{
	background:  url(/images/mapcontrols-1.png) repeat-x 0px -24px;
	height: 20px;
	line-height: 20px;
	padding: 2px 0;
	margin: 0;
	border: none;
}

.map-search-btn{
	background: url(/images/mapcontrols-1.png) no-repeat 0px -72px;
	padding-left: 14px;
	float: left;
}

.map-search-btn .inner{
	background: url(/images/mapcontrols-1.png) no-repeat right -144px;
	padding-right: 10px;
}

.map-search-btn .label{
	background: url(/images/mapcontrols-1.png) no-repeat 0px -120px;
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 1px 1px 1px white;

}

#map-mode{
	margin: 0 auto;
	padding: 0;
	height: 24px;
	width: 172px;
}

#map-mode li{
	float: left;
	padding: 0;
	margin: 0;
	display: block;
	line-height: 24px;
	height: 24px;
	background: url(/images/mapcontrols-1.png) repeat-x 0px -120px;
}
#map-mode li span{
	line-height: 24px;
	display: block;
}

#map-mode li a.label{
	display: block;
	line-height: 24px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 1px 1px 1px white;
	-color: #5d4d11;
	color: black;
}

#map-mode li.selected{
	background-position: 0px -192px;
}

#map-mode li.selected a{
	color: rgb(178, 19, 0);
}

#map-mode li.vector.selected a{
	background-position: 0px  -168px;
}

#map-mode li.hybrid.selected a{
	background-position: right -216px;
}

#map-mode li.ortho .rgt{
	background: url(/images/mapcontrols-1.png) no-repeat 0px -312px;
}

#map-mode li.vector a{
	background: url(/images/mapcontrols-1.png) no-repeat 0px -96px;
	padding-left: 14px;
}

#map-mode li.hybrid a{
	background: url(/images/mapcontrols-1.png) no-repeat right -144px;
	padding-right: 14px;
}

#map-mode li.hybrid .rgt{
	background: url(/images/mapcontrols-1.png) no-repeat 0px -312px;
}

#map-controls{
	padding: 4px;
	width: 100%;
}

#map-controls .search{
	width: 40%;
}

#map-controls .mode{
	text-align: center;
	width: 20%;
}

#map-controls .controls{
	text-align: right;
	width: 40%;
}

#map-zoom .out{
	background: url(/images/mapzoom-1.png) no-repeat top right;
	width: 9px;
	height: 15px;
	border-left: none;
	border-right: none;
	margin-right: 6px;
}

#map-zoom .in{
	border-right: none;
	border-left: none;
	margin-left: 6px;
	background: url(/images/mapzoom-1.png) no-repeat top left;
	width: 9px;
	height: 15px;
}



/* @end */
