﻿@import url("../holdet/freemium.css");
/*changing color of the global menu items*/
/**/
#Games,
#Forum,
#Groups,
#About,
#Help,
#Search,
#HallOfFame {
	background-color:#002F11; /*grøn*/
}
.subsite-vg #Games,
.subsite-vg #Forum,
.subsite-vg #Groups,
.subsite-vg #About,
.subsite-vg #Help,
.subsite-vg #Search,
.subsite-vg #HallOfFame {
	background-color:#fff;
}
ul.navAccount li a,
ul.navLang li a {
	color:#002F11; /*grøn*/
}
li.loginform,
ul.navAccount li.login a {
	background:#002F11; /*grøn*/
}
ul.navAccount li.login a:hover {
	background:#2E771C; /*lys grøn*/
}
li.loginform a.button.small,
li.loginform a.button.small span {
	background-color:#C00; /*orange*/
	color:#fff;
}
li.loginform a.button.small:hover,
li.loginform a.button.small span:hover {
	background-color:#f00; /*lys orange*/
	color:#fff;
}
ul.navGlobal li:hover ul.subnavGlobal li a:hover,
ul.navAccount li:hover ul.subnavAccount li a:hover,
ul.navLang li:hover ul.subnavLang li a:hover
{
	background-color:#002F11;/*grøn*/
}
/**/

body {
	background-color:#07120C;
}
#background{
	background:#07120C url(images/bg.jpg) center top no-repeat;
}
body.lang-se #background{
	background:#07120C url(images/bg-se.jpg) center top no-repeat;
}
.titlebar.tournament .title .icon{
	background: url(images/icon.png) right top no-repeat;
	width:180px;/*theme*/
	height:180px; /*theme*/
	top:10pxpx;
	right:40px;
}

/*basic stuff*/
/* Labels */


/* Links */
a:link {
		color:#AB1700; /*orange*/
}
a:visited {
		color:#AB1700; /*orange*/
}
a:hover {
		color:#600;/*mørk orange/rød*/
}
a:active {
		color:#AB1700; /*orange*/
}
h1,h2,h3,h4,label.head2,.prizeSum-head {
	color:#002F11;/*grøn*/
}
.prizeSum-head {
	font-size: 65px;
	font-weight:bold;
	margin-top: -15px;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	display:block;
	margin-bottom:30px;
	text-align: center;
}
h2.bordertop {
	background-color:#E4EAE3;/*helt fesen baggrunds-grøn*/
	border-color:#CBD6C8;
}

div.forum-listing {
	background-color:#e0eee1;
}

/*New section head*/
#SectionHead {
	background-color:#002F11/*section head bg color*/;
}
#SectionHead h1,
#SectionHead h3 {
	color:#fff;
}
#SectionHead .meta,
#SectionHead .meta a,
#SectionHead h1.meta,
#SectionHead h3.meta,
#SectionHead h3.meta a {
	  color:#ABBBA7;
}




/******Navgame-v3*******/
/* New Game navigation *****************************************************/
#NavGame li a,
#NavGameSub li a {
	color:#F8D2CC;/*def. tab text color*/
	background-color:#C00;/*def. tab color*/
	border-bottom:2px solid #B21900;/*def. tab bottom border color*/
}
#NavGame li:hover a,
#NavGame li a:hover,
#NavGameSub li a:hover{
	background-color:#f00;/* tab hover color*/
	color:#fff;/*tab hover text color*/
	border-bottom:2px solid #D93D00;/*tab hover bottom border color*/
}

#NavGame li.act a {
	background-color:#002F11;/*act tab color*/
	border-bottom-color:#002F11;/*act tab color*/
	color:#fff;
}
#NavGame li.act:hover a {
	background-color:#f00;/* tab hover color*/
	border-color:#f00;/* tab hover color*/
}


/*dropdown-menu*/
#NavGame li ul {
	background-color:#f00;/* tab hover color*/
}
#NavGame li ul li hr {
	border-top:2px solid #B21900 ;/*def. tab bottom border color*/
}
#NavGame li:hover ul li a,
#NavGame li.act:hover ul li a {
	background-color:#f00;/*tab hover color*/
	border-bottom:1px solid #FF6528;/*sub bottom border color*/
}
#NavGame li.hasSub a:hover,
#NavGame li ul li a:hover,
#NavGame li.act ul li a:hover,
#NavGame li.act ul li.act a {
	background-color:#D93D00;/*sub hover color*/
}
#NavGame li.act ul li.act a {
	color:#333;/*act sub text color*/
}

/*remove def. bottom border from main tabs when hovered*/
#NavGame li.act:hover a,
#NavGame li.hasSub:hover a{
	border-bottom-color:#f00;/*tab hover color*/
	color:#fff;/*tab hover text color*/
}
#NavGame li.hasSub:hover a:hover{
	border-bottom-color:#D93D00;/*sub hover color*/
}
#NavGame li.hasSub:hover ul li a {
	border-bottom-color:#D93D00;/*sub border color*/
}
/***************************************************************************/

/*****/	
	 
/***** BUTTONS *****/
/* button def. color */
span.button,
a.button:link,
a.button:visited,
span.button span,
a.button:link span,
a.button:visited span,
span.button.disabled,
a.button.disabled,
span.button.disabled span,
a.button.disabled span,
a.button.disabled:active span,
span.button.small.disabled,
a.button.small.disabled,
span.button.small.disabled span,
a.button.small.disabled span, 
a.button.small.disabled:active span,
span.button.large.disabled,
div.button.large.disabled,
a.button.large.disabled,
span.button.large.disabled span,
div.button.large.disabled span,
a.button.large.disabled span,
a.button.large.disabled:active span
{
	background-color:#C00/*orange*/;
}
/* button hover color */
a.button:hover,
a.button:hover span,
a.button:focus,
a.button:focus span,
a.button:active,
a.button:active span,
a.button.small:focus,
a.button.small:focus span,
a.button.small:hover,
a.button.small:hover span,
a.button.small:active,
a.button.small:active span,
a.button.large:focus,
a.button.large:focus span,
a.button.large:hover,
a.button.large:hover span,
a.button.large:active,
a.button.large:active span
{
	background-color:#f00; /*lys orange*/
}
a.button.disabled:hover,
a.button.disabled:hover span,
a.button.disabled:focus,
a.button.disabled:focus span,
a.button.disabled:active,
a.button.disabled:active span {
	background-color:#D49D95;
}
/*toggle*/
a.toggle,
a.toggleright,
a.toggle:hover,
a.toggleright:hover {
background-color:#C00/*orange*/;
}

/*btn-v3*/
.btn-v3 {
	color: #fff!important;
	background: #C00; /*btn default color*/
	background:-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.3, rgb(232,42,0)), /*dark part of gradient (bottom)*/
		color-stop(0.98, rgb(254,65,9)), /*light part of gradient (top)*/
		color-stop(1, rgb(255,160,90)) /*top highlight*/
	);
	background:-moz-linear-gradient(
		center bottom,
		rgb(232,42,0) 30%, /*dark part of gradient (bottom)*/
		rgb(254,65,9) 98%, /*light part of gradient (top)*/
		rgb(255,160,90) 100% /*top highlight*/
	);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FE4109', endColorstr='#E82A00'); /*start=light(top) - end=dark(bottom) */
}
.btn-v3:hover {
	color: #fff!important;
	text-decoration: none;
	background: #f00; /*btn hover color*/
	background:-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.3, rgb(232,69,0)), /*dark part of gradient (bottom)*/
		color-stop(0.98, rgb(255,95,9)), /*light part of gradient (top)*/
		color-stop(1, rgb(255,179,90)) /*top highlight*/
	);
	background:-moz-linear-gradient(
		center bottom,
		rgb(232,69,0) 30%, /*dark part of gradient (bottom)*/
		rgb(255,95,9) 98%, /*light part of gradient (top)*/
		rgb(255,179,90) 100% /*top highlight*/
	);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5F09', endColorstr='#E84500'); /*start=light(top) - end=dark(bottom) */
}
/*simple buttons*/
.simple-btn,
.simple-btn:link {
	background-color:#C00; /*btn default color*/
}
.simple-btn:hover,
.simple-btn:focus {
	background-color:#f00; /*btn hover color*/
}

/*tables*/

ul.detailed li.list-head ul.sort a:hover,
table.tradesearchres thead th a:hover {
	background:#C00/*orange*/;
}

ul.detailed li.list-head,
table.tradesearchres thead th {
	background-color:#002F11; /*grøn*/
}
ul.detailed li.list-head ul.sort li.act,
table.tradesearchres thead th.act {
	background:#004716;/*lys grøn*/
}



	table.schedule tbody.current td {
		background:#DAE4F1;
		background:#E4EAE3;/*helt fesen baggrunds-grøn*/
		border-bottom:1px solid #CBD6C8;
	}
	table.schedule tbody.current td.round {
		background:#DAE4F1;
		background:#E4EAE3;/*helt fesen baggrunds-grøn*/
		border-bottom:none;
	}
	table.mini tbody.current td {
		background-color:#DAE4F1;
		background:#E4EAE3;/*helt fesen baggrunds-grøn*/
	}
/*
	table.schedule tbody.current tr.firstrow td{
		border-color:#ff0000;
	}*/
	
	table.tradesearchres.league-summery caption {
		background:#fff url(images/finans-bg.png) 0 1px repeat-x;
		border-top:1px solid #E3E1C9;
		border-right:1px solid #E3E1C9;
		border-bottom:2px solid #36611F;
		border-left:1px solid #E3E1C9;
	}


/*2px colored borders*/
table.tradesearchres tbody.total tr td,
table.tradesearchres tbody.cup-group tr.last td,
table.mini tbody.current tr.firstrow td,
table.schedule tbody.current tr.first td,
table.schedule tbody.current tr.firstrow td {
	border-top-color:#002F11/*section head bg color*/;
}
table.tradesearchres.league-summery caption {
	border-bottom:2px solid #002F11/*section head bg color*/;
}
/*Head to head*/
/*arrows indicating winners*/
table.head-to-head tr.draw td.res,
table.head-to-head tr.home td.res,
table.head-to-head tr.away td.res,
table.head-to-head tr.draw td.home.score,
table.head-to-head tr.home td.home.score,
table.head-to-head tr.draw td.away.score,
table.head-to-head tr.away td.away.score {
	background-color:#002F11/*section head bg color*/;
	color:#fff;
}
/*special for winner*/
div.head-to-head-team.winner div.t-head,
table.tradesearchres tbody.current tr td {
	 background-color:#FFF1CF;/*helt fesen baggrunds-farve*/
}
/*competitions*/
div.competition h2 {
		background:#002F11/*section head bg color*/;
	}
table.head-to-head td.res h3 a,
div.competition h2 a {
	color:#fff;
}
table.head-to-head td.res h3 a:hover {
	text-decoration:underline;
}
/*search*/
#search,
.new-search {
	background:#002F11/*section head bg color*/;
}
/*hack to hide the coach label and selectbox in player trading*/
#search div.position-5 {
	display:none;
}

.new-search,
.new-search span.help,
#search span.help,
#search h3,
#search.players-posval label,
#search.players-posval .fakelabel,
#search.small label,
#search.small .fakelabel {
	color:#fff;
}
/*paging*/
.paging li a,
table .paging li a {
	background-color:#C00/*orange*/;
	color:#fff;
}
.paging li a:hover,
table .paging li a:hover {
	background-color:#DC6801;/* ny lysere orange*/
}
div.boxed {
	background-color:#E4EAE3;/*helt fesen baggrunds-grøn*/
}
/*footer*/
#legal {
	border-color:#485438;
}
#legal,
#legal a {
	color:#485438;
}
.ui-slider-horizontal .ui-slider-handle {
margin-left:-0.6em;
top:-0.25em;
}
/*sliders*/
.ui-state-default, .ui-widget-content .ui-state-default {
	background:#C00/*orange*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png) repeat-x scroll 50% 50%;
	border:1px solid #C00/*orange*/;
	border:none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
	background: #f00 /*lys orange*/ url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	border:none;
	background: #D49D95/*helt fesen orange*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
}
/**************** SUBSITES ****************************************************************************************/
/* */
body.subsite-aftonbladet .level{
    padding-left: inherit;
	background-image:none;
}
body.subsite-aftonbladet #NavGame li:hover ul li a.level{
	padding-left:10px;
}
	
	
/*Holdet-subsite i Danskespil design*/
body.subsite-holdet {
	background-image:none;
	background-color: #98BCF0;
}
.subsite-holdet #background {
	background:url(../danskespil/images/bg-gfx_oddset.jpg) center top repeat-x;
	min-height:973px; /*height of background image*/
}
.subsite-holdet ul.navGlobal {
	left:121px;
}
.subsite-holdet #Games,
.subsite-holdet #Forum,
.subsite-holdet #Groups,
.subsite-holdet #About,
.subsite-holdet #Help,
.subsite-holdet #Search,
.subsite-holdet #HallOfFame {
	background-color:#0E4096;
}
/*unhide the basket*/
.subsite-holdet ul.navLang li.basket {
	display:block;
}

.subsite-holdet ul.navAccount li a,
.subsite-holdet ul.navLang li a {
	color:#0E4096;
}

.subsite-holdet ul.navAccount li.login a {
	background:#0E4096;
	color:#fff;
}
.subsite-holdet ul.navAccount li.login a:hover {
	background:#6C8EC8;
}
.subsite-holdet ul.navGlobal li:hover ul.subnavGlobal li a:hover,
.subsite-holdet ul.navAccount li:hover ul.subnavAccount li a:hover,
.subsite-holdet ul.navLang li:hover ul.subnavLang li a:hover
{
	background-color:#0E4096;/*blå*/
}


.subsite-holdet #SectionHead {
	background-color:#092A63;
}
	.subsite-holdet #SectionHead .meta,
	.subsite-holdet #SectionHead .right,
	.subsite-holdet #SectionHead .right a,
	.subsite-holdet #SectionHead h1.meta,
	.subsite-holdet #SectionHead h3.meta,
	.subsite-holdet #SectionHead h3.meta a {
		color:rgba(255,255,255,.5);
	}




.subsite-holdet #NavGame li.act a {
	background-color:#092A63;/*act tab color*/
	border-bottom-color:#092A63;/*act tab color*/
}
.subsite-holdet #NavGame li a:hover,
.subsite-holdet #NavGameSub li a:hover{
	background-color:#6C8EC8;
} 
.subsite-holdet #navLang li a {
	display:none;
}
/* New Game navigation *****************************************************/
.subsite-holdet #NavGame li a,
.subsite-holdet #NavGameSub li a {
	color:#fff;/*def. tab text color*/
	background-color:#0E4096;/*def. tab color*/
	border-bottom:2px solid #0E4096;/*def. tab bottom border color*/
}
.subsite-holdet #NavGame li:hover a,
.subsite-holdet #NavGame li a:hover,
.subsite-holdet #NavGameSub li a:hover{
	background-color:#6C8EC8;/* tab hover color*/
	color:#fff;/*tab hover text color*/
	border-bottom:2px solid #6C8EC8;/*tab hover bottom border color*/
}

.subsite-holdet #NavGame li.act a,
.subsite-holdet #NavGame li.act a:hover,
.subsite-holdet #NavGame li.act:hover a:hover {
	background-color:#092A63;/*act tab color*/
	border-bottom-color:#092A63;/*act tab color*/
	color:#fff;
}


/*dropdown-menu*/
.subsite-holdet #NavGame li ul {
	background-color:#6C8EC8;/* tab hover color*/
}
.subsite-holdet #NavGame li ul li hr {
	border-top:2px solid #0A2D6A ;/*def. tab bottom border color*/
}
.subsite-holdet #NavGame li:hover ul li a,
.subsite-holdet #NavGame li.act:hover ul li a {
	background-color:#6C8EC8;/*tab hover color*/
	border-bottom:1px solid #506994;/*sub bottom border color*/
}

.subsite-holdet #NavGame li.hasSub a:hover,
.subsite-holdet #NavGame li ul li a:hover,
.subsite-holdet #NavGame li.act ul li a:hover,
.subsite-holdet #NavGame li.act ul li.act a {
	background-color:#506994;/*sub hover color*/
}
.subsite-holdet #NavGame li.act ul li.act a {
	color:#333;/*act sub text color*/
}

/*remove def. bottom border from main tabs when hovered*/
.subsite-holdet #NavGame li.act:hover a,
.subsite-holdet #NavGame li.hasSub:hover a{
	border-bottom-color:#6C8EC8;/*tab hover color*/
	color:#fff;/*tab hover text color*/
}
.subsite-holdet #NavGame li.hasSub:hover a:hover{
	border-bottom-color:#506994;/*sub hover color*/
}
.subsite-holdet #NavGame li.hasSub:hover ul li a {
	border-bottom-color:#506994;/*sub border color*/
}
.subsite-holdet #NavGameSub li.act a,
.subsite-holdet #NavGameSub li.act a:hover {
	background:#fff;
	border-color:#fff;
	color:#333;
}
/***************************************************************************/

/*links*/

.subsite-holdet a:link,
.subsite-holdet a:link .a-fake {
		color:#FF8A00;/*theme*/
}

.subsite-holdet a:visited,
.subsite-holdet a:visited .a-fake {
		color:#FF8A00;/*theme*/
}

.subsite-holdet a:hover,
.subsite-holdet a:hover .a-fake  {
		color:#E49421;/*theme*/
}

.subsite-holdet a:active,
.subsite-holdet a:active .a-fake {
		color:#FF8A00;/*theme*/
}

.subsite-holdet h1,
.subsite-holdet h2,
.subsite-holdet h3,
.subsite-holdet h4,
.subsite-holdet label.head2,
.subsite-holdet .prizeSum-head {
	color:#0E4096;/*blå*/
}
.subsite-holdet h2.bordertop {
	background-color:#CCDBF4;/*helt fesen baggrunds-blå*/
	border-color:#0E4096;
}

.subsite-holdet div.forum-listing {
	background-color:#CCDBF4;/*helt fesen baggrunds-blå*/
}


/* button def. color */
.subsite-holdet span.button,
.subsite-holdet a.button:link,
.subsite-holdet a.button:visited,
.subsite-holdet span.button span,
.subsite-holdet a.button:link span,
.subsite-holdet a.button:visited span,
.subsite-holdet span.button.disabled,
.subsite-holdet a.button.disabled,
.subsite-holdet span.button.disabled span,
.subsite-holdet a.button.disabled span,
.subsite-holdet a.button.disabled:active span,
.subsite-holdet span.button.small.disabled,
.subsite-holdet a.button.small.disabled,
.subsite-holdet span.button.small.disabled span,
.subsite-holdet a.button.small.disabled span, 
.subsite-holdet a.button.small.disabled:active span,
.subsite-holdet span.button.large.disabled,
.subsite-holdet a.button.large.disabled,
.subsite-holdet span.button.large.disabled span,
.subsite-holdet a.button.large.disabled span,
.subsite-holdet a.button.large.disabled:active span
{
	color:#fff;
	background-color:#FF8A00;
}
/* button hover color */
.subsite-holdet a.button:hover,
.subsite-holdet a.button:hover span,
.subsite-holdet a.button:focus,
.subsite-holdet a.button:focus span,
.subsite-holdet a.button:active,
.subsite-holdet a.button:active span,
.subsite-holdet a.button.small:focus,
.subsite-holdet a.button.small:focus span,
.subsite-holdet a.button.small:hover,
.subsite-holdet a.button.small:hover span,
.subsite-holdet a.button.small:active,
.subsite-holdet a.button.small:active span,
.subsite-holdet a.button.large:focus,
.subsite-holdet a.button.large:focus span,
.subsite-holdet a.button.large:hover,
.subsite-holdet a.button.large:hover span,
.subsite-holdet a.button.large:active,
.subsite-holdet a.button.large:active span
{
	color:#fff;
	background-color:#E49421;
}
.subsite-holdet a.button.disabled:hover,
.subsite-holdet a.button.disabled:hover span,
.subsite-holdet a.button.disabled:focus,
.subsite-holdet a.button.disabled:focus span,
.subsite-holdet a.button.disabled:active,
.subsite-holdet a.button.disabled:active span {
	color:#fff;
	background-color:#D7C2AA;
}
/*toggle*/
.subsite-holdet a.toggle,
.subsite-holdet a.toggleright,
.subsite-holdet a.toggle:hover,
.subsite-holdet a.toggleright:hover {
background-color:#DD7D00/*gul*/;
}

/*btn-v3*/
.subsite-holdet .btn-v3 {
	color: #fff!important;
	background: #DD7D00; /*btn default color*/
	background:-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.3, rgb(221,125,0)), /*dark part of gradient (bottom)*/
		color-stop(0.98, rgb(255,157,0)), /*light part of gradient (top)*/
		color-stop(1, rgb(255,204,86)) /*top highlight*/
	);
	background:-moz-linear-gradient(
		center bottom,
		rgb(221,125,0) 30%, /*dark part of gradient (bottom)*/
		rgb(255,157,0) 98%, /*light part of gradient (top)*/
		rgb(255,204,86) 100% /*top highlight*/
	);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9D00', endColorstr='#DD7D00'); /*start=light(top) - end=dark(bottom) */
}
.subsite-holdet .btn-v3:hover {
	text-decoration: none;
	background: #F9991C; /*btn hover color*/
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.3, rgb(249,153,28)), /*dark part of gradient (bottom)*/
		color-stop(0.97, rgb(255,185,28)), /*light part of gradient (top)*/
		color-stop(1, rgb(255,232,114)) /*top highlight*/
	);
	background: -moz-linear-gradient(
		center bottom,
		rgb(249,153,28) 30%, /*dark part of gradient (bottom)*/
		rgb(255,185,28) 97%, /*light part of gradient (top)*/
		rgb(255,232,114) 100% /*top highlight*/
	);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB91C', endColorstr='#F9991C');  /*start=light(top) - end=dark(bottom) */
}
.subsite-holdet .btn-v3:active {	
	color:#ccc !important;
	background:#F9991C; /*dark part of gradient (bottom) color*/
}

.subsite-holdet .btn-v3.disabled,
.subsite-tv2 .btn-v3.disabled,
.subsite-danskespil .btn-v3.disabled  {
	background: #CCC;
}
/*simple button*/
.subsite-holdet .simple-btn,
.subsite-holdet .simple-btn:link {
	background-color:#FFB200;
	color:#3D2A00;
}
.subsite-holdet .simple-btn:visited {
	background-color:#FFB200;
	color:#3D2A00;
}
.subsite-holdet .simple-btn:hover,
.subsite-holdet .simple-btn:focus {
	background-color:#FFCC00;
	color:#000;
}
.subsite-holdet .simple-btn:active {
	background-color:#FFB200;
	color:#3D2A00;
}
.subsite-holdet .titlebar .title .icon{
		background-color:inherit;
}

/* tables */
.subsite-holdet table.tradesearchres th {
	background-color:#092A63; /* base */
}
.subsite-holdet table.tradesearchres thead a {
	color:#fff;
}
.subsite-holdet table.tradesearchres thead th a:hover {
	background-color:#FF8A00;/* action */
}


/*tables*/
.subsite-holdet ul.detailed li.list-head ul.sort a:hover,
.subsite-holdet table.tradesearchres thead th a:hover {
	background:#FF8A00;/* action */
}

.subsite-holdet ul.detailed li.list-head,
.subsite-holdet table.tradesearchres thead th {
	background-color:#092A63; /* base */
}
.subsite-holdet ul.detailed li.list-head ul.sort li.act,
.subsite-holdet table.tradesearchres thead th.act {
	background:#0E4096;/*lys base*/
}
	.subsite-holdet table.schedule tbody.current td {
		background:#CCDBF4;/*helt fesen base*/
		border-bottom:1px solid #C0CEE6;
	}
	.subsite-holdet table.schedule tbody.current td.round {
		background:#CCDBF4;/*helt fesen base*/
		border-bottom:none;
	}
	.subsite-holdet table.mini tbody.current td {
		background:#CCDBF4;/*helt fesen base*/
	}
	.subsite-holdet table.tradesearchres.league-summery caption {
		background:#fff url(images/finans-bg.png) 0 1px repeat-x;
		border-top:1px solid #E3E1C9;
		border-right:1px solid #E3E1C9;
		border-bottom:2px solid #36611F;
		border-left:1px solid #E3E1C9;
	}
/*2px colored borders*/
.subsite-holdet table.tradesearchres tbody.total tr td,
.subsite-holdet table.tradesearchres tbody.cup-group tr.last td,
.subsite-holdet table.mini tbody.current tr.firstrow td,
.subsite-holdet table.schedule tbody.current tr.first td,
.subsite-holdet table.schedule tbody.current tr.firstrow td {
	border-top-color:#08285F/*section head bg color*/;
}
.subsite-holdet table.tradesearchres.league-summery caption {
	border-bottom:2px solid #08285F/*section head bg color*/;
}
/*Head to head*/
/*arrows indicating winners*/
.subsite-holdet table.head-to-head tr.draw td.res,
.subsite-holdet table.head-to-head tr.home td.res,
.subsite-holdet table.head-to-head tr.away td.res,
.subsite-holdet table.head-to-head tr.draw td.home.score,
.subsite-holdet table.head-to-head tr.home td.home.score,
.subsite-holdet table.head-to-head tr.draw td.away.score,
.subsite-holdet table.head-to-head tr.away td.away.score {
	background-color:#08285F/*section head bg color*/;
	color:#fff;
}
/*special for winner*/
.subsite-holdet div.head-to-head-team.winner div.t-head,
.subsite-holdet table.tradesearchres tbody.current tr td {
	 background-color:#CCDBF4;/*helt fesen base*/
}
/*competitions*/
.subsite-holdet div.competition h2 {
		background:#08285F/*section head bg color*/;
	}
.subsite-holdet table.head-to-head td.res h3 a,
.subsite-holdet div.competition h2 a {
	color:#fff;
}
.subsite-holdet table.head-to-head td.res h3 a:hover {
	text-decoration:underline;
}
/*search*/
.subsite-holdet #search,
.subsite-holdet .new-search {
	background: #092A63;  /* base */
}
.new-search,
.new-search span.help,
.subsite-holdet #search span.help,
.subsite-holdet #search h3,
.subsite-holdet #search.players-posval label,
.subsite-holdet #search.players-posval .fakelabel,
.subsite-holdet #search.small label,
.subsite-holdet #search.small .fakelabel {
	color:#fff;
}
/*paging*/
.subsite-holdet .paging li a,
.subsite-holdet table .paging li a {
	background-color:#FF8A00;
	color:#fff;
}
.subsite-holdet .paging li a:hover,
.subsite-holdet table .paging li a:hover {
	background-color:#E49421;
}
.subsite-holdet div.boxed {
	background-color:#CCDBF4;/*helt fesen base*/
}

/*sliders*/
.subsite-holdet .ui-slider-horizontal .ui-slider-handle {
margin-left:-0.6em;
top:-0.25em;
}
/*sliders*/
.subsite-holdet .ui-state-default,
.subsite-holdet .ui-widget-content .ui-state-default {
	background:#E4A100/*gul*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png) repeat-x scroll 50% 50%;
	border:1px solid #E4A100/*gul*/;
	border:none;
}
.subsite-holdet .ui-state-hover,
.subsite-holdet .ui-widget-content .ui-state-hover,
.subsite-holdet .ui-state-focus,
.subsite-holdet .ui-widget-content .ui-state-focus {
	background:#FFCC00/*lys gul*/ url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
}
.subsite-holdet .ui-widget-header {
	border: 1px solid #aaaaaa;
	border:none;
	background: #FFF1CF/*helt fesen baggrunds-gul*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
}







/* special section titles */
.subsite-holdet .titlebar.section.login .title {
	width:135px;
}

.subsite-holdet .titlebar.section.profile .title {
	width:113px;
}

/*footer*/
.subsite-holdet #legal,
.subsite-holdet #legal a {
	color:#0E4096;
	border-color:#0E4096;
}

.subsite-holdet div.titlebar.tournament,
.subsite-danskespil div.titlebar.tournament,
.subsite-aftonbladet div.titlebar.tournament
{
    position: static !important;
    height: 296px !important;
}

.subsite-holdet .titlebar.tournament .title,
.subsite-danskespil .titlebar.tournament .title,
.subsite-aftonbladet .titlebar.tournament .title {
	height:113px;
}

.subsite-holdet .roundBadge,
.subsite-danskespil .roundBadge,
.subsite-aftonbladet .roundBadge {
	top:10px;
}

/* DISABLE BANNERS ON VG FEC */
/* 930x180 */
.subsite-vg .ad-930x180 {
	display:none;
}
/* 768x150*/
.subsite-vg .ad-768x150 {
	display:none;
}

/* 728x90 */
.subsite-vg .ad-728x90 {
	display:none;
}


/* 300x250 */
.subsite-vg .ad-300x250 {
	display:none;
}

/* 160x600 */
.subsite-vg .ad-160x600 {
	display:none;
}

/* 200x200 */
.subsite-vg .ad-200x200 {
	display:none;
}
