/* CONTAINER */

#football-static {
width: 636px;
background: #FFFFFF;
vertical-align: top;
margin: 0 auto;   /* align for good browsers */
text-align: left; /* counter the body center */
font-family: Arial, Helvetica, sans-serif;
font-size: 85%;
}

#football-static a:link {
text-decoration: none;
color: #7E368A;
}

#football-static a:visited {
text-decoration: none;
color: #7E368A;
}

#football-static a:active {
text-decoration: none;
color: #7E368A;
}

#football-static a:hover {
text-decoration: underline;
color: #7E368A;
}

#football-static p {
padding-bottom: 4px;
}

/* END CONTAINER */


#title {
width: 636px;
height: 21px;
background-color: #7E368A;
}

#title-text {
color: #FFFFFF;
font-size: 1.8em;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-transform: uppercase;
padding: 2px 0px 5px 5px;
}

#submenu {
width: 636px;
height: 18px;
background-color: #DDDDDD;
}

#submenu-text {
color: #7E368A;
font-size: 1.3em;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-transform: uppercase;
padding: 2px 0px 0px 5px;
}


.subheading {
color: #7E368A;
font-size: 1.6em;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
padding-top: 20px;
padding-bottom: 5px;
}

.red {
color: #7E368A;
font-weight: bold;
}

.grey {
color: #AAAAAA;
font-weight: bold;
font-size: 0.8em;
}

.column-left {
float: left;
width: 312px;
display: block;
border-right: dotted #7E368A 1px;
font-size: 1.3em;
line-height: 1.4em;
}

.column-right {
float: right;
width: 313px;
display: block;
margin-left: 10px;
font-size: 1.3em;
line-height: 1.4em;
}


.content {
font-size: 1.3em;
line-height: 1.4em;
}

.squad {
width: 310px;
display: block;
padding-top: 10px;
padding-bottom: 10px;
}

.squadpic {
border: 0px none;
width: 70px;
height: 70px;
float: right
}

#football-tables { padding-top: 20px; width: 636px; margin: 0 auto; font-size: 1.3em; }
#football-tables th { text-transform: uppercase; background-color: #ABABAB; color: #FFFFFF; font-weight: bold; }
#football-tables tr,
#football-tables td { padding: 0; margin: 0; border: 0px none; }
#football-tables table.squadstats { width: 636px; margin-bottom: 20px; }
#football-tables tr.odd { background: #E9E9E9; }
#football-tables tr.even { background: #F6F6F6; }
#football-tables tr.highlight { background: #D1D1D1; }
#football-tables td, th { width: 5%; text-align: center; padding: 5px; }
#football-tables td.player, th.player { width: 25%; text-align: left; padding: 0 0 0 30px; }
