﻿body 
{
	margin: 0px;
	font-family: Tahoma, Arial, Heveltica;
	font-size: 8pt;
	color: #444444;
	background-color: White;
}

.input
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	border: solid 1px #c0c0c0;
	background-color: #fafaf5;
}

.checkbox
{
	border: none;
}

.header
{
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	background-image: url(../../Picts/paragraph-line.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 100%;
}

.plaintext
{
	margin-bottom: 10px;
}

a.mainmenu
{
	color: #ffffff;
	text-decoration: none;
}
a:mainmenu.hover
{
	text-decoration: none;
  
}

legend
{
	font-family: Tahoma;
}

a
{
	color: #343434;
}

.prod_panel
{
	border-bottom: solid 1px #c0c0c0;
	padding-left: 25px;
	padding-top: 25px;
	padding-bottom: 10px;
	margin-bottom: 8px;
	width: 85%;
}

textarea
{
	background-color: #fafaf5;
}

select
{
	background-color: #fafaf5;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	color: #343434;
}

fieldset
{
	margin-top: 8px;
}

.button 
{
	background-color: #343434;
	color: #ffffff;
	font-size: 8pt;
	cursor:hand;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	border: solid 1px #343434;
	font-family: Tahoma, Arial, Sans-Serif, Helvetica;
}

a.pager 
{
	color: #343434;
}

td.header
{
	color: white;
	background-color: #343434;
	
}

td.title
{
	font-weight: bold;
	background-image: url(../../Picts/paragraph-line.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 100%;
}


