/*-----------------------------------
	ELEMENTS
-----------------------------------*/
a, a:link, a:visited, a:active{
	text-decoration:none;	
	color: #008F10;
}
a.popup
{
	border-bottom: 1px dotted #3A4;
}
a:hover
{
	border: 0;
	text-decoration:underline;
}
/*-----------------------------------
	OVERRIDES
-----------------------------------*/



.title
{
	text-align: center; 
	font-size: 1.3em;
	font-weight: normal; 
	color: #000;
}

/* TABLES              */
table.info thead tr td, table.panel td.tableheader, table.panel th.tableheader
{
	border-bottom: 1px solid #888;
	font-size: 11px;	
	color: #000;
	text-align: left;
	font-weight: normal;
}
table.panel tbody tr td
{	
	/*color: #D3D3D3;*/
	color: #444;	
}
th.windowTop
{
	background: url(/images/panel/whiteTop2.png) repeat-x top;
	height: 19px;
	text-align: left;
	padding-left: 5px;
	color: #000;
	font-size: 13px;
	font-weight: normal;
}

td.windowLeftTop, td.windowRightTop
{
	height: 19px;
	width: 10px;
}

td.windowLeftTop
{
	/*background: url(/images/panel/whiteLeftTop2.png) no-repeat;*/	
	background: url(/images/panel/white/corners2.png) top left no-repeat;
}

td.windowRightTop
{
	/*background: url(/images/panel/whiteRightTop2.png) no-repeat;*/
	background: url(/images/panel/white/corners2.png) top right no-repeat;
}

td.windowLeft
{	
	background: url(/images/panel/white/leftright.png) repeat-y left;
	width: 10px;
}

td.windowRight
{	
	background: url(/images/panel/white/leftright.png) repeat-y right;
	width: 10px;
}

td.windowLeftBottom, td.windowRightBottom
{
	height: 12px;
	width: 10px;
}

td.windowLeftBottom
{
	/*background: url(/images/panel/whiteLeftBottom.png) no-repeat;*/
	background: url(/images/panel/white/corners.png) left bottom no-repeat;
}

td.windowRightBottom
{
	/*background: url(/images/panel/whiteRightBottom.png) no-repeat;*/
	background: url(/images/panel/white/corners.png) right bottom no-repeat;
}

td.windowBottom
{
	/*background: url(/images/panel/whiteBottom.png) repeat-x;*/
	background: url(/images/panel/white/topbottom.png) repeat-x bottom;
	height: 12px;
}
td.windowBack 
{
	background: url(/images/panel/whiteBack.png) repeat;
	padding-top: 3px;
}


th.windowTop2
{	
	background: url(/images/panel/white/topbottom.png) repeat-x top;
	height: 12px;
	text-align: left;
	padding-left: 5px;
	color: #AAA;
	font-size: 15px;
	font-weight: normal;
}
td.cornerLeftTop
{
	/*background: url(/images/panel/whiteLeftTop.png) no-repeat;*/
	background: url(/images/panel/white/corners.png) left top no-repeat;
}

td.cornerRightTop
{
	/*background: url(/images/panel/whiteRightTop.png) no-repeat;*/
	background: url(/images/panel/white/corners.png) right top no-repeat;
}
td.cornerLeftTop, td.cornerRightTop
{
	height: 12px;
	width: 10px;
}


/*-----------------------------------
	ADMIN
-----------------------------------*/
table.panel tbody tr td.admin
{
    /*background-color: #443300;*/
    color:  #996C06;
}

table.panel tbody tr td.admin a,
a.admin 
{
    color: #FF3E80;
}

/*-----------------------------------
	TABLE EFFECTS
-----------------------------------*/
table.highlight tbody tr.highlight td,
table.highlight tr.highlight td,
table.highlight tr.highlightAlt td
{
	background: #ADB6AB;
}


table.squad tr td.tableheader, table.squad tr th.tableheader
{    
    height: 18px;
    border-bottom: 1px solid #222;	
	color: #000;     
	font-weight: normal;   
}


table.squad tr td
{
    color: #000;
}

table tr.GK  {background-color: #c4f4b0; }
table tr.DEF {background-color: transparent; }
table tr.MID {background-color: #c4f4b0; }
table tr.ATT {background-color: transparent; }
table.squad tr.INJ {background-color: #EFC7BB; }
table.squad tr.SUB {background-color: #003; }





table.forum .subheader
{
	border: 1px solid #444;
	background-color: #ADB6AB;	
}

.forumentry
{
	background-color: #D1DECE;	
}

.tableheader
{
	background-color: #D1DECE;	
}

pre
{
	border: 1px solid #CCC;
	background-color: #EFEFEF;
	width: 500px;	
	overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/	
}