/* <dtml-with base_properties> */

.level0
{
  list-style-type: none;
  list-style-image: none;
}

.level0
{
  margin-left: 0;
}

.level0 .title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1f52a7;
	font-size: 16px;
	text-decoration: none;
}

.level0 .title a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1f52a7;
	font-size: 16px;
	text-decoration: none;
}

.level1
{
  list-style-type: none;
  list-style-image: none;
}

.level1 .title
{
  border: 0;
}

.level1 .title a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1f52a7;
	font-size: 14px;
	text-decoration: none;
}

.level2 .title a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1f52a7;
	font-size: 12px;
	text-decoration: none;
}

.levelInline
{
  list-style: none;
}

.levelInline li
{
  display: inline;
  margin-right: 1em;
}

.levelInline div
{
  display: inline;
}


.currentMapItem {
/*
    background-color: &dtml-notifyBackgroundColor;;
    border: &dtml-borderWidth; &dtml-borderStyle; &dtml-notifyBorderColor;;
    color: &dtml-fontColor;;
*/
    vertical-align: middle;
    background-color: &dtml-globalBackgroundColor;;
    color: &dtml-globalFontColor;;
    border: &dtml-borderWidth; &dtml-borderStyle; &dtml-globalBorderColor;;
/*
*/
}



/* </dtml-with> */

