﻿body {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: small;
}

#tabs {
	 width: 520px;
}

/*UI tabs*/
.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; list-style: none;
	float: left;
	position: relative;
	z-index: 1;
	/*border-right: 1px solid #777777;*/
	bottom: -1px;
}
.ui-tabs-nav li {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; list-style: none;
	float: left;
	border: 1px solid #000;
	/*border-right: none;*/
}
.ui-tabs-nav li a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; list-style: none;
	float: left;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 10px;
	color: #ffffff;
	background: url(../images/tab-bg.gif) 0 0 repeat-x;
}
.ui-tabs-nav li a:hover {
	background: url(../images/tab-bg-hover.gif) 0 0 repeat-x;
	color: #ffffff;
}
.ui-tabs-nav li.ui-tabs-selected {
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	background: #c9acc5 url(../images/tab-bg-sel.gif) 0 0 repeat-x;
	color: #ffffff;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; list-style: none;
	clear:left;
	border: 1px solid #777777;
	background: #ffffff;
	color: #222222;
	padding: 8px;
	overflow:scroll;
	height:270px;	
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}
.panel-releaseinfo {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; list-style: none;
	clear:both;
	width:500px;
	height:300px;
	color: #222222;
	border-style:none;
	padding: 8px;
}
.panel-cover {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; list-style: none;
	float:left;
	width: 300px;
	color: #222222;
}
.panel-tracks {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; list-style: none;
	float:right;
	width: 190px;
	color: #222222;
}

.panel-tracks img {
	padding: 2px; 
	border: 0; 
	margin: 0; 
	cursor:pointer;
}
.timelinebar { /* positionbar - bakgrunn */
	position: relative;
	display: block;
	height: 10px;
	width: 160px;
	text-indent: -100em;
	overflow: hidden;
	background-color: #ccccee;
	z-index:0;
	cursor:pointer;
}
.timeline { /* viser position */
	position: relative;
	display: block;
	height: 10px;
	width: 1px;
	text-indent: -100em;
	overflow: hidden;
	background-color: #999999;
	z-index:1;
}
.imgbtn {
position:relative;
	width: 150px;
	height: 150px;
	overflow: hidden;
	border-width: 0;
	margin-bottom: 5px;
	z-index: 0;
}
.imgbtnhover {
	position:absolute;
	top:0;
	left:0;
	background: aqua url(http://www.upland.no/newtest/images/myspace2.gif) no-repeat 0 0;
	width: 150px;
	height: 150px;
	display:none;
	z-index:2;
	overflow: hidden;
}
.imgbtndefault {
	position:absolute;
	top:0;
	left:0;
	background: aqua url(http://www.upland.no/newtest/images/myspace2.gif) no-repeat 0 -150px;
	width: 150px;
	height: 150px;
	overflow: hidden;
}

