BODY {
   background: #ffffff;
}

div.page-container {
   width: 85%;
   max-width: 1100px;
   min-width: 850px;
   margin: auto;
   font-family: Sans-Serif;
   font-size: 10pt;
   /*	margin-left:1%; */
}

div.handy-links {
   position: absolute;
   width: 17%;
   top: 100px;
   left: 82%;
   padding: 5px;
   background: #888888;
   color: white;
   font-size: 8pt;
}

div.reklama {
   background: #dd0000;
}

div.page-footer {
   width: auto;
   font-size: 0.6em;
   margin-top: 60px;
   background: #ffffff;
   color: black;
   padding: 8px;
}

div.page-footer a {
   font-weight: bold;
   color: #550000;
}

em {
   font-style: normal;
   color: black;
   font-weight: bold;
}

em *.em-ligowe {
   color: #009aea;
}

em *.em-info {
   color: #e57905;
}

*.page-header {
   width: 100%;
   height: 80px;
   background: transparent url(/images/sylwetka.jpg) no-repeat scroll bottom right;
}

*.half-width {
   width: 49%;
}

*.left-side {
   float: left;
}

*.right-side {
   float: right;
}

*.logo {
   height: 100%;
   background: transparent url(/images/ligoweinfo.png) no-repeat scroll top left;
   padding-right: 20%;
   padding-top: 15px;
   font-weight: bold;
   font-family: Arial;
   color: #000099;
   font-size: 2em;
   text-align: right;
}

div.page-subsection {
   background: #fff;
   -moz-border-radius: 10px;
   border-radius: 10px;
   border: solid thin #999;
   margin: 5px;
}

.page-subsection *.inner-content {
	text-align: justify;
}

*.enclosing-info {
   clear: both;
   overflow: hidden;
}

*.page-menu {
   width: 100%;
   clear: both;
}

.page-menu ul {
   list-style-type: none;
   margin-bottom: 10px;
}

.page-menu ul.main-menu {
   float: left;

}

.page-menu ul.user-menu {
   float: right;
   clear: right;
}

.page-menu .ul:after {
   clear: both;
}

.page-menu li {
   margin-right: 3px;
   display: inline;
}

.page-menu .user-menu a {
   font-size: 0.7em;
   padding: 5px 8px 5px 8px;
   margin-top: 2px;
   background-color: #007ada;
}

.page-menu a:hover {
   /*background-color: #e57905;*/
   background: url(/images/orange-hdr-bg.png);
}

.page-menu a {
   text-decoration: none;
   background-color: #009aea;
   padding: 5px 10px 5px 10px;
   color: white;
   font-weight: bold;
   outline: none;
   border: none;
   cursor: pointer;
   white-space: nowrap;
   vertical-align: middle;
   display: -moz-inline-box;
   display: inline-block;
   overflow: visible;
   background: url(/images/blue-hdr-bg.png);
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;

}

#phorum ul.main-menu > li > a {
    color: white;
}

#phorum ul.user-menu > li > a {
    color: #444;
}

#phorum div.outer-header a {
    color: white;
}

.page-menu li.current-user a {
	color: #444;
	background: url(/images/user-gray.gif) no-repeat 5px;
	background-color: #ccc;
	padding-left: 24px;
}

.page-menu li.current-user a:hover {
	color: #fff;
	background: url(/images/user.gif) no-repeat 5px;
	background-color: #e57905;
	padding-left: 24px;
}

.page-menu li.current-user-logout a {
	color: #444;
	background: #fff;
	text-decoration: underline;
	padding-left: 2px;
}

.page-menu li.current-user-logout a:hover {
	color: #444;
}

.page-menu li.no-user a {
	color: #444;
	background: url(/images/user-orange.gif) no-repeat 5px;
	background-color: #ccc;
	padding-left: 24px;
}

.page-menu li.no-user a:hover {
	color: #fff;
	background: url(/images/user.gif) no-repeat 5px;
	background-color: #e57905;
	padding-left: 24px;
}

.page-menu li.standout a {
   background: url(/images/standout-hdr.png);
   color: #ff7;
}

.page-menu li.standout a:hover {
   background: url(/images/orange-hdr-bg.png);
   color: #fff;
}

.page-menu li.standout {
   margin-left: 10px;
   display: inline;
   
}

.page-menu span.logged_in_name {
	font-size: 0.9em;
	color: #640700;
	font-style: italic;
	border-bottom: dashed 1px #000;
}

*.page-body {
   width: 100%;
   padding: 15px;
   background: #f0f0f0;
   color: #080053;
   font-size: 10pt;
   clear: left;
}

*.outer-header {
   width: auto;
   padding: 5px;
   text-align: left;
   padding-left: 40px;
   /*	background: #009aea; */
   /*background: #e57905;*/
   background: url(/images/orange-hdr-bg.png);
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   color: #ffffff;
   font-weight: bold;
   font-size: 1.2em;
}

.outer-header *.FB_Link {
   color: #fff;
}

*.inner-header {
   width: auto;
   padding: 2px;
   text-align: left;
   /*background: #009aea;*/
   background: url(/images/blue-hdr-bg.png);
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   margin: 10px 3% 10px 3%;
   text-align: center;
   /*background: #e57905;*/
   font-weight: bold;
   color: white;
   font-size: 1.0em;
}

*.inner-content {
    margin: 10px 4% 10px 4%;
}

*.section {
   font-size: 10pt;
   text-align: justify;
   padding: 0px 35px 0px 35px;
}

*.standout {
   font-size: 1.1em;
   font-weight: bold;
}

*.article-footer {
   margin-left: 200px;
   font-size: 11pt;
}

.page-body a {
   text-decoration: underline;
   color: #007aba;
}

.page-body a:hover {
   color: #335599;
}

*.content-header, .content-header a {
   color: white;
}

*.page-info {
   width: auto;
   margin-left: 5%;
   margin-right: 5%;
   padding-top: 10px;
   padding-left: 10px;
   margin-bottom: 20px;
   text-align: justify;
   overflow: hidden;
}

*.page-info-inner {
}

.page-info *.liga-logo {
   float: left;
   margin-right: 20px;
   /*margin-left: 15px;*/
   padding: 10px;
   background: white;
   border: solid thin #707070;
}

div.zawodnik *.backlink {
   text-align: center;
}
div.zawodnik *.backlink img {
   margin: auto;
   padding: 2px;
   background: white;
   border: solid thin #d0d0d0;
}

.page-info *.liga-link {
   float: left;
   margin: auto;
   clear: both;
}

*.data-view {
   padding: 20px;
   width: 98%;
   /*	margin: auto; */
}

*.narrow {
   width: 65%;
   float: right;
}

*.narrow-right {
   width: 50%;
   float: right;
}

*.narrow-normal {
   width: 65%;
}

*.wide-normal {
   width: 70%;
}


div.more {
   width: auto;
   padding: 10px;
   margin: auto;
}

div.more a {
   font-weight: bold;
   font-size: 1.2em;
}

table.data-table {
   width: 100%;
   text-align: left;
}

.data-table td.label {
   color: #505050;
   font-size: 1.05em;
   font-weight: bold;
   vertical-align: top;
}

.balanced td.label {
   width: 30%;
}

table.stats-table {
   font-size: 0.85em;
   width: 100%;
}

.stats-table th {
	font-style: italic;
	text-align: center;
}

.stats-table td.date {
	font-style: italic;
	color: #777;
}

.stats-table td.miejsce {
   font-size: 1.1em;
   text-align: center;	
}

*.sezon-list {
   padding: 0px;
   margin: 0px;
   list-style-type: none;
   font-weight: bold;
   padding: 3px;
}

.sezon-list li {
   float:left;
   margin-right: 10px;
}

.aktywny-sezon a {
   font-size: 1.1em;
}


div.ranking-small {
   font-size: 8pt;
}

div.ranking-full {
   width: 100%;
}

div.ranking {	
   text-align: center;
   background: #e57905;
   padding: 5px;
   font-weight: bold;
   color: white;
}

.turniej div.ranking, .sezon div.ranking {
   width: 60%;
   margin: auto;
   padding: 10px;
}

.kolejka div.ranking {
   width: 60%;
   padding: 10px;
}

.ranking th {
   text-align: center;
   background: #e57905;
   color: white;
}

.ranking td {
   font-weight: normal;
   text-align: center;
}

.ranking td.ranking-kto {
   text-align: left;
}

.ranking td.ranking-pkt,
.ranking td.ranking-lp 
{
   font-weight: bold;
}

.ligi div.ranking-small, .liga div.ranking-small {
   width: 25%;
   clear: left;
}

.turnieje div.ranking-small {
   width: 20%;
   float: right;
}

.ranking table {
   width: 100%;
   background: #ffffff;
   color: black;
   text-align: left;
   border-spacing: 0px;
   border-collapse: collapse;
}

.ranking td {
   text-decoration: none;
   border-bottom: solid 1px #b0b0b0;
   padding: 2px;
   margin: 0px;
}

.ranking a {
   text-decoration: none;
   color: #222299;
}

div.sklad-grupy {
   width: 31%; float:left;
}

div.groups-preview {
   font-size: 8pt;
   margin: auto;
   width: 100%;
}

.groups-preview div.group {
   width: 230px;
   margin: 10px 5px 10px 5px;
   float: left;
}

ul.lista-kolejek {
   list-style-type: none;
}

.lista-kolejek li {
   width: 110px;
   color: black;
   text-align: center;
   display: inline;
   float: left;
   background: white;
   border: solid thin #009AEA;
   font-size: 8pt;
   margin: 2px;
}

.lista-kolejek *.data, .lista-kolejek *.liczba {
   font-size: 7pt;
}

.lista-kolejek li:hover {
   color: white;
   background: #009AEA;
}

.lista-kolejek a, .lista-kolejek a:hover {
   color: inherit;
}

div.group-result {
   clear: both;
}

.group-result div.name {
   /*	background: #e57905; */
   /*	color: white; */
   font-weight: bold;
   font-variant: small-caps;
   font-size: 1.2em;
}

div.tg {
   padding: 5px;
   background: #000000;
   width: 70%;
}

table.tg {
   width: 100%;
   background: #000000;
   border-spacing: 0px;
   /*border-collapse: collapse;*/
   border-bottom: solid thin #000000;
   border-right: solid thin #000000;
}

.tg td, .tg a {
   background: white;
   color: #000000;
   text-decoration: none;
}

tr.tg > td {
   border-bottom: solid 1px black;
   border-right: solid 1px black;
   padding: 0px;
}

.tg th.tg-lp {
   color: white;
   text-align: center;
}

.tg td.tg-blank {
   background: #000000;
}

.tg-mecz table {
   border-spacing: 0px;
   width: 100%;
   text-align: center;
}

.tg-mecz a {
   margin: 0px;
   border: none;
}

*.text-centered {
   text-align: center;
}

.tg-mecz td.tg-wynik {
   font-weight: bold;
}

.tg-mecz td.tg-wynik-male {
   font-size: 0.9em;
}

.tg-sety table {
   width: 100%;
   border-spacing: 0px;
   text-align: center;
   font-size: 1.1em;
   font-weight: bold;
}

.tg-male table {
   width: 50px;
}

.tg-male td {
   font-size: 0.95em;
}

td.tg-male-sum {
   width: 30px;
   text-align: right;
   font-size: 1.05em;
}

div.wyniki-sezon {
   width: 70%;
   margin: auto;
   background: #e57905;
   padding: 10px;
}

div.wyniki-historia {
   width: 80%;
   margin: auto;
}

.wyniki-historia th { 
   text-align: center;
}

td.ws-miejsce {
   text-align: center;
   font-size: 1.05em;
   font-weight: bold;
}

td.ws-wynik, td.ws-sety {
   text-align: center;
   font-size: 1.05em;
}

table.wyniki-sezon {
   width: 100%;
   background: #ffffff;
   border-spacing: 0px;
   border-collapse: collapse;
}

table.wyniki-sezon td {
   border-bottom: solid 1px #b0b0b0;
   padding: 0px;
}

div.zawodnik-zdjecie {
   background: white;
   width: 100px;
   height: 100px;
   padding: 2px;
   border: solid 1px #b0b0b0;
   float: right;
}


*.float-right {
   float: right;
}

div.zawodnik-zdjecie-no-float {
   background: white;
   width: 100px;
   height: 100px;
   padding: 2px;
   border: solid 1px #b0b0b0;
   margin: auto;
}


div.commercial-break {
   width: 70%;
   text-align: center;
   margin: auto;
   display: none;
}

div.h2h {
   width: 90%;
   margin: auto;
   margin-top: 15px;
   overflow-y: auto;
   /*	height: 200px;  */
   background: white;
   padding: 5px;
}

.h2h a {
   text-decoration: none;
   color: black;
}

.h2h li:hover {
   background: #e57905;
   color: white;
}

ul.h2h {
   list-style-type: none;
   background: white;
}

.h2h li {
   width: 150px;
   float: left;
   /*	height: 40px; */
   text-align: center;
   border: solid 1px black;
   font-size: 0.9em;
   margin: 2px;
}

table.data-table td.stat, table.data-table td.h2hkto,
.head2head td.label
{
   font-size: 1.2em;
   font-weight: bold;
   text-align: center;
   border-bottom: solid 1px #b0b0b0;
}

table.mecz-historia {
   width: 80%;
   margin: auto;
   background: white;
   border-collapse: collapse;
   border-spacing: 0px;
}

.mecz-historia td {
   border-bottom: solid thin #b0b0b0;
}

*.no-float {
   float: none;
}

.turniej div.tree {
   overflow-x: auto;
}

.turniej table.tree {
   font-size: 7pt;
   border-collapse: collapse;

}

table.tree td {
   width: 100px;
   border-style: none;
   border-width: 1px;
   border-color: black;
}

table.tree a {
   text-decoration: none;
   color: black;
}

.tree div.wo {
   text-decoration: line-through;
}

div.tree-wo {
   border: solid 1px black;
   background: red;
   color: white;
   width: 20px;
   text-align: center;
}

div.tree-position {
   font-weight: bold;
   font-size: 1.2em;
   text-align: left;
   letter-spacing: -1px;
   vertical-align: middle;
   color: black;
}

span.tree-lp {
   font-size: 1.2em;
   width: 10px;
}

div.tree-player {
   overflow: hidden;
   /*font-weight: bold;*/
   letter-spacing: -1px;
}

div.tree-wynikset {
   border: solid 1px black;
   background: #e57805;
   color: white;
   font-weight: bold;
   width: 12px;
   text-align: center;
   margin-right: 2px;
}

div.error-404 {
   background-color: #ff5555;
   padding: 15px;
   width: 100%;
   font-size: 15pt;
   text-align: center;
   margin-bottom: 5px;
   color: white;
   clear: both;
}

div.error-404 *.uri {
   margin: 10px;
   color: yellow;
   font-weight: bold;
}

div.error-404 div.close {
   color: #000000;
   background: #ffffff;
   margin: 0 30% 0 30%;
   cursor: pointer;
}

div.error-404 div.close:hover {
   color: #ffffff;
   background: #000000;
}

div.login-form {
   clear: both;
}

div.block-link {
   width: 85%;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 6px;
   background: url(/images/darkblue-hdr-bg.png);
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   padding: 3px;
   padding-left: 10px;
}

div.block-link:hover {
   background: url(/images/blue-hdr-bg.png);
}

div.block-link a {
   width: 100%;
   text-decoration: none;
   font-weight: bold;
   font-size: 0.8em;
   color: #fff;
}

div.block-link a:hover {
   color: #ff0;
}

div.final-result {
   margin-left: 5%;
   width: 90%;
}

.final-result ol {
   border: dotted 1px #ccc;
   -moz-border-radius: 3px;
   background: #fff;
}

.final-result ol li {
   padding-bottom: 2px;
   padding-top: 2px;
   border-bottom: solid 1px #ddd;
}

.final-result ol li.miejsce-1 {
   font-weight: bold;
   font-size: 1.2em;
   background: #fee;
}

.final-result ol li.miejsce-2 {
   font-weight: bold;
   font-size: 1.1em;
}

.final-result ol li.miejsce-3 {
   font-weight: bold;
   font-size: 1.0em;
}

table.login {
   font-size: 1.2em;
   font-weight: bold;
}

table.login td input {
   width: 90%;
   color: #000;
   background: #fff;
   font-size: 1.2em;
   border: solid 1px #777;
   -moz-border-radius: 3px;
}

div.login-error {
   width: 75%;
   margin:auto;
   margin-top: 40px;
   border: solid 1px #b0b0b0;
   background: #cc3333;
   font-weight: bold;
   font-size: 14pt;
   text-align: center;
   padding: 20px;
   color: #ee0;
}

div.login-error a {
   color: #ff8;
}

div.reg-error {
   width: 75%;
   margin:auto;
   margin-top: 15px;
   border: solid 1px #b0b0b0;
   background: #cc3333;
   font-weight: bold;
   font-size: 12pt;
   text-align: left;
   padding: 20px;
   padding-top: 0px;
   color: #ee0;
}

div.wide-button {
   width: 75%;
   margin-left: auto;
   margin-right: auto;
   font-size: 1.1em;
   font-weight: bold;
}

div.wide-button input,
div.wide-button button
{
   width: 99%;
   font-weight: bold;
   font-size: 1.4em;
}

td.form-help > div, *.info-box {
    padding: 30px;
    margin: 20px;
    padding-left: 50px;    
    font-weight: normal;
    background: #ddd;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #000;
}

div.action-border {
	padding: 3px;
	border: solid 1px #aaa;
	background: #fff;
}

div.action-button {
}

div.action-button a {
  height: 24px;
  padding-left: 30px;
  line-height: 24px;
  text-decoration: none;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: 10px;
}

div.action-small {
	height: 22px;	
	line-height: 20px;
	font-size: 0.9em;
}

div.action-edit a {
   background-image: url(/images/edit.gif);
}

div.action-foto a {
   background-image: url(/images/camera.gif);
}

div.action-search a {
   background-image: url(/images/search.gif);
}

div.action-add a {
   background-image: url(/images/add.gif);
}

div.action-cancel a {
   background-image: url(/images/close_red.gif);
}

div.action-confirm a {
   background-image: url(/images/check_green.gif);
}

div.action-facebook a {
   background-image: url(/images/facebook16.png);
}

div.user-editor {    
  overflow: hidden;
}

.user-editor table.editor-form {
  width: 65%;
  float: left;
}

table.editor-form td {
  height: 32px; 
  color: black;
  font-size: 1.05em;
  font-weight: bold;
}

table.editor-form td.editor-label {
 width: 200px;
}

table.editor-form td.editor-field {
 border: solid 1px #999;
 background: #fff;
 padding-left: 8px;
 min-width: 200px;
}

table.editor-form td.editor-checkbox-desc {
 height: 16px;
 font-weight: normal;
 font-size: 0.9em;
}

table.editor-form td.editor-checkbox {
 height: 16px;	
 font-weight: normal;
 font-size: 1.4em;
}

table.editor-form td.editor-tool {
 border: none;
 background: inherit;
 -moz-border-radius: 6px;
 border-radius: 6px;
 -webkit-border-radius: 6px;
}

table.editor-form td.editor-tool > div {
 -moz-border-radius: 6px;
 background: url(/images/button-bgr-off.png);
 border-radius: 6px;
 -webkit-border-radius: 6px;
 cursor: pointer;
}

table.editor-form td.editor-tool > div:hover {
 background: url(/images/button-bgr-on.png);
/* background-color: #ffa; */
}


table.editor-form td.editor-field select,
table.editor-form td.editor-field input 
{
 border: none;
 width: 100%;
 font-weight: bold;
 color: #003; 	
}

.user-editor div.help-cloud {
  width: 30%;
  color: black;
  background: #ffe;
  padding: 7px;
  padding-left: 12px;
  border: solid 1px #999;
  -moz-border-radius: 7px;
  float: right;
  font-size: 0.8em;
}

.user-editor div.content-cloud {
  width: 30%;
  color: black;
  padding: 7px;
  padding-left: 12px;
  float: right;
  font-size: 0.8em;
}

table.score {}

.score th.zaw {
  text-align: left;
  width: 200px;
  font-size: 1.05em;    
  color: black;
  font-weight: bold;
}

.score td input {
 border: none;
 text-align: center;
 font-weight: bold;
 width: 100%;
 font-size: 0.9em;
}

.score td.set input {
   font-weight: normal;
}

.score td {
 width: 35px;
 border: solid 1px #999;
 padding: 0px;
}

.score td.set {
 width: 22px;
 font-size: 0.90em;
 font-weight: normal;
}

.score td.match input {
 background:  #ff5;
}

div.przeciwnik:hover {
    background: yellow;
}

div.button-confirm {
   padding: 0px;
}

div.button-confirm a {
   padding-left: 22px;
   background-repeat: no-repeat;
   background-position: left;
   text-decoration: none;
   color: #555;
   height: 24px;
}

.editor-button div.confirmed a{
   background-image: url(/images/check_green.gif);
   color: #595;
}

.editor-button div.confirm a {
   background-image: url(/images/check_gray.gif);
   cursor: pointer;
   color: #777;
}

.editor-button div.confirm a:hover {
   background-image: url(/images/check_green.gif);
   cursor: pointer;
   color: #595;
}

.editor-button div.unconfirmed a {
   background-image: url(/images/check_gray.gif);
   color: #777;
}

table.lista-sparingow {
	width: 90%;
	color: #007aca;
	margin: auto;
	font-size: 1.1em;
	border-collapse: collapse;
	border-bottom: solid 1px #99b;
}

table.lista-sparingow th {	
	text-align: center;
	color: #000;
	font-weight: normal;
	background: #ddd;
}

.lista-sparingow td {
	border-top: solid 1px #99b;
}

.lista-sparingow td.dzien {
	font-style: italic;
}

.lista-sparingow td.wynik {
	text-align: center;
	font-size: 1.1em;
}

.lista-sparingow td.wynik span.brak-wyniku {
	font-style: italic;
	font-size: 0.9em;
}

.lista-sparingow td.status {
	font-size: 0.75em;
	min-width: 200px;
}

.lista-sparingow td.status span.ok {
	margin: auto;
	font-weight: bold;
}

.lista-sparingow td.status span.ty {
	color: #000;
}

.lista-sparingow td.status span.on {
	color: #300;
}

.lista-sparingow td.tool img {
	border: none;
}

div.friends-list {
    height: 200px;
    overflow: auto;
}

div.friends-list a {
	text-decoration: none;
}

a.link-button {
	font-size: 0.75em;
	color: #0070ca;
	text-decoration: none;
	padding: 1px;
	padding-left: 0px;
	padding-right: 0px;
	-moz-border-radius: 5px;	
}

td.user-info div {
	border: solid 1px #444;
	background-position: 6px;
	font-size: 0.75em;
	color: #000;
	font-weight: bold;
	background-color: #fff;
	background-repeat: no-repeat;
	padding: 4px;
	padding-left: 32px;
	margin: 4px;
	-moz-border-radius: 5px;
	float: left;
}

a.dp-choose-date {
	float: right;
	width: 16px;
	height: 16px;
	padding: 0;
	margin-right: 6px; 
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/images/calendar.gif) no-repeat; 
}

a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

table.lista-wynikow {
	width: 95%;
	color: #007aca;
	margin: auto;
	font-size: 1.0em;
	border-collapse: collapse;
	border: solid 1px #99b;
}

table.lista-wynikow th {	
	text-align: left;
	color: #000;
	border-right: solid 1px #aad;
	padding-left: 3px;
	font-weight: normal;
	background: #ddd;
}

.lista-wynikow td {
	border-top: solid 1px #99b;
	border-right: solid 1px #aad;
}

div.liga-link-top {
	height: 100px;
	width: 180px;
	padding: 3px;
	margin: 4px;
	border: solid 1px #888;
	text-align: center;
	float: left;
	clear: none;
	background-repeat: no-repeat;
	background-position: center;
	line-height: 14px;	
	cursor: pointer;
}

.liga-link-top a {
	background: #fff;
	padding: 5px;
	border: solid 1px #569;
	border-radius: 4px;
	font-weight: bold;
	color: #000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

div.klub-info { 
    background: #fff;
    margin-bottom: 3px;
    padding: 6px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    border: solid 1px #8af;
    font-size: 1.1em;
    clear: both;
    height: 120px;
}

div.klub-logo {
    float: right;
    padding: 2px;
    background: #fff;
    border: solid 1px #999;
    clear: both;
}

.klub-info div.adres {
    color: #999;
    font-size: 0.9em;
    height: 4em; 
    overflow: hidden;
}

.klub-info div.korty {
    color: #336;
    font-size: 1.1em;
    height: 2em; 
    overflow: hidden;
}

.klub-info div.nazwa {
    color: #336;
    font-size: 1.3em;
    overflow: hidden;
}

ul.lista-turniejow {
 list-style: none;
}

li div.turniej-info {
   height: 50px;
   background: #fff;
   padding: 5px; 
   border: solid 1px #999;
   margin-bottom: 2px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
   clear: both;
   cursor: pointer;
}

li div.turniej-info:hover {
    background: #ff9;
}

div.turniej-info div {
   float:left;
   line-height: 50px;
   vertical-align: center;
   height: 50px; overflow: hidden;
}

.turniej-info div.turniej-data {
    width: 120px; color: #000; font-weight: bold; font-size: 1.1em;
}

.turniej-info div.turniej-miasto {
    width: 110px; color: #000; font-size: 1.1em;
}

.turniej-info div.turniej-klub {
    width: 200px; color: #000; font-size: 0.8em;
}

.turniej-info div.turniej-ranga {
    text-align: center;
    width: 80px; color: #005; font-size: 1.5em;
}
