
h1 {
	
	font-size: 1.5em;
	padding: 0px;
	margin: 0px;
	
}



p {
    
    font-size: 1em;
    color: grey;
    font-weight: normal;
    margin: 2px;

}

.left { 
	float: left;
}

.right { 
    float: right;
}

p.strong {
	
	color: #333;
	
	}

span.label {
	
	color: grey;
	
	}
	
span.normal {
	
	font-weight: normal: 
	
	}
	
span.value {
    
    color: black;
    font-weight: bold;
    
    }

div.container {
	
	position: relative;
	width: 450px;

}

div.topbar {
	
    padding: 15px;
    background-color: #eee;
    overflow: hidden;
	
	}
	
div.graph {
	
	width: 250px;
	
	}

div.header {
    
    width: 350px;
    
    }
    
div.isotope_container {
	
	max-height: 500px;
	overflow: auto;
	
}

div.factbox {
	
	display: none;
	padding-top: 10px;
}

div.factrow {
	
	padding: 3px 0px 3px 0px;
	
	}

div.item {
	
	color: #fff;
	background-color: #333;
	margin: 5px;
	width: 116px;
	height: 50px;
	padding: 5px;
	
}

	
.nopoint_header {
	
	font-size: 11px;
	color: #a1a1a1;
	padding: 0px;
	
	}

div.nopoint {

    width: 16px; 
    height: 16px; 
    background-image: url(../../common/leaflet/images/orange-marker.png);
    float: left; 
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}

div.nopoint:hover {
 
    background-image: url(../../common/leaflet/images/marker_over.png);
}


#map {

    height: 500px;
    width: 100%;
    position: relative;
    
}

#shipmap {
	height: 100px;
	border: 1px solid grey;
	
	
}

#shipmap_cont {
	
	padding-top: 15px;
	visibility: hidden;
	
}

.statkart_accred {
	
	font-size: 8px;
	float: right;
	padding-top: 2px;
	
	}
.statkart_accred a, a:hover, a:visited{
    
    color: grey;
    
    }
    
div.info_source {
	
	font-size: 10px;
    float: right;
	padding-top: 2px;
	}
	
	
.leaflet-control-zoom {
    padding: 5px;
    background: #eee;
    background: rgba(0, 0, 0, 0.25);
    
}


/* datatable*/

div.table {
	
	
	margin: auto;

}


#ferrytable_wrapper {
	
	height: 400px;

	
}

.dataTables_processing {
	
	background: #333;
	color: #ff7800;
	font-weight: bold;
	font-size: 16px;
	
}

tr.odd,tr.odd td.sorting_1 {
	
	background-color: #eee;
	
}

tr.even,tr.even td.sorting_1 {
	
    background-color: #fff;
    
}

th {
	
	text-align: left;

}

tr,td {
	
	
}

td.details {
	
	background-color: #eee;
	
}

small {
	
	color: grey;
	font-size: 12px;
	
	}

.dataTables_filter {
	width: 50%;
	float: left;
	text-align: left;
	padding: 5px;
}

/* CHART LISTS */
    .chartlist { 
      float: left; 
      border-top: 1px solid #EEE; 
      width: 15em;
    }
    .chartlist li { 
      position: relative;
      display: block;  
      border-bottom: 1px solid #EEE; 
      _zoom: 1;
    }
    .chartlist li a { 
      display: block; 
      padding: 0.4em 4.5em 0.4em 0.5em;
      position: relative; 
      z-index: 2; 
    }
    .chartlist .count { 
      display: block; 
      position: absolute; 
      top: 0; 
      right: 0; 
      margin: 0 0.3em; 
      text-align: right; 
      color: #999; 
      font-weight: bold; 
      font-size: 0.875em; 
      line-height: 2em; 
    }
    .chartlist .index { 
      display: block; 
      position: absolute; 
      top: 0; 
      left: 0; 
      height: 100%; 
      background: #B8E4F5; 
      text-indent: -9999px; 
      overflow: hidden; 
      line-height: 2em;
    }
    .chartlist li:hover { 
      background: #EFEFEF; 
    }
    
    
    a, a:visited, a:hover, a:active {
    
    text-decoration: none;
    color: blue;
    
}
