BODY {
   background: #ffffff;
}

div.page-container {
   width: 85%;
   max-width: 1100px;
   min-width: 970px;
   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;
}

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

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

*.page-header {
   width: 100%;
   margin-top: 18px;
   height: 98px;
   background: transparent;
   position: relative;
}

div.notifications {
	position: absolute;
	left: 15%;
	top: 140px;
	width: 70%;
	max-width: 600px;
	border: solid 1px #999;
	background-color: #000;
	color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 2px 2px 4px #888;
	cursor: pointer;
}

.notifications ul {
   list-style-type: none;
   padding: 10px;
}

.notifications li {
}

.notifications li div {
}

.notifications div.title {
	font-weight: bold;
}

.notifications .error div.title {
    color: #f22;
}

.notifications div.close {
   position: absolute;
   color: #ccc;
   font-weight: bold;
   right: 4px; top: 2px;
}

.page-header div.adsense {
   width: 728px;
   height: 90px;
   right: 0px;
   top: 4px;
   position: absolute;
}

*.two-thirds-width {
   width: 65%;
}

*.three-fourths-width {
   width: 74%;
}

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

*.third-width {
   width: 32%;
}

*.width-30 {
   width: 30%;
}

*.fourth-width {
   width: 24%;
}

*.small-factor {
   font-size: 0.8em;
}

*.vsmall-factor {
   font-size: 0.7em;
}


*.xsmall-factor {
   font-size: 0.65em;
}

*.left-side {
   float: left;
}

*.right-side {
   float: right;
}

*.half-width.ligi {
   width: 48%;
}


*.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;
}

*.h-200 {min-height: 200px;}
*.h-300 {min-height: 300px;}

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 {
   text-shadow: none;
   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-shadow: 1px 1px 1px #555;
   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;

}

.notify-sparing a {
   background: red;
}

#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.notify-sparing a {
	color: #f00;
	background: url(/images/target.gif) no-repeat 5px;
	background-color: #fff;
	padding-left: 24px;
}

.page-menu li.notify-invite a {
	color: #f00;
	background: url(/images/switch.gif) no-repeat 5px;
	background-color: #fff;
	padding-left: 24px;
}

.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;
   border: outset 1px #eaeaea;
   -moz-border-radius: 8px;
   -webkit-border-radius: 8px;
   border-radius: 8px;
}

*.border-5 {
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

*.border-10 {
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

*.clear {
   clear: both;
}

div.outer-header a {
    text-decoration: none;
}

div.outer-header a:hover {
    color: #04a;
    text-shadow: none;
}

*.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;
   text-shadow: 1px 1px 1px #333;
}

.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: 2%;
   margin-right: 2%;
   padding-top: 10px;
   padding-left: 10px;
   margin-bottom: 20px;
   text-align: justify;
   overflow: hidden;
}

*.tight {
   padding: 0; 
}


*.page-info-inner {
}

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

div.enclosing-info.turnieje {
    text-align: center;
}

div.turniej-box {
    border: solid 1px #ddd;
    height: 140px;
    overflow: hidden;
    padding: 5px;
    margin: 2px;
    background: #fff;
}

.turniej-box div.turniej-logo {
    background: #fff;
    text-align: center;
    border: dotted 1px #ccc;
    padding: 3px;
}

.turniej-box div.nazwa {
    font-weight: bold;
    color: #000;
    white-space: nowrap;
    margin-top: 4px;
}

.turniej-box table td.label {
    color: #444;
}

.turniej-box table td.value {
    color: #447;
}


.turniej-box table td {
    white-space: nowrap;
}

.turniej-kiedy {
    padding: 15px;
    text-align:center;
    color: #000;
    font-size: 1.8em;
    font-weight: bold;
}

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;
}

div.zgloszenia.turniej {
    border: solid 1px #e0e0e0;
    background: #fff;
    border-radius: 16px;
    width: 80%;
    margin: auto;
    padding: 10px;
}

.zgloszenia table {
    width: 99%;
    margin: auto;
    border-collapse: collapse;
    font-size: 1.4em;
}

.zgloszenia table tr {
    height: 32px;
}

.zgloszenia table td {
    border-bottom: solid 1px #e0e0e0;
}

.zgloszenia table td.ranking-lp {
    font-size: 1.1em;
    text-align: center;
}

.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;
}

.ranking .row_highlight_green td {
    background: #eeffee;
}

.ranking div.cell_asterisk_red {
    color: #ff0000;
    font-size: 1.7em;
    font-weight: bold;
    line-height: 1em;
    height: 0.7em;
}

.ranking div.cell_asterisk_blue {
    color: #0000ff;
    font-size: 1.7em;
    font-weight: bold;
    line-height: 1em;
    height: 0.7em;
}

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: 100%;
   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;
   padding-left: 3px;
   overflow: hidden;
}

table.wyniki-sezon td.wh-data {
    color: #000;
}

table.wyniki-sezon td.wh-nazwa {
}

table.wyniki-sezon td.wh-pozycja {
    width: 40px;
    text-align: center;
}

table.wyniki-sezon td.wh-punkty {
    width: 40px;
    text-align: center;
}

table.wyniki-sezon td.wh-ranga {
    width: 30px;
    font-weight: bold;
    text-align: center;
}


table.wyniki-sezon td.wh-nazwa div {
    width: 350px;
	white-space: nowrap;
}

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


*.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.register {
   font-size: 1.2em;
   font-weight: bold;
}

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

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

table.login td button {
	width: 80%;
}

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

table.login td input[type="checkbox"] {
    width: 20px;
}

div.oauth-box {
    padding: 6px;
    margin: 6px;
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   border-radius: 6px;
}

div.oauth-box.facebook {
}

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; 	
}

table.editor-form td.sponsor-logo-box {
    border: dotted 1px #888;
	background: #fff;
} 

.editor-form .sponsor-rakieta select {
    background-color: #fff;
}

table.sponsor-def { width: 100%; }

table.editor-form table.sponsor-def input { background: inherit; font-size: 0.9em; }

table.editor-form table.sponsor-def  input.url {
    color: #33a;
    text-decoration: underline;
}

table.editor-form table.sponsor-def  td.sponsor-url  {
    background-color: #ccf;
}

table.editor-form table.sponsor-def  td.sponsor-txt  {
    background-color: #ffc;
}

table.editor-form td.sponsor-entry > div  {
    position: relative;
}

table.editor-form td.sponsor-entry div.sponsor-deleted {
	position: absolute;
	height: 100%;
	width: 100%;
	margin: auto;
	background: url(/images/bg_transparent_mask.gif);
	display: none;
}

table.editor-form td.sponsor-entry div.sponsor-deleted div.cancel {
    position: absolute; right: 1px;    
    top: 1px;
    width: 16px;
    height: 16px;
	border: solid 1px #888;
    cursor: pointer;
    background: url(/images/close-gray.gif) no-repeat;
}

table.editor-form td.sponsor-entry div.sponsor-deleted.active {
	display: block;
}

span.watermark_container {
	width: 100%;
}

div.connections-scroll {
    max-height: 220px;
    width: 67%;
    overflow: auto;
}

table.connections {
   width: 100%;
   border-collapse: collapse;
}

table.connections tr {
    border: solid 1px #ccc;    
}

table.connections td {
    background: #fff;
}

table.connections td.foto {
	width: 54px;
	height: 54px;
	padding: 2px;
}

table.connections.blacklist td.foto {
	width: 32px;
	height: 32px;
	padding: 1px;
}

table.connections td.foto {
	width: 54px;
}

table.connections td.button {
    width: 120px;
}

table.connections td.button div.connection-button {
	font-size: 9px;
	text-align: center;
	font-weight: bold;
	color: #000;
	width: 120px;
	margin-bottom: 2px;
	border: inset 1px #888;
	background: #fff;
	text-shadow: 1px 1px 2px #777;
	cursor: pointer;
}

.user-editor div.help-cloud {
  width: 30%;
  color: black;
  background: #ffe;
  padding: 7px;
  padding-left: 12px;
  border: solid 1px #999;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-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;
}

div.ac_results {
    background: #fff;
    border: solid 1px #444;
}

.ac_results ul {
    list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.ac_results li {
	font-family: sans-serif;
	padding: 0px;
	padding-left: 5px;
	position: relative;
	height: 46px;
	border-bottom: solid 1px #aaa;
}

.ac_results li.ac_over {
	background: #4484fd;
}

.ac_results li div.xsmall-foto {
	position: absolute;
	right: 2px;
	top: 2px;
	border: solid 1px #ccc;
}

.ac_results li div.p-info {
	display: table-cell;
	vertical-align: middle;
	padding-top: 3px;
	line-height: 20px;
	font-size: 0.8em;
	font-weight: bold;
	color: #444;
}

.ac_results li div.p-info a {
	text-decoration: underline;
	color: #000;
}

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 {
	float: left;
}

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

.liga-link-top div {
	display: none;
}
.league_tooltip {
    display: none;
    font-size: 0.7em;
/*    background: url(/images/tooltip/white.png); */
    background: rgb(255,255,255);
    width: 124px;
    height: 32px;
    padding: 8px;
    color: #45a;
    border: solid 1px #777;
    overflow: hidden;
}

.league_tooltip center > div {
    font-weight: bold;
    background: rgba(255,255,255,0);
}

.league_tooltip center > div a,
.league_tooltip center > div a:hover {
    color: #a33;
}

.league_tooltip div {
	color: #45a;
}

.league_tooltip a.more {
    color: #a33;
	font-weight: bold;
}

.box-link {
	height: 100px;
	width: 130px;
	margin: 4px;
	border: solid 1px #aaa;
	text-align: center;
	clear: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	line-height: 14px;	
	cursor: pointer;
	padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 3px 3px 5px 0px #888;
    -moz-box-shadow: 3px 3px 5px 0px #888;
    -webkit-box-shadow: 3px 3px 5px 0px #888;
    position: relative;    
}

.box-narrow {
    width: 65px;
}

.box-wide-3 {
    width: 430px;
}

.box-wide-2 {
    width: 280px;
}

.box-short {
    height: 50px;
}

.box-tall-2 {
    height: 220px;
}

.imp a { display: none; }

.turniej-PFS {
	background-image: url(/images/pfs-small.jpg);
	background-position: bottom right;
}

.turniej-tooltip {
    width: 350px;
    height: 180px;
    padding: 10px;
    background: url(/images/tooltip/white_big.png);
	position: relative;
}

.turniej-tooltip div.turniej-klub {
	padding-top: 20px;
	text-align: center;
}

.turniej-tooltip div.turniej-klub a {
	color: #a33;
	font-weight: bold;
}

.turniej-tooltip .turniej-detail {
   padding-top: 6px;
   color: #400;
}

.turniej-tooltip .turniej-detail .cnt span {
   font-size: 2.0em;
   clear: both;
}

.turniej-tooltip .turniej-detail > div {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 2px;
}

.turniej-tooltip .turniej-detail > div span {
    float: right;
}

.turniej-tooltip .turniej-detail > div span a {
    color: #006;
}

.turniej-tooltip .turniej-detail > div.win span a {
    color: #008;
	font-size: 1.1em;
	font-weight: bold;
}


.box-link .turniej-data {
    font-size: 1.0em;
    font-weight: bold;
    color: #222;
}

.box-link .turniej-nazwa {
    font-size: 0.90em;
    color: #222;
    padding: 0px;
    height: 30px;
	overflow: hidden;
}

.box-link .tt-trigger {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 16px;
    height: 16px;
	background: url(/images/info-icon.png) no-repeat center center;
}

.box-link .turniej-nazwa a {
    color: #500;
}

.box-link .turniej-ranga {
    font-size: 2.5em;
    font-weight: bold;
    color: #999;
	position: absolute;
	left: 6px; bottom: 15px;
}

.box-link.zawodnik .turniej-ranga {
    font-size: 2.5em;
    font-weight: bold;
    color: #999;
    position: absolute;
    left: 6px; top: 6px;
}

.box-link.zawodnik .turniej-punkty {
    font-size: 1.3em;
    font-weight: bold;
    color: #333;
	position: absolute;
	right: 6px; bottom: 26px;
}

.box-link.zawodnik .turniej-pozycja {
    font-size: 1.5em;
    font-weight: bold;
    color: #c22;
	position: absolute;
	right: 6px; bottom: 6px;
}

.box-link .turniej-org {
	padding-top: 10px;
    color: #444;
    height: 13px;
	overflow: hidden;    
}

.ASB {
    background-image: url(/images/asb_tour.png);
}

.EIC {
    background: #fff url(http://ligowe.info/squash/img/126,350,150) no-repeat center center;
}

.IMP2011 {
    background: #fff url(http://ligowe.info/squash/img/159,370,240) no-repeat left center;
    background-position: center center;
}

.ASB ul, .EIC ul {
    color: #35a;
    font-size: 1.4em;
    font-weight: bold;
    list-style-type: none;
    text-align: left;
    padding-left: 150px;
    line-height: 30px;
}

.EIC ul {
    padding-left: 250px;
}


.tt-content {
	width: 100px;
	height: 100px;
	background: red;
}

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;
}

ul.turniej-list {
    list-style-type: none;
	padding: 0px;
/*	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
*/
    clear: both;
}

.turniej-list li.turniej-item {
	padding: 12px;
	margin-bottom: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
    border-bottom: solid 1px #e0e0e0;    
	background: url(/images/gradient_v_grey_50.png);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.turniej-list li.turniej-item:hover {
	background: url(/images/gradient_v_orange_50.png);
}

.turniej-item div.turniej-data {
   float: left;
   color: #000;
   font-size: 1.1em;
}

.turniej-item div.turniej-klub {
   float:  right;
   clear: both;
   font-size: 0.9em;   
}

.turniej-item div.turniej-klub a {
    color: #333;
}

.turniej-item div.turniej-org {
    float: left;
    width: 30%;
    font-size: 0.9em;
	overflow: hidden;
	white-space: nowrap;
}

.turniej-item div.turniej-org span {
    color: #600; font-weight: bold;
}

.turniej-item div.turniej-org span.ranga {
    color: #000;
    font-weight: bold;
}

.turniej-item div.turniej-nazwa {
    float: right;
	text-align: right;
    width: 69%;
    font-size: 1em;
    font-weight: bold;
	padding-left: 1%;
    overflow: hidden;
	white-space: nowrap;
}

div.harmonogram-grupy {
    color: #333;
}

table.harmonogram-grupy {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9em;
}

.harmonogram-grupy td {
    width: 33%;
}


.harmonogram-grupy .title td {
    background: url(/images/orange-hdr-bg.png);
    padding: 5px;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
}

.harmonogram-grupy td.title {
    padding-left: 25px;
    color: #fff;
    width: 90%;
}

.harmonogram-grupy td.rozwin {
    cursor: pointer;
    text-decoration: underline;
}

.harmonogram-grupy .head td {
    background: url(/images/blue-hdr-bg.png);
    color: #fff;
    font-weight: bold;
    padding: 2px;
}

.harmonogram-grupy ul.harmonogram-termin {
    list-style-type: none;
}

ul.harmonogram-termin {
    clear: both;
}

.harmonogram-termin li {
    float: left;
    width: 230px;
    font-size: 0.75em;
}

.harmonogram-termin li div {
    padding: 2px;
    width: 225px;
}

.harmonogram-termin li:last-child {
    float: none;
}


div#floatingfoot {
    position: fixed;
    bottom: 0px;
    right: 1px;
    left: 1px;
    height: 18px;
    font-size: 0.8em;
    font-family: arial;
    background: #ffffff;
    border-top: solid 1px #000;
}

div#floatingfoot > div {
    overflow: none;
}
div#floatingfoot > div > em {
    margin-top: 1px;
    background: white;
    -moz-border-radius: 2px;
}

div#floatingfoot  div > span {
    margin-top: 1px;
    font-weight: bold;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

div#floatingfoot a {
    color:#009aef;
    letter-spacing: 1px;
}

.content div.page-info {
    color: #000;
    font-size: 1.1em;    
}

/**
 * Dragdealer JS v0.9.5
 * http://code.ovidiu.ch/dragdealer-js
 *
 * Copyright (c) 2010, Ovidiu Chereches
 * MIT License
 * http://legal.ovidiu.ch/licenses/MIT
 */

.dragdealer {
	position: relative;
	height: 30px;
	background: #EEE;
}
.dragdealer .handle {
	position: absolute;
	cursor: pointer;
}
.dragdealer .red-bar {
	width: 100px;
	height: 30px;
	background: #CC0000;
	color: #FFF;
	line-height: 30px;
	text-align: center;
}
.dragdealer .disabled {
	background: #898989;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_wrapper {
	position: relative;
	min-height: 302px;
	clear: both;
	_height: 302px;
	zoom: 1; /* Feeling sorry for IE */
}

.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}

.dataTables_length {
	width: 40%;
	float: left;
}

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
}

.dataTables_info {
	width: 60%;
	float: left;
}

.dataTables_paginate {
	width: 44px;
	* width: 50px;
	float: right;
	text-align: right;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_previous {
	background-image: url('../images/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('../images/back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('../images/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('../images/forward_enabled.jpg');
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
	margin: 10 auto;
	clear: both;
	width: 100%;
	border-collapse: collapse;
	
	
	/* Note Firefox 3.5 and before have a bug with border-collapse
	 * ( https://bugzilla.mozilla.org/show%5Fbug.cgi?id=155955 ) 
	 * border-spacing: 0; is one possible option. Conditional-css.com is
	 * useful for this kind of thing
	 *
	 * Further note IE 6/7 has problems when calculating widths with border width.
	 * It subtracts one px relative to the other browsers from the first column, and
	 * adds one to the end...
	 *
	 * If you want that effect I'd suggest setting a border-top/left on th/td's and 
	 * then filling in the gaps with other borders.
	 */
}

table.display thead th {
	padding: 3px 18px 3px 10px;
	border-bottom: 1px solid black;
	font-weight: bold;
	cursor: pointer;
	* cursor: hand;
}

table.display tfoot th {
	padding: 3px 18px 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}

table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}

table.display td {
	padding: 3px 10px;
}

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



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
	background: url('../images/sort_asc.png') no-repeat center right;
}

.sorting_desc {
	background: url('../images/sort_desc.png') no-repeat center right;
}

.sorting {
	background: url('../images/sort_both.png') no-repeat center right;
}

.sorting_asc_disabled {
	background: url('../images/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
	background: url('../images/sort_desc_disabled.png') no-repeat center right;
}





/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
table.display tr.odd.gradeA {
	background-color: #ddffdd;
}

table.display tr.even.gradeA {
	background-color: #eeffee;
}

table.display tr.odd.gradeC {
	background-color: #ddddff;
}

table.display tr.even.gradeC {
	background-color: #eeeeff;
}

table.display tr.odd.gradeX {
	background-color: #ffdddd;
}

table.display tr.even.gradeX {
	background-color: #ffeeee;
}

table.display tr.odd.gradeU {
	background-color: #ddd;
}

table.display tr.even.gradeU {
	background-color: #eee;
}


tr.odd {
	background-color: #E2E4FF;
}

tr.even {
	background-color: white;
}





/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.dataTables_scroll {
	clear: both;
}

.dataTables_scrollBody {
	*margin-top: -1px;
}

.top, .bottom {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

.top .dataTables_info {
	float: none;
}

.clear {
	clear: both;
}

.dataTables_empty {
	text-align: center;
}

tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}

tfoot input.search_init {
	color: #999;
}

td.group {
	background-color: #d1cfd0;
	border-bottom: 2px solid #A19B9E;
	border-top: 2px solid #A19B9E;
}

td.details {
	background-color: #d1cfd0;
	border: 2px solid #A19B9E;
}


.example_alt_pagination div.dataTables_info {
	width: 40%;
}

.paging_full_numbers {
	width: 400px;
	height: 22px;
	line-height: 22px;
}

.paging_full_numbers span.paginate_button,
 	.paging_full_numbers span.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
}

.paging_full_numbers span.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers span.paginate_button:hover {
	background-color: #ccc;
}

.paging_full_numbers span.paginate_active {
	background-color: #99B3FF;
}

table.display tr.even.row_selected td {
	background-color: #B0BED9;
}

table.display tr.odd.row_selected td {
	background-color: #9FAFD1;
}


/*
 * Sorting classes for columns
 */
/* For the standard odd/even */
tr.odd td.sorting_1 {
	background-color: #D3D6FF;
}

tr.odd td.sorting_2 {
	background-color: #DADCFF;
}

tr.odd td.sorting_3 {
	background-color: #E0E2FF;
}

tr.even td.sorting_1 {
	background-color: #EAEBFF;
}

tr.even td.sorting_2 {
	background-color: #F2F3FF;
}

tr.even td.sorting_3 {
	background-color: #F9F9FF;
}


/* For the Conditional-CSS grading rows */
/*
 	Colour calculations (based off the main row colours)
  Level 1:
		dd > c4
		ee > d5
	Level 2:
	  dd > d1
	  ee > e2
 */
tr.odd.gradeA td.sorting_1 {
	background-color: #c4ffc4;
}

tr.odd.gradeA td.sorting_2 {
	background-color: #d1ffd1;
}

tr.odd.gradeA td.sorting_3 {
	background-color: #d1ffd1;
}

tr.even.gradeA td.sorting_1 {
	background-color: #d5ffd5;
}

tr.even.gradeA td.sorting_2 {
	background-color: #e2ffe2;
}

tr.even.gradeA td.sorting_3 {
	background-color: #e2ffe2;
}

tr.odd.gradeC td.sorting_1 {
	background-color: #c4c4ff;
}

tr.odd.gradeC td.sorting_2 {
	background-color: #d1d1ff;
}

tr.odd.gradeC td.sorting_3 {
	background-color: #d1d1ff;
}

tr.even.gradeC td.sorting_1 {
	background-color: #d5d5ff;
}

tr.even.gradeC td.sorting_2 {
	background-color: #e2e2ff;
}

tr.even.gradeC td.sorting_3 {
	background-color: #e2e2ff;
}

tr.odd.gradeX td.sorting_1 {
	background-color: #ffc4c4;
}

tr.odd.gradeX td.sorting_2 {
	background-color: #ffd1d1;
}

tr.odd.gradeX td.sorting_3 {
	background-color: #ffd1d1;
}

tr.even.gradeX td.sorting_1 {
	background-color: #ffd5d5;
}

tr.even.gradeX td.sorting_2 {
	background-color: #ffe2e2;
}

tr.even.gradeX td.sorting_3 {
	background-color: #ffe2e2;
}

tr.odd.gradeU td.sorting_1 {
	background-color: #c4c4c4;
}

tr.odd.gradeU td.sorting_2 {
	background-color: #d1d1d1;
}

tr.odd.gradeU td.sorting_3 {
	background-color: #d1d1d1;
}

tr.even.gradeU td.sorting_1 {
	background-color: #d5d5d5;
}

tr.even.gradeU td.sorting_2 {
	background-color: #e2e2e2;
}

tr.even.gradeU td.sorting_3 {
	background-color: #e2e2e2;
}


/*
 * Row highlighting example
 */
.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
	background-color: #ECFFB3;
}

.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
	background-color: #E6FF99;
}

.ex_highlight_row #example tr.even:hover {
	background-color: #ECFFB3;
}

.ex_highlight_row #example tr.even:hover td.sorting_1 {
	background-color: #DDFF75;
}

.ex_highlight_row #example tr.even:hover td.sorting_2 {
	background-color: #E7FF9E;
}

.ex_highlight_row #example tr.even:hover td.sorting_3 {
	background-color: #E2FF89;
}

.ex_highlight_row #example tr.odd:hover {
	background-color: #E6FF99;
}

.ex_highlight_row #example tr.odd:hover td.sorting_1 {
	background-color: #D6FF5C;
}

.ex_highlight_row #example tr.odd:hover td.sorting_2 {
	background-color: #E0FF84;
}

.ex_highlight_row #example tr.odd:hover td.sorting_3 {
	background-color: #DBFF70;
}


/*
 * KeyTable
 */
table.KeyTable td {
	border: 3px solid transparent;
}

table.KeyTable td.focus {
	border: 3px solid #3366FF;
}

table.display tr.gradeA {
	background-color: #eeffee;
}

table.display tr.gradeC {
	background-color: #ddddff;
}

table.display tr.gradeX {
	background-color: #ffdddd;
}

table.display tr.gradeU {
	background-color: #ddd;
}

div.box {
	height: 100px;
	padding: 10px;
	overflow: auto;
	border: 1px solid #8080FF;
	background-color: #E5E5FF;
}


