#headerContainer
{
	color: White;
	width: 100%;
}
table#headerContainer tr td
{
	white-space: nowrap;
}

#headerLogoContainer
{
	text-align: left;
	vertical-align: middle;
	width: 0px;
	background-color:#808285;
	padding: 10px 0 10px 30px;
}
.headerMinHeight
{
	height: 67px; /* 90px - 10px - 10px (padding) - 3px (unknown) */
	width: 0px;
	display: inline;
}

#headerContentContainer
{
	text-align: right;
	vertical-align: top;
	padding: 40px 0 0 0;
}

#headerContentWrapper
{
	width: 100%;
	height: 100%;
}

#headerLinksContainer
{
	width: 100%;
	height: 100%;
}
#headerSearchContainer
{
	width: 100%;
	height: 0px;
	margin: 8px 0 0 0;
}
.headerSearchLabel
{
	position: relative;
	top: -2px;
	font-family:Arial;
	font-size:8pt;
}

.headerTextBox
{
	width: 112px;
	height: 15px;
	border: solid 1px black;
	position: relative;
	left: 1px;
}

#txtMondoSearch
{
	width: 125px;
	height: 18px;
	border: solid 1px black;
}
a.headerLink:link
{
	color: White;
	text-decoration: none;
}
a.headerLink:visited
{
	color: White;
	text-decoration: none;
}
a.headerLink:hover
{
	color: White;
	text-decoration: underline;
}