/*
 * Copyright 2007 The Closure Library Authors. All Rights Reserved.
 *
 * Use of this source code is governed by the Apache License, Version 2.0.
 * See the COPYING file for details.
 */
/* Author: arv@google.com (Erik Arvidsson) */
/* Author: eae@google.com (Emil A Eklund) */
/* Author: jonp@google.com (Jon Perlow) */
/*
  TODO(arv): Currently the sprite image has the height 16px. We should make the
  image taller which would allow better flexibility when it comes to the height
  of a tree row.
*/
.goog-tree-item {
    padding: 1px 0
    }
.goog-tree-root:focus {
    -moz-outline: none;
    outline: none
    }
.goog-tree-row {
    white-space: nowrap;
    font: icon;
    line-height: 16px
    }
.goog-tree-row span {
    overflow: hidden;
    text-overflow: ellipsis
    }
.goog-tree-children {
    background-repeat: repeat-y;
    background-image: url(../images/tree/I.png) !important;
    background-position-y: 1px !important;
    /* IE only */
    font: icon
    }
.goog-tree-children-nolines {
    font: icon
    }
.goog-tree-icon {
    background-image: url(../images/tree/tree.png)
    }
.goog-tree-expand-icon {
    vertical-align: middle;
    height: 16px;
    width: 16px;
    cursor: default
    }
.goog-tree-expand-icon-plus {
    width: 19px;
    background-position: 0 0
    }
.goog-tree-expand-icon-minus {
    width: 19px;
    background-position: -24px 0
    }
.goog-tree-expand-icon-tplus {
    width: 19px;
    background-position: -48px 0
    }
.goog-tree-expand-icon-tminus {
    width: 19px;
    background-position: -72px 0
    }
.goog-tree-expand-icon-lplus {
    width: 19px;
    background-position: -96px 0
    }
.goog-tree-expand-icon-lminus {
    width: 19px;
    background-position: -120px 0
    }
.goog-tree-expand-icon-t {
    width: 19px;
    background-position: -144px 0
    }
.goog-tree-expand-icon-l {
    width: 19px;
    background-position: -168px 0
    }
.goog-tree-expand-icon-blank {
    width: 19px;
    background-position: -168px -24px
    }
.goog-tree-collapsed-folder-icon {
    vertical-align: middle;
    height: 16px;
    width: 16px;
    background-position: 0 -24px
    }
.goog-tree-expanded-folder-icon {
    vertical-align: middle;
    height: 16px;
    width: 16px;
    background-position: -24px -24px
    }
.goog-tree-file-icon {
    vertical-align: middle;
    height: 16px;
    width: 16px;
    background-position: -48px -24px
    }
.goog-tree-item-label {
    margin-left: 3px;
    padding: 1px 2px 1px 2px;
    text-decoration: none;
    color: #002453;
    cursor: default;
    font-size: 12px
    }
.goog-tree-item-label:hover {
    text-decoration: none;
    background-color: #ffff9e;
    cursor: pointer
    }
.selected .goog-tree-item-label {
    background-color: ButtonFace;
    color: #000
    }
.focused .selected .goog-tree-item-label {
    background-color: #ffff9e;
    color: #002453
    }
.goog-tree-hide-root {
    display: none
    }
.treeitem-disabled {
    color: gray
    }
.treeitem-hidden {
    display: none
    }
.layermanager .goog-control {
    padding: 5px 0 2px 10px;
    border-bottom: solid #ccc 1px;
    font-weight: bold;
    font-size: 1.1em
    }
.heading .goog-control {
    padding: 5px 0 2px 10px;
    border-bottom: solid #ccc 1px;
    font-weight: bold;
    font-size: 1.1em
    }
span.loadingicon {
    width: 16px;
    background-image: url(../images/ajax-loader.gif);
    background-repeat: no-repeat;
    position: relative;
    padding: 0 9px;
    z-index: 50
    }
.infotemplate {
    margin-left: 17px;
    padding: 0 0 0 25px;
    text-decoration: none;
    color: #002453;
    cursor: pointer;
    font-size: 13px;
    background-image: url(../images/tree/Layer-Info_16px.png);
    background-repeat: no-repeat
    }
.infotemplate:hover {
    background-color: #ffff9e
    }