body {
	background:#061f00;
}
#background{
	background:url(images/background.jpg) center top no-repeat;
}
.titlebar.tournament .title .icon{
	background: url(images/icon.png) right 0 no-repeat;
	width:156px;
	margin-right:46px;
	margin-top:2px;
}
#field {
	height:565px;
}
/*basic stuff*/
/* Labels */


/* Links */
a:link {
		color:#52832F;
}
a:visited {
		color:#52832F;
}
a:hover {
		color:#2F5B18;
}
a:active {
		color:#52832F;
}
h1,h2,h3,h4,label.head2 {
	color:#291F1A;
}
h2.bordertop {
	background-color:#EAE7D4;
	border-color:#E3E1C9;
}




#legal {
		border-top: 1px solid #66835D;
		color:#66835D;
	}
	#legal a {
		color:#66835D;
	}
#search {
	background:#134500 url(images/searchbox-bg.png) top left no-repeat;
}

div.forum-listing {
	background-color:#e0eee1;
}



/*Nav Game*/
.navGame {
	background:#291F1A url(images/navgame-bg.gif) repeat-x bottom;
}
.navGameSub {
	background:#C8A766 url(images/navgamesub-bg.gif) repeat-x bottom;
}

.navGame a{
	background:url(images/right_both.png) no-repeat right top;
	color:#C6B381;
	/*white-space:nowrap; moved to conditional stylesheet ie6.css*/
}
      
.navGame li {
      background:url(images/left_both.png) no-repeat left top;
}
 .navGame.last li,         
.navGameSub li{
	background:url(images/left-both_sub.png) no-repeat left top;
}
.navGame.last a,
.navGameSub a{
	background:url(images/right-both_sub.png) no-repeat right top;
}
.navGame li,
.navGame.last li {
   border-color:#050403;
}     
.navGameSub li {
  border-color:#785C2D;
}

.navGame li:hover a,
.navGame li a:hover,
.navGame li.act a,
.navGame.last li:hover a,
.navGame.last li a:hover,
.navGame.last li.act a,
.navGameSub a,
.navGameSub li.newTeam a,
.navGameSub li.newTeam a:hover {
    color:#000;
}

.navGameSub li:hover a,
.navGameSub li a:hover,
.navGameSub li.act a,
.navGameSub a {
    color:#000;
}
/***** BUTTONS *****/
.button:hover,
.button:hover span {
	background-color:#52832F;
}
a.button,
span.button,
div.button,
.button span,
.button.disabled,
.button.disabled span,
.button.small.disabled,
.button.small.disabled span,
.button.large.disabled,
.button.large.disabled span,
.button.large.arrow.disabled,
.button.large.arrow.disabled span {
	color:#fff;
	background-color:#3C7415;
}
/*toggle*/
a.toggle,
a.toggleright {
background-color:#3C7415;
}
a.toggle:hover,
a.toggleright:hover {
background-color:#52832F;
}

/* Trade search res*/

table.tradesearchres th {
	padding:0;
	white-space:nowrap;
	background:#352920 url(images/searchres-thead-bg.png) bottom repeat-x;
}
table.tradesearchres th.act {
	background:#4E4330 url(images/searchres-thead-act-bg.png) bottom repeat-x; /*theme*/
}
table.tradesearchres thead th a:hover {
	background:#5C8A3B url(images/searchres-thead-a-bg.png) top repeat-x; /*theme*/
}
table.tradesearchres th a {
    color: #fff;
}
/*current*/
table.tradesearchres tbody.current tr td,
table.schedule tbody.current td {
	background:#EAE7D4 url(images/searchres-row-current-bg.gif) bottom repeat-x;/*theme*/
}
div.boxed,
table.mini tbody.current td {
	background-color:#EAE7D4;/*theme*/
}

table.mini tbody.current td.round {
	color:#291F1A;/*theme*/
}
table.schedule tbody.current td.round {
		color:#291F1A; /*theme*/
		background:#EAE7D4;/*theme*/
	}



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;
}
/*summery*/
table.summary {
	border:1px solid #E3E1C9;
	border-bottom:none;
	margin-bottom:0;
}
table.summary td {
	background:#fff url(images/finans-bg.png) 1px 1px no-repeat;
	border-right:1px solid #E3E1C9;
	padding:.769em .569em .769em .969em;
	vertical-align:top;
}
/*planning*/
table.planning td.disabled.current.checked{
	background-color:#9A9695;
}
table.planning td.ghost {
	background-color:#A29E9C;
}

table.planning td.selection  {
	background-color:#291f1a;
}
table.planning td.selection.first  {
	background-color:#291f1a;
}
table.planning td.hovering {
	background-color:#ECBD23;
}
table.planning tbody td.disabled {
	background-color:#EDEDED;
}
table.planning tfoot td.disabled {
	color:#B8B8B8;
}

/*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-color:#291F1A;
}
table.tradesearchres.league-summery caption {
	border-bottom:2px solid #291F1A;/*theme*/
}
/*search*/
#search {
	background:#15100E url(images/searchbox-bg.png) top left no-repeat;
}
/*paging*/
ol.paging li a {
	background-color:#52832F;/*theme*/
}
ol.paging li a:hover {
	background-color:#2F5B18;/*theme*/
}
