﻿html, body, form {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 8pt;
}

h1 {
    color: #000;
    height: 25px;
    
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 12pt;
    text-shadow: 1px 1px #c0c0c0;
    
    padding-left: 40px;
    padding-top: 4px;

    margin-left: 8px;
    margin-top: 6px; 

    background-image: url(../Images/logo-icon.png);
    background-repeat: no-repeat;
}

.filter {
    margin-left: 12px;
}

.wrapper {
    min-height: 100%;
	position: relative;
}

.header {
    padding-bottom: 2px;
}

.h-handle {
    height: 5px;
    border-bottom: 1px solid transparent;
}
.h-handle:hover {
    background-color: #ebebeb;
    border-bottom: 1px solid #999;
}

.content {
    position: absolute;
    left: 4px;
    right: 4px;
    top: 80px;
    bottom: 208px;

    border: 1px solid #5c5c5c;
}
.content.right {
    top: 40px;
    left: 300px;
}
.content.expanded {
    top: 6px;
}
.content.low {
    bottom: 4px;
}
.footer {
	height: 200px;
	position: absolute;
	bottom: 0;
	left: 0;
    right: 0;
    
    padding: 4px;
}
.left-nav {
    position: absolute;
    left: 4px;
    top: 40px;
    bottom: 4px;
    width: 290px;

    border: 1px solid #000;
    overflow: scroll;
}
#viewer {
}

#timeline {
/*    margin: 588px 16px 0 16px;*/
    border: 1px solid #666;
/*    width: 1260px;*/
}

div.timeline-event {
    border-color: #666;
    background-color: #70e038;
    /*text-shadow: -1px -1px #f2f2f2;*/
}

div.timeline-event-selected {
    color: #fff;
    border-color: #666;
    background-color: #36c;
    text-shadow: 0 1px #000;
}

#btnGetTree {
    /**/display: none;/**/
}

#output {
    /**/display: none;/**/

    margin-left: 44px;
    margin-top: 10px;
    width: 1200px;
    height: 900px;
    border: 3px dashed #5c5c5c;
}

#tv {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
}

#video-player {
    height: 100%;
}

#video-player > video {
    width: auto;
    height: 100%;
    max-width: 100%;
    
}
