﻿*
{	
	font-family: Verdana;
}

body 
{
	margin: 0px;
	background-color: #555555;
}

a
{
    color: #004400;
}

#header
{
    position: relative;   
		/* modified [20081112 by wmc], increased height to display 2-line series and programme titles */
    height: 50px;
		/*
    height: 34px;
		*/
    min-width: 930px;
    background: #e7e7e7;
    margin: 0px 10px 10px;
    border: solid 1px #888;
    border-top: none;
}

#viewer
{
	width: 100%;
	min-width:930px;
	margin: 0px auto;
}

#viewers
{
	position: relative;
}

.leftPane
{
	width: 37%;
	left: 0px;
	top: 0px;
	position: relative;
	overflow: hidden;
}

.rightPane
{
	left: 37%;
    width: 63%;
    top: 0px;
	position: absolute;
	overflow: hidden;
}

.wmpVideoPlayerContent
{
	overflow: hidden;
}

#courseTitle
{
		/* modified [20081112 by wmc], increased height to display 2-line series and programme titles */
	height: 39px;
	/*
	height: 19px;
	*/
	font-size: .9em;
	background-color: #e7e7e7;
    padding-top: 8px;
    padding-left: 4px;
    margin: 0px 260px 0px 5px;
	position: relative;
}

.ellipsisText
{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}


/* Left pane */

#tocDiv
{
    background-color: #e7e7e7;
    padding-top: 10px;
}

#tocContents, #notesDivDisplay, #searchResults
{
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
    border-top: solid 1px #CCC;
    background-color: #f5f5f5;
}

#notesDivDisplay
{
    border-bottom: solid 1px #CCC;
}

.eventTabViewerPane
{
	border-left: solid 1px #888;
}

.eventVisual, .eventVisualSelected, .eventVisualHover
{
	cursor: pointer;
	font-family: Arial;
	font-size: .8em;
    background-color: #f5f5f5;
	position:relative;
	padding: 4px;
	word-wrap: break-word;
}

.eventVisualElement, .eventVisualTime
{
	display: inline;
	margin-right:4px;
}

.eventVisualTime
{
	font-weight: bold;
	white-space: nowrap;
}

.eventVisualSelected
{
	background-color: #88EE88;
}

.eventVisualHover
{
	background-color: #BBFFBB;
}

#chooseUserDiv
{
    position: relative;
	font-size:.8em;
	height:22px;
	padding:3px;
    padding-left: 105px;
	padding-right: 57px;
	background:#e7e7e7;
	overflow: hidden;
}

#screenNameLabelDiv
{
    position: absolute;
    top: 6px;
    left: 8px;
}

#notesUserInput
{
    padding-top: 1px;
    width: 150px;
}

#notesUser
{
    font-weight: bold;
    padding-top: 3px;
    display:none;
}

#changeNotesUserButton
{
    position: absolute;
    top: 4px;
    right: 2px;
    font-size: 0.8em;
    padding: 1px;
    width: 52px;
}

.deleteLink
{
	position:absolute;
	right:0px;
	top:3px;
	width:45px;
}

#inputTextArea
{
	width:95%;
	margin:0px auto;
	display:block;
	overflow-x:hidden;
	overflow-y:auto;
	height:54px;
	border: solid 1px #888;
	font-size: .8em;
}

#notesInputDiv
{
	height:84px;
	background:#e7e7e7;
	padding:5px 0px;
}

#searchDiv
{
	background-color: #e7e7e7;
	font-size: 0.8em;
}

#searchQuery
{
    float: left;
    width: 230px;
    margin-top: 3px;
    margin-left: 2px;
}

#searchSubmitButton
{
    margin-top: 2px;
}

#searchOptions
{
    margin-left: 3px;
}

#searchContext
{
    margin: 5px 5px 5px;
    height: 16px;
}

#searchResults
{
    font-size: 1.3em;
}


/* Right pane */

#tabViewer
{
	padding-right:10px;
	overflow: hidden;
}


.thumbImage, .thumbImageSelected, .thumbImageHover
{
  background: darkgray;
  padding: 1px;
	border: 4px solid #e7e7e7;
	cursor: pointer;
	
	/* modified [20081111 by wmc], changed thumbnail size to 160 x 120 */
	width: 160px;		
	height: 120px;
	/*
	width: 240px;		
	height: 180px;
	*/
	margin: 3px 0px 0px;
}


.thumbImageSelected
{
	border: 4px solid #88EE88;
}

.thumbImageHover
{
	border: 4px solid #BBFFBB;
}

#thumbnails
{
	height: 218px;
	overflow:hidden;
	overflow-x: scroll;
	margin-right: 10px;
	background-color: #e7e7e7;
	border-left: solid 1px #888;
}

.tabBar
{
	height: 20px;
	overflow:visible;
}

#tabViewerBar
{
    float: left;
}

.tabDiv, .tabDivSelected, .tabDivDisabled
{
	height: 18px;
	margin: 0px 2px 0px 0px;
	padding-top: 2px;
	float: left;
	text-align: center;
	cursor: pointer;
	font-size: .8em;
	color: #333;
	-moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.tabDivSelected
{
	cursor: default;
}

.tabDivDisabled
{
	color: gray;
	cursor: default;
}

.tabImage_small
{
	width: 77px;
    background: url("Images/tab_unselected_small.png");
}

.tabImage_large
{
	width: 115px;
    background: url("Images/tab_unselected_large.png");
}

.tabImageSelected_small
{
	width: 77px;
    background: url("Images/tab_selected_small.png");
}

.tabImageSelected_large
{
	width: 115px;
    background: url("Images/tab_selected_large.png");
}

.thumbnailsToggle
{
    float: right;
    margin-right: 0px;
}

#tabContent
{
	position: relative;
	overflow: hidden;
	background: #e7e7e7;
	border-left: solid 1px #888;
}

.contentArea
{
	overflow: hidden;
	padding:10px;
	background: #e7e7e7;
	margin: 0px auto;
}

.imageViewerImage
{
    -ms-interpolation-mode: bicubic;
    border: solid 1px darkgray;
}
