
/************************************************************************************

FlinkDice - a web based program with virtual dice
Copyright (C) 2006  Bernd Arnold

Website: http://flinkdice.sourceforge.net/

File standard.css:
Default cascading style sheets

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

************************************************************************************/



body {
    font-family: Tahoma;
    font-size: 70%;
}


table {
    font-family: Tahoma;
    font-size: 100%;
}


input {
    font-family: Tahoma;
    font-size: 100%;
}


tr.pointrow_1, tr.pointrow_2, tr.pointrow_5, tr.pointrow_6, tr.pointrow_7, tr.pointrow_8, tr.pointrow_11, tr.pointrow_12 {
    background-color: #dde;
}


tr.pointrow_3, tr.pointrow_4, tr.pointrow_9, tr.pointrow_10, tr.pointrow_13 {
    background-color: #dcc;
}


tr.pointrow_topsum1, tr.bonus {
    background-color: #dcc;
}


tr.pointrow_topsum2 {
    background-color: #cdc;
}


tr.pointrow_bottomsum {
    background-color: #cdc;
}


tr.pointrow_total {
    background-color: #ede;
}


td.pointcell {
    text-align: right;
    padding-right: 15px;
    padding-left: 15px;
}


td.mypointssofar {
    border-left: 1px solid #999;
}


td.mypointscell {
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
}


td.firstotherplayer {
    padding-left: 40px;
    border-left: 2px solid #999;
}


td.fielddescription {
    padding-left: 5px;
    padding-right: 10px;
}


tr th {
    background-color: #eee;
    padding-left: 5px;
    padding-right: 10px;
}


td.sumline1, td.sumline4 {
    border-top: 2px solid grey;
}

td.sumline3 {
	border-bottom: 2px solid grey;
}

td.sumline6 {
    border-top: 2px solid black;
}

div.matchtable td {
    border-right: 1px solid grey;
    padding-left: 5px;
    padding-right: 5px;
}

div.matchtable th.user {
    color: green;
    background-color: white;
    border-bottom: 2px solid grey;
}

div.matchtable th.roll, div.matchtable th.points {
    font-weight: normal;
}

div.matchtable th.roll, div.matchtable td.roll {
    border-bottom: 2px solid grey;
}

div.matchtable {
    margin-top: 30px;
}

div.matchtable td.value {
    text-align: right;
}

div.matchtable td.points, div.matchtable th.points {
    border-bottom: 1px solid #ddd;
}

div.matchtable th.match, div.matchtable th.summary {
    border-bottom: 2px solid grey;
}

div.matchtable th.match {
    padding-left: 0px;
    padding-right: 0px;
}

div.matchtable th.match a {
    min-width: 30px;
    text-decoration: none;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
}

div.matchtable th.match a:hover {
    background-color: #88f;
}

div#msgbox {
    margin-top: 10px;
    margin-bottom: 5px;
}

div#msgbox span.messagewaiting {
    background-color: #ddd;
}

div#msgbox span.nomessagewaiting {
}

tr.lineeven {
    background-color: #cdc;
}

tr.lineodd {
    background-color: #dcd;
}

form td {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}

tr.buttonline td {
    text-align: center;
    padding-top: 13px;
    padding-bottom: 13px;
}

div#menubar {
    margin-top: 20px;
    margin-bottom: 20px;
}

div#settingsoverview {
    margin-top: 20px;
    margin-bottom: 20px;
}

