/* 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;

}




/* 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("/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;
}

