﻿/* STYLE FOR CHESS LEAGUE TABLE */


table.league {
text-align: center;
width: 99%;
margin: auto;
background: #99f;
color:#fff;
border-spacing: 4px;
line-height: 20px;
border-collapse: collapse;
border: 2px solid #adbbca;
font-family: "Trebuchet MS", helvetica, arial, verdana, sans-serif;
font-size:14px;
}
table.league thead tr {
background-color: #5e7796;
font-size:13px;
}
table.league thead tr th {
padding: 2px 2px;
border: 2px solid #adbbca;
}
table.league tbody tr {
color: #000000;
border: 2px solid #adbbca;
}
table.league tbody td {
border: solid 1px #adbbca;
border-style: none none solid none;
padding:2px;
}
table.league tbody .provisional {
width:20px;
height:20px;
border:none;
vertical-align:middle;
margin:0px 2px;
}

/* DESCRIPTION OF LEAGUE TABLE IN SCORING AND RULES SECTION */
#describe_league dt{
font-weight: bold;
}

/* POSITIVE NUMBERS ON POINTS LEAGUE TABLE */
.p_p{
background-color: #009900;
color: #ffffff;
}
/* VALUES OF 0 FOR POINTS LEAGUE TABLE */
.p_o{
background-color: #cccc00;
color: #000000;
}
/* NEGETIVE NUMBERS ON POINTS LEAGUE TABLE */
.p_n{
background-color: #990000;
color: #ffffff;
}
