/*
The maptips divs and styles are organized like this:

Icons in the map:
.MapTipIcon
	.MapTipIconText

Hover maptip, when MapTipsTask.ShowHeader = true:
.ADF_MapTipContainer
	.ADF_MapTipHoverContainer
		.ADF_MapTipHoverHeader (click this header to show a sticky maptip)
			.ADF_MapTipClose
		.ADF_MapTipHoverContents

Hover maptip, when MapTipsTask.ShowHeader = false:
.ADF_MapTipContainer
	.ADF_MapTipHoverContainer
		.ADF_MapTipHoverContentNoHeader

Sticky maptip (only available if ShowHeader=true and AllowStickyTips=true:
.ADF_MapTipStickyContainer
	.ADF_MapTipStickyHeader
		.ADF_MapTipClose
	.ADF_MapTipStickyContents

*/

/* Style of text shown on top of maptip icon */
.MapTipIconText
{
	padding-left: 4px;
	padding-top: 4px;
	overflow: hidden;
	font-size: 10px;
	color: Black;
	font-family: Verdana, Sans-Serif, Arial;
	display: block;
	text-align: left;
}

/* Not currently used */
.MapTipHoverIconText
{
	padding-left: 4px;
	padding-top: 4px;
	overflow: hidden;
	font-size: 14px;
	color: Black;
	font-family: Verdana, Sans-Serif, Arial;
	display: block;
	text-align: left;
}

/* Style of div containing maptip icon */
.MapTipIcon
{
	overflow: hidden;
	display: block;
}

/* Class of content div in hover maptip when ShowHeader=true. */
.ADF_MapTipHoverContents
{
	background-color: white;
	border: solid 3px #00008b;
	color: Black;
	font-family:Verdana, Sans-Serif, Arial;	
	font-size:x-small;
	padding: 3px 10px 10px 10px;
}

/* Class of content div in sticky maptip. */
.ADF_MapTipStickyContents
{
	background-color: white;
	border: solid 3px #00008b;
	color: Black;
	font-family:Verdana, Sans-Serif, Arial;	
	font-size:x-small;
	padding: 3px 10px 10px 10px;
}

/* Class of container div that contains the hover maptip and the hover buffer zones. */
.ADF_MapTipContainer
{
	background-color: Transparent;
}

/* Class of hover maptip div that contains the header and the content divs when ShowHeader=true. */
.ADF_MapTipHoverContainer
{
	background-color: #00008b;
}

/* Class of sticky maptip div that contains the header and the content divs. */
.ADF_MapTipStickyContainer
{
	background-color: #00008b;
}

/* Class of maptip div that contains the content when ShowHeader=false. */
.ADF_MapTipHoverContentNoHeader
{
	background-color: White;
	overflow: auto;
}

/* Class of header div in hover maptip when ShowHeader=true */
.ADF_MapTipHoverHeader
{
	background-color: #00008b;
	color:White;
	font-family:Verdana, Sans-Serif, Arial;	
	font-size:x-small;	
	font-weight:bold;
	text-transform: capitalize;
	padding: 2px 5px 0px 5px;
	border: solid 3px #00008b;
	cursor: pointer;
}

/* Class of header div in sticky maptip */
.ADF_MapTipStickyHeader
{
	background-color: #00008b;
	color:White;
	font-family:Verdana, Sans-Serif, Arial;	
	font-size:x-small;	
	font-weight:bold;
	text-transform: capitalize;
	padding: 2px 15px 0px 5px;
	border: solid 3px #00008b;
	cursor: move;
}

/* Class of close div in both hover and sticky maptips. */
.ADF_MapTipClose
{
	position: absolute;
	top: 5px;
	right: 2px;
	color:White;
	font-family:Verdana, Sans-Serif, Arial;	
	cursor: pointer;
	font-size:x-small;	
	font-weight:bold;
}
.MTT_LayerListVerticalItemRow
{
}
.MTT_LayerListVerticalItemCell
{
}
.MTT_LayerListHorizontalItem
{
	padding-right: 16px;
}
.MTT_LayerList
{
}
.MTT_LayerListCell
{
	padding-right: 4px;
}
