@charset "utf-8";

div {
    margin: 0;
    padding: 0;
}

body  {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background: #FFFFFF;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #000000;
}

#container {
    /*width: 900px;*/
    background: #FFFFFF;
    margin: 0 auto;
    padding: 10px 15px;
    text-align: left;
}

/**** Header ****/
#header {
    margin: 0 auto;
    padding: 5px 0 0 0;
    height: 30px;
}
#header img {
    margin: 0;
    padding: 0;
    border-style: none;
}

#language {
    height:25px;
    padding-top: 5px;
}

#selectLanguage {
    margin: 5px 0 0 0;
    padding: 0;
    width: 100pt;
    height: 20px;
    float:right;
    vertical-align: bottom;
}

/**** HuTime body ****/
#hutime {
    margin: 0 auto;
    padding: 10px 0;
    clear: both;
}

/**** Menu Bar ****/
#menuBar {
    margin: 0 auto 10px;
    padding: 0;
    height: 23px;
    clear: both;

    background-color: #0066cc;
    text-align: left;

    user-select: none;
}
ul.menu {
    margin: 0;
    padding: 0;
}
ul.menu li {
    width: 95px;
    list-style-type: none;
    position: relative;
    z-index: 90;
    background-color: #0066cc;
    color: #ffffff;
    line-height: 23px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    cursor: default;
}
ul.menu li:hover {
    background-color: #ffffcc;
    color: #cc0000;
}
ul.menu ul {
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    white-space: normal;
}
ul.menu ul li {
    width: 140px;
    border-top: 1px solid #9999ff;
}
ul.menu ul ul {
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: -1px;
    left: 100%;
    border-left: 1px solid #9999ff;
}
ul.menu ul li.importedCollection,
ul.menu ul li.importedCollection li {
    background-color: #009900;
}
ul.menu ul li.importedCollection:hover,
ul.menu ul li.importedCollection li:hover {
    background-color: #ffffcc;
    color: #cc0000;
}

/**** Main Panel ****/
#mainPanel {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 300px;
    position: relative;
}


/**** Tree Menu ****/
#layerTree {
    margin: 0;
    padding: 0;
    width: 190px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    float: left;
    white-space: nowrap;
    text-align: left;
    user-select: none;
}

.branchSpan {
    font-size:18px;
    padding: 0 5px 0 2px;
}


.knob {
    margin: 0 4px 0 0;
    padding: 0;
    width: 16px;
    height: 16px;
    vertical-align: bottom;
}

.branchCheckBox {
    margin: 0 4px 0 0;
    padding: 0;
    width: 16px;
    height: 16px;
    vertical-align: bottom;
}
.branchSelectSpan{
}
.branchIcon {
    margin: 0 4px 1px 0;
    padding: 0;
    width: 24px;
    vertical-align: bottom;
}
.branchLabelSpan {
    margin: 0;
    padding: 0;
    vertical-align: bottom;

    font-size:12px;
}

ul.tree {
    margin: 0;
    padding: 0;
    clear: both;
}
ul.tree li {
    padding-left: 3px;
    list-style-type: none;
    position: relative;

    text-align: left;
    text-decoration: none;
    font-size: 12px;
}
ul.tree ul {
    margin: 0 0 0 10px;
    padding: 0;
    display: none;
    position: relative;

}
ul.tree ul li {
    display: block;
    list-style-type: none;
    position: relative;

    text-align: left;
    text-decoration: none;
    font-size: 12px;
}

/**** Layer Tree Context Menu ****/
#treeContextMenu {
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;

    z-index: 2000;
    position: absolute;
    display: none;
    background-color: #eeeeff;

    user-select: none;
}
ul.treeMenu {
    margin: 0;
    padding: 0;
    left: 12px;
    top: -12px;
    position: absolute;
    white-space: normal;
    z-index: 2000;
}
ul.treeMenu li {
    width: 140px;
    list-style-type: none;
    position: relative;
    border-top: 1px solid #cccccc;
    color: #000000;
    line-height: 23px;
    text-align: left;
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
    cursor: default;

    background-color: #ffffcc;
}
ul.treeMenu li:hover {
    background-color: #ccccff;
    color: #cc0000;
}
ul.treeMenu ul {
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: -1px;
    left: 100%;
    border-left: 1px solid #9999ff;
}

/**** Border between Layer Tree and Main Panel ****/
#borderTree {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 10px;
    overflow: hidden;
    float: left;
    cursor: ew-resize;
    user-select: none;
}

/**** HuTime Main ****/
#hutimeMain {
    margin: 0 auto 0 0;
    padding: 0;
    height: 100%;
    width: auto;

    overflow: hidden;
    display: block;
}

/**** Border between Layer Tree and Main Panel ****/
#borderStatusBar {
    margin: 0;
    padding: 0;
    height: 10px;
    width: 100%;
    overflow: hidden;
    clear: both;
    cursor: ns-resize;
    user-select: none;
}

/**** Status Bar ****/
#statusBar {
    background: #eeeeee;
    margin: 0 auto;
    padding: 0 10px;
    height: 23px;
    clear: both;
    text-align: left;
    font-size: 12px;
    line-height: 23px;
    user-select: none;
}

/**** Information ****/
#information {
    margin: 0 auto;
    padding: 10px 0;
    clear: both;
}
#information td {
    text-align: center;
    font-size: 12px;
}

/**** Footer ****/
#footer {
    margin: 0 auto;
    padding: 0 10px;
    /*border-top: #cccccc 1px solid;*/

    text-align: left;
    font-size: 10px;
}
