.buttonSend
{
	background-color: #FECB4F;
	border: solid 1px black;
	font-family: Arial, Helvetica, sans-serif;
	width: 150px;
	font-size: 12px;
	cursor: pointer;
}

.RegistrationForm
{
	/*border: solid 1px #FECB4F;*/
	border: solid 1px #EFEFEF;
	/*padding: 5px 0 5px 5px;*/
}

.productsList
{
	float:inherit;
}

html 
{
	height: 100%;
}

#bodyhome
{
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #EFEFEF;
}

div#Container
{
	height: 100%;
}

div#InnerContainer
{
	height: 100%;
}

div#Content
{
	height: 100%;
}

div#ContentInner
{
	height: 100%;
}

div#Columns
{
	height: 100%;
}

div#logoAon
{
	height: 600px;
	width: 800px;
	margin:0 auto;
}

.Column OneThird
{
	height: 100%;
}

.ulUpperMenu
{
	background-color: #E11B22;
	margin-bottom: 3px;
	height: 20px;
	width: 100%;
}

.LinkCell
{
	vertical-align: middle;
	width: 20%;
	text-align: center;
}

.SeparatorCell
{
	background-color: #FFFFFF;
	width: 2px;
}

.ulUpperMenu td a
{
	color: white;
	text-align: center;
	vertical-align: middle;
	font-family: Arial;
	font-weight: bolder;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
}

.ulUpperMenu td a:hover 
{
	color: rgb(201, 202, 200);
	text-align: center;
	vertical-align: middle;
	font-family: Arial;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: underline;
}

.ulUpperMenu td a.selected
{
	color: rgb(201, 202, 200);
	text-align: center;
	vertical-align: middle;
	font-family: Arial;
	font-weight: bolder;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
}

.ulUpperMenu td a.selected:hover 
{
	color: white;
	text-align: center;
	vertical-align: middle;
	font-family: Arial;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: underline;
}

.helpDialog
{
    position: absolute;
	margin-left: 450px;
	margin-top: 150px;
}

.is-enabled
{
	background-color: #FECB4F;
}

.is-disabled
{
	background-color: rgb(219, 219, 219);
}

.ulArrow
{
	list-style-image: url("../Images/img_arrow_yellow.png");
	padding-left: 10px;
	margin-left: 10px;
}

.ulArrow ul li 
{
	list-style-image: none;
}

.yellowLink {
    background: url("../Images/img_arrow_yellow.png") no-repeat scroll 0 8px transparent;
    border-top: 1px solid #CECCC6;
    color: #000000;
    display: block;
    margin-bottom: 5px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-top: 7px;
    text-decoration: none;
    width: 95%;
}

.bluText {
	color: #0039A6;
}