/*=====================================================================*\
|| ###################################################################
|| # Bugdar
|| # Copyright ©2002-2007 Blue Static
|| #
|| # 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; version 2 of the License.
|| #
|| # 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
|| ###################################################################
\*=====================================================================*/

legend
{
	background-color: rgb(51, 51, 51);
	font-weight: bold;
	font-size: 11px;
	margin-left: 10px;
	color: rgb(255, 255, 255);
	padding: 2px;
	border: 1px solid rgb(0, 0, 0);
}

	legend a
	{
		color: rgb(255, 255, 255);
	}

fieldset
{
	border-width: 1px 0px 0px 0px;
	border-color: rgb(0, 0, 0);
	border-style: solid;
	padding: 5px;
}

.helplink
{
	border: none;
}

/*=====================================================================*\
|| ###################################################################
|| # $HeadURL: https://bugdar.svn.sourceforge.net/svnroot/bugdar/tags/1.2.2/templates/fields.css $
|| # $Id: fields.css 1582 2007-07-19 22:33:24Z rsesek $
|| ###################################################################
\*=====================================================================*/