/*
	# 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: theme.css,v 1.4 2002/09/26 06:55:05 vboctor Exp $
	# --------------------------------------------------------
*/

div.phpnet { }
div.phpnet td { font-family:Verdana, Arial; font-size: 10pt; padding: 4px; }
div.phpnet .dark { background-color: #d0d0d0; }
div.phpnet .light { background-color: #e0e0e0; }
div.phpnet .lighter { background-color: #f0f0f0; }
div.phpnet tr { vertical-align: top; }
div.phpnet img { border: 0px; }
div.phpnet table { border: 0px; width: 100%; }
