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

body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Tahoma, Geneva, "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	background-color: rgb(102, 102, 102);
}

a
{
	color: rgb(0, 0, 0);
	text-decoration: underline;
}

	a:hover, .tlabel a:hover
	{
		color: rgb(64, 102, 112);
	}

.error
{
	color: rgb(255, 0, 0);
	text-align: left;
	zoom: 100%;
}

/* #header
{
	background-color: rgb(51, 51, 51);
	color: rgb(255, 255, 255);
	padding: 5px;
	padding-left: 10px;
} */

	#header #title, #header #title a
	{
		color: rgb(255, 255, 255);
		text-decoration: none;
		font-family: Helvetica, Arial, Tahoma, sans-serif;
		font-size: 35px;
		text-shadow: 2px 2px 3px gray;
		font-weight: 300;
	}
	
		#header #title a:hover
		{
			text-decoration: underline;
		}
	
	#header #time
	{
		vertical-align: super;
	}

#tabbar
{
	margin: 10px 20px 0px 20px;
	padding: 4px 16px 5px 0px;
}

	#tabbar .tab, .tabfocus
	{
		background-color: rgb(204, 204, 204);
		padding: 4px 15px 4px 15px;
		color: rgb(0, 0, 0);
		text-decoration: none;
		margin: 0px 7px 0px 0px;
	}
	
		#tabbar .tab:hover
		{
			background-color: rgb(191, 204, 207);
			text-decoration: underline;
		}
	
	#tabbar .tabfocus
	{
		background-color: rgb(255, 255, 255);
		border-bottom: none;
		padding-bottom: 5px;
		font-weight: bold;
		color: rgb(0, 51, 64);
	}

#content
{
	background-color: rgb(255, 255, 255);
	padding: 10px;
	margin: 0px 20px 5px 20px;
}

.smallcontent
{
	margin-top: 35px;
	
}

.listinghead
{
	background-color: rgb(51, 51, 51);
	color: rgb(255, 255, 255);
	font-weight: bold;
}

.listinghead a
{
	color: rgb(255, 255, 255);
}

.listinghead a:hover
{
	color: rgb(64, 102, 112);
}

.listinghead .select
{
	color: rgb(187, 44, 0);
	font-style: italic;
}

.form
{
	display: inline;
}

.textarea
{
	width: 100%;
	
	margin: 0px;
	padding: 0px;
	left: 0px;
	
	margin-top: 5px;
}

#copyright
{
	text-align: center;
	font-size: 10px;
}

#submitrow, .submitrow
{
	background-color: rgb(187, 44, 0);
	padding: 2px;
	border: 1px solid rgb(0, 0, 0);
	text-align: center;
}

.clearspill
{
	clear: both;
}

.alertbox
{
	background-color: rgb(255, 255, 255);
	
	color: rgb(236, 0, 0);
	
	border-color: rgb(202, 27, 0);
	border-style: solid;
	border-width: 2px;
	
	padding: 4px;
	margin: 4px;
}

.smallfont, .smallfont a
{
	color: rgb(255, 255, 255);
	font-size: 10px;
	text-decoration: none;
}

.table
{
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
}

.table td
{
	padding: 2px;
}

.altcolor
{
	background-color: rgb(191, 204, 207);
}

.textcenter
{
	text-align: center;
}

.altwidth
{
	width: 45%;
}

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