html,body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	line-height: 16px;
	overflow: hidden;
	color: #2f2e2f;
}

/* Basic design */

#loader {
	position:absolute; 
	display:none; 
	background: url(images/startupload.gif) no-repeat 50% 50%;
	z-index:2000;
	width: 100%;
	height: 100%;
}

#startupLoader {
	position:absolute; 
	background-color: #000;
	z-index:2000;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
#startupLoader img {
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -64px;
	margin-top: -8px;
}

#header {
	position: absolute;
	top: 20px;
	width: 100%;
	height: 130px;
	background-color: #477896;
	background-image: url('/themes/images/bg_hogdkurver.png');
	background-repeat: no-repeat;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#header .content {
	padding-left: 15%;
	padding-right: 15%;
	height: 130px;
	background-image: url('/themes/images/bg_turgaare.png');
	background-repeat: no-repeat;
	background-position: 0 26px;
}

#header #logo {
	position: relative;
	top: 10px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
#header #logo img {
	position: relative;
}

#header #menu {
	position: absolute; 
	bottom: -2px; 
	margin-left: -5px;
	border-bottom: 12px solid #fff;
}

#header #menuRight {
	position: absolute; 
	bottom: -2px; 
	right: 15%;
	background: #fff;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	padding-left: 1px;
	padding-right: 3px;
}

#header #menu a {
	display: block;
	float: left;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	margin-left: 5px;
	background: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	color: #477896;
}
#header #menu a:hover {
	color: #322f30;
}

#header #menuRight a, #header #menuRight input {
	display: block;
	float: left;
	line-height: 9px;
	margin-top: 1px;
	margin-bottom: 2px;
	padding: 2px;
}
#header #menuRight input {
	border: 0;
	background-color: #ccc;
	width: 60px;
	height: 12px;
	font-size: 9px;
}
#header #menuRight #search {
	background-color: #626365;
	color: #fff;
	font-size: 10px;
	height: 12px;
	margin-right: 4px;
	
}

#main {
	position: absolute;
	top: 170px;
	bottom: 20px;
	overflow: hidden;
	left: 15%;
	right: 15%;
	background: #fff;
	border: 2px solid #5f3472;
	z-index: 54;
}

	#mainTop {
		position: absolute;
		top: 0;
		height: 30px;
		width: 100%;
		background-color: #477896;
		background-image: url('/themes/images/bg_hogdkurver.png');
		background-repeat: no-repeat;
	}
	
		#mainTop .right {
			padding: 7px;
		}
	
	#main .content {
		position: absolute;
		top: 30px;
		bottom: 0;
		overflow-y: auto;
		overflow-x: hidden;
		width: 100%;
	}

	#mainContent {
		padding: 10px;
	}

#credits {
	width: 400px;
	position: absolute;
	bottom: 2px;
	right: 50%;
	margin-right: -200px;
	text-align: center;
	font-size: 11px;
	font-family: Tahoma;
	z-index: 1;
}

#googleMap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#googleMapTools {
	position: absolute;
	right: -9px;
	background: #fff;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	height: 102px;
	width: 45px;
	top: 50%;
	margin-top: 30px;
	padding: 2px;
	padding-left: 4px;
	-webkit-border-radius: 9px;
    -moz-border-radius: 9px; 
}

#googleMapRestore {
	position: absolute;
	right: -54px;
	background: #fff;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	height: 25px;
	width: 40px;
	top: 50%;
	margin-top: -25px;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-border-radius: 9px;
    -moz-border-radius: 9px; 
}

.transparency {	
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	z-index: 9999;
}
	
/* Styling */


h1 {
	font-size: 17px;
	padding: 6px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}

a {
	text-decoration: none;
}
a:hover {
	color: #5f3472;
}

h2 {
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
}

p {
	padding-bottom: 20px;
}

th {
	text-align: left;
}

ul {
	list-style-type: circle;
	margin-left: 15px;
}

table {
	width: 100%;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.article {

}

.articleLeader {
	font-weight: bold;
}

.articleSidebar {
	float: right;
	margin: 0 5px 10px 30px;
	width: 40%;
	padding-bottom: 10px;
}

#trackImages {
	float: right;
	width: 100%;
}

img.articleImage {
	float: right;
	margin-left: 10px;
	width: 100%;
}

img.articleImagesmall {
	float: right;
	width: 25%;
}

img.frame {
	border: 3px solid #009b91;
}

.articleInfo {
	position: relative;
	margin-top: 10px;
	float: right;
	width: 90%;
	padding: 5%;
	background-color: #eee;
	font-size: 12px;
}

.articleInfo .tools {
	position: absolute;
	right: 5px;
	top: 5px;
}

.articleInfo input {
	width: 200px;
	border: 1px solid #ccc;
	font-size: 10px;
}


/* Tables */


table.dataList {
	border-top: 1px solid #ccc;
	margin-bottom: 20px;
}

table.dataList tr {
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

table.dataList th {
	background-color: #eee;
	padding: 5px;
}

table.dataList td {
	padding: 5px;
}
table.dataList td.tools {
	padding: 0;
	padding-right: 5px;
	text-align: right;
}

table.dataList .iconShowOnMap {
	position: relative;
	top: 4px;
}

/* Popup */


#tinybox {
	position:absolute; 
	display:none; 
	padding:0; 
	background:#009B91 url(images/startupload.gif) no-repeat 50% 50%; 
	border:10px solid #009B91; 
	z-index:2000;
}
#tinybox h2 {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	font-size: 20px;
	padding: 7px;
	color: #fff;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

#tinybox .desc {
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	background-color: #000;
	padding: 5px;
	color: #fff;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

#tinybox .close a {
	padding:7px;
	position:absolute;
	right:0;
	top:0;
}

#tinybox .desc .infoline {
	font-size: 11px;
}

#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:1500}
#tinycontent {background:#009B91}
