/*
* Main styles that are included in all pages
*/

HTML, BODY {
margin: 0px 0px 20px 0px;
}

HTML {
overflow-y: scroll;
}

BODY {
font-family: Verdana, sans-serif, serif;
font-size: 13px;
}

IMG {
border-width: 0px;
}

H1, H2 {
padding: 0px;
color: darkgreen;
font-weight: normal;
}

H1 {
margin: 0px;
font-size: 160%;
}

H2 {
margin: 50px 0px 20px 0px;
font-size: 140%;
}

H1.pageTitle {
margin: 0px 0px 30px 0px;
text-align: center;
}




/*
* Styles about top logo
*/
DIV#topLogo {
width: 990px;
height: 120px;
background: #008A00;
background-image: url("/images/header.jpg");
margin: 0px auto;
position: relative;
}

IMG#tipsterLogo {
}

IMG#tipsterSmallLogo {
margin-top: 15px;
width: 250px;
}

DIV#topAdSmall {
width: 468px;
height: 60px;
margin: 0px;
padding: 0px;
position: absolute;
right: 20px;
bottom: 20px;
}

DIV#topAdBig {
width: 728px;
height: 90px;
margin: 0px;
padding: 0px;
position: absolute;
right: 5px;
bottom: 10px;
}






/*
* Styles about top navigation bar
*/
DIV#topNavigationBar {
width: 990px;
height: 52px;
line-height: 52px;
margin: 0px auto 25px auto;
background: #008A00;
background-image: url("/images/background_52.png");
background-repeat: repeat-x;
text-align: left;
}

DIV#topNavigationBar A {
margin: 0px 15px;
font-size: 110%;
font-weight: bold;
text-decoration: none;
color: white;
}

DIV#topNavigationBar A:visited {
color: white;
}

DIV#topNavigationBar A:hover {
text-decoration: underline;
}

DIV#topNavigationBar A#messagesProfileLink, DIV#topNavigationBar A#messagesProfileLink:visited {
color: gold;
}

DIV#topNavigationBar SPAN.menuDelimiter {
width: 0px;
border-left: 1px solid #006100;
border-right: 1px solid #7FC47F;
font-size: 135%;
vertical-align: -2px;
}

DIV#topNavigationBar IMG.imgMenuDelimiter {
vertical-align: -6px;
}

DIV#topNavigationBarRight {
float: right;
}




/*
* Styles about main layout
*/
DIV#mainContainer {
width: 990px;
margin: 0px auto;
padding: 0px;
}

DIV#contentContainer, DIV#contentContainerWide, DIV#contentContainerMedium {
float: left;
padding: 0px;
}

DIV#contentContainer {
width: 660px;
}

DIV#contentContainerWide {
width: 840px;
}

DIV#contentContainerMedium {
width: 790px;
}

DIV#rightSidebarContainer, DIV#rightSidebarContainerWide, DIV#rightSidebarContainerMedium {
float: right;
padding: 0px;
}

DIV#rightSidebarContainer {
width: 330px;
}

DIV#rightSidebarContainerWide {
width: 150px;
}

DIV#rightSidebarContainerMedium {
width: 200px;
}

DIV#topRightWideAd {
width: 300px;
height: 250px;
margin: 0px 0px 20px auto;
}

DIV.rightWideAd {
width: 300px;
margin: 0px 0px 20px auto;
}

DIV.rightMediumAd {
width: 160px;
height: 600px;
margin: 0px 0px 20px auto;
}

DIV.rightSmallAd {
width: 120px;
height: 600px;
margin: 0px 0px 20px auto;
}








/*
* Styles about modules - stuff that are in left column
*/
DIV.module {
width: 300px;
background: #008A00;
margin: 0px 0px 20px auto;
padding: 0px 0px 3px 0px;
border-radius: 3px 3px;
}

DIV.module DIV.moduleTitle {
width: 100%;
margin: 0px;
height: 26px;
line-height: 26px;
background: #008A00;
background-image: url("/images/background_26.png");
background-repeat: repeat-x;
color: white;
text-align: left;
font-weight: bold;
padding: 0px;
border-top-left-radius: 3px 3px;
border-top-right-radius: 3px 3px;
}

DIV.module DIV.moduleTitle SPAN {
padding-left: 10px;
}

DIV.moduleInner {
width: 294px;
margin: 0px 3px;
background: #EDF3E7;
}

DIV.moduleContent {
padding: 5px 10px 10px 10px;
color: darkgreen;
}

DIV.moduleContentInnerLinks {
padding: 10px 0px 20px 20px;
color: darkgreen;
line-height: 180%;
}






/*
* Styles about calendar
*/
TABLE#calendar {
width: 100%;
border-collapse: collapse;
white-space: nowrap;
}

TABLE#calendar TH {
color: darkgreen;
padding: 6px 0px;
text-align: center;
}

TABLE#calendar TD {
padding: 4px 0px;
text-align: center;
}

TABLE#calendar TD A, TABLE#calendar TD SPAN {
padding: 3px 10px;
font-weight: bold;
}

TABLE#calendar TD SPAN {
color: #C3D9B2;
}

TABLE#calendar TD A, TABLE#calendar TH A {
text-decoration: none;
}

TABLE#calendar TD A, TABLE#calendar TH A, TABLE#calendar TD SPAN {
border-radius: 3px 3px;
}

TABLE#calendar TH A, TABLE#calendar TH SPAN.calendarDisabledLinks {
padding: 4px 10px;
}

TABLE#calendar TD A:visited, TABLE#calendar TH A:visited {
color: blue;
}

TABLE#calendar TD A:hover, TABLE#calendar TH A:hover {
background: #C3D9B2;
}

TABLE#calendar SPAN#calendarNavBar {
display: inline-block;
width: 160px;
}

TABLE#calendar SPAN.calendarDisabledLinks {
color: #C3D9B2;
}

TABLE#calendar .calendarDay1 {
padding-left: 14px;
padding-right: 14px;
}

TABLE#calendar #calendarSelectedDay {
background: #C3D9B2;
color: blue;
}






/*
* Styles about sort header for big list with tables
*/
H1#dateHeader {
margin: 0px 0px 30px 0px;
padding: 0px 0px 10px 0px;
font-size: 115%;
font-weight: bold;
color: darkgreen;
border-bottom: 2px dotted darkgreen;
}

SPAN#menuTitle {
font-size: 100%;
text-align: right;
float: right;
}





/*
* Styles about table with games
*/
TABLE.games {
width: 100%;
margin: 0px 0px 30px 0px;
border-collapse: collapse;
}

TABLE.games TR.tr0 {
background: #E6E8E7;
}

TABLE.games TR.tr1 {
background: #EDF3E7;
}

TABLE.games TD, TABLE.games TH {
padding: 5px 4px;
}

TABLE.games TH {
text-align: center;
font-weight: bold;
background: #008A00;
color: white;
}

TABLE.games TD {
color: darkgreen;
}

TABLE.games TD.round {
width: 28px;
white-space: nowrap;
text-align: right;
padding-right: 12px;
}

TABLE.games TD.time {
width: 38px;
white-space: nowrap;
text-align: right;
}

TABLE.games TD.date {
width: 76px;
white-space: nowrap;
text-align: right;
}

TABLE.games TD.date2 {
width: 76px;
white-space: nowrap;
text-align: right;
padding-right: 16px;
}

TABLE.games TD.date3 {
width: 74px;
white-space: nowrap;
text-align: right;
}

TABLE.games TD.dateTime {
width: 120px;
white-space: nowrap;
text-align: right;
padding-right: 16px;
}

TABLE.games TD.odd {
width: 42px;
white-space: nowrap;
text-align: right;
padding-left: 0px;
padding-right: 4px;
}

TABLE.games TD.noodd {
text-align: center;
padding-left: 4px;
padding-right: 0px;
}

TABLE.games TD.result, TABLE.games TD.res, TABLE.games TD.res2 {
white-space: nowrap;
text-align: center;
font-weight: bold;
}

TABLE.games TD.result {
width: 50px;
}

TABLE.games TD.res {
width: 56px;
}

TABLE.games TD.res2 {
width: 42px;
}

TABLE.games TH.left {
text-align: left;
}

TABLE.games TD.center {
text-align: center;
}

TABLE.games TD.home {
text-align: right;
padding-left: 0px;
padding-right: 2px;
width: 220px;
}

TABLE.games TD.home2 {
text-align: right;
padding-left: 0px;
padding-right: 2px;
width: 250px;
}

TABLE.games TD.home3 {
text-align: right;
padding-left: 0px;
padding-right: 2px;
width: 240px;
}

TABLE.games TD.home4 {
text-align: right;
padding-left: 0px;
padding-right: 2px;
width: 190px;
}

TABLE.games TD.away {
text-align: left;
padding-left: 2px;
padding-right: 0px;
}

TABLE.games TD.tournament {
width: 38px;
text-align: center;
}

TABLE.games TD.facts {
line-height: 160%;
}

TABLE.games TD A {
text-decoration: none;
}

TABLE.games TD A:hover {
text-decoration: underline;
}

TABLE.games SPAN.homeSp {
display: inline-block;
width: 240px;
text-align: right;
}

TABLE.games SPAN.awaySp {
}

TABLE.games SPAN.resSp {
display: inline-block;
width: 64px;
text-align: center;
}




DIV.noDataPresent, DIV.missingObject {
margin: 30px auto 30px auto;
text-align: center;
font-weight: bold;
font-size: 125%;
}

DIV.noDataPresent {
color: darkgreen;
}

DIV.missingObject {
color: red;
}

P.actionSuccessful {
margin: 50px auto 30px auto;
text-align: justify;
font-weight: bold;
font-size: 125%;
text-indent: 30px;
line-height: 150%;
color: darkgreen;
}



/*
* Styles about table with games statistics
*/
TABLE.gamesStat {
width: 100%;
margin: 0px;
border-collapse: collapse;
}

TABLE.gamesStat TR.tr0 {
background: #E6E8E7;
}

TABLE.gamesStat TR.tr1 {
background: #EDF3E7;
}

TABLE.gamesStat TD, TABLE.gamesStat TH {
padding: 5px 4px;
}

TABLE.gamesStat TH {
text-align: center;
font-weight: bold;
background: #008A00;
color: white;
}

TABLE.gamesStat TD {
color: darkgreen
}

TABLE.gamesStat TD.date {
width: 75px;
white-space: nowrap;
text-align: left;
}

TABLE.gamesStat TD.tournament {
padding-right: 0px;
}

TABLE.gamesStat TD.homeTeam, TABLE.gamesStat TD.awayTeam {
width: 200px;
}

TABLE.gamesStat TD.homeTeam {
text-align: right;
padding-left: 0px;
padding-right: 6px;
}

TABLE.gamesStat TD.awayTeam {
text-align: left;
padding-left: 6px;
padding-right: 0px;
}

TABLE.gamesStat TD.odd {
width: 42px;
white-space: nowrap;
text-align: right;
padding-left: 0px;
padding-right: 4px;
}

TABLE.gamesStat TD.noodd {
text-align: center;
padding-left: 4px;
padding-right: 0px;
}

TABLE.gamesStat TD.odd:first-child {
padding-left: 0px;
}

TABLE.gamesStat TD.result {
padding-left: 0px;
padding-right: 0px;
width: 56px;
white-space: nowrap;
text-align: center;
font-weight: bold;
}

TABLE.gamesStat TD.center {
text-align: center;
}

TABLE.gamesStat TD.right {
text-align: right;
}

TABLE.gamesStat TD.win {
background-color: lightgreen;
}

TABLE.gamesStat TD.draw {
background-color: khaki;
}

TABLE.gamesStat TD.loss {
background-color: tomato;
}

DIV.gamesStatNoData, DIV.gamesStatNoDataBig {
font-size: 150%;
text-align: center;
color: red;
}

DIV.gamesStatNoData {
margin: 20px 0px 60px 0px;
}

DIV.gamesStatNoDataBig {
margin: 100px 0px 60px 0px;
}




/*
* Styles about table with league games in game stat screen
*/
TABLE.leagueGames {
width: 100%;
margin: 0px;
border-collapse: collapse;
border: 1px solid #008A00;
}

TABLE.leagueGames TR.tr0 {
background: #E6E8E7;
}

TABLE.leagueGames TR.tr1 {
background: #EDF3E7;
}

TABLE.leagueGames TR.team, TABLE.leagueGames TD.team {
background-color: lightgreen;
}

TABLE.leagueGames TD, TABLE.leagueGames TH {
padding: 5px 5px;
}

TABLE.leagueGames TH {
text-align: center;
font-weight: bold;
background: #008A00;
color: white;
border-left: 1px solid white;
}

TABLE.leagueGames TH:first-child {
border-left: 1px solid #008A00;
}

TABLE.leagueGames TH.secondRow {
border-left: 1px solid white;
border-top: 1px solid white;
}

TABLE.leagueGames TD {
border: 1px solid #008A00;
color: darkgreen
}

TABLE.leagueGames TD.position {
width: 25px;
white-space: nowrap;
text-align: right;
}

TABLE.leagueGames TD.result {
padding-left: 0px;
padding-right: 0px;
width: 105px;
white-space: nowrap;
text-align: center;
font-weight: bold;
}

TABLE.leagueGames TD.emptySpace {
padding-left: 0px;
padding-right: 0px;
width: 11px;
}

TABLE.leagueGames TD.win {
background-color: lightgreen;
}

TABLE.leagueGames TD.draw {
background-color: khaki;
}

TABLE.leagueGames TD.loss {
background-color: tomato;
}

TABLE.leagueGames TR.group TD {
height: 0;
line-height: 0;
padding: 0;
border-top: 2px solid #008A00;
border-bottom: 2px solid #008A00;
}



TABLE.performance {
width: 100%;
margin: 0px;
border-collapse: collapse;
border: 1px solid #008A00;
}

TABLE.performance TR.tr0 {
background: #E6E8E7;
}

TABLE.performance TR.tr1 {
background: #EDF3E7;
}

TABLE.performance TD {
padding: 5px 5px;
border: 1px solid #008A00;
color: darkgreen;
white-space: nowrap;
}

TABLE.performance TD.teamName {
width: 392px;
}

TD SPAN.pr {
font-size: 12px;
display: inline-block;
width: 7px;
margin-right: 2px;
}

TD SPAN.win {
background-color: darkgreen;
}

TD SPAN.draw {
background-color: goldenrod;
}

TD SPAN.loss {
background-color: red;
}

TD SPAN.empty {
background-color: gainsboro;
}





/*
* Styles about header of games statistics
*/
DIV#teamFlags {
width: 100%;
margin: 0px;
}

DIV#teamFlagHome, DIV#teamFlagAway {
margin: 0px 0px 10px 0px;
padding: 0px;
width: 370px;
text-align: center;
}

DIV#teamFlagHomeM, DIV#teamFlagAwayM {
margin: 0px 0px 10px 0px;
padding: 0px;
width: 345px;
text-align: center;
}

DIV#teamFlagHomeW, DIV#teamFlagAwayW {
margin: 0px 0px 10px 0px;
padding: 0px;
width: 280px;
text-align: center;
}

DIV#teamFlagHome {
float: left;
padding-left: 50px;
}

DIV#teamFlagHomeM {
float: left;
padding-left: 35px;
}

DIV#teamFlagHomeW {
float: left;
padding-left: 25px;
}

DIV#teamFlagAway {
float: right;
padding-right: 50px;
}

DIV#teamFlagAwayM {
float: right;
padding-right: 35px;
}

DIV#teamFlagAwayW {
float: right;
padding-right: 25px;
}


DIV#teamFlags H1 {
margin: 10px 0px 0px 0px;
text-align: center;
}

DIV#teamFlags P {
margin: 10px 0px 0px 0px;
text-align: center;
color: darkgreen;
font-weight: normal;
padding: 0px;
font-size: 160%;
}

DIV#teamFlags P SPAN {
font-weight: normal;
font-size: 80%;
}

H1#gameTitle {
margin: 0px 0px 10px 0px;
text-align: center;
}

P#gameTitleP {
margin: 0px 0px 10px 0px;
padding: 0px;
text-align: center;
color: darkgreen;
font-weight: normal;
font-size: 160%;
}

P#gameTime, P#extendedGameResult, P#gameResult, P#previousGameResult, P#finalGameResult {
margin: 0px 0px 0px 0px;
padding: 0px;
text-align: center;
font-size: 110%;
font-weight: bold;
color: darkgreen;
}

P#extendedGameResult, P#gameResult, P#finalGameResult {
color: red;
}

P#gameResult {
font-size: 150%;
}

P#extendedGameResult {
padding-top: 3px;
}

P#finalGameResult {
padding-top: 8px;
line-height: 150%;
}

P#finalGameResult SPAN#finalGameResultSpan {
font-weight: normal;
}

P#previousGameResult {
padding-top: 10px;
font-weight: normal;
line-height: 150%;
}

P#previousGameResult SPAN#previousGameResultSpan {
display: inline-block;
margin: 0px 15px;
font-weight: bold;
}

P.statDescription {
color: darkgreen;
text-align: justify;
}

P.gameStatInfo {
color: darkgreen;
text-align: justify;
line-height: 150%;
margin: -5px 0px -20px 0px;
}

DIV.gameStatLinkWrapper {
position: relative;
}

DIV.gameStatLinkWrapper A {
position: absolute;
top: 15px;
right: 0px;
font-weight: bold;
}

DIV.userGameButtons {
margin: 30px 20px -30px 0px;
text-align: right;
}

DIV.userGameButtons A {
padding: 7px 15px;
background: #F1592A;
color: white;
text-decoration: none;
font-size: 14px;
font-weight: bold;
border-radius: 5px 5px;
}

DIV.userGameButtons A:hover {
text-decoration: underline;
background: #FF592A;
}

DIV.gameTipsInfo {
margin: 30px 0px -20px 0px;
text-align: center;
font-size: 14px;
font-weight: bold;
}




/*
* Styles about votes for game
*/
DIV.voteWrapper {
margin: 0px;
position: relative;
}

DIV.voteDiv {
margin: 4px 0px;
position: relative;
}

DIV.voteEnabled, DIV.voteDisabled {
display: inline-block;
}

DIV.voteEnabled {
cursor: pointer;
}

SPAN.voteGame {
padding: 4px 0px;
margin: 0px;
display: inline-block;
background: orangered;
color: white;
width: 30px;
text-align: center;
font-weight: bold;
}

SPAN.voteBox {
padding: 4px 0px;
font-weight: bold;
display: inline-block;
background: #008A00;
}

SPAN.voteText, SPAN.voteTeam {
padding: 4px 0px;
color: darkgreen;
}

SPAN.voteText {
margin-left: 5px;
font-weight: bold;
}

DIV.voteDivControl {
position: absolute;
right: 0px;
top: 15px;
width: 300px;
height: 50px;
}

DIV.voteSingleMsg {
line-height: 50px;
}

DIV.voteMultiMsg {
line-height: 25px;
}

DIV.voteSingleMsg, DIV.voteMultiMsg {  
font-weight: bold;
color: darkgreen;
text-align: center;
}

SPAN.voteAction {
color: red;
}




/*
* Styles about table with standing
*/
TABLE.standing {
width: 100%;
margin: 0px;
border-collapse: collapse;
border: 1px solid #008A00;
}

TABLE.standing TR.tr0, TABLE.standing TD.tr0 {
background: #E6E8E7;
}

TABLE.standing TR.tr1, TABLE.standing TD.tr1 {
background: #EDF3E7;
}

TABLE.standing TR.team {
background-color: lightgreen;
}

TABLE.standing TD, TABLE.standing TH {
padding: 5px 5px;
}

TABLE.standing TH {
text-align: center;
font-weight: bold;
background: #008A00;
color: white;
border-left: 1px solid white;
}

TABLE.standing TH:first-child {
border-left: 1px solid #008A00;
}

TABLE.standing TD {
border: 1px solid #008A00;
color: darkgreen
}

TABLE.standing TD.position {
width: 24px;
white-space: nowrap;
text-align: right;
padding-left: 0px;
}

TABLE.standing TD.matches, TABLE.standing TD.goals, TABLE.standing TD.points {
width: 32px;
white-space: nowrap;
text-align: right;
padding-left: 0px;
padding-right: 16px;
}

TABLE.standing TD.gDiff {
width: 36px;
white-space: nowrap;
text-align: right;
padding-left: 0px;
padding-right: 12px;
}

TABLE.standing TD.gSc {
width: 32px;
white-space: nowrap;
text-align: right;
padding-left: 0px;
padding-right: 2px;
border-right-style: none;
}

TABLE.standing TD.gCn {
width: 32px;
white-space: nowrap;
text-align: left;
padding-left: 2px;
padding-right: 0px;
border-left-style: none;
}

TABLE.standing TD.gDl {
width: 7px;
text-align: center;
padding-left: 0px;
padding-right: 0px;
border-right-style: none;
border-left-style: none;
}

TABLE.standing TD.tsNum {
width: 22px;
padding-right: 10px;
text-align: right;
}

TABLE.standing TD.tsSc {
width: 48px;
padding-right: 36px;
text-align: right;
} 

TABLE.standing TD.tsGm {
width: 48px;
padding-right: 36px;
text-align: right;
} 

TABLE.standing TD.tsPr {
width: 52px;
padding-right: 20px;
text-align: right;
}

TABLE.standing TR.group TD {
height: 0;
line-height: 0;
padding: 0;
border-top: 2px solid #008A00;
border-bottom: 2px solid #008A00;
}



/*
* Styles about international groups details screen
*/
DIV.standingInternationalDetails {
padding-top: 15px;
text-align: right;
}

DIV.standingInternationalDetails A {
font-weight: bold;
}

DIV#internationalGroupsWrapper {
position: relative;
}

DIV#internationalGroupsWrapper IMG {
position: absolute;
top: -15px;
right: 0px;
height: 80px;
}

DIV#internationalGroupsNavigation {
margin: 0px 0px 30px 0px;
padding: 0px 0px 10px 0px;
border-bottom: 2px dotted darkgreen;
width: 520px;
}

DIV#internationalGroupsNavigation A, DIV#internationalGroupsNavigation SPAN {
margin-left: 6px;
margin-right: 6px;
padding-left: 4px;
padding-right: 4px;
font-size: 140%;
}

DIV#internationalGroupsNavigation SPAN#internationalGroupsLabel {
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

DIV#internationalGroupsNavigation A {
text-decoration: none;
}

DIV#internationalGroupsNavigation A:hover {
text-decoration: underline;
}

DIV#internationalGroupsNavigation SPAN {
color: darkgreen;
}


TABLE.crossGames {
width: 100%;
margin: 0px 0px 30px 0px;
border-collapse: collapse;
}

TABLE.crossGames TR.tr0 {
background: #E6E8E7;
}

TABLE.crossGames TR.tr1 {
background: #EDF3E7;
}

TABLE.crossGames TD, TABLE.crossGames TH {
padding: 5px 4px;
}

TABLE.crossGames TH {
text-align: center;
font-weight: bold;
background: #008A00;
color: white;
}

TABLE.crossGames TD {
color: darkgreen;
}

TABLE.crossGames TD.res {
width: 64px;
white-space: nowrap;
text-align: center;
font-weight: bold;
}

IMG.nationalTeamHeader {
width: 32px;
height: 22px;
}

IMG.footballTeamHeader {
width: 22px;
height: 22px;
background: white;
}

IMG.nationalTeamRow {
width: 22px;
height: 14px;
margin-right: 7px;
vertical-align: -2px;
}

IMG.footballTeamRow {
width: 14px;
height: 14px;
margin-right: 7px;
vertical-align: -2px;
}


/*
* Styles about standing list screen
*/
H1.standingTitle {
margin: 0px 0px 30px 0px;
text-align: center;
}

H2.standingSubTitle {
margin: -25px 0px 30px 0px;
text-align: center;
text-transform: lowercase;
}

H1.standingTitleInternational {
margin: 0px 60px 30px 0px;
text-align: center;
}

DIV#standingNavigation {
margin: 0px 0px 30px 0px;
padding: 0px 0px 10px 0px;
border-bottom: 2px dotted darkgreen;
}

DIV#standingNavigation A, DIV#standingNavigation SPAN {
margin-right: 20px;
font-weight: bold;
}

DIV#standingNavigation A {
text-decoration: none;
}

DIV#standingNavigation A:hover {
text-decoration: underline;
}

DIV#standingNavigation SPAN {
color: darkgreen;
}

DIV#standingNavigation IMG {
margin-right: 20px;
vertical-align: -3px;
}

DIV#groupStandingNavigation {
margin: 0px 0px -10px 0px;
padding: 5px 8px;
background: #EDF3E7;
}

DIV#groupStandingNavigation A, DIV#groupStandingNavigation SPAN {
margin-right: 15px;
font-weight: bold;
}

DIV#groupStandingNavigation A {
text-decoration: none;
}

DIV#groupStandingNavigation A:hover {
text-decoration: underline;
}

DIV#groupStandingNavigation SPAN {
color: darkgreen;
}

DIV#standingTitleWrapper {
position: relative;
}

DIV#standingTitleWrapper IMG {
position: absolute;
top: -15px;
right: 0px;
height: 80px;
}

DIV#teamFlagNameWrapper {
margin: 0px 0px 30px 0px;
position: relative;
height: 150px;
}

DIV#teamFlagNameWrapper IMG {
position: absolute;
top: 10px;
left: 0px;
}

DIV#teamFlagNameWrapper H1#teamName2Lines {
text-align: center;
margin-right: 120px;
padding-top: 30px;
font-size: 220%;
}

DIV#teamFlagNameWrapper H2#teamNameSecondLine {
text-align: center;
margin: 10px 120px 0px 0px;
}

DIV#teamFlagNameWrapper H1#teamName1Line {
text-align: center;
margin-left: 110px;
padding-top: 50px;
font-size: 220%;
}

DIV#teamInfoStatWrapper {
position: absolute;
top: 0px;
right: 0px;
color: darkgreen;
background: #EDF3E7;
width: 260px;
padding-bottom: 2px;
}

TABLE#teamInfoStat {
width: 100%;
margin: 0px;
border-collapse: collapse;
}

TABLE#teamInfoStat TH {
background: #E6E8E7;
padding: 3px 0px;
font-weight: normal;
}

TABLE#teamInfoStat TD {
padding: 2px 0px;
vertical-align: top;
}

TABLE#teamInfoStat TD.label {
width: 5%;
text-align: right;
padding-right: 6px;
width: 82px;
}



DIV.standingTitleLinkWrapper {
position: relative;
}

DIV.standingLinkWrapper {
position: relative;
margin: 50px 0px 20px 0px;
}

DIV.standingLinkWrapper SPAN.standingLinkWrapperTitleRepl {
font-size: 140%;
}

DIV.standingLinkWrapperInner {
position: absolute;
bottom: 2px;
right: 0px;
color: darkgreen;
}

DIV.standingLinkWrapperInnerLeft {
position: absolute;
bottom: 2px;
left: 0px;
}

SPAN.standingTitleText  {
color: darkgreen;
font-weight: bold;
}

DIV.standingSeasonStarts {
text-align: center;
margin: 10px auto 30px auto;
color: darkgreen;
font-size: 150%;
}


#seasonDropDownWrapper {
position: absolute;
top: 0px;
right: 0px;
font-weight: bold;
text-align: right;
}

#seasonDropDown {
display: inline-block;
}

#seasonTitleText {
color: darkgreen;
vertical-align: 6px;
}

#seasonDropDown, #seasonDropDown ul {
margin: 0px;
padding: 0px;
list-style: none;
}

#seasonButton {
display: block;
padding: 4px 5px 4px 10px;
cursor: pointer;
background-color: #008A00;
color: white;
}

#seasonDropDown li {
float: left;
position: relative;
}

#seasonDropDown ul li a {
padding: 3px 6px;
margin-left: 3px;
}

#seasonDropDown li ul {
position: absolute;
display: none;
border: 1px solid #008A00;
border-top: 0px none #008A00;
padding: 5px 0px 8px 0px;
background-color: #EDF3E7;
line-height: 175%;
z-index: 1;
}

#seasonDropDown li:hover ul {
display: block;
}



TABLE.standingList {
width: 100%;
margin: 0px 0px 30px 0px;
border-collapse: collapse;
}

TABLE.standingList TR.tr0 {
background: #E6E8E7;
}

TABLE.standingList TR.tr1 {
background: #EDF3E7;
}

TABLE.standingList TD, TABLE.standingList TH {
padding: 5px;
}

TABLE.standingList TH {
padding-left: 10px;
text-align: left;
font-weight: bold;
background: #008A00;
color: white;
}

TABLE.standingList TD {
width: 33.3%;
}

TABLE.standingList TD IMG {
margin: 0px 5px 0px 0px;
border: none;
padding: 0px;
vertical-align: middle;
background: white;
}

TABLE.standingList TD A {
text-decoration: none;
}

TABLE.standingList TD A:hover {
text-decoration: underline;
}


P.statP {
padding-left: 50px;
text-indent: -50px;
line-height: 135%;
}






/*
* Styles about statistics list screen
*/
TABLE.leagueStats {
width: 100%;
margin: 20px 0px 30px 0px;
border-collapse: collapse;
border: 1px solid #008A00;
}

TABLE.leagueStats TR.tr0 {
background: #E6E8E7;
}

TABLE.leagueStats TR.tr1 {
background: #EDF3E7;
}

TABLE.leagueStats TD, TABLE.leagueStats TH {
padding: 5px 5px;
}

TABLE.leagueStats TH {
padding: 3px 0px 3px 0px;
text-align: center;
vertical-align: middle;
font-weight: bold;
background: #008A00;
color: white;
border-left: 1px solid white;
}

TABLE.leagueStats TH:first-child {
border-left: 1px solid #008A00;
}

TABLE.leagueStats TH IMG {
vertical-align: 3px;
}

TABLE.leagueStats TD {
border: 1px solid #008A00;
color: darkgreen
}

TABLE.leagueStats TD.statLeague {
text-align: left;
padding-left: 8px;
padding-right: 0px;
}

TABLE.leagueStats TD.st {
width: 42px;
text-align: right;
padding-left: 0px;
padding-right: 6px;
}

TABLE.leagueStats TD IMG {
margin: 0px 5px 0px 0px;
border: none;
padding: 0px;
vertical-align: -2px;
background: white;
}

TABLE.leagueStats TH A {
text-decoration: none;
padding-top: 3px;
padding-bottom: 3px;
color: white;
width: 44px;
display: inline-block;
border-radius: 3px 3px;
}

TABLE.leagueStats TH A.leagueStatTableTitle {
width: 150px;
}

TABLE.leagueStats TH A:hover {
color: darkgreen;
background: #C3D9B2;
}

TABLE.leagueStats TD A {
text-decoration: none;
}

TABLE.leagueStats TD A:hover {
text-decoration: underline;
}





/*
* Styles about statistics screen for league
*/
TABLE#leagueStatSummary {
width: 100%;
margin: 0px;
border-collapse: collapse;
border: 0px none;
}

TABLE#leagueStatSummary TD.leagueStatSummaryEmptyTD {
width: 25%;
}

TABLE#leagueStatSummary TD.leagueStatSummaryEmptyTDSmall {
width: 33%;
}

TABLE.leagueStatSummaryTable {
border-collapse: collapse;
}

TABLE.leagueStatSummaryTable TR.tr0 {
background: #EDF3E7;
}

TABLE.leagueStatSummaryTable TR.tr1 {
background: #EDF3E7;
}

TABLE.leagueStatSummaryTable TD, TABLE.leagueStatSummaryTable TH {
white-space: nowrap;
padding: 3px 4px;
color: darkgreen;
}

TABLE.leagueStatSummaryTable TH {
font-weight: normal;
text-align: center;
background: #E6E8E7;
}

TABLE.leagueStatSummaryTable TD.data, TABLE.leagueStatSummaryTable TH.data {
width: 38px;
text-align: right;
padding-left: 0px;
}

TABLE.leagueStatSummaryTable TD.label, TABLE.leagueStatSummaryTable TH.label {
padding-right: 12px;
text-align: left;
}



TABLE#leagueStatGoals {
width: 100%;
margin: 0px;
border-collapse: collapse;
border: 0px none;
}

TABLE#leagueStatGoals TD.leagueStatGoalsTD {
width: 25%;
vertical-align: top; 
border: 0px none;
}

TABLE.goalsStat {
width: 156px;
border-collapse: collapse;
border: 1px solid #008A00;
}

TABLE.goalsStat TR.tr0 {
background: #E6E8E7;
}

TABLE.goalsStat TR.tr1 {
background: #EDF3E7;
}

TABLE.goalsStat TD, TABLE.goalsStat TH {
padding: 5px 5px;
}

TABLE.goalsStat TH {
text-align: center;
font-weight: bold;
background: #008A00;
color: white;
border-left: 1px solid white;
}

TABLE.goalsStat TH:first-child {
border-left: 1px solid #008A00;
}

TABLE.goalsStat TD {
border: 1px solid #008A00;
color: darkgreen
}

TABLE.goalsStat TD.number, TABLE.goalsStat TD.percent {
text-align: right;
padding-left: 0px;
}

TABLE.goalsStat TD.number {
width: 32px;
padding-right: 8px;
}

TABLE.goalsStat TD.percent {
width: 62px;
padding-right: 10px;
}

TABLE.goalsStat TD.label {
width: 70px;
text-align: center;
}

TABLE.goalsStat TD.labelRight {
width: 43px;
padding-right: 24px;
text-align: right;
}

TABLE.goalsStat TD.labelRightSmall {
width: 38px;
padding-right: 37px;
text-align: right;
}



TABLE.leftTable {
margin-left: 0px;
margin-right: auto;
}

TABLE.rightTable {
margin-left: auto;
margin-right: 0px;
}

TABLE.centerTable {
margin-left: auto;
margin-right: auto;
}






/*
* Styles about table with odds
*/
TABLE.odds {
width: 100%;
margin: 0px;
border-collapse: collapse;
border: 1px solid #008A00;
}

TABLE.odds TR.tr0 {
background: #E6E8E7;
}

TABLE.odds TR.tr1 {
background: #EDF3E7;
}

TABLE.odds TD, TABLE.odds TH {
white-space: nowrap;
}

TABLE.odds TH {
padding: 5px 0px;
text-align: center;
font-weight: bold;
background: #008A00;
color: white;
border-left: 1px solid white;
}

TABLE.odds TH:first-child {
border-left: 1px solid #008A00;
}

TABLE.odds TD {
padding: 5px 2px 5px 0px;
border: 1px solid #008A00;
color: darkgreen;
width: 42px;
text-align: right;
}

TABLE.odds TD.max {
background-color: lightgreen;
}

TABLE.odds TD.up {
background-image: url("/images/odd-up.png");
}

TABLE.odds TD.down {
background-image: url("/images/odd-down.png");
}

TABLE.odds TD.up, TABLE.odds TD.down {
background-repeat: no-repeat;
background-position: 1px center;
}

TABLE.odds TD.bookmaker {
text-align: left;
}

TABLE.odds TD.bookmaker IMG {
width: 75px;
height: 15px;
}

TABLE.odds TD.bookmakerM {
width: 140px;
text-align: left;
}

TABLE.odds TD.noodd {
text-align: center;
}






/*
* Styles about error and info messages
*/
DIV.infoMessage, DIV.errorMessage {
width: 75%;
margin: 20px auto 10px auto;
padding: 25px;
text-align: left;
font-weight: bold;
position: relative;
border-width: 2px;
border-style: solid;
border-color: dimgray;
background: lightgray;
}

DIV.infoMessage {
color: darkgreen;
}

DIV.errorMessage {
color: red;
}

DIV#systemMessageCloseButton {
position: absolute;
top: 5px;
right: 4px;
}

DIV#systemMessageCloseButton IMG {
border-width: 0px;
}

DIV#systemMessageBackButton {
position: absolute;
bottom: 5px;
right: 10px;
text-align: right;
}



/*
* Some common styles
*/
P.contentDesc {
text-align: justify;
text-indent: 30px;
}

P.hintDesc {
color: darkgreen;
text-align: justify;
text-indent: 30px;
margin: 10px 0px;
}

H1.contentTitle {
text-align: center;
margin-bottom: 30px;
}

H1.bookieTitle {
text-align: center;
margin-bottom: 50px;
font-size: 250%;
}

H1.bookieTitle A {
text-decoration: none;
}

H1.bookieTitle A:visited {
color: darkgreen;
}

H1.bookieTitle A:hover {
text-decoration: underline;
}

IMG.footballTeam, IMG.missingTeam {
width: 130px;
height: 130px;
}

IMG.nationalTeam {
width: 196px;
height: 130px;
}

IMG.internationalTournament {
width: 16px;
height: 16px;
background: white;
}

IMG.missingTournament {
width: 16px;
height: 16px;
}

IMG.countryFlag {
width: 22px;
height: 14px;
}

IMG.floatImgBookies, IMG.floatImgBookiesList {
float: left;
margin-right: 25px;
margin-bottom: 15px;
}

IMG.floatImgBookiesList {
width: 180px;
}

HR.bookmakersList {
margin: 50px 0 50px 0;
color: darkgreen;
}

A.permanent, A.permanent:visited {
color: blue;
}

.clear {
clear: both;
}

.italic {
font-style: italic;
}

.bold {
font-weight: bold;
}

.red {
color: red;
}

.darkgreen {
color: darkgreen;
}

.blue {
color: blue;
}

.right {
text-align: right;
}

.left {
text-align: left;
}

.center {
text-align: center;
}

.hSpace30 {
padding: 0px 30px;
}

.relative {
position: relative;
}

.floatRight {
float: right;
}

.normalFont {
font-weight: normal;
}


/*
* Styles about footer
*/
DIV#footer {
width: 990px;
height: 32px;
line-height: 32px;
margin: 80px auto 10px auto;
padding: 0px;
text-align: left;
color: white;
position: relative;
background: #008A00;
background-image: url("/images/background_32.png");
background-repeat: repeat-x;
}

DIV#footerLeft {
margin: 0px 0px 0px 10px;
}

DIV#footerRight {
position: absolute;
top: 0px;
right: 0px;
text-align: right;
margin: 0px;
}

DIV#footer A {
margin: 0px 15px 0px 15px;
text-decoration: none;
color: white;
}

DIV#footer A:visited {
color: white;
}

DIV#footer A:hover {
text-decoration: underline;
}

DIV#footer SPAN.menuDelimiter {
width: 0px;
border-left: 1px solid #006100;
border-right: 1px solid #7FC47F;
}

DIV#footer IMG.imgMenuDelimiter {
vertical-align: -3px;
}

DIV#footer2 {
width: 990px;
margin: 20px auto 10px auto;
padding: 0px;
text-align: center;
color: darkgreen;
}




/*
* Survey widget
*/
DIV#surveyWidget INPUT {
vertical-align: -2px;
margin-right: 7px;
}

DIV#surveyWidget BUTTON {
margin: 10px auto 5px auto;
}

P#surveyQuestion {
font-weight: bold;
text-align: center;
margin: 10px 0px 20px 0px;
line-height: 150%;
}

DIV#surveyWidget A {
text-decoration: none;
}

DIV#surveyWidget A:hover {
text-decoration: underline;
}

DIV#surveyWidget SPAN.disabledSurveyAnswer {
color: darkgray;
}


/*
* Survey widget archive
*/
DIV#surveyWidgetArchive A {
text-decoration: none;
}

DIV#surveyWidgetArchive A:hover {
text-decoration: underline;
}

DIV#surveyWidgetArchiveInner {
margin: 10px 0px 20px 0px;
}

DIV#surveyWidgetArchiveInner P {
margin: 15px 0px;
padding: 0px;
}




/*
* Survey page
*/
DIV#surveyGraph {
width: 460px;
margin: 50px auto 50px auto;
color: darkgreen;
}

DIV.surveyBox {
margin: 25px 0px 0px 0px;
}

DIV.surveyPercent {
width: 400px;
border: 1px solid #008A00;
display: inline-block;
}

DIV.surveyPercentInner {
background: lightgreen;
height: 20px;
}

DIV.surveyPercentInnerDisabled {
background: lightgreen;
height: 20px;
}

SPAN.surveyPercentNumber {
vertical-align: 6px;
margin-left: 5px;
font-weight: bold;
}

SPAN.surveyAnswer {
font-weight: bold;
color: darkgreen;
}

SPAN.surveyAnswerDisabled {
font-weight: bold;
color: darkgray;
}

P#surveyTotalVotes {
text-align: center;
font-weight: bold;
color: darkgreen;
}

DIV#surveyArchiveBack {
width: 460px;
margin: 50px auto 10px auto;
}



/*
* Survey archive page
*/
DIV#surveyArchiveList {
width: 550px;
margin: 50px auto 50px auto;
color: darkgreen;
}

DIV#surveyArchiveList P {
margin: 20px 0px;
padding: 0px;
line-height: 150%;
font-size: 125%;
font-weight: bold;
}

DIV#surveyArchiveList A {
text-decoration: none;
}

DIV#surveyArchiveList A:hover {
text-decoration: underline;
}




/*
* Highlight tournaments games shown under standing and other places
*/
DIV.standingTournamentGames {
color: darkgreen;
margin: 20px 0px 20px 30px;
}

DIV.standingTournamentGames SPAN {
padding: 3px 5px;
display: block;
width: 420px;
margin: 4px 0px;
}

DIV.standingTournamentGames SPAN.standingTournamentGamesTitle, DIV.statisticTournamentGames SPAN.statisticTournamentGamesTitle {
font-weight: bold;
padding: 6px 0px;
}

DIV.standingTournamentGames SPAN.standingTournamentGamesNote, DIV.statisticTournamentGames SPAN.statisticTournamentGamesNote {
background: #EDF3E7;	
}

DIV.statisticTournamentGames {
color: darkgreen;
margin: 20px 30px 20px 30px;
}

DIV.statisticTournamentGames SPAN {
padding: 3px 5px;
display: block;
margin: 4px 0px;
}

DIV.teamTournamentGames {
color: darkgreen;
margin: 15px 0px 10px 0px;
}

DIV.teamTournamentGames SPAN.teamTournamentGamesTitle {
font-weight: bold;
padding: 6px 0px;
}


DIV.standingGroupNote {
color: darkgreen;
margin: 15px 0px 10px 0px;
}

DIV.standingGroupNote SPAN.standingGroupNoteTitle {
font-weight: bold;
padding: 6px 0px;
}


DIV.gameStatGroupNote {
color: darkgreen;
margin: 15px 0px 10px 0px;
}

DIV.gameStatGroupNote SPAN.gameStatGroupNoteTitle {
font-weight: bold;
padding: 6px 0px;
}


/*
* Highlight for standings positions and legend for it and also standing amendments
*/
DIV.stLegend {
color: darkgreen;
margin: 20px 0px 20px 30px;
}

DIV.stLegend SPAN {
padding: 3px 5px;
display: block;
width: 420px;
margin: 4px 0px;
}

DIV.stLegend SPAN.stLegendTitle {
font-weight: bold;
padding: 6px 0px;
}

DIV.stAmendments {
color: darkgreen;
margin: 20px 0px 20px 30px;
}

DIV.stAmendments SPAN.stAmendmentsTitle {
display: block;
margin: 4px 0px;
font-weight: bold;
padding: 6px 0px;
}

DIV.stAmendments TABLE {
width: 5%;
margin: 0px;
border-collapse: collapse;
white-space: nowrap;
}

DIV.stAmendments TABLE TR.tr0 {
background: #E6E8E7;
}

DIV.stAmendments TABLE TR.tr1 {
background: #EDF3E7;
}

DIV.stAmendments TABLE TD {
padding: 3px 5px;
color: darkgreen
}

DIV.stAmendments TABLE TD.points {
padding-left: 24px;
text-align: right;
}


.stp7, .stp11, .stp13, .stp17, .stp20, .stp30 {
background-color: lightgreen;
}

.stp6, .stp12, .stp15, .stp18 {
background: #CAE7CA;
}

.stp9, .stp14, .stp19, .stp22 {
background: #C3D9B2;
}

.stp24 {
background: darkseagreen;
}

.stp1, .stp32 {
background: tomato;
}

.stp2, .stp5, .stp23 {
background: khaki;
}

.stp4, .stp8, .stp10, .stp16, .stp21 {
background-color: #C1F6C1;
}

.stp3 {
background-color: #C3D9B2;
}

.stp25, .stp31 {
background: #48D1CC;
}

.stp26, .stp28 {
background: #5EFFF6;
}

.stp27, .stp29 {
background: #9FE0DC;
}


IMG.avatar {
width: 75px;
height: 75px;
}

IMG.avatarBig {
width: 100px;
height: 100px;
}

IMG.avatarSmall {
width: 40px;
height: 40px;
}


DIV.tvProgram {
clear: both;
height: 35px;
margin: 2px 0px 10px 0px;
}

DIV.tvProgram:last-child {
margin-bottom: 2px;
}

DIV.tvProgram DIV.tvImg {
float: left;
height: 35px;
width: 35px;
}

DIV.tvProgram DIV.tvGame {
float: left;
height: 35px;
width: 228px;
margin-left: 10px;
padding-top: 2px;
}

DIV.tvProgram SPAN.tvSmall {
font-size: 85%;
padding-left: 30px;
}

DIV.tvProgramInfo {
margin: 5px 0px -40px 0px;
text-align: center;
}


P.tf {
padding-left: 15px;
text-indent: -15px;
margin: 10px 0px;
line-height: 150%;
}

DIV.factsLink {
margin: -10px 0px 30px 0px;
text-align: right;
font-size: 16px;
}

DIV.tsHeader {
line-height: 200%;
}

DIV.tsHeader HR {
border: 0px;
height: 1px;
background-color: #E6E8E7;
color: #E6E8E7;
}

DIV.tsHeader SPAN {
display: inline-block;
width: 90px;
color: darkgreen;
font-weight: bold;
}

DIV.tsHeader A {
display: inline-block;
margin-left: 10px;
margin-right: 10px;
font-weight: bold;
}

H1.tsTitle {
margin: 30px 0px 30px 0px;
text-align: center;
}

#switch {
margin: 2.2em auto 2em auto;
text-align: center;
}

#switch a {
color: #ffffff;
text-decoration: none;
border-radius: 5px 5px;
padding: 0.6em 1.2em;
background: #008A00;
background-image: url("/images/background_32.png");
background-repeat: repeat-x;
}

#switch a:visited {
color: #ffffff;
}

#switch a:hover {
color: #ffffff;
text-decoration: underline;
}





.clever-core-ads:not(:empty) {
margin: 20px auto 50px auto;
height: 250px;
}

@media screen and (max-width: 640px) {
.clever-core-ads:not(:empty) {
margin-top: 80px;
margin-bottom: 80px;
}
}
