﻿@import url("../holdet/freemium.css");
/*changing color of the global menu items*/
/**/
#Games,
#Forum,
#Groups,
#About,
#Help,
#Search,
#HallOfFame {
	background-color:#EA8C00; /*global menu*/
}
.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:#DB8300; /*account menu text-yellow*/
}
li.loginform,
ul.navAccount li.login a {
	background:#EA8C00; /*login button*/
}
li.loginform {
background:#736F68/*#5E696F*/; /*login form background*/
}
ul.navAccount li.login a:hover {
	background:#FFAE00; /*login button:hover */
}
li.loginform a.button.small,
li.loginform a.button.small span {
	background-color:#397DCC; /*login-form submit button*/
	color:#fff;
}
li.loginform a.button.small:hover,
li.loginform a.button.small:hover span {
	background-color:#4C91D6;/*login-form submit button:hover */
	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:#EA8C00; /*global menu dropdown hover-color*/
}
/**/

body,
body.subsite-danskespil,
body.subsite-tv2 {
	background:#D7DDDD url(images/dark-bg-tile.jpg) center top;
}
#background,
.subsite-danskespil #background{
	background:url(images/bg.png) center top repeat-x;
}
#bd div.content {
	border:1px solid #d2d2d2;
	border-top:none;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}
#ft div.shadow {
	background:none;
}
body.lang-se #background{
	background:url(images/bg-se.jpg) center top no-repeat;
}
.titlebar.tournament .title .icon{
	background: url(images/icon.png) right top no-repeat;
	width:144px;/*theme*/
	height:154px; /*theme*/
	top:5px;
	right:20px;
}

/*basic stuff*/
/* Labels */


/* Links */
a:link {
		color:#C58B00; /*mørk gul*/
}
a:visited {
		color:#C58B00; /*mørk gul*/
}
a:hover {
		color:#E4A100; /*gul*/
}
a:active {
		color:#C58B00; /*mørk gul*/
}
h1, h2, label.head2, h3, h4 {
	color:#5E5B54/*#5D676D*/;
}
h2.bordertop {
	background-color:#FFF1CF;/*helt fesen baggrunds-gul*/
	border-color:#ccc;
	color:#5E5B54/*#5D676D*/;
}


div.forum-listing {
	background-color:#e0eee1;
}
/******Navgame-v3*******/
/* New Game navigation *****************************************************/
#NavGame li a,
#NavGameSub li a {
	color:#3D2A00;/*def. tab text color*/
	background-color:#FFB200;/*def. tab color*/
	border-bottom:2px solid #CC8E00;/*def. tab bottom border color*/
}
#NavGame li:hover a,
#NavGame li a:hover,
#NavGameSub li a:hover{
	background-color:#fc0;/* tab hover color*/
	color:#000;/*tab hover text color*/
}

#NavGame li.act a {
	background-color:#736F68/*#5E696F*/;/*act tab color*/
	border-bottom-color:#736F68/*#5E696F*/;/*act tab color*/
	color:#fff;
}
/* active tab */

#NavGame li.act:hover a {
	background-color:#fc0;/*tab hover color*/
	color:#fff;
}

/*dropdown-menu*/
#NavGame li ul {
	background-color:#fc0;/*tab hover color*/
}
#NavGame li ul li hr {
	border-top:2px solid #B98200;/*def. tab bottom border color*/
}
#NavGame li:hover ul li a,
#NavGame li.act:hover ul li a {
	background-color:#fc0;/*tab hover color*/
	border-bottom:1px solid #B98200;/*def. tab 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:#FFD83B;/*sub hover color*/
}
#NavGame li.act ul li.act a {
	color:#326065;/*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:#FFD83B;/*sub hover color*/
	border-bottom-color:#fc0;/*tab hover color*/
	color:#000;/*tab hover text color*/
}
#NavGame li.hasSub:hover a:hover{
	border-bottom-color:#FFD83B;/*sub hover color*/
}
#NavGame li.hasSub:hover ul li a {
	border-bottom-color:#F3B800;/*sub border color*/
}
/***************************************************************************/


/*section head*/
#SectionHead {
	background-color:#736F68/*#5E696F*/;/*act tab color*/
}
#SectionHead .meta, #SectionHead .right, #SectionHead .right a, #SectionHead h1.meta, #SectionHead h3.meta, #SectionHead h3.meta a {
	color: #B3B7BA;
}

	 
/***** 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:#DD7D00;
}
/* 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:#F9991C; /*hover*/
}
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:#B4ABAB;
}
/*toggle*/
a.toggle,
a.toggle-text span,
a.toggleright,
a.toggle:hover,
a.toggleright:hover {
background-color:#DD7D00/*gul*/;
}
/*btn-v3*/
.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) */
}
.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) */
}
.btn-v3:active {	
	color:#ccc !important;
	background:#F9991C; /*dark part of gradient (bottom) color*/
}
/*simple button*/
.simple-btn,
.simple-btn:link {
	background-color:#FFB200;
	color:#3D2A00;
}
.simple-btn:visited {
	background-color:#FFB200;
	color:#3D2A00;
}
.simple-btn:hover,
.simple-btn:focus {
	background-color:#FFCC00;
	color:#000;
}
.simple-btn:active {
	background-color:#FFB200;
	color:#3D2A00;
}


ul.detailed li.list-head {
	background:#736F68/*#5E696F*/; /*act tab grå*/
}
ul.detailed li.list-head a {
	color:#fff;
}
ul.detailed li.list-head ul.sort li.act {
	background:#949180/*#717E85*/; /*lys act tab grå*/
}
ul.detailed li.list-head ul.sort a:hover {
	background:#E4A100/*gul*/;
	color:#000;
}

/*tables*/
table.tradesearchres thead th a:hover {
	background:#E4A100/*gul*/;
	color:#000;
}
table.tradesearchres thead th {
	background-color:#736F68/*#5E696F*/; /*act tab grå*/
}

table.tradesearchres thead th.act {
	background:#949180/*#717E85*/; /*lys act tab grå*/
}



	table.schedule tbody.current td {
		background:#FFF1CF;/*helt fesen baggrunds-gul*/
		border-bottom:1px solid #CBD6C8;
	}
	table.schedule tbody.current td.round {
		background:#FFF1CF;/*helt fesen baggrunds-gul*/
		border-bottom:none;
	}
	table.mini tbody.current td {
		background:#FFF1CF;/*helt fesen baggrunds-gul*/
	}
/*
	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:#736F68/*#5E696F*/;
}
table.tradesearchres.league-summery caption {
	border-bottom:2px solid #736F68/*#5E696F*/;
}
/*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:#736F68/*#5E696F*/;
	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:#736F68/*#5E696F*/; /*table header color*/
	}
table.head-to-head td.res h3 a,
div.competition h2 a {
	color:#FFCC00;/*lys gul*/
}
table.head-to-head td.res h3 a:hover {
	text-decoration:underline;
}
/*planning table*/
table.planning td.hovering {
	background-color:#DD7D00;
}
/*search*/
#search,
.new-search {
	background:#736F68/*#5E696F*/;
}
/*paging*/
.paging li a,
table .paging li a {
	background-color:#DD7D00;
}
.paging li a:hover,
table .paging li a:hover {
	background-color:#F9991C;
}
div.boxed {
	background-color:#FFF1CF;/*helt fesen baggrunds-gul*/
}
/*footer*/
div.navFoot h5 {
	color:#666;
}
div.navFoot a {
	color:#C58B00; /*mørk gul*/
}
div.navFoot a:hover {
	color:#E4A100; /*gul*/
}
#legal {
	border-color:#000;
	border:none;
}
#legal,
#legal a {
	color:#666;
}
#legal a:hover {
	color:#999;
}
.ui-slider-horizontal .ui-slider-handle {
margin-left:-0.6em;
top:-0.25em;
}
/*sliders*/
.ui-state-default, .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;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
	background:#FFCC00/*lys gul*/ url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
}
.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;
}

/*hack to hide the coach label and selectbox in player trading*/
#search div.position-5 {
	display:none;
}

/**************** SUBSITES ****************************************************************************************/
