/* COMMON CLASSES */

.black
{
color:#000000;
}

.green
{
color:#008000;
}

.white
{
color:#FFFFFF;
}

.small
{
font-size:2mm;
}

.center
{
text-align:center;
}

.right
{
text-align:right;
}

.indent
{
text-indent:2px;
}

.borderbottom
{
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #BBBBBB;
}

.borderright
{
border-right-width: 1px;
border-right-style: solid;
border-right-color: #BBBBBB;
}

.bordertop
{
border-top-width: 1px;
border-top-style: solid;
border-top-color: #BBBBBB;
}

.borderleft
{
border-left-width: 1px;
border-left-style: solid;
border-left-color: #BBBBBB;
}

.darkborderbottom
{
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #008000;
}

.darkbordertop
{
border-top-width: 1px;
border-top-style: solid;
border-top-color: #008000;
}

.inline
{
display: inline;
}


/* HEADERS AND TEXT */


h1
{
font-family:Verdana, Tahoma, sans-serif;
font-weight:bold;
color:#DC0000;
text-align:right;
font-size:3mm;
}

h1.large
{
font-size:14pt;
}

h2
{
font-family:Verdana, Tahoma, sans-serif;
font-weight:bold;
color:#DC0000;
text-align:left;
font-size:18pt;
}

h3
{
font-family:Verdana, Tahoma, sans-serif;
font-weight:bold;
color:#DC0000;
text-align:left;
font-size:14pt;
}


h4
{
overflow:hidden;
font-family: Trebuchet MS, sans-serif;
color:#DC0000;
text-align:left;
font-size:3mm;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCCCCC;
float: none;
clear: both;
padding-top:10px;
}


h5
{
font-family:Verdana, Tahoma, sans-serif;
font-weight:bold;
color:#DC0000;
text-align:left;
font-size:10pt
}




h6
{
font-family:Verdana, Tahoma, sans-serif;
font-weight:bold;
color:#DC0000;
text-align:left;
font-size:3mm
}


p
{
font-family:Verdana, Tahoma, sans-serif;
color:#000000;
font-size:3mm;
}

p.large
{
font-size:10pt;
}

ul
{
font-family:Verdana, Tahoma, sans-serif;
color:#000000;
font-size:3mm;
text-align:left;
}

li
{
font-family:Verdana, Tahoma, sans-serif;
color:#000000;
font-size:3mm;
text-align:left;
}

html, body
{
background-color: #DC0000;
scrollbar-base-color: #FFFFFF;
scrollbar-arrow-color: #DC0000;
}



span
{
font-family:Verdana, Tahoma, sans-serif;
color:#000000;
font-size:3mm;
display: inline;
}

/* HYPERLINKS */


a:link
{
color: #DC0000;
text-decoration: none;
} 

a:visited
{
color: #DC0000;
text-decoration: none;
}
 
a:hover
{
color: green; 
text-decoration: none;
}
 
a:active
{
color: #DC0000; 
text-decoration: none;
}
  
a:link.black 
{
color: black; 
text-decoration: none;
}
 
a:visited.black 
{
color: black; 
text-decoration: none;
} 

a:hover.black
{
color: #DC0000; 
text-decoration: none;
} 

a:active.black 
{
color: black; 
text-decoration: none;
} 

a:link.white 
{
color: white; 
text-decoration: none;
}
 
a:visited.white 
{
color: white; 
text-decoration: none;
} 

a:hover.white
{
color: #DC0000; 
text-decoration: none;
} 

a:active.white 
{
color: white; 
text-decoration: none;
} 

a:link.grey 
{
color: grey; 
text-decoration: none;
}
 
a:visited.grey 
{
color: grey; 
text-decoration: none;
} 

a:hover.grey
{
color: green; 
text-decoration: none;
} 

a:active.grey 
{
color: grey; 
text-decoration: none;
} 



.playerbutton {
    background-color: white;
    width: 290px;
    height: 55px;
    padding: 0px 0px 0px 0px;
    margin: 0px 10px 5px 0px;
    float: left;
    border: 1px;
    border-style: solid;
    border-color: #dc0000;    
}


.playerbutton-number {
    background-color: #DC0000;
    width: 55px;
    height: 55px;
    padding: 0px;
    margin: 0px;
    font-family: EFL;
	font-size: 46px;
	color: white;	
    text-align: center;
    vertical-align: middle;
    float: left;
    line-height: 55px;
}

.playerbutton-numbergk {
    background-color: #008000;
    width: 55px;
    height: 55px;
    padding: 0px;
    margin: 0px;
    font-family: EFL;
	font-size: 46px;
	color: white;
    text-align: center;
    vertical-align: middle;
    float: left;
    line-height: 55px;
}



.playerbutton-image {
    width: 55px;
    height: 55px;
    float: left;
    
}

.playerbutton-name {
    background-color: lightgrey;
    width: 175px;
    height: 55px;
    padding: 0px 0px 0px 5px;
    margin: 0px;
    text-align: left;
    font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;	
    vertical-align: middle;
    float: left;
    line-height: 27px;
}


/* TABLE PROPERTIES */


table
{
font-family: Verdana, Tahoma, sans-serif;
font-size: 3mm;
}

th
{
background-color: #DC0000;
color:#FFFFFF;
text-align:left;
font-size:3mm;
}

td   /* THIS HAS TO STAY IN PLACE FOR THE MENU :( */
{
	text-align:left;
	font-size:3mm;
}





/* DIV ATTRIBUTES */

.container
{
width: 960px;
background-color: #FFFFFF;
margin: 0px auto;
border-style:solid;
border-width:1px;
border-color:black;
}

.pagewidth
{
width: 950px;
background-color: #FFFFFF;
margin: 0px auto;
clear: left;
}

.bodywidth
{
text-align: center;
width: 930px;
background-color: #FFFFFF;
margin: 0px auto;
clear: left;
}


.redborder
{
border-style:solid;
border-width:1px;
border-color:#DC0000;
margin: 1px auto
}

.greenborder
{
border-top-width: 1px;
border-top-style: solid;
border-top-color: #008000;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #008000;
margin: 1px auto
}


.width300
{
float:left;
width: 300px;
overflow: hidden;
}


.width250
{
float:left;
width: 250px;
overflow: hidden;
}


.width200
{
float:left;
width: 200px;
overflow: hidden;
}


.width100
{
float:left;
width: 100px;
overflow: hidden;
}





.width60
{
float:left;
width: 60%;
overflow: hidden;
}

.width50
{
float:left;
width:50%;
} 

.width30
{
float: left;
width:30%;
padding-left:20px;
overflow: hidden;
}

/* PLAYER POSITION PROPERTIES */


.playerposition
{
width: 54px; 
height:38px; 
position:absolute;
}

.POS-GK-H 	{ left: 5px; top: -25px }
.POS-SW-H 	{ left: 60px; top: -25px }
.POS-RB-H 	{ left: 75px; top: 105px }
.POS-RCB-H 	{ left: 75px; top: 35px }
.POS-RFB-H 	{ left: 75px; top: 25px }
.POS-CB-H 	{ left: 75px; top: -25px }
.POS-CHD-H 	{ left: 75px; top: -25px }
.POS-LCB-H 	{ left: 75px; top: -80px }
.POS-LFB-H	{ left: 75px; top: -70px }
.POS-LB-H 	{ left: 75px; top: -150px }
.POS-DMR-H 	{ left: 130px; top: 105px }
.POS-RWB-H 	{ left: 130px; top: 105px }
.POS-RDMC-H { left: 130px; top: 35px }
.POS-DMC-H 	{ left: 130px; top: -25px }
.POS-LDMC-H { left: 130px; top: -80px }
.POS-DML-H 	{ left: 130px; top: -150px }
.POS-LWB-H 	{ left: 130px; top: -150px }
.POS-RM-H 	{ left: 165px; top: 105px }
.POS-RCM-H 	{ left: 165px; top: 35px }
.POS-RHD-H	{ left: 130px; top: 35px }
.POS-RHB-H	{ left: 160px; top: 65px }
.POS-CM-H 	{ left: 165px; top: -25px }
.POS-CHM-H	{ left: 160px; top: -25px }
.POS-LCM-H 	{ left: 165px; top: -80px }
.POS-LHD-H	{ left: 130px; top: -80px }
.POS-LHB-H	{ left: 160px; top: -110px }
.POS-LM-H 	{ left: 165px; top: -150px }
.POS-AMR-H 	{ left: 205px; top: 105px }
.POS-RAMC-H { left: 205px; top: 35px }
.POS-IR-H	{ left: 205px; top: 35px }
.POS-AMC-H 	{ left: 205px; top: -25px }
.POS-LAMC-H { left: 205px; top: -80px }
.POS-IL-H	{ left: 205px; top: -80px }
.POS-AML-H 	{ left: 205px; top: -150px }
.POS-RW-H 	{ left: 245px; top: 105px }
.POS-OR-H	{ left: 245px; top: 105px }
.POS-RF-H 	{ left: 245px; top: 70px }
.POS-RCF-H 	{ left: 245px; top: 35px }
.POS-IRA-H	{ left: 245px; top: 35px }
.POS-CF-H 	{ left: 245px; top: -25px }
.POS-LCF-H 	{ left: 245px; top: -80px }
.POS-ILA-H 	{ left: 245px; top: -80px }
.POS-LF-H 	{ left: 245px; top: -115px }
.POS-LW-H 	{ left: 245px; top: -150px }
.POS-OL-H	{ left: 245px; top: -150px }

.POS-GK-A 	{ left: 535px; top: -25px }
.POS-SW-A 	{ left: 480px; top: -25px }
.POS-RB-A 	{ left: 465px; top: -150px }
.POS-RCB-A 	{ left: 465px; top: -80px }
.POS-RFB-A	{ left: 465px; top: -70px }
.POS-CB-A 	{ left: 465px; top: -25px }
.POS-CHD-A	{ left: 465px; top: -25px }
.POS-LCB-A 	{ left: 465px; top: 35px }
.POS-LFB-A	{ left: 465px; top: 25px }
.POS-LB-A 	{ left: 465px; top: 105px }
.POS-DMR-A  { left: 410px; top: -150px }
.POS-RWB-A 	{ left: 410px; top: -150px }
.POS-RDMC-A { left: 410px; top: -80px }
.POS-DMC-A 	{ left: 410px; top: -25px }
.POS-LDMC-A { left: 410px; top: 35px }
.POS-DML-A 	{ left: 410px; top: 105px }
.POS-LWB-A 	{ left: 410px; top: 105px }
.POS-RM-A 	{ left: 375px; top: -150px }
.POS-RCM-A 	{ left: 375px; top: -80px }
.POS-RHD-A	{ left: 410px; top: -80px }
.POS-RHB-A	{ left: 380px; top: -110px }
.POS-CM-A 	{ left: 375px; top: -25px }
.POS-CHM-A	{ left: 380px; top: -25px }
.POS-LCM-A 	{ left: 375px; top: 35px }
.POS-LHD-A	{ left: 410px; top: 35px }
.POS-LHB-A	{ left: 380px; top: 65px }
.POS-LM-A 	{ left: 375px; top: 105px }
.POS-AMR-A 	{ left: 335px; top: -150px }
.POS-RAMC-A { left: 335px; top: -80px }
.POS-IR-A	{ left: 335px; top: -80px }
.POS-AMC-A 	{ left: 335px; top: -25px }
.POS-LAMC-A { left: 335px; top: 35px }
.POS-IL-A	{ left: 335px; top: 35px }
.POS-AML-A 	{ left: 335px; top: 105px }
.POS-RW-A 	{ left: 295px; top: -150px }
.POS-OR-A	{ left: 295px; top: -150px }
.POS-RF-A 	{ left: 295px; top: -115px }
.POS-RCF-A 	{ left: 295px; top: -80px }
.POS-IRA-A	{ left: 295px; top: -80px }
.POS-CF-A 	{ left: 295px; top: -25px }
.POS-LCF-A 	{ left: 295px; top: 35px }
.POS-ILA-A  { left: 295px; top: 35px }
.POS-LF-A 	{ left: 295px; top: 70px }
.POS-LW-A 	{ left: 295px; top: 105px }
.POS-OL-A	{ left: 295px; top: 105px }

.playershirt
{
width: 32px;
height:25px;
text-align: center; 
font-family: Tahoma; 
font-size: 11px; 
font-weight: bold; 
margin: 0 auto; 
line-height:24px;
}

.playershirtname
{
font-family: SilkscreenNormal; 
color: white; 
font-size:8px; 
width:54px; 
height:13px; 
text-align: center; 
vertical-align:center; 
line-height:13px;
}



/* RESULTS GRID */

.resultsgrid
{
	background-color: white;
}
	
.resultsgrid tr
{
	background-color: white;
}

.resultsgrid tr:hover
{
	background-color: lightgrey;
}





/* IMAGE PROPERTIES */

.homebadge
{
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;

}

.versus
{
	position: relative;
	top: -10px;
	left: -40px;
	z-index: 2;
}

.awaybadge
{
	position: relative;
	top: 0px;
	left: -90px;
	z-index: 1;

}



/* MENU */

.dmx {
    font: 11px Tahoma;
}
.dmx .item1,
.dmx .item1:hover,
.dmx .item1-active,
.dmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
    background: #DC0000;
    font: 11px Tahoma;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.dmx .item2,
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px Tahoma;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.dmx .item2 {
    background: #e5e1da;
}
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    background: #ffffff;
}
.dmx .arrow,
.dmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.dmx .item2 img,
.dmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.dmx .section {
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .dmx td { position: relative; } /* ie 5.0 fix */


/* tabbed content on Match Centre page */


.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Tahoma;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #BBBBBB;
color: #2d2b2b;
background: white url(../styles/images/tabs/shade_MOD.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
/*background-image: url(shadeactive.gif);*/
background-image: none;
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #BBBBBB;
width: 100%;
margin-bottom: 1em;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}


/* lightbox */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/* mediabuttons */

	.caption-style-2{
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}

	.caption-style-2 li{
		float: left;
		padding: 5px;
		position: relative;
		overflow: hidden;
		height: 220px;
		width: 220px;	
		
	}

	.caption-style-2 li:hover .caption{
		opacity: 1;
		transform: translateY(-100px);
		-webkit-transform:translateY(-100px);
		-moz-transform:translateY(-100px);
		-ms-transform:translateY(-100px);
		-o-transform:translateY(-100px);

	}

	.caption-style-2 img{
		margin: 0px;
		padding: 0px;
		float: left;
		z-index: 4;

	}

	.caption-style-2 .caption{
		cursor: pointer;
		position: absolute;
		opacity: 0;
		top:100px;
		-webkit-transition:all 0.15s ease-in-out;
		-moz-transition:all 0.15s ease-in-out;
		-o-transition:all 0.15s ease-in-out;
		-ms-transition:all 0.15s ease-in-out;
		transition:all 0.15s ease-in-out;

	}
	.caption-style-2 .blur{
		background-color: rgba(0,0,0,0.7);
		height: 225px;
		width: 225px;
		z-index: 5;
		position: absolute;
		top: 5px;
		left: 0px;

	}

	.caption-style-2 .caption-text h1{
		text-transform: uppercase;
		font-size: 18px;
	}
	.caption-style-2 .caption-text{
		z-index: 10;
		color: #fff;
		position: absolute;
		width: 190px;
		height: 190px;
		text-align: center;
		top:35px;
		left: 18px;
	}
		
.mediabuttondate {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 8px;
  color: white;
  margin: 0;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.75);
  
}	
		
.mediabuttonshortcaption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.75);
  padding: 4px 8px;
  color: white;
  margin: 0;
  font: 14px Tahoma;
  font-weight: bold;
}	

.mediabuttonlongcaption {
font: 10pt Tahoma;
color: white;

}