﻿.data-table
{
	border-collapse: collapse;
	clear: both;
	width: 100%;
	margin-bottom: 25px;
}

.data-table thead tr:first-child th
{
	background: white;
}

.floater tr:first-child {
	background: white;
}

.data-table td
{
	/*font-size: 11px;*/
	padding: 3px;
	text-align: right;
	white-space: nowrap;
}

.data-table tbody tr td:first-child {
	white-space: normal;
}


.data-table th
{
	/*font-size: 12px;*/
	padding: 3px;
	text-align: right;
	vertical-align: bottom;
}

.data-table thead td {
	/*font-size: 12px;*/
	padding: 3px;
	text-align: center;
	vertical-align: bottom;
}

.data-table th.gray
{
	background-color: #D3D4D6;
}

.data-table th.medietitle
{
	text-align: left;
}

.data-table th.left, .data-table td.left
{
	text-align: left;
}

.data-table tr.header
{
	background-color: #E8E9EA;
	color: #000;
}

.data-table tbody
{
	background-color: White;
}

.data-table td a:hover, .toplist td a:hover
{
	text-decoration: underline;
}

.data-table tbody tr:nth-child(odd) {
	background: #F4F4F4;
}

.data-table span.hidden
{
	display: none;
}

/*
.data-table td.hidden
{
	display: none;
}
*/
.data-table th.width
{
	width: 100px;
}

.data-table th.headerSortUp
{
	background-color: #EB690B;
}

.data-table th.headerSortDown
{
	background-color: #EB690B;
}

.data-table th.header
{
	cursor: pointer;
}

.odd, .alt-row
{
	background-color: #ccc;
}

.vertical-sep
{
	border-left: 1px solid #D5D5D5;
}

.AregionDiv
{
	position: absolute;
	color: black;
	font-weight: bold;
	border-style: solid;
	border-width: 0px;
	padding: 5px;
	text-align: center;
	border-color: black;
	margin-top: 5px;
	background-color: #CEE3F6;
}
.MapAregion
{
	background: url(/Images/Maps/sverige2.gif) no-repeat;
	height: 380px;
	width: 223px;
	border-style: none;
	background-position: center center;
}

#mediefakta-submenu
{
	padding: 10px 0px 10px 0px;
	margin-bottom: 15px;
}
#mediefakta-submenu a
{
	/*font-family: 'Arimo' , sans-serif;*/
	padding: 10px;
	font-weight: bold;
	color: white;
	background-color: white;
	color: black;
	text-transform: uppercase;
	font-size: 14px;
	border: solid 1px #CCC;
}

#mediefakta-submenu a.selected
{
	background-color: #EB690B;
	color: white;
}
/*.mediefakta-toolbar
{
	padding: 10px;
	clear: both;
}*/

.mediefakta-list
{
}

#selectedregion
{
	position: absolute;
	top: 0px;
	left: 0px;
}

.toplist tr
{
	border-bottom: 1px dotted gray;
}

.toplist table
{
	border-collapse: collapse;
	margin-bottom: 25px;
}

.toplist td, .toplist th
{
	padding: 3px;
}

.toplist-controls
{
	margin: 10px;
	margin-left: 0px;
}

.toplist th
{
	vertical-align: bottom;
}

.toplist h2
{
	/*margin: 5px 5px 5px 0px;*/
}

.toplist input[type="radio"]
{
	margin-left: 0px;
}


.cufon-loading body
{
	visibility: hidden;
}

.data-table img
{
	vertical-align: bottom;
	border: 0px;
	margin-left: 5px;
	max-height: 10px;
}

.sortable {
	cursor: pointer;
}

.sortable.active {
	background-color: #D3D4D6 !important;
}

.loading-row td {
	text-align: center !important;
	background-color: white;
}

.loading-row img {
	display: block;
	margin: 0 auto;
}

.chzn-container .chzn-results .group-result {
	font-size: 15px;
	color: black;
	border-bottom: 1px solid rgb(41, 41, 41);
	margin: 5px 0 10px 0;
}

.width-100 {
    width: 110px;
}

