/* 
    Document   : style1
    Created on : Nov 6, 2009, 10:13:35 AM
    Author     : roger
    Description:
        Purpose of the stylesheet follows.
*/

th {
    text-align: left;
    padding: .3%;
}

td {
    text-align: left;
    padding: .3%;
}


root { 
    display: block;
}

#navigation {
    background-color: #dddddd;
    padding: 10px;
}

.tdHeader {
    background-color: #317550;
    margin-top: 5em;
    margin-bottom: 4em;
    border-style: solid;
    border-color: #246440;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
    padding: 0.5em;
    width: 7em;
    text-align: center;
    text-decoration: none;
   
}
.tdheader a:link {text-decoration: none;}
.tdheader a:visited {text-decoration: none;}
.tdheader a:active {text-decoration: none;}

.plain {
     text-decoration: none;
     color: white;
}
.Rank {
    width: 3em;
}

.Name {
    width: 13em;
}    

.Games {
    width: 4.5em;
}

.Rating {
    width: 4em;
}

.DateLine {
    width: 6em;
}

.Score {
    width: 3em;
}

.ResultRR {
    width: 1.25em;
}

.ResultSwiss {
    width: 3em;
}

.grey {
    background-color: #dddddd;
}

.TName {
    width: 15em;
}