@import url(./widgets.css);

* {
    margin: 0;
    padding: 0;
}

html {
    font-family: Arial, sans-serif;
    font-size: small;
}

body {
    color: #444;
    background: #fff;
    margin: 0;
    padding: 0;
    font-size: 90%;
}

a {
    color: #b50000;
    text-decoration: none;
}

a.act, div.actions a, p.subscr a {
    color: #2a7fff;
}

a[href^="http"] {
    background: url(../img/external.png) no-repeat 10px 50%;
    color: #2a7fff;
    padding-left: 25px;
}


a:hover {
    text-decoration: underline;
}

img {
    border: none;
}

p {
    margin-bottom: 10px;
}

input[type='text'], input[type='password'], textarea {
    background: #fff;
    color: #222;
    border: solid #aaa 1px;
    padding: 1px;
}

input[type='text']:focus, input[type='password']:focus, textarea:focus {
    background: #fee;
    color: #000;
}

form {
    margin: 10px 0;
}

div#header {
    background: url(../img/canestro.png) no-repeat top left;
    height: 100px;
    margin: 0;
    padding: 0;
    position: relative;
}

div#header img.logo {
    padding-top: 10px;
    height: 75px;
    width: 320px;
}

div#header h1 {
    display: none;
}

div#header a {
    color: #2a7fff;
    text-decoration: none;
}

div#header form.search {
    margin: 0;
    padding: 30px 20px 20px 20px;
}

div#header ul#lang {
    font-size: 85%;
    margin: 0;
    padding: 15px 120px 0 0;
    position: absolute;
    bottom: 10px;
    left: 0;
    list-style: none;
    border-top: solid 1px #ddd;
}

div#header ul#lang li {
    float: left;
    padding: 0 10px;
    margin: 0;
    border-right: solid 1px #caa;
}

div#header ul#lang li.r {
    border-right: none;
}

div#header ul#usr {
    margin: 0;
    padding: 0;
    list-style: none;
}

div#header ul#usr li {
    float: left;
    padding: 0 10px;
    margin: 0;
    border-right: solid 1px #caa;
}

div#header ul#usr li.r {
    border-right: none;
}

div#header div#inner {
    position: absolute;
    top: 10px;
    left: 500px;
    height: 90px;
    min-width: 350px;
    margin: 0;
    padding: 0;
}

div#header div#inner p {
    padding: 0 10px 2px 10px;
    color: #666;
}

div#header form#usr {
    font-size: 85%;
    margin: 0;
    padding: 0;
}

div#header form#usr input {
    font-size: 85%;
    margin: 0;
    padding: 0;
}

div#header form#usr ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div#header form#usr ul li {
    float: left;
    padding: 0 5px;
    margin: 0;
}

div#header form#usr ul li.nl {
    clear: both;
}

div#header form#usr ul li.b {
    border-right: solid 1px #caa;
}
span.featured {
    position: absolute;
    bottom: 0;
    left: 880px;
    border: 0;
    margin: 0;
}

span.featured a img {
    position: absolute;
    bottom: 0;
}

div#header br {
    clear: both;
}

div#menu {
    width: 100%;
    padding: 4px 0;
    border-top: solid 1px #a90a04; /*#faa;*/ /* cf0; */
    border-bottom: solid 1px #fcc;
    background: #fee;
}

div#menu a {
    color: #844;
}

div#menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}

div#menu ul li {
    float: left;
    padding: 0 10px;
    margin: 0;
    border-right: solid 1px #caa;
}

div#menu li#user {
    color: #666;
}

div#menu span.feature {
    float: right;
    padding-right: 20px;
}

div#menu br {
    clear: both;
}

div#content {
    padding: 10px 20px;
    margin: 0 5px 20px 5px;
}

div#content div.maingrp {
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
}

/*
div#sidebar {
    float: left;
    width: 130px;
    font-size: 95%;
    border-right: solid 1px #ddd;
    padding: 0 5px 0 0;
    margin: 0 10px 0 0;
}

*/
div#sidebar {
    clear: both;
    width: 760px;
}

div#topscorers {
    float: left;
}

div#topscorers div {
    margin-right: 30px;
    width: 160px;
}

div#sidebar div {
    float: left;
    margin-right: 30px;
    width: 160px;
}

div#sidebar h4, div#topscorers h4 {
    margin-bottom: 0;
}

div#sidebar ul, div#topscorers ul {
    font-size: 90%;
    list-style: none;
    padding: 0;
    margin: 0;
}

div#sidebar ul li, div#topscorers ul li {
    text-align: right;
    border-bottom: solid 1px #eee;
}

div#sidebar ul li em, div#topscorers ul li em {
    float: left;
    font-style: normal;
}

form#sealeg ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}

form#sealeg ul li {
    float: left;
    margin: 0 0 0 5px;
}

form#sealeg label {
    display: none;
}

form#sealeg input {
    margin: 0 0 0 10px;
    padding: 0;
}

ul#messages {
    list-style: none;
    padding: 5px;
    border: solid 1px #ccf;
    background: #eef;
    color: #226;
    margin: 20px 0;
}

div#footer {
    clear: both;
    padding: 4px;
    color: #888;
    margin-top: 40px;
    border-top: solid 1px #ccd8e4;
    text-align: center;
}

div#footer a {
    background: transparent;
    color: #888;
    padding-left: 5px;
}

table {
    border-spacing: 0;
    empty-cells: show;
}

td.xl {
    text-align: left;
}

td.xr {
    text-align: right;
}

div.actions {
    border-bottom: solid 1px #ccc;
}

div.actions ul {
    list-style: none;
}

div.actions ul li {
    padding: 1px 5px;
    float: left;
    border-right: solid 1px #ccc;
}

div.actions br {
    clear: both;
}

table caption {
  color: #555;
  border-bottom: solid #888 1px;
  padding: 4px 5px;
  white-space: normal;
  text-align: left;
  font-weight: bold;
  font-style: normal;
  font-size: 90%;
  margin-top: 10px;
 }

table caption span {
    font-weight: normal;
    margin-left: 20px;
}

table td {
    padding: 4px 8px;
    border-bottom: solid 1px #ccc;
    text-align: left;
    vertical-align: middle;
}

table th {
    color: #444;
    font-style: normal;
    font-weight: normal;
    padding: 4px 8px;
    border-bottom: solid 1px #ccc;
    text-align: right;
    vertical-align: middle;
}

table th.c {
    text-align: center;
}

table td.time, table td.num {
    text-align: right;
}

table tbody tr:hover {
    background: #fee;
}

table.games tr td {
    color: #222;
}

table.games tr td a {
    color: #444;
}

table.games tr td.time a {
    color: #b50000;
    font-size: 90%;
}

table.games tr td.hgr {
    padding-right: 20px;
    text-align: right;
}

table.games tr td.hgl {
    padding-left: 20px;
    text-align: left;
}

table.games tr td.hghiliter {
    background: url(../img/bullet.png) no-repeat center right;
}

table.games tr td.hghilitel {
    background: url(../img/bullet.png) no-repeat center left;
    padding-left: 20px;
}

table.games tr.m td {
    border-bottom: none;
}

table.games tr td.v, table.games tr td.v a, table.clubs tr td.v, table.clubs tr td.v a {
    color: #888;
    text-align: left;
    font-size: 90%;
}

table.games tr td.leag {
    color: #666;
    text-align: left;
    font-size: 90%;
}

table.games tr td.score {
    color: #666;
    font-weight: bold;
    font-size: 110%;
    text-align: center;
}

table.games tr td.xteam {
    color: #000;
}

table.games tr.score td.w {
    color: #222;
}

table.games tr.navail td {
    color: #aaa;
    text-align: center;
}

table.games tfoot tr {
    background: #eee;
    color: #000;
}

table.career td {
    text-align: right;
}

table.career td.l {
    text-align: left;
}

table.career tfoot tr {
    background: #eee;
    color: #000;
}

table td.strong {
    font-weight: bold;
}

table td.hilt {
    color: #000;
}

fieldset {
  width: auto;
  border: solid 1px #cecece;
  margin-top: 0;
  padding: 10px;
 }

fieldset legend {
    font-weight: bold;
    color: #888;
    padding: 2px 5px;

}

fieldset label, fieldset input, fieldset textarea, fieldset select {
  display: block;
  float: left;
  margin-bottom: 6px;
}

fieldset label {
  width: 100px;
  text-align: right;
  padding-right: 10px;
 }

fieldset form br {
  clear: left;
}

div#loginwrapper {
    margin: -10px 0 0 -25px;
    padding-top: 40px;
}

fieldset#login {
    border: solid 1px #ddd;
    padding: 20px;
    background: #f4f4ff;
    margin-top: 50px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

fieldset#login br {
    margin: 10px;
}

fieldset#login input[type='text']:focus, input[type='password']:focus, textarea:focus {
    background: #eef;
    color: #000;
}

fieldset#login input[type="submit"] {
    clear: both;
    padding: 1px 8px;
    text-align: center;
    margin-left: 100px;
}

fieldset#login p.err {
    clear: both;
    text-align: center;
    color: #f00;
}

div#canestro {
    margin: 50px;
    text-align: center;
}

div#canestro a {
    text-decoration: underline;
}

ul.errorlist {
    padding: 2px;
    background: #f00;
    color: #fff;
    margin: 5px;
}


div.container {
    border: none;
/*    overflow: auto;*/
}

.left { float: left; }
.right { float: right; }
.spacer { clear: both; }

.box {
    padding: 10px;
    margin: 5px 20px 5px 5px;
    background: #f4f4f4;
}

/*
.box + .box {
    border-left: solid 1px #ddd;
}
*/
div.paginator {
    width: 50%;
    margin: 20px 5px;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

div.paginator a {
    margin: 2px 20px;
}

p.numhits {
    color: #888;
    margin: 10px 5px;
}

div.container div.detailhead {
/*
    background: #f4f4ff;
    border: solid 1px #ddd;
*/
    margin: 10px 0;
}

div.container h2 {
    color: #666;
    padding-top: 10px;
    margin-bottom: 10px;
}

div.container div.player h2, div.container div.coach h2, div.picgal h2 {
    color: #666;
    padding-top: 10px;
    margin-bottom: 0;
}

div.container hr, div.picgal hr {
    height: 1px;
    margin: 0 0 20px 0;
    background-color: #aaa;
    color: #aaa;
    border: 0;
}

table.detail {
    margin: 0;
    padding: 0 20px 0 20px;
}

table.detail caption {
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
}

table.detail td {
    padding: 1px 5px;
    color: #666;
    }

table.detail td + td {
    color: #444;
    }

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

ul.detail li {
    padding-top: 1px;
    border-bottom: solid 1px #dfdfdf;
}

ul.detail li span {
    color: #666;
    float: left;
    min-width: 150px;
}

ul.detail li br {
    clear: both;
}

/*
table.projectwork tbody {
    max-height: 400px;
}

div.scrollable {
    height: 500px;
    overflow: auto;
    position: relative;
}

html>*//**//*body div.scrollable table>tbody {
    overflow: auto;
    height: 400px;
    overflow-x: hidden;
}

div.scrollable td:last-child {
    padding-right: 20px;
}

*/

/*table.left + table.left {
    margin-left: 15px;
}
*/

table.left { margin-right: 15px; }

form ul {
    list-style: none;
}

form ul li {
    margin: 4px 0;
}

form label {
    display: block;
    width: 150px;
    float: left;
    clear: left;
    text-align: right;
    margin-right: 15px;
}

form p {
margin: 2px 0;
}

form p.datetime br {
    margin-left: 150px;

}

form input[type='submit'] {
    margin-top: 20px;
}

table.billcalc td.amount {
    text-align: right;
}

table.billcalc td.separator {
    border-top: solid 1px #aaa;
}

div.venue {
    color: #666;
}

div.venue span {
    color: #222;
}


table.scores {
    margin-right: 50px;
}

table.scores td {
    text-align: center;
}

table.scores tr.fs th {
    color: #000;
}

table.scores tr.fs td {
    color: #000;
    font-weight: bold;
    font-size: 120%;
}

table.playerscores {
    min-width: 300px;
    margin-right: 50px;
}

table.playerscores {
    margin-bottom: 20px;
}

table.playerscores thead td.c {
    text-align: center;
}

table.playerscores td {
    text-align: right;
}

table.playerscores th.l {
    text-align: left;
}

table.playerscores td.player {
    text-align: left;
}

table.playerscores td.team {
    text-align: left;
}

table.playerscores td.ej {
    color: #f00;
    text-align: center;
}

table.playerscores td.hl {
    color: #f00;
}

table.playerscores tfoot tr {
    background: #eee;
    color: #000;
}

table.teams th {
    text-align: right;
}

table.teams th.c {
    text-align: center;
}

table.teams th.l {
    text-align: left;
}

table.teams th.bol, table.teams td.bol {
    border-left: solid 1px #ccc;
}

table.teams th.bor, table.teams td.bor {
    border-right: solid 1px #ccc;
}

table.teams td {
    text-align: right;
}

table.teams td.l {
    text-align: left;
}

table.rank { margin-right: 20px; }
table.rank td { text-align: right; }
table.rank td.l { text-align: left; }

table td.sprk {
    text-align: left;
    vertical-align: middle;
}

tr.c th, tr.c td {
    text-align: center;
}

table th.bor, table td.bor {
    border-right: solid 1px #ccc;
}

div.bestplayers {
    margin-right: 50px;
}

div.bestplayers img {
  border-bottom: solid #888 1px;
  vertical-align: middle;
}

div.bestplayers h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  color: #555;
  border-bottom: solid #888 1px;
  padding: 4px 5px;
  margin-bottom: 5px;
}

table th.sortHeader {margin-right: 20px; padding-right: 20px; background: url(../img/bg.gif) center right no-repeat;}
table th.sortHeaderAsc {background: url(../img/asc.gif) center right no-repeat;}
table th.sortHeaderDesc {background: url(../img/desc.gif) center right no-repeat;}

/*div.left + div.left {
    margin-left: 15px;
}*/

div.left { margin-right: 15px; }

h3  {
  color: #555;
  border-bottom: solid #888 1px;
  padding: 4px 5px;
  white-space: normal;
  text-align: left;
  font-weight: bold;
  font-style: normal;
  font-size: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
 }

h3 span {
    margin-left: 15px;
}

h4, h5  {
  color: #555;
  border-bottom: solid #888 1px;
  padding: 4px 5px;
  white-space: normal;
  text-align: left;
  font-weight: bold;
  font-style: normal;
  font-size: 85%;
  margin-top: 10px;
  margin-bottom: 10px;
 }

h5 {
    border-bottom: none;
    margin-bottom: 0;
}

/* css bar charts - thanks to A List Apart */

.chartlist {
    float: left;
    border-top: 1px solid #EEE;
    min-width: 20em;
}

.chartlist li {
    position: relative;
    display: block;
    border-bottom: 1px solid #EEE;
    _zoom: 1;
    margin: 1px 0;
}

.chartlist li em {
    display: block;
    position: relative;
    z-index: 2;
    font-style: normal;
    font-size: 90%;
    padding-left: 5px;
}

.chartlist .count {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    margin: 0 2px;
    text-align: right;
    color: #222;
    font-size: 85%;
    line-height: 15px;
}

.chartlist .index {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #e8e8e8;
    text-indent: -9999px;
    overflow: hidden;
    line-height: 15px;
}

.chartlist .win, .chartlist .pts {
    background: #aaf;
}

.chartlist .loss, .chartlist .pts3 {
    background: #faa;
}

.chartlist li:hover {
    background: #fee;
}

.avg {
    text-decoration: overline;
}

form#pwdreset input[type='submit'] {
    margin: 0 0 0 20px;
}

p.subscr {
    margin-bottom: 20px;
}

/*
div#active-users-map {
    margin: auto;
    height: 550px;
    width: 98%;
    max-width: 1020px;
    border: 5px solid #fcc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
}
*/
div.w30 {
    width: 30%;
}

div.w50 {
    width: 50%;
}

form.register {
    margin-right: 40px;
}

p.notice {
    clear: both;
    margin-top: 20px;
    padding-top: 20px;
}

p.notice span {
    padding: 20px;
    background: #fee;
    border: solid 1px #ecc;
}

div.picgal {
    margin: 10px 0;
}

div.picgal h2 {
    margin-bottom: 20px;
}

div.picgal h3 {
    font-size: 110%;
}

div.picgal h4 {
    border-top: solid 1px #ddd;
    border-bottom: none;
    margin-top: 20px;
}

div.photo-gallery h3 {
    border-bottom: solid 1px #ddd;
}

div.gallery-photo img {
    padding: 1px;
    border: solid 1px #888;
}

div.gallery-photo p {
    margin: 5px;
}

ul.people {
    list-style: none;
    width: 150px;
}

ul.people li {
    padding: 4px 8px;
    border-bottom: solid 1px #ccc;
    text-align: left;
    vertical-align: middle;
}

ul.people li.hdr {
    color: #555;
    border-bottom: solid #888 1px;
    padding: 4px 5px;
    text-align: left;
    font-weight: bold;
    font-style: normal;
    font-size: 90%;
    margin-top: 10px;
}

div.articlewrapper, div.articlelist { width: 600px; clear: both; }
div.articlewrapper div.game { width: 500px; padding: 5px; margin-bottom: 10px; text-align: center; }
div.articlewrapper div.game p.score { font-weight: 800; font-size: 140%; }

div#content div.articlelist h2 { margin-top: 5px; }
div#content div.front h2, div#content div.idx h2 { border-bottom: solid 1px #c44; margin-top: 5px; }
div.articlelist h4 { border: none; margin-top: 2px; padding-top: 2px; }
div.front h4 { border: none; margin-top: 0; padding-top: 0; }
div.front { width: 750px; float: left; }
div.sidenote { float: left; margin-left: 30px; margin-top: 20px; width: 160px; background: #eee; border: solid 1px #bbb; padding: 10px 5px; }


div.articlewrapper h4 {  margin-top: 2px; padding-top: 2px; }

div.articlebody {
}

div.articlelist .middle /*{ float: left; margin-right: 10px; }*/
{
        float: right;
        width: 100px;
        margin: 0;
        padding: 0 0 0 20px;
        font-size: 0.9em;
        margin: 0 0px 10px 10px;
        border-left: solid 1px #bbb;
        }


div.articlewrapper .middle {
        float: right;
        width: 100px;
        margin: 0;
        padding: 0 0 0 20px;
        font-size: 0.7em;
        margin: 0 0px 10px 10px;
        border-left: solid 1px #bbb;
        }

.middle img { border: solid 1px #ddd; background: #fff; padding: 2px; }

.articlebody:first-letter, .initial {
        float: left;
        width: auto;
        clear: none;
        font-size: 60px;
        line-height: 39px;
        padding: 5px 0 0 0;
        margin: 0 5px 10px 0;
        color: #333;
}

.author { font-style: italic; }

p.viewall { margin-top: 20px; }

h1.artlist { margin-bottom: 10px; }

span.game br.sp { margin-bottom: 10px }

