/* # phpWebNotes - a php based note addition system # Copyright (C) 2000-2002 Webnotes Team - webnotes-devel@sourceforge.net # This program is distributed under the terms and conditions of the GPL # See the files README and LICENSE for details # -------------------------------------------------------- # $Id$ # -------------------------------------------------------- */ table.layout { border: 0px; width: 100%; } td.title, .dark { background-color: #d0d0d0; } td.search, .light { background-color: #e0e0e0; } td.side, .lighter { background-color: #f0f0f0; } td.title, td.search, td.side { font-family:Verdana, Arial; font-size: 10pt; } td.title { padding: 10px; } td.search { text-align: right; } td.side { border-right: 1px dotted #a0a0a0; vertical-align: top; padding: 10px; } td.body { padding: 5px; } img.bullet { border: 0px; height: 7px; width: 11px; }