@import url("../holdet/freemium.css");
body {
	background:#A4CFC6 url(images/bg-tile.jpg) center top;
}
#background{
	background:url(images/bg.jpg) center top no-repeat;
}
.titlebar.tournament .title .icon{
	background: url(images/icon-cool.png) right top no-repeat;
	width:180px;/*theme*/
	height:170px; /*theme*/
	top:-8px;
	right:10px;
}

/*basic stuff*/
/* Labels */


/* Links */
a:link {
		color:#B72700;
}
a:visited {
		color:#B72700;
}
a:hover {
		color:#6D1700;
}
a:active {
		color:#6D1700;
}
h1 {
	color:#5C8E8A;
}
h2, h3{
	color:#30706B;
}
h4,label.head2{
	color: #1C625C;
}
h2.bordertop {
	background-color:#D4E5DF;
	border-color:#C1D2CC;
}


/******Navgame-v3*******/
/* New Game navigation *****************************************************/
#NavGame li a,
#NavGameSub li a {
	color:#EABFB3;/*def. tab text color*/
	background-color:#B72700;/*def. tab color*/
	border-bottom:2px solid #9A2100;/*def. tab bottom border color*/
}
#NavGame li:hover a,
#NavGame li a:hover,
#NavGameSub li a:hover{
	background-color:#E95106;/* tab hover color*/
	color:#fff;/*tab hover text color*/
	border-bottom:2px solid #C44405;/*tab hover bottom border color*/
}

#NavGame li.act a {
	background-color:#5C8E8A;/*act tab color*/
	border-bottom-color:#5C8E8A;/*act tab color*/
	color:#fff;
}
/* active tab */
#NavGame li.act:hover a {
	background-color:#E95106;/* tab hover color*/
	border-bottom-color:#E95106;/* tab hover color*/
	color:#fff;/*tab hover text color*/
}
#NavGame li.act:hover a:hover {
	background-color:#5C8E8A;/*act tab color*/
	border-bottom-color:#5C8E8A;/*act tab color*/
	color:#fff;/*tab hover text color*/
}

/*dropdown-menu*/
#NavGame li ul {
	background-color:#E95106;/* tab hover color*/
}
#NavGame li ul li hr {
	border-top:2px solid #C44405;/*tab hover bottom border color*/
}
#NavGame li:hover ul li a,
#NavGame li.act:hover ul li a {
	background-color:#E95106;/* tab hover color*/
	border-bottom:1px solid #C44405;/*sub bottom border color*/
}

#NavGame li.hasSub a:hover,
#NavGame li ul li a:hover,
#NavGame li.act:hover ul li a:hover,
#NavGame li.act ul li.act a {
	background-color:#FF6A21;/*sub hover color*/
}
#NavGame li.act ul li.act a {
	color:#fff;/*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:#E95106;/* tab hover color*/
	color:#fff;/*tab hover text color*/
}
#NavGame li.hasSub:hover a:hover{
	border-bottom-color:#FF6A21;/*sub hover color*/
}
#NavGame li.hasSub:hover ul li a {
	border-bottom-color:#C44405;/*sub bottom border color*/
}
/***************************************************************************/

/*New section head*/
#SectionHead {
	background-color:#5C8E8A/*act tab color*/;
}
#SectionHead h1,
#SectionHead h3 {
	color:#fff;
}
#SectionHead .right,
#SectionHead .right a,
#SectionHead h1.meta,
#SectionHead h3.meta,
#SectionHead h3.meta a {
	  color:#CEDDDC;
}


 
/***** 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:#E15400;
}
/* 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:#E63201;
}
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:#E2A898;
}
/*toggle*/
a.toggle,
a.toggleright,
a.toggle:hover,
a.toggleright:hover {
background-color:#B72700;
}
/*btn-v3*/
.btn-v3 {
	color: #EABFB3!important;
	background: #B72700; /*btn default color*/
	background:-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.3, rgb(175,31,0)), /*dark part of gradient (bottom)*/
		color-stop(0.98, rgb(198,46,0)), /*light part of gradient (top)*/
		color-stop(1, rgb(209,118,51)) /*top highlight*/
	);
	background:-moz-linear-gradient(
		center bottom,
		rgb(175,31,0) 30%, /*dark part of gradient (bottom)*/
		rgb(198,46,0) 98%, /*light part of gradient (top)*/
		rgb(209,118,51) 100% /*top highlight*/
	);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5F09', endColorstr='#AF1F00'); /*start=light(top) - end=dark(bottom) */
}
.btn-v3:hover {
	color: #fff!important;
	background: #E84500; /*btn default 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:#E84500; /*btn default color*/
}
.simple-btn:hover,
.simple-btn:focus {
	background-color:#FF611F; /*btn hover color*/
}

/*tables*/
ul.detailed li.list-head,
table.tradesearchres th{
	background-color:#5C8E8A;
}
ul.detailed li.list-head ul.sort a:hover,
table.tradesearchres thead th a:hover {
	background:#B72700;
}
ul.detailed li.list-head ul.sort li.act,
table.tradesearchres th.act{
	background:#7BA699;
}




	table.schedule tbody.current td {
		background:#D4E5DF;
		border-bottom:1px solid #A9B7CD;
	}
	table.schedule tbody.current td.round {
		background:#D4E5DF;
		border-bottom:none;
	}
	table.mini tbody.current td {
		background-color:#D4E5DF;
	}
/*
	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 #D5E2E1;
		border-right:1px solid #D5E2E1;
		border-bottom:2px solid #36611F;
		border-left:1px solid #D5E2E1;
	}
	*/
	table.summary {
		border-color:#D5E2E1;
	}
	table.summary td {
		background-image:url(images/finans_bg.png);
	}




/*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:#5C8E8A;/*act. tab color*/
}
table.tradesearchres.league-summery caption {
	border-bottom:2px solid #0F2A5D;/*act. tab 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:#0F2A5D;/*def. tab 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:#0F2A5D;/*def. tab 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:#5C8E8A;/*act. tab color*/
	color:#fff;
}

#search .help,
#search h3,
#search .fakelabel,
#search label,
.new-search span.help,
.new-search h3,
.new-search .fakelabel,
.new-search label {
	color:#fff!important;
}

/*paging*/
.paging li a,
table .paging li a {
	background-color:#B72700;
}
.paging li a:hover,
table .paging li a:hover {
	background-color:#CD3F19;
}
div.boxed {
	background-color:#D4E5DF;
}
/*footer*/
div.navFoot a,
div.navFoot h5 {
	color:#B72700;
}
div.navFoot a:hover {
	color:#6D1700;
}

#legal {
	border-color:#89AAA8;
}
#legal,
#legal a {
	color:#68857E;
}
#legal a:hover{
	color:#2D3835;
}
.ui-slider-horizontal .ui-slider-handle {
margin-left:-0.6em;
top:-0.25em;
}
/*sliders*/
.ui-state-default, .ui-widget-content .ui-state-default {
	background:#B72700 url(images/ui-bg_glass_75_e6e6e6_1x400.png) repeat-x scroll 50% 50%;
	border:1px solid #B72700;
	border:none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
	background: #CD3F19 url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	border:none;
	background: #E2A898 url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
}

