/* PinScores CutThroat style sheet
 * $Id$
 *
 * $Log$
 * Revision 1.6  2007/09/12 19:34:41  dick
 * sessionList gets a yellow border.
 *
 * Revision 1.5  2005/12/11 23:05:12  dick
 * Add settings for the enterScores table
 *
 * Revision 1.4  2005/11/19 18:12:17  dick
 * Remove the graphics links, which we don't use
 *
 * Revision 1.3  2005/11/10 06:56:08  dick
 * Better color for unvisited links
 *
 * Revision 1.2  2005/10/31 06:25:24  dick
 * Playing with displaying sessions
 *
 * Revision 1.1  2005/10/25 05:02:27  dick
 * CutThroat's style sheet
 *
 */
body { background: #167C85 ; color: #000000 }
a:link { text-decoration: none ; color: #A00068 }
a:visited { text-decoration: none ; color: #640051 }
a:hover { text-decoration: underline ; color: #ff0000 }
h2 { margin-top: 0 ; margin-bottom: 0 }
table.sessionSummary { border: 2px solid fuchsia ; padding: 4px 0px 0px 0px ; background: #A0B0B0 }
table.sessionPrinter { border: 2px solid blue ; padding: 4px 0px 0px 0px ; background: #A0B0B0 }
table.sessionList { border: 2px solid yellow ; padding: 4px 0px 0px 0px ; background: #A0B0B0 }
table.springErrors { border: 2px solid red ; padding: 4px 0px 0px 0px ; background: #A0B0B0 }
table.topCommands { border: 1px solid black ; padding: 0px 0px 0px 0px ; background: #A0B0B0 }
table.topSelected { padding: 0px 0px 0px 0px ; background: #A0B0B0 ; color: #A0B0B0 }
table.topUnSelected { padding: 0px 0px 0px 0px ; background: #A0B0B0 ; color: #000000 }
table.enterScores { border: 1px solid blue ; padding: 0px 0px 0px 0px ; background: #A0B0B0 }
tr.sessionRow0 { background:#A0A0A0 }
tr.sessionRow1 { background: #B0B0B0 }
tr.enterScores { background: #A0B0B0 }
td.enterScores { background: #A0B0B0 }