/*Generic stuff*/
.pitch
{
	background:
		url('../pitch_bg.jpg')
		no-repeat;
	float:left;
	height:270px;
	width:532px;
	margin:7px 0 7px 7px;
}
.home{
	border-right:2px white solid;
	float:left;
	height:270px; /*Actual pitch image is 192 high 195px;*/
	position:relative;
	width:265px;
}
.away{
	float:left;
	height:270px; /*Actual pitch image is 192 high 195px;*/
	position:relative;
	width:265px;
}
.pitch div{
	text-align:center;
}
.pitch a{
	font-weight:bold;
	text-decoration:none;
}
.home a{
	color:#666;
}
.away a{
	color:#FFF;
}
.p1 a,
.p2 a,
.p3 a,
.p4 a,
.p5 a,
.p6 a,
.p7 a,
.p8 a,
.p9 a,
.p10 a,
.p11 a{
	font-size:140%;
	position:relative;
	top:3px;
}
.p12 a,
.p13 a,
.p14 a,
.p15 a,
.p16 a,
.p17 a,
.p18 a,
.p19 a,
.p20 a,
.p21 a,
.p22 a,
.p23 a,
.p24 a,
.p25 a{
	font-size:120%;
	position:relative;
	top:2px;
}

/*Bench layouts, which are the same across all formations*/
/*Home bench*/
.home .p12{
	left:15px;
	top:207px;
}
.home .p13{
	left:49px;
	top:207px;
}
.home .p14{
	left:83px;
	top:207px;
}
.home .p15{
	left:117px;
	top:207px;
}
.home .p16{
	left:151px;
	top:207px;
}
.home .p17{
	left:185px;
	top:207px;
}
.home .p18{
	left:219px;
	top:207px;
}
.home .p19{
	left:15px;
	top:241px;
}
.home .p20{
	left:49px;
	top:241px;
}
.home .p21{
	left:83px;
	top:241px;
}
.home .p22{
	left:117px;
	top:241px;
}
.home .p23{
	left:151px;
	top:241px;
}
.home .p24{
	left:185px;
	top:241px;
}
.home .p25{
	left:219px;
	top:241px;
}
/*Away Bench*/
.away .p12{
	right:15px;
	top:207px;
}
.away .p13{
	right:49px;
	top:207px;
}
.away .p14{
	right:83px;
	top:207px;
}
.away .p15{
	right:117px;
	top:207px;
}
.away .p16{
	right:151px;
	top:207px;
}
.away .p17{
	right:185px;
	top:207px;
}
.away .p18{
	right:219px;
	top:207px;
}
.away .p19{
	right:15px;
	top:241px;
}
.away .p20{
	right:49px;
	top:241px;
}
.away .p21{
	right:83px;
	top:241px;
}
.away .p22{
	right:117px;
	top:241px;
}
.away .p23{
	right:151px;
	top:241px;
}
.away .p24{
	right:185px;
	top:241px;
}
.away .p25{
	right:219px;
	top:241px;
}

/***********************************************************************
442 Formation
Hometeam*/
.home .f442 div{
	background-color:#FFF;
	border:1px #666 solid;
	color:#666;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.home .f442 .p1{	
	left:8px;
	top:85px;
}
/*Defence*/
.home .f442 .p5{
	left:79px;
	top:5px;
}
.home .f442 .p4{
	left:79px;
	top:60px;
}
.home .f442 .p3{
	left:79px;
	top:114px;
}
.home .f442 .p2{
	left:79px;
	top:169px;
}
/*Midfield*/
.home .f442 .p9{
	left:155px;
	top:5px;
}
.home .f442 .p8{
	left:155px;
	top:60px;

}
.home .f442 .p7{
	left:155px;
	top:114px;
}
.home .f442 .p6{
	left:155px;
	top:169px;
}
/*Forwards*/
.home .f442 .p11{
	left:231px;
	top:60px;}
.home .f442 .p10{
	left:231px;
	top:114px;}
/*Bench*/
.home .f442 .p12, 
.home .f442 .p13, 
.home .f442 .p14, 
.home .f442 .p15, 
.home .f442 .p16,
.home .f442 .p17,
.home .f442 .p18,
.home .f442 .p19,
.home .f442 .p20,
.home .f442 .p21,
.home .f442 .p22,
.home .f442 .p23,
.home .f442 .p24,
.home .f442 .p25{
	height:21px;
	width:21px;
}
/*442 Formation
Away Team*/
.away .f442 div{
	background:#999;
	border:1px #FFF solid;
	height:25px;
	position:absolute;	
	width:25px;	
}
/*Keeper*/
.away .f442 .p1{
	right:8px;
	top:85px;
} 
/*Defence*/
.away .f442 .p2{
	right:79px;
	top:5px;
}
.away .f442 .p3{
	right:79px;
	top:60px;
}
.away .f442 .p4{
	right:79px;
	top:114px;
}
.away .f442 .p5{
	right:79px;
	top:169px;
}
/*Midfield*/
.away .f442 .p6{
	right:155px;
	top:5px;
}
.away .f442 .p7{
	right:155px;
	top:60px;
}
.away .f442 .p8{
	right:155px;
	top:114px;
}
.away .f442 .p9{
	right:155px;
	top:169px;
}
/*Forwards*/
.away .f442 .p10{
	right:231px;
	top:60px;}
.away .f442 .p11{
	right:231px;
	top:114px;}
/*Bench*/
.away .f442 .p12, 
.away .f442 .p13, 
.away .f442 .p14, 
.away .f442 .p15, 
.away .f442 .p16,
.away .f442 .p17,
.away .f442 .p18,
.away .f442 .p19,
.away .f442 .p20,
.away .f442 .p21,
.away .f442 .p22,
.away .f442 .p23,
.away .f442 .p24,
.away .f442 .p25{
	height:21px;
	width:21px;
}

/***********************************************************************
433 Formation
Hometeam*/
.home .f433 div{
	background-color:#FFF;
	border:1px #666 solid;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.home .f433 .p1{	
	left:8px;
	top:85px;
} 
/*Defence*/
.home .f433 .p5{
	left:79px;
	top:5px;
}
.home .f433 .p4{
	left:79px;
	top:60px;
}
.home .f433 .p3{
	left:79px;
	top:114px;
}
.home .f433 .p2{
	left:79px;
	top:169px;
}
/*Midfield*/
.home .f433 .p8{
	left:155px;
	top:5px;
}
.home .f433 .p7{
	left:155px;
	top:85px;
}
.home .f433 .p6{
	left:155px;
	top:169px;
}
/*Forwards*/
.home .f433 .p11{
	left:231px;
	top:5px;
}
.home .f433 .p10{
	left:231px;
	top:85px;
}
.home .f433 .p9{
	left:231px;
	top:169px;
}
/*Bench*/
.home .f433 .p12, 
.home .f433 .p13, 
.home .f433 .p14, 
.home .f433 .p15, 
.home .f433 .p16,
.home .f433 .p17,
.home .f433 .p18,
.home .f433 .p19,
.home .f433 .p20,
.home .f433 .p21,
.home .f433 .p22,
.home .f433 .p23,
.home .f433 .p24,
.home .f433 .p25{
	height:21px;
	width:21px;
}
/*433 Formation
Away Team*/
.away .f433 div{
	background:#999;
	border:1px #FFF solid;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.away .f433 .p1{	
	right:8px;
	top:85px;
} 
/*Defence*/
.away .f433 .p2{
	right:79px;
	top:5px;
}
.away .f433 .p3{
	right:79px;
	top:60px;
}
.away .f433 .p4{
	right:79px;
	top:114px;
}
.away .f433 .p5{
	right:79px;
	top:169px;
}
/*Midfield*/
.away .f433 .p6{
	right:155px;
	top:5px;
}
.away .f433 .p7{
	right:155px;
	top:85px;
}
.away .f433 .p8{
	right:155px;
	top:169px;
}
/*Forwards*/
.away .f433 .p9{
	right:231px;
	top:5px;
}
.away .f433 .p10{
	right:231px;
	top:85px;
}
.away .f433 .p11{
	right:231px;
	top:169px;
}
/*Bench*/
.away .f433 .p12, 
.away .f433 .p13, 
.away .f433 .p14, 
.away .f433 .p15, 
.away .f433 .p16,
.away .f433 .p17,
.away .f433 .p18,
.away .f433 .p19,
.away .f433 .p20,
.away .f433 .p21,
.away .f433 .p22,
.away .f433 .p23,
.away .f433 .p24,
.away .f433 .p25{
	height:21px;
	width:21px;
}

/************************************************************
4411 Formation
Hometeam*/
.home .f4411 div{
	background-color:#FFF;
	border:1px #666 solid;
	color:#666;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.home .f4411 .p1{	
	left:8px;
	top:85px;
} 
/*Defence*/
.home .f4411 .p5{
	left:64px;
	top:5px;
}
.home .f4411 .p4{
	left:64px;
	top:60px;
}
.home .f4411 .p3{
	left:64px;
	top:114px;
}
.home .f4411 .p2{
	left:64px;
	top:169px;
}
/*Midfield*/
.home .f4411 .p9{
	left:120px;
	top:5px;
}
.home .f4411 .p8{
	left:120px;
	top:60px;
}
.home .f4411 .p7{
	left:120px;
	top:114px;
}
.home .f4411 .p6{
	left:120px;
	top:169px;
}
/*Forward*/
.home .f4411 .p10{
	left:179px;
	top:85px;
}
/*Striker*/
.home .f4411 .p11{
	left:231px;
	top:85px;
}
/*Bench*/
.home .f4411 .p12, 
.home .f4411 .p13, 
.home .f4411 .p14, 
.home .f4411 .p15, 
.home .f4411 .p16,
.home .f4411 .p17,
.home .f4411 .p18,
.home .f4411 .p19,
.home .f4411 .p20,
.home .f4411 .p21,
.home .f4411 .p22,
.home .f4411 .p23,
.home .f4411 .p24,
.home .f4411 .p25{
	height:21px;
	width:21px;
}
/*4411 Formation
Awayteam*/
.away .f4411 div{
	background:#999;
	border:1px #FFF solid;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.away .f4411 .p1{	
	right:8px;
	top:85px;
} 
/*Defence*/
.away .f4411 .p2{
	right:64px;
	top:5px;
}
.away .f4411 .p3{
	right:64px;
	top:60px;
}
.away .f4411 .p4{
	right:64px;
	top:114px;
}
.away .f4411 .p5{
	right:64px;
	top:169px;
}
/*Midfield*/
.away .f4411 .p6{
	right:120px;
	top:5px;
}
.away .f4411 .p7{
	right:120px;
	top:60px;
}
.away .f4411 .p8{
	right:120px;
	top:114px;
}
.away .f4411 .p9{
	right:120px;
	top:169px;
}
/*Forward*/
.away .f4411 .p10{
	right:179px;
	top:85px;
}
/*Striker*/
.away .f4411 .p11{
	right:231px;
	top:85px;
}
/*Bench*/
.away .f4411 .p12, 
.away .f4411 .p13, 
.away .f4411 .p14, 
.away .f4411 .p15, 
.away .f4411 .p16,
.away .f4411 .p17,
.away .f4411 .p18,
.away .f4411 .p19,
.away .f4411 .p20,
.away .f4411 .p21,
.away .f4411 .p22,
.away .f4411 .p23,
.away .f4411 .p24,
.away .f4411 .p25{
	height:21px;
	width:21px;
}

/************************************************************
4321 Formation
Hometeam*/
.home .f4321 div{
	background-color:#FFF;
	border:1px #666 solid;
	color:#666;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.home .f4321 .p1{	
	left:8px;
	top:85px;
} 
/*Defence*/
.home .f4321 .p5{
	left:64px;
	top:5px;
}
.home .f4321 .p4{
	left:64px;
	top:60px;
}
.home .f4321 .p3{
	left:64px;
	top:114px;
}
.home .f4321 .p2{
	left:64px;
	top:169px;
}
/*Midfield*/
.home .f4321 .p8{
	left:120px;
	top:5px;
}
.home .f4321 .p7{
	left:120px;
	top:85px;
}
.home .f4321 .p6{
	left:120px;
	top:169px;
}
/*Forwards*/
.home .f4321 .p10{
	left:179px;
	top:60px;
}
.home .f4321 .p9{
	left:179px;
	top:114px;
}
/*Strikers*/
.home .f4321 .p11{
	left:231px;
	top:85px;
}
/*Bench*/
.home .f4321 .p12, 
.home .f4321 .p13, 
.home .f4321 .p14, 
.home .f4321 .p15, 
.home .f4321 .p16,
.home .f4321 .p17,
.home .f4321 .p18,
.home .f4321 .p19,
.home .f4321 .p20,
.home .f4321 .p21,
.home .f4321 .p22,
.home .f4321 .p23,
.home .f4321 .p24,
.home .f4321 .p25{
	height:21px;
	width:21px;
}
/*4321 Formation
awayteam*/
.away .f4321 div{
	background:#999;
	border:1px #FFF solid;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.away .f4321 .p1{	
	right:8px;
	top:85px;
} 
/*Defence*/
.away .f4321 .p2{
	right:64px;
	top:5px;
}
.away .f4321 .p3{
	right:64px;
	top:60px;
}
.away .f4321 .p4{
	right:64px;
	top:114px;
}
.away .f4321 .p5{
	right:64px;
	top:169px;
}
/*Midfield*/
.away .f4321 .p6{
	right:120px;
	top:5px;
}
.away .f4321 .p7{
	right:120px;
	top:85px;
}
.away .f4321 .p8{
	right:120px;
	top:169px;
}
/*Forwards*/
.away .f4321 .p9{
	right:179px;
	top:60px;
}
.away .f4321 .p10{
	right:179px;
	top:114px;
}
/*Strikers*/
.away .f4321 .p11{
	right:231px;
	top:85px;
}
/*Bench*/
.away .f4321 .p12, 
.away .f4321 .p13, 
.away .f4321 .p14, 
.away .f4321 .p15, 
.away .f4321 .p16,
.away .f4321 .p17,
.away .f4321 .p18,
.away .f4321 .p19,
.away .f4321 .p20,
.away .f4321 .p21,
.away .f4321 .p22,
.away .f4321 .p23,
.away .f4321 .p24,
.away .f4321 .p25{
	height:21px;
	width:21px;
}

/************************************************************
4312 Formation
Hometeam*/
.home .f4312 div{
	background-color:#FFF;
	border:1px #666 solid;
	color:#666;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.home .f4312 .p1{	
	left:8px;
	top:85px;
} 
/*Defence*/
.home .f4312 .p5{
	left:64px;
	top:5px;
}
.home .f4312 .p4{
	left:64px;
	top:60px;
}
.home .f4312 .p3{
	left:64px;
	top:114px;
}
.home .f4312 .p2{
	left:64px;
	top:169px;
}
/*Midfield*/
.home .f4312 .p8{
	left:120px;
	top:5px;
}
.home .f4312 .p7{
	left:120px;
	top:85px;
}
.home .f4312 .p6{
	left:120px;
	top:169px;
}
/*Forward*/
.home .f4312 .p9{
	left:179px;
	top:85px;
}
/*Strikers*/
.home .f4312 .p11{
	left:231px;
	top:60px;
}
.home .f4312 .p10{
	left:231px;
	top:114px;
}
/*Bench*/
.home .f4312 .p12, 
.home .f4312 .p13, 
.home .f4312 .p14, 
.home .f4312 .p15, 
.home .f4312 .p16,
.home .f4312 .p17,
.home .f4312 .p18,
.home .f4312 .p19,
.home .f4312 .p20,
.home .f4312 .p21,
.home .f4312 .p22,
.home .f4312 .p23,
.home .f4312 .p24,
.home .f4312 .p25{
	height:21px;
	width:21px;
}
/*4312 Formation
awayteam*/
.away .f4312 div{
	background:#999;
	border:1px #FFF solid;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.away .f4312 .p1{	
	right:8px;
	top:85px;
} 
/*Defence*/
.away .f4312 .p2{
	right:64px;
	top:5px;
}
.away .f4312 .p3{
	right:64px;
	top:60px;
}
.away .f4312 .p4{
	right:64px;
	top:114px;
}
.away .f4312 .p5{
	right:64px;
	top:169px;
}
/*Midfield*/
.away .f4312 .p6{
	right:120px;
	top:5px;
}
.away .f4312 .p7{
	right:120px;
	top:85px;
}
.away .f4312 .p8{
	right:120px;
	top:169px;
}
/*Forward*/
.away .f4312 .p9{
	right:179px;
	top:85px;
}
/*Strikers*/
.away .f4312 .p10{
	right:231px;
	top:60px;
}
.away .f4312 .p11{
	right:231px;
	top:114px;
}
/*Bench*/
.away .f4312 .p12, 
.away .f4312 .p13, 
.away .f4312 .p14, 
.away .f4312 .p15, 
.away .f4312 .p16,
.away .f4312 .p17,
.away .f4312 .p18,
.away .f4312 .p19,
.away .f4312 .p20,
.away .f4312 .p21,
.away .f4312 .p22,
.away .f4312 .p23,
.away .f4312 .p24,
.away .f4312 .p25{
	height:21px;
	width:21px;
}

/************************************************************
4132 Formation
Hometeam*/
.home .f4132 div{
	background-color:#FFF;
	border:1px #666 solid;
	color:#666;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.home .f4132 .p1{	
	left:8px;
	top:85px;
} 
/*Defence*/
.home .f4132 .p5{
	left:64px;
	top:5px;
}
.home .f4132 .p4{
	left:64px;
	top:60px;
}
.home .f4132 .p3{
	left:64px;
	top:114px;
}
.home .f4132 .p2{
	left:64px;
	top:169px;
}

/*Holding Midfielder*/
.home .f4132 .p6{
	left:120px;
	top:85px;
}
/*Midfield*/
.home .f4132 .p9{
	left:179px;
	top:5px;
}
.home .f4132 .p8{
	left:179px;
	top:85px;
}
.home .f4132 .p7{
	left:179px;
	top:169px;
}
/*Strikers*/
.home .f4132 .p11{
	left:231px;
	top:60px;
}
.home .f4132 .p10{
	left:231px;
	top:114px;
}
/*Bench*/
.home .f4132 .p12, 
.home .f4132 .p13, 
.home .f4132 .p14, 
.home .f4132 .p15, 
.home .f4132 .p16,
.home .f4132 .p17,
.home .f4132 .p18,
.home .f4132 .p19,
.home .f4132 .p20,
.home .f4132 .p21,
.home .f4132 .p22,
.home .f4132 .p23,
.home .f4132 .p24,
.home .f4132 .p25{
	height:21px;
	width:21px;
}
/*4132 Formation
awayteam*/
.away .f4132 div{
	background:#999;
	border:1px #FFF solid;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.away .f4132 .p1{	
	right:8px;
	top:85px;
} 
/*Defence*/
.away .f4132 .p2{
	right:64px;
	top:5px;
}
.away .f4132 .p3{
	right:64px;
	top:60px;
}
.away .f4132 .p4{
	right:64px;
	top:114px;
}
.away .f4132 .p5{
	right:64px;
	top:169px;
}

/*Holding Midfielder*/
.away .f4132 .p6{
	right:120px;
	top:85px;
}
/*Midfield*/
.away .f4132 .p7{
	right:179px;
	top:5px;
}
.away .f4132 .p8{
	right:179px;
	top:85px;
}
.away .f4132 .p9{
	right:179px;
	top:169px;
}
/*Strikers*/
.away .f4132 .p10{
	right:231px;
	top:60px;
}
.away .f4132 .p11{
	right:231px;
	top:114px;
}
/*Bench*/
.away .f4132 .p12, 
.away .f4132 .p13, 
.away .f4132 .p14, 
.away .f4132 .p15, 
.away .f4132 .p16,
.away .f4132 .p17,
.away .f4132 .p18,
.away .f4132 .p19,
.away .f4132 .p20,
.away .f4132 .p21,
.away .f4132 .p22,
.away .f4132 .p23,
.away .f4132 .p24,
.away .f4132 .p25{
	height:21px;
	width:21px;
}

/************************************************************
3412 Formation
Hometeam*/
.home .f3412 div{
	background-color:#FFF;
	border:1px #666 solid;
	color:#666;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.home .f3412 .p1{	
	left:8px;
	top:85px;
} 
/*Defence*/
.home .f3412 .p4{
	left:64px;
	top:5px;
}
.home .f3412 .p3{
	left:64px;
	top:85px;
}
.home .f3412 .p2{
	left:64px;
	top:169px;
}
/*Midfield*/
.home .f3412 .p8{
	left:120px;
	top:5px;
}
.home .f3412 .p7{
	left:120px;
	top:60px;
}
.home .f3412 .p6{
	left:120px;
	top:114px;
}
.home .f3412 .p5{
	left:120px;
	top:169px;
}
/*Forward*/
.home .f3412 .p9{
	left:179px;
	top:85px;
}
/*Strikers*/
.home .f3412 .p11{
	left:231px;
	top:60px;
}
.home .f3412 .p10{
	left:231px;
	top:114px;
}
/*Bench*/
.home .f3412 .p12, 
.home .f3412 .p13, 
.home .f3412 .p14, 
.home .f3412 .p15, 
.home .f3412 .p16,
.home .f3412 .p17,
.home .f3412 .p18,
.home .f3412 .p19,
.home .f3412 .p20,
.home .f3412 .p21,
.home .f3412 .p22,
.home .f3412 .p23,
.home .f3412 .p24,
.home .f3412 .p25{
	height:21px;
	width:21px;
}
/*3412 Formation
awayteam*/
.away .f3412 div{
	background:#999;
	border:1px #FFF solid;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.away .f3412 .p1{	
	right:8px;
	top:85px;
} 
/*Defence*/
.away .f3412 .p2{
	right:64px;
	top:5px;
}
.away .f3412 .p3{
	right:64px;
	top:85px;
}
.away .f3412 .p4{
	right:64px;
	top:169px;
}
/*Midfield*/
.away .f3412 .p5{
	right:120px;
	top:5px;
}
.away .f3412 .p6{
	right:120px;
	top:60px;
}
.away .f3412 .p7{
	right:120px;
	top:114px;
}
.away .f3412 .p8{
	right:120px;
	top:169px;
}
/*Forward*/
.away .f3412 .p9{
	right:179px;
	top:85px;
}
/*Strikers*/
.away .f3412 .p10{
	right:231px;
	top:60px;
}
.away .f3412 .p11{
	right:231px;
	top:114px;
}
/*Bench*/
.away .f3412 .p12, 
.away .f3412 .p13, 
.away .f3412 .p14, 
.away .f3412 .p15, 
.away .f3412 .p16,
.away .f3412 .p17,
.away .f3412 .p18,
.away .f3412 .p19,
.away .f3412 .p20,
.away .f3412 .p21,
.away .f3412 .p22,
.away .f3412 .p23,
.away .f3412 .p24,
.away .f3412 .p25{
	height:21px;
	width:21px;
}

/************************************************************
3142 Formation
Hometeam*/
.home .f3142 div{
	background-color:#FFF;
	border:1px #666 solid;
	color:#666;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.home .f3142 .p1{	
	left:8px;
	top:85px;
} 
/*Back Four*/
.home .f3142 .p4{
	left:64px;
	top:5px;
}
.home .f3142 .p3{
	left:64px;
	top:85px;
}
.home .f3142 .p2{
	left:64px;
	top:169px;
}
/*Holding Midfielder*/
.home .f3142 .p5{
	left:120px;
	top:85px;
}
/*Midfield*/
.home .f3142 .p9{
	left:179px;
	top:5px;
}
.home .f3142 .p8{
	left:179px;
	top:60px;
}
.home .f3142 .p7{
	left:179px;
	top:114px;
}
.home .f3142 .p6{
	left:179px;
	top:169px;
}
/*Strikers*/
.home .f3142 .p11{
	left:231px;
	top:60px;
}
.home .f3142 .p10{
	left:231px;
	top:114px;
}
/*Bench*/
.home .f3142 .p12, 
.home .f3142 .p13, 
.home .f3142 .p14, 
.home .f3142 .p15, 
.home .f3142 .p16,
.home .f3142 .p17,
.home .f3142 .p18,
.home .f3142 .p19,
.home .f3142 .p20,
.home .f3142 .p21,
.home .f3142 .p22,
.home .f3142 .p23,
.home .f3142 .p24,
.home .f3142 .p25{
	height:21px;
	width:21px;
}
/*3142 Formation
awayteam*/
.away .f3142 div{
	background-color:#999;
	border:1px #FFF solid;
	color:#FFF;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.away .f3142 .p1{	
	right:8px;
	top:85px;
} 
/*Back Four*/
.away .f3142 .p2{
	right:64px;
	top:5px;
}
.away .f3142 .p3{
	right:64px;
	top:85px;
}
.away .f3142 .p4{
	right:64px;
	top:169px;
}
/*Holding Midfielder*/
.away .f3142 .p5{
	right:120px;
	top:85px;
}
/*Midfield*/
.away .f3142 .p6{
	right:179px;
	top:5px;
}
.away .f3142 .p7{
	right:179px;
	top:60px;
}
.away .f3142 .p8{
	right:179px;
	top:114px;
}
.away .f3142 .p9{
	right:179px;
	top:169px;
}
/*Strikers*/
.away .f3142 .p10{
	right:231px;
	top:60px;
}
.away .f3142 .p11{
	right:231px;
	top:114px;
}
/*Bench*/
.away .f3142 .p12, 
.away .f3142 .p13, 
.away .f3142 .p14, 
.away .f3142 .p15, 
.away .f3142 .p16,
.away .f3142 .p17,
.away .f3142 .p18,
.away .f3142 .p19,
.away .f3142 .p20,
.away .f3142 .p21,
.away .f3142 .p22,
.away .f3142 .p23,
.away .f3142 .p24,
.away .f3142 .p25{
	height:21px;
	width:21px;
}

/*****************************************************************
343 Formation
Hometeam*/
.home .f343 div{
	background-color:#FFF;
	border:1px #666 solid;
	color:#666;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.home .f343 .p1{	
	left:8px;
	top:85px;
} 
/*Back Four*/
.home .f343 .p4{
	left:79px;
	top:5px;
}
.home .f343 .p3{
	left:79px;
	top:85px;
}
.home .f343 .p2{
	left:79px;
	top:169px;
}
/*Midfield*/
.home .f343 .p8{
	left:155px;
	top:5px;
}
.home .f343 .p7{
	left:155px;
	top:60px;
}
.home .f343 .p6{
	left:155px;
	top:114px;
}
.home .f343 .p5{
	left:155px;
	top:169px;
}
/*Forwards*/
.home .f343 .p11{
	left:231px;
	top:5px;
}
.home .f343 .p10{
	left:231px;
	top:85px;
}
.home .f343 .p9{
	left:231px;
	top:169px;
}
/*Bench*/
.home .f343 .p12, 
.home .f343 .p13, 
.home .f343 .p14, 
.home .f343 .p15, 
.home .f343 .p16,
.home .f343 .p17,
.home .f343 .p18,
.home .f343 .p19,
.home .f343 .p20,
.home .f343 .p21,
.home .f343 .p22,
.home .f343 .p23,
.home .f343 .p24,
.home .f343 .p25{
	height:21px;
	width:21px;
}
/*343 Formation
Away Team*/
.away .f343 div{
	background-color:#999;
	border:1px #FFF solid;
	color:#FFF;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.away .f343 .p1{	
	right:8px;
	top:85px;
} 
/*Back Four*/
.away .f343 .p2{
	right:79px;
	top:5px;
}
.away .f343 .p3{
	right:79px;
	top:85px;
}
.away .f343 .p4{
	right:79px;
	top:169px;
}
/*Midfield*/
.away .f343 .p5{
	right:155px;
	top:5px;
}
.away .f343 .p6{
	right:155px;
	top:60px;
}
.away .f343 .p7{
	right:155px;
	top:114px;
}
.away .f343 .p8{
	right:155px;
	top:169px;
}
/*Forwards*/
.away .f343 .p9{
	right:231px;
	top:5px;
}
.away .f343 .p10{
	right:231px;
	top:85px;
}
.away .f343 .p11{
	right:231px;
	top:169px;
}
/*Bench*/
.away .f343 .p12, 
.away .f343 .p13, 
.away .f343 .p14, 
.away .f343 .p15, 
.away .f343 .p16,
.away .f343 .p17,
.away .f343 .p18,
.away .f343 .p19,
.away .f343 .p20,
.away .f343 .p21,
.away .f343 .p22,
.away .f343 .p23,
.away .f343 .p24,
.away .f343 .p25{
	height:21px;
	width:21px;
}

/*334 Formation
Hometeam*/
.home .f334 div{
	background-color:#FFF;
	border:1px #666 solid;
	color:#666;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.home .f334 .p1{	
	left:8px;
	top:85px;
} 
/*Back Four*/
.home .f334 .p4{
	left:79px;
	top:5px;
}
.home .f334 .p3{
	left:79px;
	top:85px;
}
.home .f334 .p2{
	left:79px;
	top:169px;
}
/*Midfield*/
.home .f334 .p7{
	left:155px;
	top:5px;
}
.home .f334 .p6{
	left:155px;
	top:85px;
}
.home .f334 .p5{
	left:155px;
	top:169px;
}
/*Forwards*/
.home .f334 .p11{
	left:231px;
	top:5px;
}
.home .f334 .p10{
	left:231px;
	top:60px;
}
.home .f334 .p9{
	left:231px;
	top:114px;
}
.home .f334 .p8{
	left:231px;
	top:169px;
}
/*Bench*/
.home .f334 .p12, 
.home .f334 .p13, 
.home .f334 .p14, 
.home .f334 .p15, 
.home .f334 .p16,
.home .f334 .p17,
.home .f334 .p18,
.home .f334 .p19,
.home .f334 .p20,
.home .f334 .p21,
.home .f334 .p22,
.home .f334 .p23,
.home .f334 .p24,
.home .f334 .p25{
	height:21px;
	width:21px;
}
/*334 Formation
Away Team*/
.away .f334 div{
	background-color:#999;
	border:1px #FFF solid;
	color:#FFF;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.away .f334 .p1{	
	right:8px;
	top:85px;
} 
/*Back Four*/
.away .f334 .p2{
	right:79px;
	top:5px;
}
.away .f334 .p3{
	right:79px;
	top:85px;
}
.away .f334 .p4{
	right:79px;
	top:169px;
}
/*Midfield*/
.away .f334 .p5{
	right:155px;
	top:5px;
}
.away .f334 .p6{
	right:155px;
	top:85px;
}
.away .f334 .p7{
	right:155px;
	top:169px;
}
/*Forwards*/
.away .f334 .p8{
	right:231px;
	top:5px;
}
.away .f334 .p9{
	right:231px;
	top:60px;
}
.away .f334 .p10{
	right:231px;
	top:114px;
}
.away .f334 .p11{
	right:231px;
	top:169px;
}
/*Bench*/
.away .f334 .p12, 
.away .f334 .p13, 
.away .f334 .p14, 
.away .f334 .p15, 
.away .f334 .p16,
.away .f334 .p17,
.away .f334 .p18,
.away .f334 .p19,
.away .f334 .p20,
.away .f334 .p21,
.away .f334 .p22,
.away .f334 .p23,
.away .f334 .p24,
.away .f334 .p25{
	height:21px;
	width:21px;
}

/************************************************************
41212 Formation
Hometeam*/
.home .f41212 div{
	background-color:#FFF;
	border:1px #666 solid;
	color:#666;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.home .f41212 .p1{	
	left:8px;
	top:85px;
} 
/*Back Four*/
.home .f41212 .p5{
	left:53px;
	top:5px;
}
.home .f41212 .p4{
	left:53px;
	top:60px;
}
.home .f41212 .p3{
	left:53px;
	top:114px;
}
.home .f41212 .p2{
	left:53px;
	top:169px;
}
/*Holding Midfield*/
.home .f41212 .p6{
	left:99px;
	top:85px;
}
/*Midfield*/
.home .f41212 .p8{
	left:145px;
	top:60px;
}
.home .f41212 .p7{
	left:145px;
	top:114px;
}
/*Forwards*/
.home .f41212 .p9{
	left:191px;
	top:85px;
}
/*Strikers*/
.home .f41212 .p11{
	left:231px;
	top:60px;
}
.home .f41212 .p10{
	left:231px;
	top:114px;
}
/*Bench*/
.home .f41212 .p12, 
.home .f41212 .p13, 
.home .f41212 .p14, 
.home .f41212 .p15, 
.home .f41212 .p16,
.home .f41212 .p17,
.home .f41212 .p18,
.home .f41212 .p19,
.home .f41212 .p20,
.home .f41212 .p21,
.home .f41212 .p22,
.home .f41212 .p23,
.home .f41212 .p24,
.home .f41212 .p25{
	height:21px;
	width:21px;
}
/*41212 Formation
awayteam*/
.away .f41212 div{
	background-color:#999;
	border:1px #FFF solid;
	color:#FFF;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.away .f41212 .p1{	
	right:8px;
	top:85px;
} 
/*Back Four*/
.away .f41212 .p2{
	right:53px;
	top:5px;
}
.away .f41212 .p3{
	right:53px;
	top:60px;
}
.away .f41212 .p4{
	right:53px;
	top:114px;
}
.away .f41212 .p5{
	right:53px;
	top:169px;
}
/*Holding Midfield*/
.away .f41212 .p6{
	right:99px;
	top:85px;
}
/*Midfield*/
.away .f41212 .p7{
	right:145px;
	top:60px;
}
.away .f41212 .p8{
	right:145px;
	top:114px;
}
/*Forwards*/
.away .f41212 .p9{
	right:191px;
	top:85px;
}
/*Strikers*/
.away .f41212 .p10{
	right:231px;
	top:60px;
}
.away .f41212 .p11{
	right:231px;
	top:114px;
}
/*Bench*/
.away .f41212 .p12, 
.away .f41212 .p13, 
.away .f41212 .p14, 
.away .f41212 .p15, 
.away .f41212 .p16,
.away .f41212 .p17,
.away .f41212 .p18,
.away .f41212 .p19,
.away .f41212 .p20,
.away .f41212 .p21,
.away .f41212 .p22,
.away .f41212 .p23,
.away .f41212 .p24,
.away .f41212 .p25{
	height:21px;
	width:21px;
}

/************************************************************
4141 Formation
Hometeam*/
.home .f4141 div{
	background-color:#FFF;
	border:1px #666 solid;
	color:#666;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.home .f4141 .p1{	
	left:8px;
	top:85px;
} 
/*Back Four*/
.home .f4141 .p5{
	left:64px;
	top:5px;
}
.home .f4141 .p4{
	left:64px;
	top:60px;
}
.home .f4141 .p3{
	left:64px;
	top:114px;
}
.home .f4141 .p2{
	left:64px;
	top:169px;
}
/*Holding Midfield*/
.home .f4141 .p6{
	left:120px;
	top:85px;
}
/*Midfield*/
.home .f4141 .p10{
	left:179px;
	top:5px;
}
.home .f4141 .p9{
	left:179px;
	top:60px;
}
.home .f4141 .p8{
	left:179px;
	top:114px;
}
.home .f4141 .p7{
	left:179px;
	top:169px;
}
/*Striker*/
.home .f4141 .p11{
	left:231px;
	top:85px;
}
/*Bench*/
.home .f4141 .p12, 
.home .f4141 .p13, 
.home .f4141 .p14, 
.home .f4141 .p15, 
.home .f4141 .p16,
.home .f4141 .p17,
.home .f4141 .p18,
.home .f4141 .p19,
.home .f4141 .p20,
.home .f4141 .p21,
.home .f4141 .p22,
.home .f4141 .p23,
.home .f4141 .p24,
.home .f4141 .p25{
	height:21px;
	width:21px;
}
/*4141 Formation
awayteam*/
.away .f4141 div{
	background-color:#999;
	border:1px #FFF solid;
	color:#FFF;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.away .f4141 .p1{	
	right:8px;
	top:85px;
} 
/*Back Four*/
.away .f4141 .p2{
	right:64px;
	top:5px;
}
.away .f4141 .p3{
	right:64px;
	top:60px;
}
.away .f4141 .p4{
	right:64px;
	top:114px;
}
.away .f4141 .p5{
	right:64px;
	top:169px;
}
/*Holding Midfield*/
.away .f4141 .p6{
	right:120px;
	top:85px;
}
/*Midfield*/
.away .f4141 .p7{
	right:179px;
	top:5px;
}
.away .f4141 .p8{
	right:179px;
	top:60px;
}
.away .f4141 .p9{
	right:179px;
	top:114px;
}
.away .f4141 .p10{
	right:179px;
	top:169px;
}
/*Striker*/
.away .f4141 .p11{
	right:231px;
	top:85px;
}
/*Bench*/
.away .f4141 .p12, 
.away .f4141 .p13, 
.away .f4141 .p14, 
.away .f4141 .p15, 
.away .f4141 .p16,
.away .f4141 .p17,
.away .f4141 .p18,
.away .f4141 .p19,
.away .f4141 .p20,
.away .f4141 .p21,
.away .f4141 .p22,
.away .f4141 .p23,
.away .f4141 .p24,
.away .f4141 .p25{
	height:21px;
	width:21px;
}

/******************************************************************
3331 Formation
Hometeam*/
.home .f3331 div{
	background-color:#FFF;
	border:1px #666 solid;
	color:#666;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.home .f3331 .p1{	
	left:8px;
	top:85px;
} 
/*Back Four*/
.home .f3331 .p4{
	left:64px;
	top:5px;
}
.home .f3331 .p3{
	left:64px;
	top:85px;
}
.home .f3331 .p2{
	left:64px;
	top:169px;
}
/*Midfield*/
.home .f3331 .p7{
	left:120px;
	top:5px;
}
.home .f3331 .p6{
	left:120px;
	top:85px;
}
.home .f3331 .p5{
	left:120px;
	top:169px;
}
/*Forwards*/
.home .f3331 .p10{
	left:179px;
	top:5px;
}
.home .f3331 .p9{
	left:179px;
	top:85px;
}
.home .f3331 .p8{
	left:179px;
	top:169px;
}
/*Striker*/
.home .f3331 .p11{
	left:231px;
	top:85px;
}
/*Bench*/
.home .f3331 .p12, 
.home .f3331 .p13, 
.home .f3331 .p14, 
.home .f3331 .p15, 
.home .f3331 .p16,
.home .f3331 .p17,
.home .f3331 .p18,
.home .f3331 .p19,
.home .f3331 .p20,
.home .f3331 .p21,
.home .f3331 .p22,
.home .f3331 .p23,
.home .f3331 .p24,
.home .f3331 .p25{
	height:21px;
	width:21px;
}
/*3331 Formation
Away Team*/
.away .f3331 div{
	background-color:#999;
	border:1px #FFF solid;
	color:#FFF;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.away .f3331 .p1{	
	right:8px;
	top:85px;
} 
/*Back Four*/
.away .f3331 .p2{
	right:64px;
	top:5px;
}
.away .f3331 .p3{
	right:64px;
	top:85px;
}
.away .f3331 .p4{
	right:64px;
	top:169px;
}
/*Midfield*/
.away .f3331 .p5{
	right:120px;
	top:5px;
}
.away .f3331 .p6{
	right:120px;
	top:85px;
}
.away .f3331 .p7{
	right:120px;
	top:169px;
}
/*Forwards*/
.away .f3331 .p8{
	right:179px;
	top:5px;
}
.away .f3331 .p9{
	right:179px;
	top:85px;
}
.away .f3331 .p10{
	right:179px;
	top:169px;
}
/*Striker*/
.away .f3331 .p11{
	right:231px;
	top:85px;
}
/*Bench*/
.away .f3331 .p12, 
.away .f3331 .p13, 
.away .f3331 .p14, 
.away .f3331 .p15, 
.away .f3331 .p16,
.away .f3331 .p17,
.away .f3331 .p18,
.away .f3331 .p19,
.away .f3331 .p20,
.away .f3331 .p21,
.away .f3331 .p22,
.away .f3331 .p23,
.away .f3331 .p24,
.away .f3331 .p25{
	height:21px;
	width:21px;
}

/******************************************************************
3511 Formation
Hometeam*/
.home .f3511 div{
	background-color:#FFF;
	border:1px #666 solid;
	color:#666;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.home .f3511 .p1{	
	left:8px;
	top:85px;
} 
/*Back Four*/
.home .f3511 .p4{
	left:64px;
	top:5px;
}
.home .f3511 .p3{
	left:64px;
	top:85px;
}
.home .f3511 .p2{
	left:64px;
	top:169px;
}
/*Midfield*/
.home .f3511 .p9{
	left:120px;
	top:5px;
}
.home .f3511 .p8{
	left:120px;
	top:46px;
}
.home .f3511 .p7{
	left:120px;
	top:85px;
}
.home .f3511 .p6{
	left:120px;
	top:128px;
}
.home .f3511 .p5{
	left:120px;
	top:169px;
}
/*Forwards*/
.home .f3511 .p10{
	left:179px;
	top:85px;
}
/*Striker*/
.home .f3511 .p11{
	left:231px;
	top:85px;
}
/*Bench*/
.home .f3511 .p12, 
.home .f3511 .p13, 
.home .f3511 .p14, 
.home .f3511 .p15, 
.home .f3511 .p16,
.home .f3511 .p17,
.home .f3511 .p18,
.home .f3511 .p19,
.home .f3511 .p20,
.home .f3511 .p21,
.home .f3511 .p22,
.home .f3511 .p23,
.home .f3511 .p24,
.home .f3511 .p25{
	height:21px;
	width:21px;
}
/*3511 Formation
Away Team*/
.away .f3511 div{
	background-color:#999;
	border:1px #FFF solid;
	color:#FFF;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.away .f3511 .p1{	
	right:8px;
	top:85px;
} 
/*Back Four*/
.away .f3511 .p2{
	right:64px;
	top:5px;
}
.away .f3511 .p3{
	right:64px;
	top:85px;
}
.away .f3511 .p4{
	right:64px;
	top:169px;
}
/*Midfield*/
.away .f3511 .p5{
	right:120px;
	top:5px;
}
.away .f3511 .p6{
	right:120px;
	top:46px;
}
.away .f3511 .p7{
	right:120px;
	top:85px;
}
.away .f3511 .p8{
	right:120px;
	top:128px;
}
.away .f3511 .p9{
	right:120px;
	top:169px;
}
/*Forwards*/
.away .f3511 .p10{
	right:179px;
	top:85px;
}
/*Striker*/
.away .f3511 .p11{
	right:231px;
	top:85px;
}
/*Bench*/
.away .f3511 .p12, 
.away .f3511 .p13, 
.away .f3511 .p14, 
.away .f3511 .p15, 
.away .f3511 .p16,
.away .f3511 .p17,
.away .f3511 .p18,
.away .f3511 .p19,
.away .f3511 .p20,
.away .f3511 .p21,
.away .f3511 .p22,
.away .f3511 .p23,
.away .f3511 .p24,
.away .f3511 .p25{
	height:21px;
	width:21px;
}

/******************************************************************
352 Formation
Hometeam*/
.home .f352 div{
	background-color:#FFF;
	border:1px #666 solid;
	color:#666;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.home .f352 .p1{	
	left:8px;
	top:85px;
} 
/*Back Four*/
.home .f352 .p4{
	left:79px;
	top:5px;
}
.home .f352 .p3{
	left:79px;
	top:85px;
}
.home .f352 .p2{
	left:79px;
	top:169px;
}
/*Midfield*/
.home .f352 .p9{
	left:155px;
	top:5px;
}
.home .f352 .p8{
	left:155px;
	top:46px;
}
.home .f352 .p7{
	left:155px;
	top:85px;
}
.home .f352 .p6{
	left:155px;
	top:128px;
}
.home .f352 .p5{
	left:155px;
	top:169px;
}
/*Forwards*/
.home .f352 .p11{
	left:231px;
	top:64px;
}
.home .f352 .p10{
	left:231px;
	top:114px;
}
/*Bench*/
.home .f352 .p12, 
.home .f352 .p13, 
.home .f352 .p14, 
.home .f352 .p15, 
.home .f352 .p16,
.home .f352 .p17,
.home .f352 .p18,
.home .f352 .p19,
.home .f352 .p20,
.home .f352 .p21,
.home .f352 .p22,
.home .f352 .p23,
.home .f352 .p24,
.home .f352 .p25{
	height:21px;
	width:21px;
}
/*352 Formation
Away Team*/
.away .f352 div{
	background-color:#999;
	border:1px #FFF solid;
	color:#FFF;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.away .f352 .p1{	
	right:8px;
	top:85px;
} 
/*Back Four*/
.away .f352 .p2{
	right:79px;
	top:5px;
}
.away .f352 .p3{
	right:79px;
	top:85px;
}
.away .f352 .p4{
	right:79px;
	top:169px;
}
/*Midfield*/
.away .f352 .p5{
	right:155px;
	top:5px;
}
.away .f352 .p6{
	right:155px;
	top:46px;
}
.away .f352 .p7{
	right:155px;
	top:85px;
}
.away .f352 .p8{
	right:155px;
	top:128px;
}
.away .f352 .p9{
	right:155px;
	top:169px;
}
/*Forwards*/
.away .f352 .p10{
	right:231px;
	top:64px;
}
.away .f352 .p11{
	right:231px;
	top:114px;
}
/*Bench*/
.away .f352 .p12, 
.away .f352 .p13, 
.away .f352 .p14, 
.away .f352 .p15, 
.away .f352 .p16,
.away .f352 .p17,
.away .f352 .p18,
.away .f352 .p19,
.away .f352 .p20,
.away .f352 .p21,
.away .f352 .p22,
.away .f352 .p23,
.away .f352 .p24,
.away .f352 .p25{
	height:21px;
	width:21px;
}

/******************************************************************
523 Formation
Hometeam*/
.home .f523 div{
	background-color:#FFF;
	border:1px #666 solid;
	color:#666;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.home .f523 .p1{	
	left:8px;
	top:85px;
} 
/*Back Four*/
.home .f523 .p6{
	left:79px;
	top:5px;
}
.home .f523 .p5{
	left:79px;
	top:46px;
}
.home .f523 .p4{
	left:79px;
	top:85px;
}
.home .f523 .p3{
	left:79px;
	top:128px;
}
.home .f523 .p2{
	left:79px;
	top:169px;
}
/*Midfield*/
.home .f523 .p8{
	left:155px;
	top:60px;
}
.home .f523 .p7{
	left:155px;
	top:114px;
}
/*Forwards*/
.home .f523 .p11{
	left:231px;
	top:5px;
}
.home .f523 .p10{
	left:231px;
	top:85px;
}
.home .f523 .p9{
	left:231px;
	top:169px;
}
/*Bench*/
.home .f523 .p12, 
.home .f523 .p13, 
.home .f523 .p14, 
.home .f523 .p15, 
.home .f523 .p16,
.home .f523 .p17,
.home .f523 .p18,
.home .f523 .p19,
.home .f523 .p20,
.home .f523 .p21,
.home .f523 .p22,
.home .f523 .p23,
.home .f523 .p24,
.home .f523 .p25{
	height:21px;
	width:21px;
}
/*523 Formation
Away Team*/
.away .f523 div{
	background-color:#999;
	border:1px #FFF solid;
	color:#FFF;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.away .f523 .p1{	
	right:8px;
	top:85px;
} 
/*Back Four*/
.away .f523 .p2{
	right:79px;
	top:5px;
}
.away .f523 .p3{
	right:79px;
	top:46px;
}
.away .f523 .p4{
	right:79px;
	top:85px;
}
.away .f523 .p5{
	right:79px;
	top:128px;
}
.away .f523 .p6{
	right:79px;
	top:169px;
}
/*Midfield*/
.away .f523 .p7{
	right:155px;
	top:60px;
}
.away .f523 .p8{
	right:155px;
	top:114px;
}
/*Forwards*/
.away .f523 .p9{
	right:231px;
	top:5px;
}
.away .f523 .p10{
	right:231px;
	top:85px;
}
.away .f523 .p11{
	right:231px;
	top:169px;
}
/*Bench*/
.away .f523 .p12, 
.away .f523 .p13, 
.away .f523 .p14, 
.away .f523 .p15, 
.away .f523 .p16,
.away .f523 .p17,
.away .f523 .p18,
.away .f523 .p19,
.away .f523 .p20,
.away .f523 .p21,
.away .f523 .p22,
.away .f523 .p23,
.away .f523 .p24,
.away .f523 .p25{
	height:21px;
	width:21px;
}

/******************************************************************
532 Formation
Hometeam*/
.home .f532 div{
	background-color:#FFF;
	border:1px #666 solid;
	color:#666;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.home .f532 .p1{	
	left:8px;
	top:85px;
} 
/*Back Four*/
.home .f532 .p6{
	left:79px;
	top:5px;
}
.home .f532 .p5{
	left:79px;
	top:46px;
}
.home .f532 .p4{
	left:79px;
	top:85px;
}
.home .f532 .p3{
	left:79px;
	top:128px;
}
.home .f532 .p2{
	left:79px;
	top:169px;
}
/*Midfield*/
.home .f532 .p9{
	left:155px;
	top:5px;
}
.home .f532 .p8{
	left:155px;
	top:85px;
}
.home .f532 .p7{
	left:155px;
	top:169px;
}
/*Forwards*/
.home .f532 .p11{
	left:231px;	
	top:60px;
}
.home .f532 .p10{
	left:231px;
	top:114px;
}
/*Bench*/
.home .f532 .p12, 
.home .f532 .p13, 
.home .f532 .p14, 
.home .f532 .p15, 
.home .f532 .p16,
.home .f532 .p17,
.home .f532 .p18,
.home .f532 .p19,
.home .f532 .p20,
.home .f532 .p21,
.home .f532 .p22,
.home .f532 .p23,
.home .f532 .p24,
.home .f532 .p25{
	height:21px;
	width:21px;
}
/*532 Formation
Away Team*/
.away .f532 div{
	background-color:#999;
	border:1px #FFF solid;
	color:#FFF;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.away .f532 .p1{	
	right:8px;
	top:85px;
} 
/*Back Four*/
.away .f532 .p2{
	right:79px;
	top:5px;
}
.away .f532 .p3{
	right:79px;
	top:46px;
}
.away .f532 .p4{
	right:79px;
	top:85px;
}
.away .f532 .p5{
	right:79px;
	top:128px;
}
.away .f532 .p6{
	right:79px;
	top:169px;
}
/*Midfield*/
.away .f532 .p7{
	right:155px;
	top:5px;
}
.away .f532 .p8{
	right:155px;
	top:85px;
}
.away .f532 .p9{
	right:155px;
	top:169px;
}
/*Forwards*/
.away .f532 .p10{
	right:231px;
	top:60px;
}
.away .f532 .p11{
	right:231px;
	top:114px;
}
/*Bench*/
.away .f532 .p12, 
.away .f532 .p13, 
.away .f532 .p14, 
.away .f532 .p15, 
.away .f532 .p16,
.away .f532 .p17,
.away .f532 .p18,
.away .f532 .p19,
.away .f532 .p20,
.away .f532 .p21,
.away .f532 .p22,
.away .f532 .p23,
.away .f532 .p24,
.away .f532 .p25{
	height:21px;
	width:21px;
}

/******************************************************************
451 Formation
Hometeam*/
.home .f451 div{
	background-color:#FFF;
	border:1px #666 solid;
	color:#666;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.home .f451 .p1{	
	left:8px;
	top:85px;
} 
/*Back Four*/
.home .f451 .p5{
	left:79px;
	top:5px;
}
.home .f451 .p4{
	left:79px;
	top:60px;
}
.home .f451 .p3{
	left:79px;
	top:114px;
}
.home .f451 .p2{
	left:79px;
	top:169px;
}
/*Midfield*/
.home .f451 .p10{
	left:155px;
	top:5px;
}
.home .f451 .p9{
	left:155px;
	top:46px;
}
.home .f451 .p8{
	left:155px;
	top:85px;
}
.home .f451 .p7{
	left:155px;
	top:128px;
}
.home .f451 .p6{
	left:155px;
	top:169px;
}
/*Forwards*/
.home .f451 .p11{
	left:231px;
	top:85px;
}

/*Bench*/
.home .f451 .p12, 
.home .f451 .p13, 
.home .f451 .p14, 
.home .f451 .p15, 
.home .f451 .p16,
.home .f451 .p17,
.home .f451 .p18,
.home .f451 .p19,
.home .f451 .p20,
.home .f451 .p21,
.home .f451 .p22,
.home .f451 .p23,
.home .f451 .p24,
.home .f451 .p25{
	height:21px;
	width:21px;
}
/*451 Formation
Away Team*/
.away .f451 div{
	background-color:#999;
	border:1px #FFF solid;
	color:#FFF;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.away .f451 .p1{	
	right:8px;
	top:85px;
} 
/*Back Four*/
.away .f451 .p2{
	right:79px;
	top:5px;
}
.away .f451 .p3{
	right:79px;
	top:60px;
}
.away .f451 .p4{
	right:79px;
	top:114px;
}
.away .f451 .p5{
	right:79px;
	top:169px;
}
/*Midfield*/
.away .f451 .p6{
	right:155px;
	top:5px;
}
.away .f451 .p7{
	right:155px;
	top:46px;
}
.away .f451 .p8{
	right:155px;
	top:85px;
}
.away .f451 .p9{
	right:155px;
	top:128px;
}
.away .f451 .p10{
	right:155px;
	top:169px;
}
/*Forwards*/
.away .f451 .p11{
	right:231px;
	top:85px;
}

/*Bench*/
.away .f451 .p12, 
.away .f451 .p13, 
.away .f451 .p14, 
.away .f451 .p15, 
.away .f451 .p16,
.away .f451 .p17,
.away .f451 .p18,
.away .f451 .p19,
.away .f451 .p20,
.away .f451 .p21,
.away .f451 .p22,
.away .f451 .p23,
.away .f451 .p24,
.away .f451 .p25{
	height:21px;
	width:21px;
}

/******************************************************************
541 Formation
Hometeam*/
.home .f541 div{
	background-color:#FFF;
	border:1px #666 solid;
	color:#666;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.home .f541 .p1{	
	left:8px;
	top:85px;
} 
/*Back Four*/
.home .f541 .p6{
	left:79px;
	top:5px;
}
.home .f541 .p5{
	left:79px;
	top:46px;
}
.home .f541 .p4{
	left:79px;
	top:85px;
}
.home .f541 .p3{
	left:79px;
	top:128px;
}
.home .f541 .p2{
	left:79px;
	top:169px;
}
/*Midfield*/
.home .f541 .p10{
	left:155px;
	top:5px;
}
.home .f541 .p9{
	left:155px;
	top:60px;
}
.home .f541 .p8{
	left:155px;
	top:114px;
}
.home .f541 .p7{
	left:155px;
	top:169px;
}
/*Forwards*/
.home .f541 .p11{
	left:231px;
	top:85px;
}

/*Bench*/
.home .f541 .p12, 
.home .f541 .p13, 
.home .f541 .p14, 
.home .f541 .p15, 
.home .f541 .p16,
.home .f541 .p17,
.home .f541 .p18,
.home .f541 .p19,
.home .f541 .p20,
.home .f541 .p21,
.home .f541 .p22,
.home .f541 .p23,
.home .f541 .p24,
.home .f541 .p25{
	height:21px;
	width:21px;
}
/*541 Formation
Away Team*/
.away .f541 div{
	background-color:#999;
	border:1px #FFF solid;
	color:#FFF;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.away .f541 .p1{	
	right:8px;
	top:85px;
} 
/*Back Four*/
.away .f541 .p2{
	right:79px;
	top:5px;
}
.away .f541 .p3{
	right:79px;
	top:46px;
}
.away .f541 .p4{
	right:79px;
	top:85px;
}
.away .f541 .p5{
	right:79px;
	top:128px;
}
.away .f541 .p6{
	right:79px;
	top:169px;
}
/*Midfield*/
.away .f541 .p7{
	right:155px;
	top:5px;
}
.away .f541 .p8{
	right:155px;
	top:60px;
}
.away .f541 .p9{
	right:155px;
	top:114px;
}
.away .f541 .p10{
	right:155px;
	top:169px;
}
/*Forwards*/
.away .f541 .p11{
	right:231px;
	top:85px;
}

/*Bench*/
.away .f541 .p12, 
.away .f541 .p13, 
.away .f541 .p14, 
.away .f541 .p15, 
.away .f541 .p16,
.away .f541 .p17,
.away .f541 .p18,
.away .f541 .p19,
.away .f541 .p20,
.away .f541 .p21,
.away .f541 .p22,
.away .f541 .p23,
.away .f541 .p24,
.away .f541 .p25{
	height:21px;
	width:21px;
}

/******************************************************************
361 Formation
Hometeam*/
.home .f361 div{
	background-color:#FFF;
	border:1px #666 solid;
	color:#666;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.home .f361 .p1{	
	left:8px;
	top:85px;
} 
/*Back Four*/
.home .f361 .p4{
	left:79px;
	top:53px;
}
.home .f361 .p3{
	left:79px;
	top:85px;
}
.home .f361 .p2{
	left:79px;
	top:117px;
}
/*Midfield*/
.home .f361 .p10{
	left:155px;
	top:5px;
}
.home .f361 .p9{
	left:155px;
	top:37px;
}
.home .f361 .p8{
	left:155px;
	top:69px;
}
.home .f361 .p7{
	left:155px;
	top:101px;
}
.home .f361 .p6{
	left:155px;
	top:133px;
}
.home .f361 .p5{
	left:155px;
	top:165px;
}
/*Striker*/
.home .f361 .p11{
	left:231px;
	top:85px;
}
/*Bench*/
.home .f361 .p12, 
.home .f361 .p13, 
.home .f361 .p14, 
.home .f361 .p15, 
.home .f361 .p16,
.home .f361 .p17,
.home .f361 .p18,
.home .f361 .p19,
.home .f361 .p20,
.home .f361 .p21,
.home .f361 .p22,
.home .f361 .p23,
.home .f361 .p24,
.home .f361 .p25{
	height:21px;
	width:21px;
}
/*361 Formation
Away Team*/
.away .f361 div{
	background-color:#999;
	border:1px #FFF solid;
	color:#FFF;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.away .f361 .p1{	
	right:8px;
	top:85px;
} 
/*Back Four*/
.away .f361 .p2{
	right:79px;
	top:53px;
}
.away .f361 .p3{
	right:79px;
	top:85px;
}
.away .f361 .p4{
	right:79px;
	top:117px;
}
/*Midfield*/
.away .f361 .p5{
	right:155px;
	top:5px;
}
.away .f361 .p6{
	right:155px;
	top:37px;
}
.away .f361 .p7{
	right:155px;
	top:69px;
}
.away .f361 .p8{
	right:155px;
	top:101px;
}
.away .f361 .p9{
	right:155px;
	top:133px;
}
.away .f361 .p10{
	right:155px;
	top:165px;
}
/*Striker*/
.away .f361 .p11{
	right:231px;
	top:85px;
}
/*Bench*/
.away .f361 .p12, 
.away .f361 .p13, 
.away .f361 .p14, 
.away .f361 .p15, 
.away .f361 .p16,
.away .f361 .p17,
.away .f361 .p18,
.away .f361 .p19,
.away .f361 .p20,
.away .f361 .p21,
.away .f361 .p22,
.away .f361 .p23,
.away .f361 .p24,
.away .f361 .p25{
	height:21px;
	width:21px;
}

/************************************************************
4231 Formation
Hometeam*/
.home .f4231 div{
	background-color:#FFF;
	border:1px #666 solid;
	color:#666;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.home .f4231 .p1{	
	left:8px;
	top:85px;
} 
/*Back Four*/
.home .f4231 .p5{
	left:64px;
	top:5px;
}
.home .f4231 .p4{
	left:64px;
	top:60px;
}
.home .f4231 .p3{
	left:64px;
	top:114px;
}
.home .f4231 .p2{
	left:64px;
	top:169px;
}
/*Midfield*/
.home .f4231 .p7{
	left:120px;
	top:60px;
}
.home .f4231 .p6{
	left:120px;
	top:114px;
}
/*Forwards*/
.home .f4231 .p10{
	left:179px;
	top:5px;
}
.home .f4231 .p9{
	left:179px;
	top:85px;
}
.home .f4231 .p8{
	left:179px;
	top:169px;
}
/*Strikers*/
.home .f4231 .p11{
	left:231px;
	top:85px;
}
/*Bench*/
.home .f4231 .p12, 
.home .f4231 .p13, 
.home .f4231 .p14, 
.home .f4231 .p15, 
.home .f4231 .p16,
.home .f4231 .p17,
.home .f4231 .p18,
.home .f4231 .p19,
.home .f4231 .p20,
.home .f4231 .p21,
.home .f4231 .p22,
.home .f4231 .p23,
.home .f4231 .p24,
.home .f4231 .p25{
	height:21px;
	width:21px;
}
/*4231 Formation
awayteam*/
.away .f4231 div{
	background-color:#999;
	border:1px #FFF solid;
	color:#FFF;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.away .f4231 .p1{	
	right:8px;
	top:85px;
} 
/*Back Four*/
.away .f4231 .p2{
	right:64px;
	top:5px;
}
.away .f4231 .p3{
	right:64px;
	top:60px;
}
.away .f4231 .p4{
	right:64px;
	top:114px;
}
.away .f4231 .p5{
	right:64px;
	top:169px;
}
/*Midfield*/
.away .f4231 .p6{
	right:120px;
	top:60px;
}
.away .f4231 .p7{
	right:120px;
	top:114px;
}
/*Forwards*/
.away .f4231 .p8{
	right:179px;
	top:5px;
}
.away .f4231 .p9{
	right:179px;
	top:85px;
}
.away .f4231 .p10{
	right:179px;
	top:169px;
}
/*Strikers*/
.away .f4231 .p11{
	right:231px;
	top:85px;
}
/*Bench*/
.away .f4231 .p12, 
.away .f4231 .p13, 
.away .f4231 .p14, 
.away .f4231 .p15, 
.away .f4231 .p16,
.away .f4231 .p17,
.away .f4231 .p18,
.away .f4231 .p19,
.away .f4231 .p20,
.away .f4231 .p21,
.away .f4231 .p22,
.away .f4231 .p23,
.away .f4231 .p24,
.away .f4231 .p25{
	height:21px;
	width:21px;
}

/************************************************************
3421 Formation
Hometeam*/
.home .f3421 div{
	background-color:#FFF;
	border:1px #666 solid;
	color:#666;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.home .f3421 .p1{	
	left:8px;
	top:85px;
} 
/*Back Four*/
.home .f3421 .p4{
	left:64px;
	top:5px;
}
.home .f3421 .p3{
	left:64px;
	top:85px;
}
.home .f3421 .p2{
	left:64px;
	top:169px;
}
/*Midfield*/
.home .f3421 .p8{
	left:120px;
	top:5px;
}
.home .f3421 .p7{
	left:120px;
	top:60px;
}
.home .f3421 .p6{
	left:120px;
	top:114px;
}
.home .f3421 .p5{
	left:120px;
	top:169px;
}
/*Forwards*/
.home .f3421 .p10{
	left:179px;
	top:60px;
}
.home .f3421 .p9{
	left:179px;
	top:114px;
}
/*Striker*/
.home .f3421 .p11{
	left:231px;
	top:85px;
}
/*Bench*/
.home .f3421 .p12, 
.home .f3421 .p13, 
.home .f3421 .p14, 
.home .f3421 .p15, 
.home .f3421 .p16,
.home .f3421 .p17,
.home .f3421 .p18,
.home .f3421 .p19,
.home .f3421 .p20,
.home .f3421 .p21,
.home .f3421 .p22,
.home .f3421 .p23,
.home .f3421 .p24,
.home .f3421 .p25{
	height:21px;
	width:21px;
}
/*3421 Formation
awayteam*/
.away .f3421 div{
	background-color:#999;
	border:1px #FFF solid;
	color:#FFF;
	position:absolute;
	width:25px;
	height:25px;
}
/*Keeper*/
.away .f3421 .p1{	
	right:8px;
	top:85px;
} 
/*Back Four*/
.away .f3421 .p2{
	right:64px;
	top:5px;
}
.away .f3421 .p3{
	right:64px;
	top:85px;
}
.away .f3421 .p4{
	right:64px;
	top:169px;
}
/*Midfield*/
.away .f3421 .p5{
	right:120px;
	top:5px;
}
.away .f3421 .p6{
	right:120px;
	top:60px;
}
.away .f3421 .p7{
	right:120px;
	top:114px;
}
.away .f3421 .p8{
	right:120px;
	top:169px;
}
/*Forwards*/
.away .f3421 .p9{
	right:179px;
	top:60px;
}
.away .f3421 .p10{
	right:179px;
	top:114px;
}
/*Striker*/
.away .f3421 .p11{
	right:231px;
	top:85px;
}
/*Bench*/
.away .f3421 .p12, 
.away .f3421 .p13, 
.away .f3421 .p14, 
.away .f3421 .p15, 
.away .f3421 .p16,
.away .f3421 .p17,
.away .f3421 .p18,
.away .f3421 .p19,
.away .f3421 .p20,
.away .f3421 .p21,
.away .f3421 .p22,
.away .f3421 .p23,
.away .f3421 .p24,
.away .f3421 .p25{
	height:21px;
	width:21px;
}

.Intro
{
	float:left;
	color:#848484;
	border:1px solid #848484;
	width:386px;	
	padding:50px;
	margin:105px 20px 105px 20px;
}
