/*=====================================================================*\
|| ###################################################################
|| # 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
|| ###################################################################
\*=====================================================================*/

.box
{
	background-color: rgb(71, 71, 71);
	padding: 1px;
	text-align: left;
}

.box-head
{
	font-weight: bold;
	background-color: rgb(51, 51, 51);
	color: rgb(255, 255, 255);
	padding: 4px;
	margin-bottom: 1px;
}

	.box-head a
	{
		color: rgb(255, 255, 255);
		text-decoration: none;
	}

		.box-head a:hover
		{
			text-decoration: underline;
		}

.box-mid
{
	background-color: rgb(255, 255, 255);
	padding: 2px;
}

.box-foot
{
	background-color: rgb(191, 204, 207);
	margin-top: 1px;
	padding: 2px;
}

/* ################################################################### */

.box-modmarg-none
{
	margin: 0px;
}

.box-margmod-top
{
	margin: 0px;
	margin-top: 1px;
}

.box-margmod-bottom
{
	margin: 0px;
	margin-bottom: 1px;
}

.box-center
{
	text-align: center;
}

.box-overpad
{
	padding: 8px;
}

/*=====================================================================*\
|| ###################################################################
|| # $HeadURL$
|| # $Id$
|| ###################################################################
\*=====================================================================*/