﻿.Container
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border:none 0px;
	width:100%;
}
.ContainerListItemYouAreHere
{
	clear:both;
}
.ContainerListItemOneEMS
{
	clear:both;
	height: 1em;
}
.HeaderList
{
	background-color:#CA061D;
	width:100%;
	list-style-type:none;
	float:left;
}
.HeaderListItem
{
	float:left;
	text-align:left;
	width:253px;
	height:82px;
}
.HeaderListItemBanner
{
	float:right;
	width:auto;
	max-width:725px;
	margin-right:12px;
}
.BannerList
{
	list-style-type:none;
	float: right;
	padding-top:10px;
	white-space:nowrap;
	width:100%;
}
.BannerListItem
{
	white-space:nowrap;
	float: right;
	vertical-align: middle;
}
.BannerListItem img
{
	border: solid 1px black;
}
.FooterList
{
	float:left;
	width:auto;
	min-width:786px;
	max-width:786px;
	list-style-type:none;
	margin: 0px 12px 0px  192px;
	border-top:solid 1px #c4c4c4;
}
.FooterList li
{
	height:8.2em;
	float:left;
}
input
{
	border-style:solid;
	border-width:1px;
}
input[type="checkbox"]
{
	border-style:none;
	border-width:0px;
	text-align:left;
	vertical-align:middle;
}
input[type="text"], input[type="password"], textarea, select
{
	text-align:left;
	border-style:solid;
	border-width:1px;
	border-color:#c4c4c4;
}
.watermarked
{
	background-color: #f0f0f0;
	color: #c4c4c4;
}
a
{
	text-decoration:none;
}
select
{
	border-style:solid;
	border-width:1px;
}
div
{
	border-style:none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
hr
{
	clear:both;
	float:inherit;
	border-bottom:solid 1px #DCDCDC;
	width:100%;
}
.OKButton
{
	font-weight: bold;
	color: green;
	border: solid 1px green;
	background-color: #99cc66;
}
.CancelButton
{
	font-weight: bold;
	color: red;
	border: solid 1px red;
	background-color: #ffcc33;
}
.Error
{
	color:Red;
}
