﻿body
{
	margin: 0px;
	font-family: Tahoma, Arial, Heveltica;
	font-size: 8pt;
	color: #444444;
	background-color: White;
}

h1
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
}

.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
{
	color: #c0c0c0;
}

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: #23709e;
	color: #ffffff;
	font-size: 8pt;
	cursor: hand;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	border: solid 1px #0e4666;
	font-family: Tahoma, Arial, Sans-Serif, Helvetica;
}
.button:hover
{
	color: #c0c0c0;
}


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%;
}

table.ArticleTable
{
	border: solid 1px #c0c0c0;
}

table.ArticleTable td
{
	padding: 0px 2px 0px 5px;
}


table.ArticleTable tr.Header, table.ArticleTable th
{
	background-color: Black;
	font-weight: bold;
	color: White;
}

.Numeric
{
	text-align: right;
}

td.General
{
	text-align: left;
}


table.PropertyTable
{
}

table.PropertyTable td
{
	padding: 0px 5px 0px 15px;
}



/* JHa */
.menu-top
{
	background-image: url(../../Picts/background-menu.gif);
	background-repeat: repeat-x;
	background-color: #343434;
	color: white;
	font-family: Arial;
	font-size: 11px;
}

.item-detail-block
{
	border: solid 1px #2B2A47;
	width: 100%;
	margin: 0px 0px 10px 0px;
}
.plr-15 
{
	padding: 0px 15px 0px 15px;
}

/*ZD*/
#new-header {
    width: 100%;
    height: 122px;
    margin: 0px;
    background-color: #008dd2;
    color: white;
}

#new-menu {
    width: 100%;
    height: 26px;
    margin: 0px;
}

#new-content {
    width: 100%;
    margin: 0px;
}

.white {
    color: white;
    font-weight: bold;
}

.header-legend {
    color: white;
    font-weight: bold;
    background-color: #00ccff;
    padding: 4px;
    margin-bottom: 3px;
    width: 100%;
}

.valign-top {
    vertical-align: top;
}

.blue-title {
    color: #23709e;
    font-weight: bold;
}
