/* 
========================================================================================================================================
Overall Body 
========================================================================================================================================
*/

HTML, BODY
{
Margin: 0px;
Padding: 0px;
Border: 0px; 
Font-Family: Verdana, Arial, Helvetica, Sans-Serif;
}




/* 
========================================================================================================================================
Images 
========================================================================================================================================
*/

img 
{
max-width: 100%;
height: auto;
width: auto\9;
}





/* 
========================================================================================================================================
Wrapper (The Field Backgroud)) 
========================================================================================================================================
*/
#Wrapper
{
Width: 100%;
Margin: 10px auto;	
Padding: 0;
Background-Color: LightGrey;
Color: Black;                   	
Border: 0px solid gray;		
Line-Height: 130%;         
background-image: url('EPL%20Premier%20League.png');
background-size:100%;
background-repeat:repeat 	
}


/* 
========================================================================================================================================
Container (Whole White Background)
========================================================================================================================================
*/
#Container 
{
Max-Width:95%;
Max-Height:95%; 
Margin: 10px auto;		/* WFT: To write notes for Auto Margin,    OR: Top Right Bottom Left */
Padding: 0;
Background-Color: White;     	/* User to define your own desired Background-Color */
Color: Black;                   	/* User to define your own desired Font Color */
Border: 0px solid gray;		/* User to define your own desired Border Style */
Line-Height: 130%;          	/* This determine the distance between font & the top border for each sessions */
}



/* 
========================================================================================================================================
Hover Selections Menu 
========================================================================================================================================
*/
A:Link    {Color: Blue;}
A:Visited {Color: Purple;}
A:Hover   {Color: Red;}			/* Hover selector is used to select elements when you mouse over them  */
A:Active  {Color: Yellow;}





/* 
========================================================================================================================================
Navigator Menu 
========================================================================================================================================
*/
#MainNav ul {
	Margin: 0 0 0 2px;
	background: RoyalBlue;
	background: linear-gradient(top, DeepSkyBlue 0%, DodgerBlue 100%);  
	background: -moz-linear-gradient(top, DeepSkyBlue 0%, DodgerBlue 100%); 
	background: -webkit-linear-gradient(top, DeepSkyBlue 0%, DodgerBlue 100%); 
	box-shadow: 0px 0px 4px rgba(0,0,0,0.15);
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
	Margin-Bottom: 1px;
	Font-Size: 15px;
	Float: Center;
}


#MainNav ul li {
	Font-Family: Verdana;
	Font-Color: Black;
	float: left;
	Padding: 1px;
	}

#MainNav ul li a {
		display: block; 
		padding: 1px 8px;
		color: #757575 text-decoration: none;
	}

#MainNav ul li:hover {
		background: DeepSkyBlue;
		background: linear-gradient(top, RoyalBlue 0%, MediumBlue 40%);
		background: -moz-linear-gradient(top, RoyalBlue 0%, MediumBlue 40%);
		background: -webkit-linear-gradient(top, RoyalBlue 0%, MediumBlue 40%);
	}

#MainNav ul li:hover > ul {
		display: block;
	}

#MainNav ul li:hover a {
			color: #fff;
		}


#MainNav ul:after {
		content: ""; clear: both; display: block
	}


#MainNav ul ul {
	background: Blue; 
	position: absolute; 
	border-radius: 0px; 
	padding: 0;
	top: 100%;
	display: none;
}


#MainNav ul ul li {
		float: none; 
		position: relative;
	}

#MainNav ul ul li a {
			color: darkblue;
		}	

#MainNav ul ul li a:hover {
				background: darkblue;
			}


#MainNav ul ul ul {
	background: Blue; 
	position: absolute;
	border-radius: 0px; 
	padding: 0;
	left: 100%;
	top: 0;
	display: none;
}



#MainNav ul ul ul li {
		float: none; 
		position: relative;
	}


#MainNav ul ul ul li a {
			color: darkblue;
		}	


#MainNav ul ul ul li a:hover {
				background: darkblue;
			}







#MainNav2 ul {
	Margin: 0 0 0 2px;
	background: RoyalBlue;
	background: linear-gradient(top, DeepSkyBlue 0%, DodgerBlue 100%);  
	background: -moz-linear-gradient(top, DeepSkyBlue 0%, DodgerBlue 100%); 
	background: -webkit-linear-gradient(top, DeepSkyBlue 0%, DodgerBlue 100%); 
	box-shadow: 0px 0px 4px rgba(0,0,0,0.15);
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
	Margin-Bottom: 1px;
	Font-Size: 12px;
}


#MainNav2 ul li {
	Font-Family: Verdana;
	Font-Color: Black;
	float: left;
	Padding: 1px;
	}

#MainNav2 ul li a {
		display: block; 
		padding: 1px 8px;
		color: #757575 text-decoration: none;
	}

#MainNav2 ul li:hover {
		background: DeepSkyBlue;
		background: linear-gradient(top, RoyalBlue 0%, MediumBlue 40%);
		background: -moz-linear-gradient(top, RoyalBlue 0%, MediumBlue 40%);
		background: -webkit-linear-gradient(top, RoyalBlue 0%, MediumBlue 40%);
	}


#MainNav2 ul li:hover > ul {
		display: block;
	}

#MainNav2 ul li:hover a {
			color: #fff;
		}
	

#MainNav2 ul:after {
		content: ""; clear: both; display: block
	}






#MainNav2 ul ul {
	background: Blue; 
	position: absolute; 
	border-radius: 0px; 
	padding: 0;
	top: 100%;
	display: none;
}


#MainNav2 ul ul li {
		float: none; 
		position: relative;
	}

#MainNav2 ul ul li a {
			color: darkblue;
		}	

#MainNav2 ul ul li a:hover {
				background: darkblue;
			}






#MainNav2 ul ul ul {
	background: Blue; 
	position: absolute;
	border-radius: 0px; 
	padding: 0;
	left: 100%;
	top: 0;
	display: none;
}



#MainNav2 ul ul ul li {
		float: none; 
		position: relative;
	}


#MainNav2 ul ul ul li a {
			color: darkblue;
		}	


#MainNav2 ul ul ul li a:hover {
				background: darkblue;
			}







/* 
========================================================================================================================================
Drop-Down Menu 
========================================================================================================================================
*/
    .DropDown_DIV {
        position: relative;
        display: inline-block;
    }
    .DropDown_Button {
        background-color: #5961D4; /* button background colour */
        color: #ffffff;
        padding: 14px;
        font-size: 16px;
        border: none;
        cursor: pointer;
    }
    .DropDown_Content {
        display: none; /* remove this to show all links before hovering */
        position: absolute;
        background-color: #f9f9f9; /* dropdown items - background colour */
        width: 100%; /* can remove this if you want to make the menu wider/narrower  */
        /* min-width: 180px; can add this if you need to change the minimu width of menu */
        box-shadow: 0px 6px 14px 0px rgba(0,0,0,0.3);
    }
    .DropDown_Content A {
        font-family:Arial;
        color: #000000;
        padding: 12px 18px;
        text-decoration: none;
        display: block;
    }
    .DropDown_Content A:hover {
        background-color: #9594A1; /* dropdown items hover - change background colour */
    }
    .DropDown_DIV:hover .DropDown_Content {
        display: block;
    }
    .DropDown_DIV:hover .DropDown_Button {
        background-color: #492FA1; /* button hover - change background colour */
    }
    p{
        font-family:Arial;
    }
    h2{
        font-family:Arial;
    }









/* 
========================================================================================================================================
Banner (Ball on Field) 
========================================================================================================================================
*/
#Top_Banner
{
Padding: 0em;		   /* Control the space between banner edges to the Insert Image */ 
Background-Color: None;
Border-Bottom: 0px Solid Gray;
}




/* 
========================================================================================================================================
Content
========================================================================================================================================
*/
#CenterCont
{
Float: Center;						
Background-Color: None;
Max-Width:100%;					
Margin: 0 2.5px 0 2.5px;			
Padding: 1px;
Overflow: Hidden;					/* ??? */
}






/* 
========================================================================================================================================
General Table Styles 
========================================================================================================================================
*/
#GeneralTable
{
Border-Collapse: Collapse;
Border-Style: Solid;
Border-Width: 0px;
Border-Color: Red;
Font-Family: Verdana;
Font-Size: 12px;
Background-Color: SmokeWhite;
Width:100%;
}

#GeneralTable CAPTION
{
Border-Style: Solid;
Border-Width: 0px;
Border-Color: Red;
Padding: 4px;
Text-Align: Center;
Font-Weight: Bold;
Background-Color: DodgerBlue;
}

#GeneralTable * TH
{
Background-Color: SkyBlue;
Text-Align: Center;
}

#GeneralTable * TD
{
Border-Style: Solid;
Border-Width: 0px;
Border-Color: Red;
Padding: 3px;
Text-Align: Center;
}

#GeneralTable * TR.DROW
{
Background-Color: Lavender;
}




/*
========================================================================================================================================
Latest Table Styles 
========================================================================================================================================
*/
#LatestTable
{
Border-Style: Solid;
Border-Width: 2px;
Border-Color: Blue;
Border-Collapse: Collapse;
Font-Family: Verdana;
Font-Size: 12px;
Width:100%;
}

#LatestTable CAPTION
{
Border-Style: Solid;
Border-Width: 0px;
Border-Color: Red;
Padding: 2px;
Text-Align: Center;
Font-Weight: Bold;
Font-Color: White;
Background-Color: Blue;
}

#LatestTable * TH
{
Background-Color: Bisque;
Text-Align: Center;
}

#LatestTable * TD
{
Border-Style: Solid;
Border-Width: 0px;
Border-Color: Red;
Padding: 2px;
Text-Align: Center;
Background-Color: None;
}

/*
#LatestTable * TR.DROW
{
Background-Color: Purple;
}
*/






/* 
========================================================================================================================================
Footer Styles
========================================================================================================================================
*/
#Footer01
{
Clear: Both;
Margin: 0;
Padding: .5em;        /* Control the space between banner edges to the Insert Image */ 
Color: Black;
Background-Color: None;
Height: 150px;             /* This is the height of the whole banner */ 
Border-Top: 0px solid Brown;
Border-Bottom: 1px Solid Gray;
    
/* Before insert the image, shd resize it to the desired dimension first */
background-repeat: no-repeat;
background-position:   center 50%;
}



#Footer02
{
Clear: Both;
Margin: 0;
Padding: .5em;
Color: Black;
Text-Align: Center;
Font-Family: Verdana;
Font-Size: 11px;
Background-Color: Skyblue;
Border-Top: 0px solid Brown;
}






/* 
========================================================================================================================================
Blank Rows
========================================================================================================================================
*/
#BlankRow
{
Float: Left;
Margin: 0;
Padding: .5em;         
Color: Black;
Background-Color: None;
Height: 38px;             
Border-Top: 0px solid Brown;
Border-Bottom: 0px Solid Gray;
Font-Size: 11px;
}




#BlankRow2
{
Clear: Both;
Margin: 0;
Padding: .5em;         
Color: Black;
Background-Color: None;
Height: 15px;             
Border-Top: 0px solid Brown;
Border-Bottom: 0px Solid Gray;
}


#BlankRow3
{
Clear: Both;
Margin: 0;
Padding: .5em;         
Color: Black;
Background-Color: None;
Height: 1000px;             
Border-Top: 0px solid Brown;
Border-Bottom: 0px Solid Gray;
}


#BlankRow4
{
Clear: Both;
Margin: 0;
Padding: .5em;         
Color: Black;
Background-Color: None;
Height: 50px;             
Border-Top: 0px solid Brown;
Border-Bottom: 0px Solid Gray;
}


#BlankRow5
{
Clear: Both;
Margin: 0;
Padding: .5em;         
Color: Black;
Background-Color: None;
Height: 5px;             
Border-Top: 0px solid Brown;
Border-Bottom: 0px Solid Gray;
}


#BlankRow6
{
Clear: Both;
Margin: 0;
Padding: .5em;         
Color: Black;
Background-Color: None;
Height: 375px;             
Border-Top: 0px solid Brown;
Border-Bottom: 0px Solid Gray;
}

#BlankRow7
{
Clear: Both;
Margin: 0;
Padding: .5em;         
Color: Black;
Background-Color: None;
Height: 7px;             
Border-Top: 0px solid Brown;
Border-Bottom: 0px Solid Gray;
}

#BlankRow8
{
Clear: Both;
Margin: 0;
Padding: .5em;         
Color: Black;
Background-Color: None;
Height: 8px;             
Border-Top: 0px solid Brown;
Border-Bottom: 0px Solid Gray;
}

#BlankRow9
{
Clear: Both;
Margin: 0;
Padding: .5em;         
Color: Black;
Background-Color: None;
Height: 9px;             
Border-Top: 0px solid Brown;
Border-Bottom: 0px Solid Gray;
}

#BlankRow10
{
Clear: Both;
Margin: 0;
Padding: .5em;         
Color: Black;
Background-Color: None;
Height: 10px;             
Border-Top: 0px solid Brown;
Border-Bottom: 0px Solid Gray;
}



#BlankRow13
{
Clear: Both;
Margin: 0;
Padding: .5em;         
Color: Black;
Background-Color: None;
Height: 13px;             
Border-Top: 0px solid Brown;
Border-Bottom: 0px Solid Gray;
}

#BlankRow20
{
Clear: Both;
Margin: 0;
Padding: .5em;         
Color: Black;
Background-Color: None;
Height: 20px;             
Border-Top: 0px solid Brown;
Border-Bottom: 0px Solid Gray;
}

#BlankRow25
{
Clear: Both;
Margin: 0;
Padding: .5em;         
Color: Black;
Background-Color: None;
Height: 25px;             
Border-Top: 0px solid Brown;
Border-Bottom: 0px Solid Gray;
}

#BlankRow30
{
Clear: Both;
Margin: 0;
Padding: .5em;         
Color: Black;
Background-Color: None;
Height: 30px;             
Border-Top: 0px solid Brown;
Border-Bottom: 0px Solid Gray;
}

#BlankRow35
{
Clear: Both;
Margin: 0;
Padding: .5em;         
Color: Black;
Background-Color: None;
Height: 35px;             
Border-Top: 0px solid Brown;
Border-Bottom: 0px Solid Gray;
}

#BlankRow40
{
Clear: Both;
Margin: 0;
Padding: .5em;         
Color: Black;
Background-Color: None;
Height: 40px;             
Border-Top: 0px solid Brown;
Border-Bottom: 0px Solid Gray;
}


#BlankRow45
{
Clear: Both;
Margin: 0;
Padding: .5em;         
Color: Black;
Background-Color: None;
Height: 45px;             
Border-Top: 0px solid Brown;
Border-Bottom: 0px Solid Gray;
}


#BlankRow101
{
Clear: Both;
Margin: 0;
Padding: .5em;         
Color: Black;
Background-Color: None;
Height: 1px;             
Border-Top: 0px solid Brown;
Border-Bottom: 0px Solid Gray;
}

#BlankRow102
{
Clear: Both;
Margin: 0;
Padding: .5em;         
Color: Black;
Background-Color: None;
Height: 2px;             
Border-Top: 0px solid Brown;
Border-Bottom: 0px Solid Gray;
}

#BlankRow103
{
Clear: Both;
Margin: 0;
Padding: .5em;         
Color: Black;
Background-Color: None;
Height: 3px;             
Border-Top: 0px solid Brown;
Border-Bottom: 0px Solid Gray;
}

#BlankRow104
{
Clear: Both;
Margin: 0;
Padding: .5em;         
Color: Black;
Background-Color: None;
Height: 4px;             
Border-Top: 0px solid Brown;
Border-Bottom: 0px Solid Gray;
}

#BlankRow150
{
Clear: Both;
Margin: 0;
Padding: .5em;         
Color: Black;
Background-Color: None;
Height: 150px;             
Border-Top: 0px solid Brown;
Border-Bottom: 0px Solid Gray;
}




#BlankRow200
{
Clear: Both;
Margin: 0;
Padding: .5em;         
Color: Black;
Background-Color: None;
Height: 200px;             
Border-Top: 0px solid Brown;
Border-Bottom: 0px Solid Gray;
}