﻿ul, li
{
    margin: 0;
    padding: 0;
}

li
{
    list-style-type: none;
}

html body
{
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 90%;
}
body
{
    position: relative;
    font-family: Tahoma ,Verdana,sans-serif;
    background: #092B73 url(../images/bg_grass.jpg) fixed;
    color: #000;
    letter-spacing: 1px;
}


div.container
{
    width: 963px;
}

a
{
    color: #022870;
    text-decoration: none;
}
a:hover, a:active
{
    color: #ec0819;
    text-decoration: underline;
}

a.black
{
    color: #000;
}

a.GuestbookArchiveLink
{
    display: block;
    background-color: #022870;
    color: #fff;
    margin-bottom: 1px;
    padding: 2px;
}
a.GuestbookArchiveLink:hover
{
    color: #ec0819;
}

caption a
{
    color:#ffffff;
}
capton a:hover
{
    text-decoration:underline;
}

h1, h2, h3, h4, h5, h6
{
    color: #000;
}
h2
{
    font-weight: bolder;
    font-family: Trebuchet MS;
    font-size: 200%;
}

h2.fixtureDate
{
    color: #fcff00;
    font-weight: bold;
}

p.smallFont
{
    font-size:70%;
}

hr
{
    color: #fcff00;
    margin-top: -10px;
    height: 0;
    border-top: 1px solid #fcff00;
}

h1#MainHeadline
{
    display: block;
    height: 56px;
    text-indent: -9999px;
}

h1.home
{
    background: url(../images/welcome.png) top left no-repeat;
}

h1.fixtures
{
    background: url(../images/fixtures.png) top left no-repeat;
}

h1.fixtureComments
{
    background: url(../images/fixturecomments.png) top left no-repeat;
}

h1.results
{
    background: url(../images/results.png) top left no-repeat;
}
h1.competitors
{
    background: url(../images/competitors.png) top left no-repeat;
}

h1.guestbook
{
    background: url(../images/signourguestbook.png) top left no-repeat;
}

h1.leaguetables
{
    background: url(../images/leaguetables.png) top left no-repeat;
}

h1.about
{
    background: url(../images/about_kickstart.png) top left no-repeat;
}

h1.ownGoal
{
     background: url(../images/ownGoal.png) top left no-repeat;
}

h2.TeamFixtures
{
    display: block;
    height: 56px;
    text-indent: -9999px;
    background: url(../images/teamfixturesandresults.png) top left no-repeat;
}

h2.SquadList
{
    display: block;
    height: 56px;
    text-indent: -9999px;
    background: url(../images/squadlist.png) top left no-repeat;
}

div.newsItem h2
{
    text-transform: uppercase;
}

div.fl
{
    position: relative;
    background: url(../images/newsItem_bg.png);
    border-right: 1px solid #ffef00;
    border-bottom: 1px solid #ffef00;
    width: 952px;
    padding: 5px;
    float: left;
}

img.fl
{
    float: left;
    width: 50px;
    margin: 0px 10px 10px 10px;
}

img.committee
{
    width: 250px;
    height: 250px;
    border: 1px solid #022870;
}

div.twoThirds
{
    float: left;
    width: 63%;
}

div.oneThird
{
    float: right;
    text-align: center;
    width: 33%;
}

div#ManagerContainer
{
    position: relative;
    float: left;
    margin-bottom: 10px;
}

div#ManagerContainer div#teamPhoto
{
    float:left;
    width:230px;
    padding:5px;
    margin-right:25px;
}

div#teamPhoto img
{
    border:1px solid #000;
}

div#ManagerContainer div.ManagerInfo
{
    float: left;
    margin-right: 10px;
    width: 230px;
}

div#SquadContainer
{
    position: relative;
    clear: both;
    width: 983px;
}

ul#mainNav
{
    position: relative;
    width: 983px;
    background: url(../images/newsItem_bg.png) #ffef00;
    float: left;
    margin-top: -40px;
    padding: 5px;
}

ul#mainNav li
{
    display: inline;
}

span.fixtureSpan h2.fixtureDate
{
    display: block;
    font-weight: bold;
    font-size: 110%;
}

span.fixtureSpan img
{
    float: left;
    margin-top: -5px;
    margin-right: 10px;
}

span.warning
{
    color: #ffffff;
    font-weight: bold;
}


div#header
{
    text-align: center;
    height: 209px;
    width: 100%;
    padding: 0;
    z-index: 1;
}

div.newsItem, div#SquadContainer, div.guestbookItem
{
    position: relative;
    background: url(../images/newsItem_bg.png);
    padding: 10px;
    border-top: 2px solid #fccf02;
    border-bottom: 2px solid #fccf02;
    margin-bottom: 25px;
    overflow: auto; /* width: 943px;*/
    width: 96%;
    z-index: 2;
}

div.guestbookItem
{
    width: 100%;
}

div.newsItem div.datetime, div.guestbookItem div.datetime
{
    float: left;
    width: 128px;
    height: 128px;
    background: url(../images/cards-128.png) no-repeat;
    margin: -10px 10px -10px -10px;
    padding: 20px 0px 0px 0px;
    font-weight: bold;
    text-align: center;
    color: #000;
}

div#wrapper
{
    position: relative;
    margin: auto auto;
    width: 983px; /*min-height:1000px;*/
    background: #022870 url(../images/pitch2.jpg) 0 235px repeat-y;
    border: 5px solid #fff;
}

img#bottom
{
    position: fixed;
    right: 0;
    bottom: 0;
    margin-bottom: -150px;
    z-index: -1;
}

img#logo
{
    position: absolute;
    float: left;
    margin-left: -295px;
    margin-top: -250px;
    margin-right: -100px;
    z-index: 4;
}

img#fourSeasonsLogo
{
    position: absolute;
    top: 60px;
    left: 425px;
}

a img
{
    border: none;
    text-decoration: none;
}


div#content
{
    clear: both;
    position: relative;
    float: left;
    padding: 10px 10px 10px 10px;
    margin-left: 0;
    overflow: visible;
    width: 100%;
}

div.FixturesPanel
{
    width: 963px;
    min-height: 300px;
}

div.FixturesPanel div#sideNav
{
    position: relative;
    margin-top: -10px;
    z-index: 5;
    width: 963px;
    background-color: #022870;
    color: #ffffff;
}

div.FixturesPanel div#sideNav + *
{
    margin-top: 20px;
}

table.fixtureList, table.squadList, table.LeagueTable, table.fixtureGrid
{
    width: 100%;
    position: relative;
}

table.fixtureGrid
{
    table-layout: fixed;
}

table.fixtureList th, table.squadList th, table.LeagueTable th, table.fixtureGrid th
{
    width: 100%;
    font-size: 110%;
    font-weight: bold;
    text-align: left;
    padding: 5px;
    background-color: #022870;
    color: #ffffff;
    font-family: Tahoma;
}

table.fixtureGrid th, table.fixtureGrid td
{
    text-align: center;
    font-size: 75%;
}

table.fixtureGrid td.result, a.result
{
    color: #fccf02;
}

table.fixtureGrid td.played, a.played
{
    color: #ccc;
}

table.fixtureGird th.blankCell
{
    background-color: #000;
}

table.squadList th, table.LeagueTable th
{
    width: auto;
}
table.squadList td
{
    padding: 5px;
    color: #000;
    background-color: #fccf02;
}
table.LeagueTable td
{
    padding: 5px;
}
table.squadList td.PlayerCell
{
    font-weight: bold;
}

table.fixtureList th.dateRow, table.LeagueTable caption
{
    width: 100%;
    background-color: #022870;
    color: #ffffff;
    border-bottom: 1px solid #ffef00;
}

table.LeagueTable caption
{
    font-weight: bold;
    font-size: 125%;
}

table.fixtureList th.divisionRow
{
    background-color: #fccf02;
    color: #000;
    border-bottom: 1px solid #1b5f05;
}

div#TeamInfo, div#MatchInfo
{
    position: relative;
    font-size: 90%;
    float: left;
    width: 953px;
    border: 1px solid #eee;
    overflow: hidden;
    background: url(../images/newsItem_bg.png);
    margin-bottom: 2px;
    padding: 5px;
}

div#TeamInfo
{
    height: 180px;
}

#div#TeamInfo div#TeamName img.TeamCrest
{
    float: left;
    height: 75px;
    width: 75px;
}

div#TeamInfo div#TeamName
{
    position: relative;
    float: left;
    padding: 5px;
    width: 270px;
    text-align: center;
    height: 100%;
    min-height: 100%;
    border-right: 1px solid #000;
}


div#TeamInfo div#NextFixture
{
    position: relative;
    float: left;
    padding: 5px;
    width: 220px;
    height: 100%;
    min-height: 100%;
    border-right: 1px solid #000;
}

div#TeamInfo div#LastFixture
{
    position: relative;
    float: left;
    padding: 5px;
    width: 220px;
    height: 100%;
    min-height: 100%;
    border-right: 1px solid #000;
}

div#TeamInfo div#CompetingIn
{
    position: relative;
    float: left;
    padding: 5px;
    height: 100%;
    min-height: 100%;
}
div#LinkBar
{
    font-size: 90%;
    color: #000;
    padding: 5px;
    clear: both;
    width: 953px;
    background-color: #022870;
    color: #fff;
}

div#LinkBar a:link, div#LinkBar a:visited
{
    color: #fff;
    text-decoration: none;
}
div#LinkBar a:hover
{
    color: #ff0000;
    border-bottom: 1px solid #000;
}

div#MatchInfo div#HomeTeam, div#MatchInfo div#AwayTeam
{
    width: 450px;
    padding: 2px;
    font-weight: bold;
    font-size: 120%;
    margin-right: 2px;
}

div#CompetitionInfo
{
    width: 943px;
    text-align: left;
    font-weight:bold;
    font-size: 120%;
    margin-bottom: 5px;
    padding: 5px;
    background-color: #fccf02;
    color: #000;
    border-bottom: 1px solid #1b5f05;
}

div#MatchInfo div#HomeTeam
{
    float: left;
}

div#MatchInfo div#AwayTeam
{
    float: right;
    text-align: right;
}

div#MatchInfo div#Versus
{
    float: left;
    width: 20px;
    font-weight: bold;
    font-size: 200%;
    padding-top: 25px;
}

div#MatchInfo div#DateAndVenue
{
    clear: both;
    width: 100%;
    font-size: 75%;
    font-weight: bold;
    text-align: center;
}

div#FixtureComments
{
    clear: both;
}

p.goalScorers
{
    font-size: 65%;
}

img.CompetitionName
{
    display: block;
    height: 58px;
}

table.inputForm th, table.inputForm td
{
    text-align: left;
}

table.LeagueTable
{
    width: 100%;
}

table.LeagueTable th
{
    text-align: left;
    font-weight: bold;
}

table.LeagueTable td
{
    padding: 5px;
}

div#AllLeagueTables
{
    float: left;
}

div.AllLeagueTablesLeft
{
    clear: left;
    float: left;
    width: 420px;
    margin-right: 50px;
}

div.AllLeagueTablesRight
{
    clear: right;
    float: right;
    width: 420px;
}

div#footer
{
    clear: both;
    bottom: 0;
    left: 0;
    padding-top: 10px;
    text-align: center;
    vertical-align: bottom;
    background-color: #003366;
    color: #ffffff;
    border-top: 1px solid yellow;
    font-size: 70%;
    font-weight: bold;
    padding-bottom: 10px;
    z-index: 0;
}

div#footer a
{
    color: #fff;
}

div#footer a:hover
{
    text-decoration: underline;
}

div#footer div#KickStartLinks, div#footer div#ExternalLinks
{
    position:relative;
    float: left;
    width: 460px;
    text-align: left;
    padding-left: 20px;
    min-height: 300px;
}

div#footer div#KickStartLinks h2, div#footer div#ExternalLinks h2
{
    color: #ffffff;
}

div#footer div#KickStartLinks p, div#footer, div#ExternalLinks p
{
    padding-left: 15px;
}

div#footer div#KickStartLinks h3.KickStartLinks
{
    display: block;
    height: 56px;
    text-indent: -9999px;
    background: url(../images/kickstartinfo.png) no-repeat top left;
}

div#footer div#ExternalLinks h3.ExternalLinks
{
    display: block;
    height: 56px;
    text-indent: -9999px;
    background: url(../images/externallinks.png) no-repeat top left;
}

div#footer div#ExternalLinks div, div#footer div#KickStartLinks div
{
    margin-top: 10px;
    width:390px;
}

div#footer ul
{
    margin-left:70px;
}

div#footer div#footerstrap
{
    clear: both;
}

div#Ajax_Outer
{
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

/* Navigation */
#header ul#Navigation
{
    position: relative;
    right: 0;
    width: 983px;
    height: 48px;
    border-top: 1px solid #fccf02;
    border-bottom: 1px solid #fccf02;
    background: #003366;
    line-height: 1;
}
#header li
{
    float: left;
    height: 50px;
    text-indent: -9999px;
}
#header li li
{
    position: static;
    text-indent: 0;
    font-size: 10px;
    font-weight: bold;
    width: auto;
    height: auto;
}
#header li li a
{
    color: #ff9999;
    background: #b01000;
    width: auto;
    height: auto;
    margin-top: 15px;
    margin-left: 25px;
}
#header li li a:hover, #header li li.selected a
{
    color: #ff0000;
}
#header ul#Navigation ul
{
    position: absolute;
    background: url(../images/navbg.gif) top center no-repeat;
    left: 0;
    width: 588px;
    height: 38px;
    margin: 0;
    display: none;
}
#header ul#Navigation ul.selected, #header ul#Navigation ul.active
{
    display: block;
}
/*	#header ul li:hover ul{ display: block; } */

#header li a
{
    display: block;
    background: url(../images/navbg.gif) top left no-repeat;
    height: 48px;
    padding: 0;
    border: none;
}
#header li#Home a
{
    background-position: 0 0;
    width: 90px;
}
#header li#Teams a
{
    background-position: -90px 0;
    width: 105px;
}
#header li#Fixtures a
{
    background-position: -195px 0;
    width: 120px;
}
#header li#Results a
{
    background-position: -315px 0;
    width: 100px;
}
#header li#LeagueTable a
{
    background-position: -415px 0;
    width: 205px;
}
#header li#Guestbook a
{
    background-position: -620px 0;
    width: 160px;
}

#header li#Home a:hover, #header li#Home a.selected, #header li#Home a.active
{
    background-position: 0 -48px;
    background-color: #1b5f05;
}
#header li#Teams a:hover, #header li#Teams a.selected, #header li#Teams a.active
{
    background-position: -90px -48px;
    background-color: #1b5f05;
}
#header li#Fixtures a:hover, #header li#Fixtures a.selected, #header li#Fixtures a.active
{
    background-position: -195px -48px;
    background-color: #1b5f05;
}
#header li#Results a:hover, #header li#Results a.selected, #header li#Results a.active
{
    background-position: -315px -48px;
    background-color: #1b5f05;
}
#header li#LeagueTable a:hover, #header li#LeagueTable a.selected, #header li#LeagueTable a.active
{
    background-position: -415px -48px;
    background-color: #1b5f05;
}
#header li#Guestbook a:hover, #header li#Guestbook a.selected, #header li#Guestbook a.active
{
    background-position: -620px -48px;
    background-color: #1b5f05;
}

#header li#Home li a
{
    width: auto;
}
#header li#Teams li a
{
    width: auto;
}
#header li#Fixtures li a
{
    width: auto;
}
#header li#Results li a
{
    width: auto;
}
#header li#LeagueTable li a
{
    width: auto;
}
#header li#Guestbook li a
{
    width: auto;
}

/* End of Navigation */

/* Fixture Comments */
.clearing
{
    clear: both;
}
/*
div.calendar_container
{
    position: relative;
        float:left;
        width:50px;
        margin-left:10px;
        margin-right:20px;
}

div.datetime
{  
    background-color: #ff0000;
    border:1px solid #000;
}

div.datetime p
{
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    font-size: small;
    letter-spacing: 2px;
}


div.datetime .top
{
    background-color: yellow;
    color:#000;
    font-weight:bold;
}
*/




