body
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#TitleHeaderRegion
{
	position: absolute;
	top: 4px;
	left: 5px;
	clear: both;
	height: 20px;
	padding-left: 245px;
	
}

.TitleHeaderLabel
{
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	padding-left: 6px;
	vertical-align: top;
	text-align: center;
}

#NormalSideBar
{
	position: absolute;
	top: 30px;
	left: 5px;
	clear: both;
	height: 472px;
}

#CoverInfoDiv
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 210px;
}

#SearchAreaDiv
{
	position: absolute;
	top: 230px;
	left: 0px;
	width: 210px;
}

#ExternalAreaDiv
{
	position: absolute;
	top: 330px;
	left: 0px;
	width: 210px;
	height: 80px;
}

#ExternalAreaInnerDiv
{
	overflow: hidden;
	border: solid 1px black;
}

#ExternalAreaContentDiv
{
	padding: 4px;
	width: 100%;
	height: 100%;
}

#RightsAreaDiv
{
	position: absolute;
	/* top: 500px; */
	bottom: 1px;
	left: 0px;
	width: 210px;
}

.MapRegionNormal
{
	position: absolute;
	top: 30px;
	left: 230px;
	clear: both;
}

.MapRegionBig
{
	position: absolute;
	top: 0px;
	left: 0px;
	clear: both;
}

.TopMenuOuterDivNormal
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 667px;
}

.TopMenuOuterDivBig
{
	position: absolute;
	top: 7px;
	left: 22px;
	width: 667px;
	z-index: 2;
}

.MapImageOuterDivNormal
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 665px;
	border-right: buttonshadow 1px solid;
	border-left: buttonshadow 1px solid;
}

.MapImageOuterDivBig
{
	position: relative;
	top: 0px;
	left: 0px;
}

.BottomMenuOuterDivNormal
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 667px;
}

#MapEmailArea
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 667px;
}

#PrintRegion
{
	position: absolute;
	top: 30px;
	left: 10px;
	clear: both;
}

#PrintRightsArea
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 667px;
	overflow: hidden;
}

#PrintMapArea
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 665px;
	border-right: buttonshadow 1px solid;
	border-left: buttonshadow 1px solid;
}

#PrintBottomMenuArea
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 667px;
}

/* CoverInfo control */

#CoverInfoInnerDiv
{
	border: buttonshadow 1px solid;
	overflow: hidden;
}

.CoverInfoHeader
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #322C72;
	color: #FFFFFF;
	padding: 2px 0px 2px 6px;
	width: 100%;
}

.CoverInfoContent
{
	padding: 4px;
}

.CoverInfoRow
{
	height: 30px;	
}

.CoverInfoImgCell
{
	width: 34px;
}

.CoverInfoImg
{
	vertical-align: middle;
}

.CoverInfoText
{
	vertical-align: middle;
	font-family: Verdana;
	font-size: 12px;
}

.CoverInfoLink
{
	font-family: Arial;
	font-size: 11px;
	color: #909090;
	font-weight: bold;
	text-decoration: none;
}

.CoverInfoLink:hover
{
	text-decoration: underline;
}

/* Sender Floating Box */

#SenderFloatBoxDiv
{
	position: absolute;
	visibility: hidden;
	border: solid 1px buttonshadow;
/*	overflow: hidden; */
	top: 600px;
	left: 300px;
	z-index: 5;
/*	background-color: #322C72;*/
}


.SFloatBoxHeader
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #322C72;
	text-align: left;
	padding: 2px 4px;
	border-bottom: solid 3px #73C2FB;
}

.SFloatBoxHeadCell
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #322C72;
	padding: 2px 4px;
	text-align: left;
}

.SFloatBoxDataCell
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	background-color: #73C2FB;
	padding: 1px 4px;
}

.SFloatBoxDataPart
{
	margin-top: 5px;
}

.SFloatBoxNumCell
{
	/*text-align: center;*/
}

.ErrorMsg
{
	font-family: Arial;
	font-size: 11px;
	color: #C80815;
	padding-left: 3px;
}

.LocatorResultArea
{
	border: buttonshadow 1px solid
}

.LocatorResult
{
	width: 667px;
/*	border: solid 1px buttonshadow; */
}

.LocatorResultHeader
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #322C72;
	color: #FFFFFF;
	height: 24px;
	padding-left: 5px;
}

.LocatorResultItem
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: black;
	background-color: #EEEEEE;
	height: 24px;
	padding-left: 5px;
}

.LocatorResultAlternatingItem
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: black;
	background-color: #FFFFFF;
	height: 24px;
	padding-left: 5px;
}

.LocatorResultChoice
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: black;
	height: 17px;
	width: 56px;
}
