﻿
body 
{
  padding: 0;
  margin: 0;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-size: 11px;
  line-height: 14px;
  height:100%;
  background-color:white;
}    
        
        
    #tagsParentContainer 
    {
        float: left;
        margin: 0px;
        margin-right: 20px;
        width: 100%;
        /*width: 200px;*/
    }
    
    #tagsParentContainer ul 
    {
/*        margin-right: 20px;
        margin: 0;
        padding: 0;
        list-style-type: none;*/
        
    /*border-bottom: 1px solid #8DC5E1;*/
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0 0 10px;
    width: 100%;
    }
        
    #tagsParentContainer ul li 
    {
       /* float: none;*/
    display: inline;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    
       background-color: #F5F5F5;
    color: black;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    
    /*padding-left: 4px;*/
    width: 180px;
    
    }
    
    #tagsParentContainer a:link, #tagsParentContainer a:visited, #tagsParentContainer a:active
    {
        text-decoration: none;
        color: #000;
        display: block;
        font-weight: normal;
        height: 20px;
        line-height: 20px;
        padding-left: 4px;
        margin-bottom: 4px;
        padding-left:50px;
        width: 130px;    
    }
    
    #tagsParentContainer a:hover, #tagsParentContainer a.selected
    {
        background-color: #bfcc71;
        color:white;
    }
    
    #tagsParentContainer .tabheader a:hover
    {
        background-color: #bfcc71;
        color:white;
    }

#mapareaContainer
{
    float: left;
    margin: 0px 0px 0px 0px;
    width: 100%;
    /*height: 280px;*/
    overflow: hidden;
}
        
    #maparea
    {
        float: left;
        font-size: 11px;
        line-height: 1.7;
    }
    
    #maparea ul
    {
        /*background-color: #888;*/
        display: block;
      /*  width: 200px;*/
        margin: 0;
        padding: 0;
        list-style-type: none;
        position: relative;
    }
    
    #maparea ul ul
    {
        background-color: #FFF;
        /*position: absolute;
        left: 200px;
        top:0px;*/
    }
    
    #maparea ul ul ul
    {
        background-color: #FFFFFF;
        left: 10px;
        position: relative;
    }
    
    #maparea li
    {
        font-weight: bold;
        margin-bottom: 20px;
        /*font-size: 20px;*/
    }
    /*a:link, a:visited, a:active
    {
        color: #539ea7;
    }
    a:hover
    {
        color: #37818a;
    }*/

    #maparea a, #maparea a:link, #maparea li a:visited, #maparea a:active
    {
        color: #000;
        /*text-decoration: none;*/
       /* float: left;
        width: 200px;*/
    }
    
    #maparea li li
    {
        font-weight: normal;
        margin-bottom: 0px;
        /*margin-left: 20px;*/
    }
    
        
    #maparea li li li
    {
        font-weight: normal;
        font-size: 11px;
    }
    
    #maparea > div 
    {
        float:left;
        margin-right:5px;
        margin-left:50px;
        width:130px;
        }
   
      #maparea div.root 
      {
          font-weight: bold;
          }

      #maparea div.root a, #maparea div.root a:link, #maparea div.root a:visited, #maparea div.root a:active
        {
            color: #bfcc71;
            font-size: 13px;
        }

      #maparea div.level0 a, #maparea div.level0 a:link, #maparea div.level0 a:visited, #maparea div.level0 a:active
        {
            color: #bfcc71;
            font-size: 13px;
        }
       #maparea a:hover
        {
            color: #9EA85E;
        }
        
      #maparea div.level0 
      {
          font-weight: bold;
          /*margin-top:20px;*/
          }
        #maparea div.level1
      {
          margin-left:0px;
          }
       #maparea div.level2
      {
          margin-left:10px;
          }
          #maparea div.level3
      {
          margin-left:20px;
          }