﻿#plCenterPanel
{
	height: 600;
	margin: 0px 0px 5px 140px;
}
.plMenuItem
{
	background-color: #45aa42;
	color: White;
	margin: 0 0 2px 0;
	padding: 10px;
}
.plMenuItem div
{
	width: 100px;
	float: left;
	text-align: center;
	background-color: #45aa42;
	padding: 2px 0 4px 0px;
	margin: 0px 2px 0px 0px;
}
.plMenuItem a
{
	color: White;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.77em;
}

div.plFormRow input.standardFontSize
{
	font-size: 1em;
}

div.plFormRow
{
	clear: both;
	margin-bottom: 5px;
	font-size: .86em;
	width: 650px;
}

div.plFormRow input, div.plFormRow select, div.plFormRow textarea
{
	font-size: .86em;
}

div.plFormRow span.plFormLabel
{
	float: left;
	width: 230px;
	text-align: right;
	padding-top: 3px;
}

div.plFormRow span.plFormValue
{
	float: right;
	width: 410px;
	text-align: left;
}

div.plFormRow span.formValueWide
{
	width: 300px;
}

.errorText, .mandatory
{
	color: Red;
}

.tableList
{
	border-collapse: collapse;
	margin-top: 10px;
	border: solid 1px black;
}

.notVisible
{
	display: none;
}

.plAdvertHeader
{
	background-color: #008000;
	color: White;
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 10px;
}

.plAdvertHeader2
{
	background-color: #86D432;
	color: Black;
	padding-left: 10px;
}

.plAdvertContent
{
	color: Black;
	padding-left: 10px;
	vertical-align: top;
}

.plAdvertWrapper
{
	width: 750px;
	border: solid 1px black;
	margin-top: 10px;
	padding: 3px;
	background-color: #eee;
	height: 157px;
}

.floatRight
{
	float: right;
}

div.wizardPage
{
	font-size: .86em;
	height: 320px;
}
.PicturePanel
{
	/*position: absolute;
	left: 405px;
	top: 200px;*/
	z-index: 200;
	background-color: white;
	border: solid 1px black;
	width: 300px;
}

