/* ================================
    CSS STYLES FOR Module InfoMap
   ================================ */
/* Style for the map title */
.MapTitle
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}
/* style for the map images */
.MapStyle
{
	border-right: #006633 1px solid;
	border-top: #006633 1px solid;
	border-left: #006633 1px solid;
	border-bottom: #006633 1px solid;
}
.SearchTextbox
{
}
.SearchButton
{
}

/* style for data information table */
.dataTable
{
	border-right: #336600 thin solid;
	border-top: #336600 thin solid;
	border-left: #336600 thin solid;
	border-bottom: #336600 thin solid;
}
/* style for data information header */
.dataHeader
{
	font-weight: bold;
	color: white;
	background-color: #336600;
}
/* style for data information labels */
.dataLabel
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #336600;
}
/* style for data information fields */
.fieldLabel
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #336600;
}
/* style for the detail map images */
.DetailMapStyle
{
}
/* Search Results title */
.SearchTitle
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #336600;
}
.SearchDetail
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
/* style for the optional index list of data items per map */
.IMIndexList
{
}

.IMIndexItem
{
}

.IMIndexLink
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
