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;
}

#SearchAreaDiv
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 210px;
}

#ChannelListDiv
{
	position: absolute;
	top: 110px;
	left: 0px;
	width: 210px;
}


#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;
}

#PrintSenderTableArea
{
	position: relative;
	top: 15px;
	left: 0px;
	width: 667px;
}


/* 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;
}

/* Channel list */
#ChannelListInnerDiv
{
	position: relative;
	border: buttonshadow 1px solid;
	overflow: hidden;
}

.ChannelListHeader
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #322C72;
	color: #FFFFFF;
	padding: 2px 0px 2px 6px;
	width: 100%;
}

.ChannelListContent
{
	padding: 4px;
	text-align: left;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: black;
}

.ChannelListBtnCell
{
	padding-top: 3px;
	padding-bottom: 2px;
}

.ChannelListBtn
{
	background-color: #322C72;
	border-style: outset;
	border-width: 2px;
	border-color: White;
}

#ChListMenu
{
	height: 240px;
	overflow: auto;
}

.ChList_Section
{
}

.ChList_SectionTitleDiv
{
}

.ChList_TitleDivCell
{
	display: table-cell;
	vertical-align: middle;
}

.ChList_TitleDivName
{
	font-weight: bold;
	padding-left: 5px;
}

.ChList_SubItemDiv
{
	padding-left: 25px;
}

.ChList_ItemLineDiv
{
}

.ChList_ItemLineCell
{
	display: table-cell;
	vertical-align: middle;
}

#PrintSenderTable
{
	border: solid 1px buttonshadow;
	width: 667px;
}

.PrSendTableHeaderCell
{
	color: #000000;
	background-color: #DDDDDD;
	padding: 1px 1px;
	vertical-align: baseline;
}

.PrSendTableTitleCell
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 3px;
	text-align: left;
}

.PrSendTableFillCell
{
	width: 50px;
}

.PrSendTableTypeHeadCell
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

.PrSendTableHeadCell
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.PrSendTableNormalCell
{
	color: #000000;
	background-color: #FFFFFF;
	padding: 1px 1px;
	vertical-align: baseline;
}

.PrSendTableDataCell
{
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}
