ul.profileCat li {
   float: left;
   list-style: none;
   width: 128px;
   height: 128px;
   padding: 0;
   margin: 15px;
   vertical-align: middle;
   background: url(/images/profileCat.gif) no-repeat top left;
   cursor: pointer;
}

   ul.profileCat p {
      margin: 0;
   }

ul.profileCat li:hover {
   background-position: bottom;
}

ul.gameSelect {
   margin: 10px;
}

   ul.gameSelect li {
      list-style: none;
      padding: 3px 0;
   }

div.profileCat {
   text-align: center;
   padding: 8px 4px 5px 4px;
}

div.profileCat img {
   width: 48px;
   height: 48px;
}


/* tabs for events */

#requesttabs {
   padding: 5px 10px 4px 10px;

}

#requesttabs ul {
   margin: 0 0 0 10px;
   padding: 0;
}

#requesttabs li {
   display: inline;
   list-style-type: none;
   margin: 0 1px;
   padding: 0;
}

   #requesttabs a {
      color: #000;
      padding: 4px 8px;
      border: 1px solid #BCBCB8;
      text-decoration: none;
      outline: none;
   }

   #requesttabs a:hover,
   #requesttabs a:focus {
      background-color: #fafafa;
      border-bottom-color: #fafafa;
      text-decoration: none;
   }

   #requesttabs a:active {
      color: #BCBCB8;
      background-color: #fafafa;
      text-decoration: none;
   }

   #requesttabs li.activetab a {
      border-bottom-color: #fafafa;
      font-weight: bold;
   }

        #requesttabs li.disabledtab a {
                color: #999;
                cursor: default;
                border-bottom-color: #BCBCB8;
        }

#requestform {
   border-top: 1px solid #BCBCB8;
   background: #fafafa;
   padding: 5px;
   margin: 0;
}


/* Link to us */

table.linktous {
   width: 300px;
   margin: 1em auto;
}


/* Organisations & Groups */

table.organisationDetails {
   width: auto;
}

   table.organisationDetails td {
      padding: 1px 5px !important;
      vertical-align: top;
   }


span.accessLegend img {
   vertical-align: middle;
}



/* match details */

div.matchinfo {
   margin-top: -3px;
   border-bottom-width:1px;
   border-bottom-style:solid;   /* fixes a bug in opera - no idea why - border is hidden behind next element */
   border-bottom-color:#FCFAFB;
}

div.nolineups {
   min-height: 204px;
   background: url(/images/matchinfo.vs.small.gif) no-repeat top center;
}

div.withlineups {
   min-height: 250px;
   background: url(/images/matchinfo.vs.big.gif) no-repeat top center;
}

div.matchteams {
   height: 80px;
   width: 480px;
   position: relative;
   margin-left:auto;
   margin-right:auto;
}

div.nolineups div.matchteams {
   top: 61px;
   margin-bottom: 71px;
}

div.withlineups div.matchteams {
   top: 17px;
   margin-bottom: 27px;
}

div.teamleft {
   height: 70px;
   width: 168px;
   text-align: right;
   padding: 5px 10px 5px 0px;
   overflow:hidden;
}

div.teamright {
   height: 70px;
   width: 164px;
   text-align: left;
   padding: 5px 0px 5px 10px;
   position: absolute;
   left: 306px;
   top: 0;
   overflow:hidden;
}

div.matchlineup {
   width: 300px;
   min-height: 100px;
   position: relative;
   top: 13px;
   margin-bottom: 23px;
   margin-left:auto;
   margin-right:auto;
}

div.lineupright {
   width: 90px;
   height: 99px;
   padding: 5px 0px 5px 5px;
   overflow:hidden;
   white-space:nowrap;
   left: 202px;
   top: 0px;
   position: absolute;
}

div.lineupleft {
   width: 90px;
   height: 99px;
   padding: 5px 0px 5px 5px;
   overflow:hidden;
   white-space:nowrap;
   position: relative;
}

span.gbookyodds {
   font-size: 140%;
   font-weight: bold;
   white-space: nowrap;
}

div.matchleague {
   font-weight: bold;
   background: url(/images/matchinfo.league.gif) no-repeat center center;
   height: 17px;
   width: 160px;
   margin: 0 auto;
   padding-top: 4px;
   text-align: center;
   position: relative;
   top: -38px;
   overflow:hidden;
   white-space:nowrap;
}

      div.matchTeamName {
         font-size: 110%;
         font-weight: bold;
         white-space: nowrap;
      }

      div.winningScore,
          span.winningScore,
          strong.winningScore {
         color: #6b9f06;
      }

      div.losingScore,
      span.losingScore {
         color: #b81919;
      }

      div.scoreRight {
         left: 69px;
      }

      div.scoreLeft {
         left: 70px;
      }

      div.matchScore {
         font-size: 28px;
         font-weight: bold;
         padding: 1px 10px !important;
         position: absolute;
         top: 12px;
      }

      span.null { }

div.matchtime {
   background: url(/images/matchinfo.date.back.gif) repeat-x;
   height: 22px;
   padding-top: 4px;
   text-align: center;
   margin-top: -1px;
}

table.matchDetails {
   margin-left: 1em;
   list-style: none;
}

   table.matchDetails tr td {
      border-bottom: 1px dashed #bfbfbf;
      padding: 3px 12px;
      vertical-align: top;
   }

.servertable {
   border-spacing: 0 !important;
}

.servertable tr.spaced td {
    padding: 4px 0;
}

    .servertable .index td {
        border-top: 1px solid #ccc;
    }

.serverA {
   background-color: #FAFAFA;
}

.serverB {
   background-color: #F5F5F5;
}

.servertable img.rating {
        position: relative;
        left: 1px;
        top: 12px;
}

.servertable tr.marker td {
    border-top: 2px dotted #820A0C;
}


/* PMs */

table#pmHead {
   width: 100%;
   border: 1px solid #E9E9E9;
   border-spacing: 1px;
   margin: 10px 0 20px 0;
}

   table#pmHead td {
      width: 25%;
      padding: 2px;
      text-align: center;
      background-color: #eee;
   }

   table#pmHead td:hover {
      background-color: #ddd;
   }

table#logSearch tr td {
   vertical-align: top;
}

table#logSearch {
   margin: 10px 0;
}


ul.adminstats {
        list-style: none;
        margin: 0;
}

   ul.adminstats img {
           width: 16px;
                height: 16px;
   }

        ul.adminstats li {
                margin: 1px;
        }

table.gbooky_statement {
   border: none;
   border-spacing: 0 !important;
}

.gbooky_statement>tbody>tr:nth-child(even) {
    background: #eeeeff;
}

   table.gbooky_statement tr * {
      font-family: 'Lucida Console', 'Courier New', 'Courier';
   }

   table.gbooky_statement tr:hover {
      background: transparent;
   }

   table.gbooky_statement tr.head {
      background-color: #D9D9FF;
   }

      table.gbooky_statement tr.head td {
         font-weight: bold;
      }

      table.gbooky_statement tr td {
         padding: 2px;
      }


/* site updates */

ul#siteUpdates {
        margin-left: 2em;
        list-style: none;
}

        ul#siteUpdates li {
                font-weight: bold;
        }

                ul#siteUpdates li ul {
                        margin-left: 3em;
                        list-style-type: disc;
                        padding: 2px 0 10px 0;
                }

                ul#siteUpdates li ul li {
                        font-weight: normal;
                }

                        ul#siteUpdates li ul li a {
                                color: #820A0C;
                        }

/* tickets */
span.statusOpen { color: #000088; }
span.statusProgress { color: #007000; }
span.statusClosed { color: #900000; }

table.ticketPosts {
        margin: 0;
}

        table.ticketPosts tr td {
                padding: 1em;
                vertical-align: top;
        }

        table.ticketPosts tr.ticketAction td {
                padding: 2px 0 2px 2px;
        }

        table.ticketPosts tr td.description {
                text-align: center;
                padding-left: 0;
        }

        table.ticketPosts tr.ticketPost td,
        table.ticketPosts tr.ticketAction td {
                border-top: 1px solid #bbb;
        }

                table.ticketPosts tr.ticketAction td.description {
                        background-color: #E9E9E9 !important;
                        font-weight: normal;
                }

                table.ticketPosts tr.ticketAction td {
                        background-color: #ddd !important;
                }

                table.ticketPosts tr td.adminPost {
                        background-color: #F4E2C8 !important;
                }

                table.ticketPosts tr td.authorPost {
                        background-color: #DFE0F1 !important;
                }

table#ticketLegend {
        width: 450px;
        float: right;
}

        table#ticketLegend tr td.description {
                font-weight: bold;
                text-align: right;
        }

span#adminWarning {
        padding: 2px;
        margin: 2px 0;
        background-color: #fff1be;
        border: 1px solid #000;

}

table#glossary {
        width: 90%;
        border: 0;
        margin: 0 auto;
}

        table#glossary td {
                text-align: center;
                font-weight: bold;
        }

ol#glossaryList {
        margin: 1em;
        list-style-type: none;
}

        ol#glossaryList h4 {
                border-bottom: 1px solid #820a0c;
        }

        ol#glossaryList ol {
                margin-left: 0;
                margin-bottom: 1em;
                list-style-type: none;
        }

                ol#glossaryList ol li {
                        margin: 5px;
                        margin-left: 4em;
                        text-indent: -4em;
                }

div#demoActionContainer {
        background: transparent url(/images/demoActionContainer.png) no-repeat left top;
        padding: 11px 0 0 0;
}

        div#demoActionContainer ul {
                list-style-type: none;
        }

                div#demoActionContainer ul li {
                        margin-left: 2em;
                        margin-bottom: 4px;
                }

div#serverExplanation {
        margin-top: 1em;
        cursor: pointer;
}

/* playlists & management */

ul#playlist {
        list-style-type: none;
        padding: 1em 0.3em;
}

        ul#playlist li {
                margin: 0.3em 0;
        }

                ul#playlist .currentrep {
                        font-weight: bold;
                }

                        ul#playlist li img.remmatch {
                                cursor: pointer;
                        }

span#undo {
        margin-left: 0.5em;
}


div.externalNews {
        border-bottom: 1px solid #DFDFDF;
        border-top: 1px solid #FFFFFF;
        padding: 2px;
}

div.externalNewsIcon {
        width:48px;
        height:48px;
        padding: 1px;
        border: 1px solid #aaa;
        float: left;
        margin-right: 4px;
        background-repeat:no-repeat;
        background-position:center;
}

div.externalNewsIcon img {
        position: relative;
        left: 33px;
        top: 33px;
}

table#indexFeatured {
    border-collapse: separate;
    border-spacing: 0;
}

    table#indexFeatured tr td.pic {
        width: 48px;
        vertical-align: top;
    }

    table#indexFeatured tr.first td {
        padding: 4px 2px 1px 2px;
    }

    table#indexFeatured tr.nospace td {
        padding: 0 2px 1px 2px;
    }

    table#indexFeatured tr.second td {
        padding: 1px 2px 4px 2px;
    }

    table#indexFeatured td.vs {
        width: 44px;
        background: url(/images/info.index.vs.png) center 4px no-repeat;
        vertical-align: top;
    }

        table#indexFeatured tr.nospace td.vs {
            background-position: center top;
        }

        table#indexFeatured tr.bbottom td {
            border-bottom: 1px solid #ddd;
        }

ul.gtvd-rep {
    list-style: none;
}

    ul.gtvd-rep li {
        margin-left: 2em;
        padding: 2px 0;
    }

/* top page */
div.outerTop {
    text-align: center;
}

    div.outerTop div {
        text-align: left;
    }

table.toplist tr td {
    padding: 2px;
    vertical-align: middle;
    font-size: 120%;
}

    table.toplist tr.bordered td,
    table.toplist tr td.bordered {
        border-bottom: 1px solid #ddd;
    }

    table.toplist tr td.rank {
        font-size: 150%;
        width: 2px;
        text-align: right;
        padding-right: 1em;
    }

        table.toplist td span.small {
            margin-left: 22px;
        }

        table.gtvd tr td span.small {
            margin: inherit;
        }

        table.toplist tr td.logo {
            width: 54px;
        }

        table.toplist tr td.score {
            font-size: 200% !important;
            color: #820A0C;
            text-align: right;
        }

ul.adminslist li {
    padding-left: 20px;
}

/* ET color codes */
span.cp { color: #000000; }
span.cq { color: #ff0000; }
span.cr { color: #00ff00; }
span.cs { color: #dddd00; }
span.ct { color: #0000ff; }
span.cu { color: #00ffff; }
span.cv { color: #ff00ff; }
span.cx { color: #ffa500; }
span.cy { color: #808080; }
span.cb { color: #008080; }
span.cc { color: #800080; }
span.cd { color: #0066cc; }
span.ce { color: #6600cc; }
span.cf { color: #3399cc; }
span.cg { color: #ccffcc; }
span.ch { color: #006633; }
span.ci { color: #990033; }
span.cj { color: #993333; }
span.ck { color: #993300; }
span.ca { color: #cc9966; }
span.cm { color: #999966; }
span.cn { color: #cccc99; }
span.co { color: #cccc66; }


/* Inline stream viewer */
#streamoverlay {
    width: 380px;
    height: 240px;
    position: fixed;
    z-index: 1000;
    bottom: 15px;
    left: 15px;
    background: #000;
}
#streamoverlay>h3{
    background: #000 url(/images/middle.semibox.outer.gif) no-repeat left top;
    color: #ccc;
    font-size: 12px;
    padding: 8px 0 0 8px; height:22px;
    cursor: move;
}
#streamoverlay>h3>div{
    float:right;
    padding-right: 15px;
}

#streamoverlay>.streamwrapper {
    height: 100%;
}
#streamoverlay>.streamwrapper>#embedvid {
    padding-bottom: 30px;
    box-sizing: border-box;
}
#streamoverlay>h3>#exit {
    cursor: pointer;
}
#streamoverlay>h3>#exit:hover {
    color: #fff;
}


/* end */
