/**
 *     Main CSS file
 */

/*
 * Used colours:
 */

wbr {
	background: #ABD1C4;
	background: #4D6E63;
	background: #302623;
	background: #735049;
	background: #CF9F9B;
	background: #E8E0D8;
	background: #F9F9F9;
	background: #DC6200;
}

/* global layout *********************************************/

html, body {
	position: relative;
    background: url(../images/background_general.jpg) top center repeat;
    font-size: 16px;
    color: #FFF;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

p {
    margin-top: 2px;
    margin-bottom: 3px;
}

.clear {
    clear: both;
}

.rounded {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.shadowed {
    box-shadow: 2px 2px 4px #735049;
    -webkit-box-shadow: 2px 2px 4px #735049;
}

.ultra-shadowed {
    box-shadow: 2px 2px 20px #735049;
    -webkit-box-shadow: 2px 2px 20px #735049;
}

div.horizontal-line {
    height: 0;
    border-bottom: 2px solid #735049;
    margin: 4px 0;
}

div.vertical-line {
    width: 0;
    height: 100%;
    border-right: 2px solid #735049;
    margin: 0 4px;
    float: left;
}

.standard-button {
    /*height: 22px;*/
    margin: 0 10px;
    padding: 4px 15px;
    background: url(../images/background_button.jpg) top left repeat-x;
    color: #FFF;
    border: 1px solid #1F1F1F;
    line-height: 22px;
    vertical-align: middle;
    text-decoration: none;
    
    font-size: 13px !important
}

.standard-button:hover {
    background: url(../images/background_button.jpg) top left repeat-x;
    color: #c6c496;
    text-decoration: overline underline;
}

.standard-button-ok {
    height: 30px;
    margin: 5px 10px;
    padding: 4px 15px;
    background: #44DD44;
    color: #302623;
    border: 2px solid #33AA33;
    vertical-align: middle;
    text-decoration: none;
    
    font-size: 13px !important
}

.standard-button-ok:hover {
    background: #55EE55;
}

.standard-button-cancel {
    height: 30px;
    margin: 5px 10px;
    padding: 4px 15px;
    background: #DD4444;
    color: #FFFFFF;
    border: 2px solid #AA3333;
    vertical-align: middle;
    text-decoration: none;
    
    font-size: 13px !important
}

.standard-button-cancel:hover {
    background: #EE5555;
}

.side-vertical-commands {
    float: right;
    margin-left: 20px;
}

#overlay {
    /* must be initially hidden */
    display: none;
    position: absolute;
 
    /* place overlay on top of other elements */
    z-index: 1000;
 
    /* styling */
    background-color: rgb(51,51,51);
    background-color: rgba(51,51,51,0.5);
 
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #676;
}

#overlay-layer-2 {
    /* must be initially hidden */
    display: none;
    position: absolute;
 
    /* place overlay on top of other elements */
    z-index: 1100;
 
    /* styling */
    background-color: rgb(51,51,51);
    background-color: rgba(51,51,51,0.5);
 
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #676;
}

#overlay-layer-3 {
    /* must be initially hidden */
    display: none;
    position: absolute;
 
    /* place overlay on top of other elements */
    z-index: 1200;
 
    /* styling */
    background-color: rgb(51,51,51);
    background-color: rgba(51,51,51,0.5);
 
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #676;
}

#overlay-layer-4 {
    /* must be initially hidden */
    display: none;
    position: absolute;
 
    /* place overlay on top of other elements */
    z-index: 1300;
 
    /* styling */
    background-color: rgb(51,51,51);
    background-color: rgba(51,51,51,0.5);
 
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #676;
}

#overlay-layer-5 {
    /* must be initially hidden */
    display: none;
    position: absolute;
 
    /* place overlay on top of other elements */
    z-index: 1400;
 
    /* styling */
    background-color: rgb(51,51,51);
    background-color: rgba(51,51,51,0.5);
 
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #676;
}


#menu-overlay {
    /* must be initially hidden */
    display: none;
    position: absolute;
 
    /* place overlay on top of other elements */
    z-index: 990;
 
    /* styling */
    background-color: #F9F9F9;
 
    padding: 4px;
    border: 1px solid #302623;
}

a.menu-item {
	display: block;
	padding: 4px;
	font-size: 14px;
	
	text-decoration: none;
	color: #302623;
	text-align: left;
}

a.menu-item:hover {
	background: #302623;
	color: #F9F9F9;
}

#overlay .overlay-container,
#overlay-layer-3 .overlay-container,
#overlay-layer-5 .overlay-container {
    position: absolute;
    bottom: 5px;
    top: 50px;
    width: 100%;
    
    font-size: 14px;
}

#overlay-layer-2 .overlay-container {
    position: absolute;
    bottom: 5px;
    top: 100px;
    width: 100%;
}

.bottom-buttons {
    height: 50px;
    background: #F9F9F9;
}

.hidden {
    visibility: hidden;
    display: none;
}

.info {
    font-size: 14px;
    line-height: 18px;
}

.leftalign {
    float: left;
}

.rightalign {
    float: right;
}

ul.ui-autocomplete.ui-widget {
    font-size: 14px;
    z-index: 5000;
}

ul.ui-autocomplete {
    display: block;
    max-height: 400px;
    overflow: auto;
}

.invisible {
    display: none;
    width: 0;
    height: 0;
}

.smaller {
    font-size: 12px;
}

.center-text {
	text-align: center;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

div#infobar {
	background: #00AA00;
	text-align: center;
	padding: 5px;
	color: #FFFFFF;
}

div#errorbar {
	background: #AA0000;
	text-align: center;
	padding: 5px;
	color: #FFFFFF;
}

hr {
	height: 3px;
	margin: 5px 0;
	border: 0;
	
	background: url(../images/background_hr.jpg) top left repeat-x;
}

/******************************************************************************/

div#content-container {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	
	padding: 20px 0;
}

/* header *******************************************************/

div#header-wide {
	width: 100%;
	height: 30px;
	
	background: url(../images/background_header.jpg) top left repeat-x;
}

header {
	position: relative;
	display: block;
	
	width: 1000px;
	
	margin-left: auto;
	margin-right: auto;
}

header img.logo {
	margin-left: 0;
}

header input.butonmic {
	position: absolute;
	
	right: 10px;
	top: 6px;
	width: 74px;
	height: 18px;
	
	border: 0;
	
	background: url(../images/button_mic_n.jpg) top left no-repeat;
	color: #c6c496;
}

span#header-clock {
	position: absolute;
	top: 0;
	padding: 8px 15px;
}

span#header-clock span.date {
	color: #426E79;
}

span#header-clock span.time {
	color: #BCB948;
}

/* content ********************************************************************/

div#main-auth {
	width: 350px;
	margin-top: 80px;
	
	font-size: 14px;
}

div#main-auth table {
	width: 100%;
}

div#main-auth td {
	height: 32px;
}

div#main-auth input[type="text"],
div#main-auth input[type="password"] {
	width: 75%;
}

/***********************************************/

div#content-container div.left-section {
	float: left;
	
	width: 300px;
	padding: 0 5px;
}

div#content-container div.right-section {
	position: relative;
	float: left;
	
	width: 640px;
	padding: 0 5px;
}

div#center-section {
	position: fixed;
	width: 100%;
	height: 244px;
	bottom: 20px;
	background: url(../images/background_timeline.jpg) top left repeat-x;
}

div#tvch-selector {
	position: relative;
	
	width: 300px;
	height: 54px;
	
	background: #3d3d3d;
	color: #FFF;
	cursor: pointer;
}

div#tvch-selector div.element {
	position: relative;
	width: 290px;
	height: 54px;
}

div#tvch-selector div.current img,
div#tvch-selector div.element img {
	position: absolute;
	float: left;
	margin: 4px;
}

div#tvch-selector div.current span {
	position: absolute;
	padding: 18px 0 0 70px;
	color: #FFF;
}

div#tvch-selector div.element span {
	position: absolute;
	padding: 18px 0 0 70px;
	color: #000;
}

div#tvch-selector div.tvch-selector-dropdown {
	position: relative;
    z-index: 100;
    visibility: hidden;
    
    width: 290px;
    top: 50px;
    left: 0;
    padding: 5px;
    border: 1px solid #6E1919;
    
    background: #DDD;
    color: #000;
}

div#tvch-selector div.tvch-selector-dropdown div.element:hover {
	background: #000;
	color: #FFF;
}

div#tvch-selector div.tvch-selector-dropdown div.element:hover span {
	color: #FFF;
}

div#content-container input.butonmic {
	width: 74px;
	height: 18px;
	
	border: 0;
	
	background: url(../images/button_mic_n.jpg) top left no-repeat;
	color: #c6c496;
}

div#flash_marquee {
	position: absolute;
	width: 640px;
	height: 405px;
	padding: 5px 10px;
	
	background: url(../images/background_player.png) top left no-repeat;
	
	z-index: 100;
}

/**** TIMELINE ****************************************************************/

div#visualization {
	z-index: 95;
}

.vis.timeline.root {
	border-bottom: none;
}

.vis.timeline .item {
	padding: 0;
	background: none;
	/*background: linear-gradient(to right, red, black);*/
}

.vis.timeline .item .content {
	width: 100%;
	top: 10px;
}

.vis.timeline .item.selected {
	background: none;
}

.vis.timeline .timeaxis .text.major {
	padding: 4px 0 4px 5px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	margin: 4px 0 0 0;
}

div#visualization div.tl-piece {
	position: relative;
	
	height: 130px;
	
	background: #beb64a;
	
	-webkit-box-shadow: inset 0px 0px 20px 2px rgba(0,0,0,0.58);
	-moz-box-shadow: inset 0px 0px 20px 2px rgba(0,0,0,0.58);
	box-shadow: inset 0px 0px 20px 2px rgba(0,0,0,0.58);
	
	overflow: hidden;
}

div#visualization div.tl-piece.problem {
	background: #DD4444;
}

div#visualization div.tl-piece:hover {
	background: #436f7b;
}

div#visualization div.tl-piece.problem:hover,
div#visualization .vis.timeline .item.selected div.tl-piece.problem,
div#visualization .vis.timeline .item.selected div.tl-piece.problem:hover {
	background: #8f882f;
}

div#visualization .vis.timeline .item.selected div.tl-piece,
div#visualization .vis.timeline .item.selected div.tl-piece:hover {
	background: #8f882f;
}

div#visualization div.tl-piece div.play {
	position: absolute;
	visibility: visible;
	
	width: 39px;
	height: 39px;
	left: 5px;
	bottom: 5px;
	
	background: url(../images/button_play.png) top left no-repeat;
	background-position: 0 0;
}

div#visualization div.tl-piece div.play:hover {
	background-position: 0 -38px;
}

div#visualization div.tl-piece a.download {
	display: block;
	position: absolute;
	visibility: visible;
	
	width: 39px;
	height: 39px;
	left: 49px;
	bottom: 5px;
	
	background: url(../images/button_download.png) top left no-repeat;
	background-position: 0 0;
}

div#visualization div.tl-piece a.download:hover {
	background-position: 0 -38px;
}

/*
div#visualization .vis.timeline .item.selected div.tl-piece div.download,
div#visualization .vis.timeline .item.selected div.tl-piece div.play,
div#visualization div.tl-piece:hover div.download,
div#visualization div.tl-piece:hover div.play, {
	visibility: visible;
}
*/


/* VIDEO PLAYER HTML5 *********************************************************/
div.video-player {
	width: 640px;
	height: 405px;
}

div.video-player div.video-player-controls {
	height: 45px;
	background: #323232;
}

div.video-player div.video-player-controls div.progressbar-master {
	height: 10px;
}

div.video-player div.video-player-controls div.progressbar-master {
	cursor: pointer;
	
	background: #4a4a4a;
}

div.video-player div.video-player-controls div.progressbar-control {
	width: 0;
	height: 10px;
	
	overflow: hidden;
	background: #d9a9a6;
}

div.video-player div.video-player-controls div.video-ctrls {
	position: relative;
	height: 35px;
}

div.video-player div.video-player-controls div.video-ctrls div.play-cursor {
	position: absolute;
	left: 0;
	
	width: 20px;
	height: 35px;
	
	background: url(../images/button_playfromcursor_html.png) top left no-repeat;
	background-position: 0 0;
}

div.video-player div.video-player-controls div.video-ctrls div.play-cursor:hover {
	background: url(../images/button_playfromcursor_html.png) top left no-repeat;
	background-position: 0 -35px;
}

div.video-player div.video-player-controls div.video-ctrls div.play-normal {
	position: absolute;
	left: 20px; 
	
	width: 35px;
	height: 35px;
	
	background: url(../images/button_playnormal_html.png) top left no-repeat;
	background-position: 0 0;
}

div.video-player div.video-player-controls div.video-ctrls div.play-normal:hover {
	background: url(../images/button_playnormal_html.png) top left no-repeat;
	background-position: 0 -35px;
}

div.video-player div.video-player-controls div.video-ctrls div.stop {
	position: absolute;
	left: 55px; 
	
	width: 26px;
	height: 35px;
	
	background: url(../images/button_stop_html.png) top left no-repeat;
	background-position: 0 0;
}

div.video-player div.video-player-controls div.video-ctrls div.stop:hover {
	background: url(../images/button_stop_html.png) top left no-repeat;
	background-position: 0 -35px;
}

div.video-player div.video-player-controls div.video-ctrls div.fullscreen {
	position: absolute;
	right: 0; 
	
	width: 25px;
	height: 35px;
	
	background: url(../images/button_fullscreen_html.png) top left no-repeat;
	background-position: 0 0;
}

div.video-player div.video-player-controls div.video-ctrls div.fullscreen:hover {
	background: url(../images/button_fullscreen_html.png) top left no-repeat;
	background-position: 0 -35px;
}

div.video-player div.video-player-controls div.video-ctrls div.volume-master {
	position: absolute;
	width: 45px;
	height: 35px;
	
	right: 25px;
	background: url(../images/static_slider-volume_empty.png) top left no-repeat;
}

div.video-player div.video-player-controls div.video-ctrls span.current-time {
	position: absolute;
	left: 81px;
	
	padding: 10px 5px;
	height: 35px;
	
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	color: #d9a9a6;
}

div.video-player div.video-player-controls div.video-ctrls div.volume-display {
	width: 45px;
	height: 35px;
	
	overflow: hidden;
	
	background: url(../images/static_slider-volume_full.png) top left no-repeat;
}

div.video-player div.video-player-controls div.video-ctrls div.speed {
	position: absolute;
	width: 15px;
	top: 5px;
	
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	
	color: #84989B;
	
	padding: 4px;
}

div.video-player div.video-player-controls div.video-ctrls div.speed:hover,
div.video-player div.video-player-controls div.video-ctrls div.speed.selected {
	background: #84989B;
	color: #000;
}

div.video-player div.video-player-controls div.video-ctrls div.speed-1 {
	right: 125px;
}

div.video-player div.video-player-controls div.video-ctrls div.speed-2 {
	right: 100px;
}

div.video-player div.video-player-controls div.video-ctrls div.speed-4 {
	right: 75px;
}

div.video-player div.video-player-controls div.video-ctrls div.skip-b10m {
	position: absolute;
	left: 180px;
	
	width: 32px;
	height: 35px;
	
	background: url(../images/button_skipbackward-3.png) top left no-repeat;
	background-position: 0 0;
}

div.video-player div.video-player-controls div.video-ctrls div.skip-b10m:hover,
div.video-player div.video-player-controls div.video-ctrls div.skip-b1m:hover,
div.video-player div.video-player-controls div.video-ctrls div.skip-b10s:hover,
div.video-player div.video-player-controls div.video-ctrls div.skip-f10s:hover,
div.video-player div.video-player-controls div.video-ctrls div.skip-f1m:hover,
div.video-player div.video-player-controls div.video-ctrls div.skip-f10m:hover {
	background-position: 0 -35px;
}

div.video-player div.video-player-controls div.video-ctrls div.skip-b1m {
	position: absolute;
	left: 212px;
	
	width: 25px;
	height: 35px;
	
	background: url(../images/button_skipbackward-2.png) top left no-repeat;
	background-position: 0 0;
}

div.video-player div.video-player-controls div.video-ctrls div.skip-b10s {
	position: absolute;
	left: 237px;
	
	width: 20px;
	height: 35px;
	
	background: url(../images/button_skipbackward-1.png) top left no-repeat;
	background-position: 0 0;
}

div.video-player div.video-player-controls div.video-ctrls div.skip-f10s {
	position: absolute;
	left: 257px;
	
	width: 20px;
	height: 35px;
	
	background: url(../images/button_skipforward-1.png) top left no-repeat;
	background-position: 0 0;
}

div.video-player div.video-player-controls div.video-ctrls div.skip-f1m {
	position: absolute;
	left: 277px;
	
	width: 25px;
	height: 35px;
	
	background: url(../images/button_skipforward-2.png) top left no-repeat;
	background-position: 0 0;
}

div.video-player div.video-player-controls div.video-ctrls div.skip-f10m {
	position: absolute;
	left: 302px;
	
	width: 32px;
	height: 35px;
	
	background: url(../images/button_skipforward-3.png) top left no-repeat;
	background-position: 0 0;
}

/* footer ********************************************************************/

div#footer-wide {
	position: fixed;
	
	width: 100%;
	height: 28px;
	bottom: 0;
	
	background: url(../images/background_footer.jpg) top left repeat-x;
}

footer {
	position: relative;
	display: block;
	
	width: 1000px;
	
	margin-left: auto;
	margin-right: auto;
	
	text-align: center;
	
	font-size: 12px;
	line-height: 24px;
	color: #c6c496;
}
