@import url("jquery.bookmark.css");
@import url("jquery.textarearesize.css");
/* GLOBAL STYLES */

HTML
{
    margin: 0;
    padding: 0;
}

BODY
{
    background: #8DAD72 url(../backgrounds/grass.jpg);
    color: #FFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    margin: 0;
    padding: 0;
}

UL
{
    margin: 0 0 0 1em;
    padding: 0;
    list-style-position: outside;
    color: #36C;
}

UL > LI > SPAN
{
    color: #000;
}

DIV.clear
{
    display: block;
    height: 0px;
    clear: both;
    margin: 0;
    padding: 0;
}

.first,
P:first-child
{
    margin-top: 0;
}

A
{
    text-decoration: none;
    color: #090;
}

A:HOVER
{
    text-decoration: underline;
}

A IMG
{
    border: 0;
}

P
{
    margin: 0.75em 0;
    line-height: 140%;
}

P.last
{
    margin-bottom: 0;
}

FORM
{
    margin: 0;
    padding: 0;
}

FORM > DIV > *
{
    vertical-align: middle;
}

LABEL
{
    font-weight: bold;
    color: #000;
}

/* /GLOBAL STYLES */

/* PAGE STRUCTURE */

#Master
{
    width: 980px;
    margin: 0 auto;
    box-shadow: 0 0 7px #000;
    -o-box-shadow: 0 0 7px #000;
    -moz-box-shadow: 0 0 7px #000;
    -webkit-box-shadow: 0 0 7px #000;
    color: #000;
}

#Header
{
    background: #000;
}

#Header P
{
    margin: 0;
    line-height: 2em;
    padding-left: 20px;
    font-size: 8pt;
    color: #fff;
}

#Masthead
{
    position: relative;
    background: url(../backgrounds/net.jpg) #fff no-repeat top right;
    padding: 7px;
    height: 62px;
}

#Ball
{
    position: absolute;
    top: 0;
    left: 330px;
    z-index: 5;
}

#Logo
{
    top: 0;
    left: 12px;
    position: absolute;
    background: url(../int/logo.png) no-repeat;
    width: 228px;
    height: 75px;
}

#Ad
{
    position: absolute;
    border: 1px #FFF solid;
    background: #FFF;
    z-index: 10;
    right: 7px;
}

UL#Nav
{
    background: url(../backgrounds/nav.png) #36C repeat-x;
    height: 32px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

UL#Nav > LI
{
    text-transform: uppercase;
    float: left;
    font-size: 10.5pt;
    font-weight: bold;
    border-right: 1px #09C solid;
}

UL#Nav > LI > A
{
    height: 32px;
    line-height: 32px;
    padding: 0 1em;
    color: #FFF;
}

#Content
{
    background: #FFF;
    padding: 20px;
    position: relative;
}

#Footer
{
    position: relative;
    border-top: 8px #36C solid;
    background: #060;
    padding: 0 20px 10px 20px;
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    min-height: 2em;
}

#Footer A
{
    color: #FFF;
}

#Footer > *
{
    line-height: 2em;
    height: 2em;
}

UL#FooterLinks
{
    color: #36C;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 50%;
}

#FooterLinks > LI
{
    display: block;
    float: left;
}

#FooterLinks > LI:after
{
    content: "|";
    padding: 0 0.5em;
}

#FooterLinks > LI.last:after
{
    content: "";
}

#Copyright
{
    position: absolute;
    right: 20px;
}

.column
{
    float: left;
    margin-left: 20px;
}

.column.first
{
    margin-left: 0;
}


.column.c13
{
    width: 604px;
}

.column.c12
{
    width: 556px;
}

.column.c10
{
    width: 460px;
}

.column.c7
{
    width: 316px;
}

.column.c6
{
    width: 268px;
}

.column.c5
{
    width: 218px;
}

.column.c4
{
    width: 172px;
}

.column.c3
{
    width: 124px;
}

select, input
{
    vertical-align: middle;
}

.module
{
    margin-bottom: 20px;
    clear: both;
}

/* /PAGE STRUCTURE */

/* COMMON STYLES */

DIV.warning
{
    background: #faa;
    border: 3px #f00 solid;
    padding: 10px;
    margin-bottom: 20px;
    color: black;
    z-index: 100;
}

DIV.warning > H1,
DIV.message > H1
{
    color: #000;
}

DIV.message
{
    background: #afa;
    border: 3px #090 solid;
    padding: 10px;
    margin-bottom: 20px;
    color: black;
}

DIV.warning A
{
    color: black;
}

.ads > DIV
{
    margin-bottom: 20px;
    padding: 2px;
}

.mpu
{
    padding: 8px;
}

.grey
{
    background: #e5e5e5;
}

.Paginator
{
    line-height: 2em;
    height: 2em;
}

.Paginator > *
{
    color: #666;
    font-weight: bold;
}

.Paginator > A
{
    font-weight: normal;
}

.Paginator > A:HOVER
{
    text-decoration: none;
}

H1#Title
{
    margin-bottom: 20px;
    background: url(../backgrounds/title.png) #3c72b3 right no-repeat;
    height: 35px;
    overflow: hidden;
}

H1
{
    font-size: 14pt;
    font-family: verdana;
    color: #090;
    margin: 0 0 0.5em 0;
    padding: 0;
}

H2
{
    font-size: 10.5pt;
    border-bottom: 1px #000 solid;
    line-height: 1.5em;
    margin: 0 0 0.5em 0;
}

H3
{
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 0.5em 0;
    font-size: 7pt;
}

H4
{
    font-size: inherit;
    line-height: 1.5em;
    margin: 0;
}

H6
{
    font-size: 80%;
    margin: 0 0 1em 0;
    padding: 0;
    font-weight: normal;
}

/* /COMMON STYLES */

.blog H1
{
    margin: 0;
}

.blog .taglist
{
    margin: 0.5em 0;
}

.blog .attribution
{
    color: #777;
    font-size: 8pt;
}

.blog .taglist
{
    color: #777;
    font-size: 6.5pt;
}

.comment
{
    background: #eee;
    border-bottom: #ccc 1px solid;
    padding: 0.5em;
}

.comment > .attribution
{
    color: #000;
    font-size: 8pt;
    font-weight: bold;
}

#Bookmarker
{
    height: 46px;
}

.button
{
    margin: 0;
    overflow-x:visible;
    overflow-y:visible;
    width:auto;
    background-color:#090;
    border: 0;
    color: #fff;
    height: 1.55em;
    font-weight: bold;
    font-size: 10pt;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

A.button
{
    display: inline-block;
    line-height: 1em;
    height: 1em;
    padding: 0.4em;
    text-align: center;
}

.button:HOVER
{
    text-decoration: none;
}

#AddComment INPUT[type="text"]
{
    width: 95%;
}

#AddComment TEXTAREA
{
    width: 95%;
    height: 6em;
    font-family: inherit;
    font-size: inherit;
}

#AddComment > FORM > DIV
{
    margin-bottom: 0.5em;
}

.hint
{
    color: #aaa;
}

.hint.active
{
    color: #000;
}

INPUT.disabled
{
    background: #999;
}


.bet
{
    margin: 20px 0;
    display: none;
    border-bottom: 1px #ccc solid;
}

.bet > h2
{
    background: black;
    color: white;
    text-align: center;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
}

.bet > div
{
    border: 1px #ccc solid;
    padding: 8px 5px;
    height: 35px;
    border-bottom: 0;
}

.bet > div > .outcome
{
    line-height: 35px;
}

.bet > div > *
{
    float: left;
    margin-left: 10px;
}

.bet > div > a.bet_button
{
    margin-top: 5px;
    width: 75px;
}

.bet .price
{
    border: #ccc 1px solid;
    padding: 5px;
    line-height: 23px;
    height: 23px;
    margin-left: 0;
    width: 39px;
    text-align: center;
}

.bet .outcome
{
    margin-left: 0;
    width: 245px;
    font-weight: bold;
}

.more
{
    margin-bottom: 10px;
}

.preview
{
    border-bottom: 1px #ccc dotted;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.preview.last
{
    border-bottom: 1px black solid;
}

#PunditAd > H3
{
    background: #000;
    margin: 0;
    padding: 0;
}

#PunditAd > DIV
{
    padding: 10px;
}

#Offers
{
    min-height: 500px;
}

#Offers TABLE THEAD SELECT
{
    width: 100%;
}

#Footballer {
    position: relative;
    top: -55px;
    left: -10px;
    margin-bottom: -35px;
}

#Offers TABLE {
    width: 100%;
    border-collapse: collapse;
}

#Offers TD.offerButton
{
    width: 60px;
}

#Offers TD.money
{
    width: 60px;
    color: #090;
    font-weight: bold;
    font-size: 14pt;
}

#Offers TD
{
    text-align: center;
}

#Offers TD.notes
{
    text-align: left;
    vertical-align: top;
}

#Offers TH.notes
{
    text-align: left;
}

#Offers TBODY TR
{
    background: url(../backgrounds/offers.png) repeat-x bottom;
    height: 70px;
}

#Offers TBODY TR TD,
#Offers TBODY TR TH
{
    border: 1px solid #ccc;
    padding: 5px;
}

#Offers THEAD TR TH
{
    border: 1px solid #ccc;
    padding: 5px;
    vertical-align: bottom;
    color:#717171;
    font-size: 8pt;
}

.button.big {
    height: 2.5em;
    width: 50px;
    padding-top: 0.75em;
    border-top:4px solid #b8d9ae;
    border-right:4px solid #b8d9ae;
    border-bottom:4px solid #030;
    border-left:4px solid #000;
}

UL.tabs > LI > A
{
    width: 300px;
    line-height: 30px;
    height: 30px;
    padding: 0 5px;
    background: #060;
    color: #fff;
    font-weight: bold;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    display: block;
}

UL.tabs > LI
{
    width: 310px;
    float: left;
    height: 30px;
    margin-left: 3px;
    display: block;
}

UL.tabs > DIV
{
    width: 300px;
    float: left;
    line-height: 27px;
    height: 27px;
    background: #CCC;
    padding: 0 7px;
    color: #000;
    font-weight: bold;
}

UL.tabs > DIV > SELECT
{
    width: 180px;
}

UL.tabs
{
    list-style-type: none;
    height: 30px;
    border-bottom: 3px #090 solid;
    padding: 0;
    margin: 0;
}

UL.tabs > LI > A.current
{
    background: #090;
}

ol.offerlist
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ol.offerlist > LI
{
    height: 35px;
    border: 1px #ccc solid;
    border-top: 0;
    position: relative;
}

ol.offerlist > LI > *
{

}

ol.offerlist > LI > *
{
    height: 35px;
    line-height: 35px;
    position: absolute;
}

ol.offerlist > LI > H4
{
    left: 0;
    padding: 0;
    margin: 0;
    width: 25px;
    text-align: center;
    font-size: 14pt;
}

ol.offerlist > LI > P
{
    left: 64px;
    margin: 0 5px;
    padding: 0;
    overflow: hidden;
    font-weight: bold;
    color: #090;
}

ol.offerlist > LI > IMG
{
    left: 25px;
    border-left: 1px #ccc solid;
}

ol.offerlist > LI > DIV
{
    right: 5px;
}

ol.offerlist > H3
{
    background: #36AED7;
    margin: 0;
    padding: 5px;
    border-bottom: 1px #ccc solid;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    text-align: center;
    height: 1.25em;
    line-height: 1.25em;
    color: #fff;
    text-transform: none;
    font-size: 10pt;
}

#Delete > FORM
{
    text-align: center;
    width: 400px;
    border: 1px #000 solid;
    padding: 20px;
    margin: 0 auto;
}

INPUT.mini
{
    width: 40px !important;
}

#WinnersPhoto
{
    float: right;
    margin: 0 0 10px 10px;
}

#WinnersPhoto > IMG
{
    margin-bottom: 10px;
}

.matchbox > ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.matchbox > ul > li
{
    text-align: center;
    font-size: 8.5pt;
    border-bottom: #bcbcbc 1px solid;
    line-height: 2em;
    height: 2em;
    overflow: hidden;
}

.matchbox > ul > li.last
{
    border-bottom: 0;
}

.matchbox a
{
    text-decoration: none;
}

.matchbox > ul > li span
{
    width: 45%;
    display: inline-block;
    white-space: nowrap;
}

.matchbox > ul > li span.home
{
    text-align: right;
}

.matchbox > ul > li span.away
{
    text-align: left;
}


.infobox
{
    border: #bcbcbc 4px solid;
}

.infobox > H2
{
    border-bottom: #bcbcbc 4px solid;
    background: #000 url(/media/icons/news.png) no-repeat 5px 5px;
    color: #fff;
    padding-left: 27px;
    font-size: inherit;
    line-height: 2em;
    margin: 0;
}

.infobox > DIV
{
    padding: 5px;
}

.infobox.matchbox > H2
{
    background: #000 url(/media/icons/ball.png) no-repeat 7px 5px;
}

.FP_header
{
    background: url(/media/headers/pundit.png) no-repeat #000 0 5px;
    height: 24px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    padding: 43px 0 0 220px;
    color: white;
    font-size: 10pt;
    font-weight: normal;
    margin-bottom: 0;
}

.FP_nav
{
    background: #dfdfdf;
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 2em;
    display: block;
    margin: 0 0 1em 0;
}

.FP_nav > LI
{
    float: left;
    height: 2em;
    line-height: 2em;
}

.FP_nav > LI:before
{
    padding: 0 2.2em;
    content: "|";
    color: #000;
}

.FP_nav > LI:first-child:before
{
    content: "";
}

.FP_nav > LI > A
{
    font-weight: bold;
}

#google_ads
{
    padding: 6px;
}

#skyscraper
{
    padding: 10px 26px;
}

.link_list
{
    border: 1px #090 solid;
}

.link_list > UL
{
    list-style-type: none;
    padding: 10px;
    margin: 0;
}

.link_list > UL > LI
{
    margin-bottom: 10px;
}

.link_list > UL > LI.last
{
    margin-bottom: 0;
}

.link_list > H2
{
    background: #090;
    color: #fff;
    text-align: center;
    border-bottom: 0;
    font-size: inherit;
}

.user_data
{
    background: #000;
    color: #fff;
    padding: 8px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 2px #000 solid;
}

.user_data > A
{
    color: #fff;
    text-align: center;
    margin-top: 0.5em;
    display: block;

}

.user_data > DIV
{
    background: #fff;
    width: 100%;
    padding: 8px;
    margin: 0 -8px;
    color: #000;
}

.user_data > H2
{
    text-align: center;
    margin-bottom: 0.25em;
}

.user_data > DIV > H2
{
    border: 0;
    font-size: 10pt;
    color: #090;
}

.user_data > DIV> H3
{
    border: 0;
    font-size: 10pt;
    text-transform: none;
}

.user_data .links
{
    font-size: 8.5pt;
}

.user_data .links > A
{
    text-decoration: underline;
}

.user_data LABEL
{
    color: #fff;    
}


#RegisterButton
{
    display: block;
    margin: 0 auto;
}

.dankeplotz
{
    background: #090;
    color: #fff;
    padding: 6px;
    border: 2px #090 solid;
}

.dankeplotz > A
{
    color: #fff;
    text-align: center;
    margin-top: 0.5em;
    display: block;
}

.dankeplotz > DIV
{
    background: #fff;
    width: 100%;
    padding: 6px;
    margin: 0 -6px -6px -6px;
    color: #000;
}

.dankeplotz > H2
{
    margin-bottom: 0.25em;
    border-bottom: 0;
}

.dankeplotz > DIV > H2
{
    border: 0;
    font-size: 10pt;
    color: #090;
}

.dankeplotz > DIV> H3
{
    border: 0;
    font-size: 10pt;
    text-transform: none;
}

.dankeplotz .links
{
    font-size: 8.5pt;
}

.dankeplotz .links > A
{
    text-decoration: underline;
}

#RegForm INPUT[type="text"],
#RegForm INPUT[type="password"]
{
    width: 300px;
}

INPUT[type="checkbox"]
{
    vertical-align: middle;
}

#SelectionList
{
    width: 100%;
    border-collapse: collapse;
}

#SelectionList TBODY TH
{
    text-align: right;
}

#SelectionList TBODY TD.home
{
    text-align: right;
    width: 28%;
}

#SelectionList TBODY TD.away
{
    width: 28%;
}

#SelectionList TBODY TD.result
{
    text-align: center;
    width: 60px;
}

#SelectionList TBODY TD,
#SelectionList TBODY TH
{
    padding: 5px;
    border-bottom: 1px #090 solid;
    height: 4em;
}

#SelectionList TBODY INPUT
{
    width: 50px;
    font-size: 15pt;
    text-align: center;
}

#SelectionList TBODY SPAN
{
    font-size: 10pt;
}

#SelectionList TFOOT TD
{
    text-align: center;
    padding: 5px;
}

.hidden
{
    display: none;
}

#Rules TABLE
{
    border-collapse: collapse;
    margin-bottom: 1em;
}

#Rules TABLE THEAD TH
{
    text-align: left;
    font-weight: bold;
}

#Rules TABLE THEAD TH,
#Rules TABLE TBODY TD
{
    padding: 5px;
}

#Rules UL > LI
{
    line-height: 140%;
    margin: 0.75em 0;
}

#Leaderboard UL.tabs > LI
{
    width: auto;
    float: left;
    height: 30px;
    margin-left: 3px;
    display: block;
}

#Leaderboard UL.tabs > LI.first
{
    margin-left: 0;
}

#Leaderboard UL.tabs > LI > A
{
    width: auto;
    padding: 0 2em;
}

.fat
{
    width: 100%;
    border-collapse: collapse;
}

.fat THEAD TH
{
    background: #000;
    color: #fff;
}

.fat TH,
.fat TD
{
    padding: 3px;
}

.fat TBODY TR TD
{
    background: #d9d9d9;
    color: #000;
    border-bottom: 1px #fff solid;
}

.fat TFOOT
{
    border-top: 2px #090 solid;
}

.fat THEAD
{
    border-top: 2px #090 solid;
}

H2#MatchHeader
{
    line-height: 32px;
    padding: 0;
    border: 0;
    margin-bottom: 20px;
    font-size: 17pt;
}

#MatchHeader IMG
{
    vertical-align: middle;
}

#MatchHeader SPAN
{
    white-space: nowrap;
}

.chart
{
    border-collapse: collapse;
    margin-top: 10px;
}

.chart th
{
    text-align: right;
    width: 25%;
}

.chart td,
.chart th
{
    padding: 5px;
}

.chart .bar
{
    background: #090;
    height: 14px;
    margin: 2px 0;
}

.chart .bar.red
{
    background: #900;
}

TABLE.profile
{
    width: 100%;    
}

TABLE.profile TBODY TH
{
    text-align: left;
    width: 33%;
}

TABLE.profile TBODY INPUT,
TABLE.profile TBODY SELECT
{
    width: 90%;    
}

TABLE.profile TBODY .checkbox
{
    width: auto;
}