body {
    margin: 0;
    padding: 0;
}

#top_menu {
    width: 99%;
    height: 80px;
}

.top_menu {
    list-style: none;
    padding: 0px;
    margin: 10px;
    font-size: 30px;
    color: #d2d2d2;
}

.top_menu li {
    display:inline;
    margin-left: 30px;
}

.top_menu a {
    color: #d2d2d2;
    text-decoration: none;
}

.top_menu a:hover {
    color: #119fcf;
}

.top_menu .selected {
    border-bottom: 4px solid #119fcf;
}

#user_chooser {
    width: 99%;
    height: 80px;
}

#mapp {
    width: 100%;
    height: 100%;
    border: 1px solid #EEEEEE;
    float: left;
}

#mapContainer {
    width: 59%;
    height: 70%;
    float: left;
}

#mapContainer a {
    color: black;
    text-decoration: none;
}

#affordances {
    width: 39%;
    height: 70%;
    float: left;
    padding-left:10px;
}

.sliderThumb {
    width: 10px;
    cursor: pointer;
    z-index: 10;
}

.affordanceContainer  {
    display: block;
    height: 40px;
    width: 300px;
}

.affordanceContainer div {
    display: inline;
}

.affoInfo {
    float: left;
    position: absolute;
    margin-top: 1em;
    margin-left: 10px;
    left: 0px;
    visibility: hidden !important;
}
.sliderContainer {
   float: right;
   width: 100px;
   height: 14px;
   margin-right: 10px;
   background-color: #EEEEEE;
}
.sliderContainer img {
    position: absolute;
    width: 0px;
    height: 14px;
    z-index: 1;
}

.affoTitle {
    float: left;
    width: 150px;
}

.ToolContainer {
    width: 94px;
    height: 39px;
    text-align:center;
    position: absolute;
    background-image: url(++resource++styles/tool_normal.gif);
    background-repeat: no-repeat;
}

.ToolContainerSelected {
    width: 94px;
    height: 39px;
    text-align:center;
    position: absolute;
    background-image: url(++resource++styles/tool_selected.gif);
    background-repeat: no-repeat;
}

.ToolInfo {
    float: right;
    width: 100px;
    margin-right: 10px;
    background-color: #c70038;
    border: 1px solid #c70038;
    height: 10px;
    display: none;
    visibility: hidden;
}

#tools_management {
    width: 99%;
    height: 40px;
    padding-left: 20px;
}

#tools_area {
    width: 99%;
}

.tToolContainer {
    width: 100px;
    height: 100px;
    display: inline;
    float: left;
    text-align:center;
    padding: 20px;
}
.tToolContainer img {
    padding-bottom: 10px;
}

.ToolDetail {
    width: 600px;
    height: 500px;
}

#ntfr {
    height: 94%;
    width: 49%;
    float: left;
    overflow: auto;
}

#ntfl {
    height: 94%;
    width: 49%;
    float: left;
    overflow: auto;
}

.fielddescr {
    color: #CCCCCC;
}

.field_edit_div {
    display: none;
}

.container-save {
    right: 30px !important;
    background-image: none !important;
}

.field {
    margin-bottom: 5px;
}

.disabled {
    display: none;
    visibility: hidden;
}

.yui-content {
    margin-left: 20px;
}

.inline {
    display:inline;
}


.width200 {
    width: 200px;
    float: left;
}
.width100 {
    width: 100px;
    float: left;
}
