﻿/* tournament discipline */
.nine
{
    padding-left: 70px;
    background-image: url("../images/9ball.png");
    background-repeat:no-repeat;
    background-position: 8px center;
}

.straight
{
    padding-left: 70px;
    background-image: url("../images/14ball.png");
    background-repeat:no-repeat;
    background-position: 8px center;  
}

.ten
{
    padding-left: 70px;
    background-image: url("../images/10ball.png");
    background-repeat:no-repeat;
    background-position: 8px center; 
}

.eight
{
    padding-left: 70px;
    background-image: url("../images/8ball.png");
    background-repeat:no-repeat;
    background-position: 8px center; 
}

/* common */
h3
{
    margin-left: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 600px;
    border-bottom: 1px solid gray;
}

.GroupCaption
{
    color: #194F25;
    margin-left: 35px;
}

/* menu links */
.groupmenu
{
    padding-left: 30px;
    padding-bottom: 10px;
}

.groupmenu a
{
    font-weight: normal;
    text-decoration: none;
    color: #194F25;
    background-color: #94FF94;
    border-radius: 20px;
    border: 1px solid #194F25;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 5px;
}

/* match box */
.matchtable
{
    width: 190px;
    height: 78px;
    max-height: 78px;
    min-height: 78px;
    border: 2px solid #194F25;
}

.matchplayerone
{
    width: 150px;
    font-size: 10pt;
    color: #194F25;
    height: 20px;
    max-height: 20px;
    min-height: 20px;  
}

.matchplayertwo
{
    width: 150px;
    font-size: 10pt;
    color: #194F25;
    height: 20px;
    max-height: 20px;
    min-height: 20px;  
}

.matchresultone
{
    width: 20px;
    height: 35px;
    max-height: 35px;
    min-height: 35px;
    font-size: 12pt;
    border-left: 1px dotted #194F25;
    border-bottom: 1px dotted #194F25;
    font-weight: bold;
    text-align: center;
    color: #194F25;
}

.matchresulttwo
{
    width: 20px;
    height: 35px;
    max-height: 35px;
    min-height: 35px;
    font-size: 12pt;
    border-left: 1px dotted #194F25;
    font-weight: bold;
    text-align: center;
    color: #194F25;
}

.matchclubone
{
    width: 140px;
    font-size: 8pt;
    border-bottom: 1px dotted #194F25;
    color: #194F25;
    height: 15px;
}

.clubdiv
{
    min-width: 140px;
    max-width: 140px;
    max-height: 15px;
    min-height: 15px; 
    overflow: hidden; 
}

.playerdiv
{
    min-width: 140px;
    max-width: 140px;
    max-height: 15px;
    min-height: 15px; 
    overflow: hidden; 
}

.matchclubtwo
{
    width: 140px;
    font-size: 8pt;
    color: #194F25;
    height: 15px;
    max-height: 15px;
    min-height: 15px;
    overflow: hidden;
}

.matchtablenumberW
{
    font-size: 9pt;
    background-color: #999999;
    vertical-align: top;
    width: 20px;
    border-right: 1px dotted #194F25;
}

.matchtablenumberD
{
    font-size: 9pt;
    background-color: #999999;
    vertical-align: top;
    width: 20px;
    border-right: 1px dotted #194F25;
}

.matchtablenumberP
{
    font-size: 9pt;
    background-color: #2EB82E;
    vertical-align: top;
    width: 20px;
    border-right: 1px dotted #194F25;
}

.matchtablenumberWT
{
    font-size: 9pt;
    background-color: #008AB8;
    vertical-align: top;
    width: 20px;
    border-right: 1px dotted #194F25;
}

/* tables - round robin */
.grouptable
{
    margin-left: 40px;
    margin-right: 40px;
    color: #194F25;
    font-size: 12pt;
    margin-bottom: 35px;
    margin-top: 5px;
}

.grouprow
{
    padding: 6px;
    border-bottom: 1px solid #000000;
}

.groupheaderrow
{
    background-color: #339E4A;
    font-weight: bold;
    color: #000000;
    font-size: 11.5pt;
}

.namegroupcell
{
    width: 330px;
    height: 35px;
    font-weight: bold;
}

.lettergroupcell
{
    width: 25px;
    text-align: center;
    border-right: 1px dashed #888888
}

.resultheadergroupcell
{
    width: 70px;
    text-align: center;
}

.resultpointsgrtable
{
    border-left: 1px dashed #888888;
    width: 50px;
    text-align: center;
}

.resultratio
{
    width: 70px;
    text-align: center;
}

.resultplace
{
    width: 50px;
    font-weight: bold;
    text-align: center;
    background-color: #94FF94;
}

.separatorgroupcell
{
    width: 70px;
    text-align: center;
    background-color: #F8EEF8;
}

.waitgroupcell
{
    width: 70px;
    text-align: center;
}

.playgroupcell
{
    width: 70px;
    text-align: center;
}

.donegroupcell
{
    width: 70px;
    text-align: center;
}

.namediv
{
    margin-left: 6px;
    max-width: 318px;
    max-height: 25px;
    overflow: hidden;
}

.clubdiv
{
    font-weight: normal;
    color: #888888;
}