﻿h2
{
    margin: 0px;
    font-size: 18pt;
    font-weight: normal;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 35px;
}

form
{
    margin-left: 20px;
}

.resulttable
{
    margin-left: 35px;    
}

.resultrow
{
    font-size: 12pt;
    text-align: center;
    padding: 6px;
    background-color: #FFFFFF;
    border-bottom: 1px solid black; 
    color: #000000;
    margin: 0px 2px 2px 2px;
}

.resultplace
{
    width: 35px;
    font-weight: bold;
    border-bottom: 1px solid #000000;
    text-align: center;
}

.resultplayer
{
    width: 335px;
    text-align: left;
    padding: 6px 6px 6px 10px;
    font-weight: bold;
    color: #194F25;
    border-bottom: 1px solid #000000;
    height: 25px;
}

.resultoverviewcolumn
{
    width: 200px;
    text-align: left;
    padding: 6px 6px 6px 10px;
    font-weight: normal;
    color: #194F25;
    border-bottom: 1px solid #000000;
    height: 25px;
}

.resultoverviewcolumn2
{
    width: 70px;
    text-align: center;
    font-weight: bold;
    color: #194F25;
    border-bottom: 1px solid #000000;
    height: 25px;
}

.resultoverviewproperty
{
    width: 200px;
    text-align: left;
    padding: 6px 6px 6px 10px;
    font-weight: normal;
    color: #194F25;
    border-bottom: 1px solid #000000;
    height: 25px;
}

.resultoverviewvalue
{
    width: 100px;
    text-align: center;
    font-weight: bold;
    padding: 6px;
    color: #194F25;
    border-bottom: 1px solid #000000;
    height: 25px;
}

.resultclub
{
    font-weight: normal;
    color: #888888;
    border-bottom: 1px solid #000000;
}

.resultmatches
{
    width: 25px;
    padding: 6px;
    color: #194F25;
    border-bottom: 1px solid #000000;
    text-align: center;
}

.resulttournament
{
    width: 300px;
    padding: 6px;
    color: #194F25;
    border-bottom: 1px solid #000000;
}

.resultresult
{
    width: 70px;
    padding: 6px;
    color: #194F25;
    border-bottom: 1px solid #000000;
    text-align: center;
}

.resultwin
{
    width: 70px;
    padding: 6px;
    color: #194F25;
    border-bottom: 1px solid #000000;
    text-align: center;
    color: Green;
}

.resultdefeat
{
    width: 70px;
    padding: 6px;
    color: #194F25;
    border-bottom: 1px solid #000000;
    text-align: center;
    color: Red;
}

.resulttournaments
{
    width: 25px;
    padding: 6px;
    color: #194F25;
    border-bottom: 1px solid #000000;
    text-align: center;
}

.resultwins
{
    width: 30px;
    padding: 6px;
    color: #194F25;
    border-bottom: 1px solid #000000;
    text-align: center;
}

.resultlosses
{
    width: 30px;
    padding: 6px;
    color: #194F25;
    border-bottom: 1px solid #000000;
    text-align: center;
}

.resultratio
{
    width: 50px;
    padding: 6px;
    color: #194F25;
    border-bottom: 1px solid #000000;
    text-align: center;
}

.resultpoints
{
    width: 40px;
    padding: 6px;
    color: #194F25;
    border-bottom: 1px solid #000000;
    text-align: center;
}

.resultpoints2
{
    width: 40px;
    padding: 6px;
    color: #194F25;
    border-bottom: 1px solid #000000;
    text-align: center;
}

.resultrowheader
{
    font-size: 12.5pt;
    color: #000000;
    text-align: center;
    padding: 6px;
    font-weight: bold;
    background-color: #339E4A; 
}

.tablefound
{
    margin-left: 40px;
    font-size: 13pt;
    border-spacing: 0px;
}

.headerfoundrow
{
    font-weight: bold;
    color: #000000;
    background-color: #339E4A;
}

.foundrow
{
    background-color: #FFFFFF;
    font-size: 12pt;
}

.foundrow:hover
{
    background-color: #94FF94;
}

.foundname
{
    border-bottom: 1px solid #777777;  
    width: 350px;
    height: 36px;
    max-width: 350px;
    max-height: 36px;
    color: #194F25;
    vertical-align: middle;
}

.foundclub
{
    border-bottom: 1px solid #777777;
    color: #777777;
    width: 350px;
    height: 36px;
    max-width: 350px;
    max-height: 36px;
}

.foundtournaments
{
    border-bottom: 1px solid #777777;
    color: #777777;
    width: 50px;
    height: 36px;
    max-width: 50px;
    max-height: 36px;
}

.foundmatches
{
    border-bottom: 1px solid #777777;
    text-align: center;
    color: #777777;
    width: 50px;
    height: 36px;
    max-width: 50px;
    max-height: 36px;
}

.foundrow td a
{
    color: #194F25;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.foundrow td.resultwin a
{
    color: green;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.foundrow td.resultdefeat a
{
    color: red;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.notfoundrow
{
    height: 60px;
}

.notfoundcell
{
    color: Red;
    text-align: center;
}

.headerfoundplayer
{
    padding-left: 10px;
}

.separator
{
    height: 40px;
}