/* ------------------------------------  */
/* GIS */
/* ------------------------------------  */

#tdi_map_browse_step
	{
	width: 100%;
	height: 350px;
	}

.labels-normal,
.labels-selected, .labels-selected-step
	{
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	text-align: center;
	width: 17px;
	height: 17px;
	padding-top: 2px;
	white-space: nowrap;
	}

.labels-normal
	{
	background: #ffe04f;
	border: 1px solid #669933;
	color: #669933;
	}

.labels-selected, .labels-selected-step
	{
	background: #669933;
	}

.labels-selected-step
	{
	margin-right: 5px;
	float:left;
	}

