﻿.InfoSection
{
	visibility:hidden;
	left: 1px; 
	top: 0px; 
	position: absolute;
	width: 379px;
	z-index: 1000;
	border-width:0px;
	
}
.LayerName
{
	font-weight: bold;
	font-size: 12px;
	color: Indigo;
	font-family: arial;
	padding-left:15px;
	cursor:hand;

}
.InfoType
{
	font-size: 10px;
	padding-left:22px;
	color: indigo;
	font-family: arial;
border-collapse:collapse;

}
.InfoName
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: arial;
	text-align:right;
	width:100px;
	background-color:Bisque;
}
.InfoValue
{
	font-weight: normal;
	font-size: 11px;
	color: navy;
	font-family: arial;		
}
.pointercorner
{
	z-index: 100;
	background-image: url(../images/InfoTool/topBorder.gif);
	background-repeat: repeat-x;
	
}

.detay
{
	color:Black;

	}

.bubbleContent
{	
background-color:#EBEBEB;
z-index:95;

}
.bubbleTop
{
	border-bottom-style:solid;
	border-bottom-color:Blue;	
}
.InfoTable
{
	border-collapse:collapse;
	}
