/* Rita prestandatabeller med CSS
************************************/
.prestandatabell {
	max-width: 95%; /* 596px orig */
	margin-top: 15px;
	line-height:1em;
}
.prestandatabell .fotnot {
	text-align: center;
	margin-top: 15px;
	font-size: 12px;
	font-style: italic;
}
.fotnot-lank {
	font-size: 11px;
	font-style: italic;
	color: #5c6574;
}
.rensa{
	clear:both;}
.mellanrum {
	margin-top: 5px;
}
.prestandatabell h3{
	margin: 0px;
	border: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 8px;
}
.nystapel {
	width: 100%;
}
.nystapel:hover {
	width: 100%;
}
.stapelnamn {
	display:block;
	float:left;
	font-size: 13px;
	width: 260px;
	height: 16px;
	text-align: right;
	margin-right: 6px; /* 3px */
	margin-top:3px;
	overflow: hidden;
	color: #5c6574;
}
@media screen and (max-width: 1024px) {
	.stapelnamn {
		width: 221px;
	}
}
.stapelnamn:hover {
	background: #9d4746;
	color:white;
	font-weight: bold;
}
.stapeln {
	float:left;
	margin-top:3px;
	/* background-color:#cad1d9; */
	position:relative;
	width: 345px;
	padding:0px;
} 
.stapeln:hover {
	background: #9d4746;
}
.stapeln .stapel_langd {
	display:block;
	position:relative;
	background: #9da6b5;
	border-right:#6e886a 1px solid;
	padding-right: 3px;
	text-align:right;
	color:#fff;
	height:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
}
.stapeln .stapel_langd_markerad {
	display:block;
	position:relative;
	background: #5f6c84;
	border-right:#7e707d 1px solid;
	padding-right: 3px;
	text-align:right;
	color:#fff;
	height:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
}
.stapeln .stapel_langd_markerad_2 {
	background: #5f6c84;
	border-right:#7e707d 1px solid;
	padding-right: 3px;
	text-align:right;
	color:#fff;
	height:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
}
.stapeln .stapel_langd span {
	position:absolute;
	left:1em
}
.stapeln .stapel_langd:hover {
	background: #5f6c84;
}
.intervall {
	float:left;
	margin-top:3px;
	position:relative;
	width: 345px;
	padding:0
}
.intervall .indikator {
	display:block;
	position:relative;
	float:left;
	text-align:right;
	height:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	border-right:#7e707d 1px solid;
	padding-right: 3px;
}
.beskrivning-ikon {
	margin-bottom: -4px;
	margin-left: 4px;
}
.powered-by {
	float: left;
	margin-right: -10px;
}

/* CSS för tabbar/flikar */
.tabContainer {
	max-width: 100%;
	overflow:hidden;
	margin-top: 14px;
	margin-bottom: 14px;
	padding:6px;
	background:#cad1d9;
	border: 1px solid #afb9c5;
	border-radius:2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #e6e9ed;
	background: -moz-linear-gradient(-45deg,  #e6e9ed 0%, #cad0d9 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#e6e9ed), color-stop(100%,#cad0d9));
	background: -webkit-linear-gradient(-45deg,  #e6e9ed 0%, #cad0d9 100%);
	background: -o-linear-gradient(-45deg,  #e6e9ed 0%, #cad0d9 100%);
	background: -ms-linear-gradient(-45deg,  #e6e9ed 0%,#cad0d9 100%);
	background: linear-gradient(135deg,  #e6e9ed 0%,#cad0d9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e9ed', endColorstr='#cad0d9',GradientType=1 );
	box-shadow: 0px 1px 3px #bbbbbb;
	-moz-box-shadow: 0px 1px 3px #bbbbbb;
	-webkit-box-shadow: 0px 1px 3px #bbbbbb;
	color: #5c6574;
}
.tabs {
	height:30px;
	padding-bottom: 1px;
}
.tabs .ffs {
	font-size: 12px;
	margin:0 2px 0 0;
	padding:7px 10px;
	display:block;
	float:left;
	color:#fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius:4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border: 1px solid #9199a5;
	background: #a1aab8;
}
.tabs .ffs:hover{
	cursor:pointer;
	color: #333;
	background: #5f6c84;
}
.tabs .ffs a{
	padding:5px 3px 5px 3px;
	color: #fff;
	font-size: 11px;
}
.tabscontent {
}

.benchinfo {
	margin:0px 5px 5px 5px;
	padding:4px 25px 4px 25px;
	font-size:12px;
}