@CHARSET "ISO-8859-1";
.config-print-help, .info-link-row {
	display: none;
}

.header {
	display: none;
}
p {
	margin: 3px 0;
}
html {
	margin: 0;
	/*overflow:auto;*/
	border: none;
}
body {
	margin: 0;
	background-color: #FFF;
	/*font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;*/
	font-size: 1em;
}

.page-container {
	/*width: 800px;*/
	/*font-size: 1.2em;*/
	margin-left: auto;
	margin-right: auto;
	height: auto;
	display: table;
}

.page-content {
	/*min-height: 768px;*/
	width: 100%;
	background-color: white;
	display: table-row;
}

.header {
	display: none;
	width: 100%;
	/*height: 69px;*/
	background-color: rgb(114, 152, 79);
	text-align: center;
	/*display: table-cell;*/
	vertical-align: middle;
}

.header span {
	/*font-size: 18pt;*/
	color: rgb(226, 235, 240);
}

select.lift-height {
	border: 0;
}
.footer {
	display: none;
	/*width: 100%;*/
	/*height: 80px;*/
	border-top: 1px solid #ccc;
	padding-top: 20px;
	/*margin-top: 20px;*/
}

.footer span {
    font-size: 12px;
	color: rgb(226, 235, 240);
}

.left-side {
	float:left;
	width: 428px;
	height: auto;
	/*margin: 2px 0px;*/
	/*background-color: rgb(236,245,228);*/
}
.right-side {
	margin-left: 430px;
	/*float: right;*/
	width: 359px;
	height: 679px;
	/*margin: 2px;*/
	/*border: 2px solid rgb(153, 205, 238);*/
	/*background-color: rgb(236,245,228);*/
	text-align: center;
}

.form-row {
	clear: both;
	overflow: hidden;
	margin-bottom: 7px;
	margin-left: 10px;
}

.form-header {
	font-weight: bold;
}

.form-text {
	margin-left: 10px;
	margin-top: 5px;
}

.width-50px{
	width: 50px;
}

.width-150px{
	width: 150px;
}

/* -------------------------------------------------- */


.orizontal-line{
	width: 816px;
	border: 1px solid rgb(153, 205, 238);
	margin-left: 10px;
	margin-top: 100px;
}
.config-print {
	text-align: center;
	padding: 5px;
	font-weight: bold;
	/*font-size: 1.2em;*/
}
.config-print-help th {
	background-color: #eee;
	font-weight: bold;
}
.config-print-help hr {
	height: 1px;
	color: #eee;
}
.browser-type {
	font-weight: bold;
	white-space: nowrap;
	padding-right: 5px;
	vertical-align: top;
}
