﻿/* General */

*
{	
	font-family: Verdana;
}

a, .linkStyle
{
    color: #004400;
}

.linkStyle
{
    text-decoration: underline;
}

.error
{
    color: red;
}

.ellipsisText
{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Page */

body 
{
	margin: 0px;
	background-color: #555555;
}

form
{
    margin: 0px;
}

/* Header */

#header
{
    position: relative;   
    height: 34px;
    min-width: 635px;
    background: #e7e7e7;
    margin: 0px 10px 10px;
    padding-right: 275px;
    border: solid 1px #888;
    border-top: none;
}

#courseTitle
{
    float: left;
    margin-left: 5px;
	height: 19px;
	font-size: .9em;
	background-color: #e7e7e7;
    padding-top: 8px;
    padding-left: 4px;
	position: relative;
}

#courseTag
{
    font-weight: bold;
}

#sessionName
{
    margin-left: 5px;
}

#userDiv
{
    float: right;
    margin-left: 15px;
    margin-right: 25px;
    padding-top: 8px;
    font-size: 0.8em;
    white-space: nowrap;
}

#siteLogoImg
{
    position: absolute;
    right: 142px;
    top: 0px;
    border: 0px;
    width: 120px;
    height: 34px;
}

#logoDivider
{
    position: absolute;
    right: 129px;
    top: 0px;
    width: 1px;
    height: 34px;
    border-right: solid 1px #DDD;
}

#panoptoLink
{
    position: absolute;
    right: 7px;
    top: 6px;
}

#panoptoLogo
{
    border: 0px;
}

/* Message */

#message
{
    margin: 0px 10px;
    visibility: hidden;
}

/* Viewer */

#viewer
{
	width: 100%;
	min-width: 930px;
	margin: 0px auto;
}

#viewers
{
	position: relative;
}

/* Left Pane */

#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;
}

/* Left pane */

#videoPlayerDiv
{
    padding: 0px 10px;
}

#eventViewerDiv
{
    padding: 10px 10px 0px;
    position: relative;
    top: 0px;
    right: 0px;
}

/* Panes */

.eventTabViewerPane
{
	border-left: solid 1px #888;
}

#infoDiv, #tocDiv, #transDiv
{
    position: relative;
    background-color: #e7e7e7;
    padding-top: 10px;
}

/* Content eventViewers */

#infoContents, .tocContents, #notesDivDisplay, #searchResults, #questionsAsked
{
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
    border-top: solid 1px #CCC;
    background-color: #f5f5f5;
}

/* Info Panel */

#infoContents
{
    position: relative;
    padding: 10px;
    font-size: 0.9em;
}

Table.info
{
    border-collapse: collapse;
}

Table.info .label
{
    text-align: right;
    vertical-align: top;
    font-weight: bold;
    padding-right: 5px;
}

.contentText
{
    font-size: 0.9em;
    margin-top: 5px;
    margin-bottom: 10px;
}

#infoContents HR
{
    height: 1px;
    color: #CCC;
}

.linkDecoration
{
    font-size: 0.8em;
    margin-left: 5px;
}

/* Event Visuals */

.eventVisual, .eventVisualSelected, .eventVisualHover, .eventVisualEditing
{
	cursor: pointer;
	font-family: Arial;
	font-size: .8em;
    background-color: #f5f5f5;
	position: relative;
	padding: 4px;
	word-wrap: break-word;
}

.eventVisualElement, .eventVisualTime, .eventVisualUser
{
	display: inline;
	margin-right: 4px;
}

.eventVisualUser
{
    font-size: 0.9em;
}

.eventVisualAnonymousUser
{
    font-style: italic;
}

.eventVisualTime
{
	font-weight: bold;
	white-space: nowrap;
}

.eventVisualEditing
{
    padding: 3px;
    border: dashed 1px #888;
    background-color: #88EE88;
}

.eventVisualSelected
{
	background-color: #88EE88;
}

.eventVisualHover
{
	background-color: #BBFFBB;
}

/* Notes */

#notesDivDisplay
{
    border-bottom: solid 1px #CCC;
}

/* Notes User */

#notesUserDiv, #channelDiv
{
    position: relative;
	font-size: .8em;
	padding-top: 1px;
    padding-left: 85px;
	background: #e7e7e7;
	overflow: hidden;
}

#notesUserDiv
{
    padding-top: 2px;
    padding-bottom: 2px;
	padding-right: 70px;
    height: 23px;
}

#notesUserLabelDiv
{
    position: absolute;
    top: 6px;
    left: 0px;
    width: 82px;
    text-align: right;
}

#notesUserSelect
{
    /* Workaround for IE6 <select> z-index bug */
    display: none;

    padding-top: 0px;
    margin-top: 1px;
    height: 22px;
    width: 100%;
}

#publicNotesToggleDiv
{
    display: none;
    position: absolute;
    top: 4px;
    right: 8px;
    width: 60px;
    white-space: nowrap;
}

#publicNotesToggleLabel
{
    vertical-align: top;
    position: relative;
    top: 2px;
    left: 2px;
}

#publicNotesToggleLabel.public
{
    font-weight: bold;
    left: 0px;
}

/* Notes Channel (#channelDiv base above) */

#channelDiv
{
	height: 22px;
	padding-top: 0px;
	padding-right: 61px;
	padding-bottom: 3px;
}

#channelLabelDiv
{
    position: absolute;
    top: 3px;
    left: 0px;
    width: 82px;
    text-align: right;
}

#leaveChannelSpan
{
    font-size: 0.8em;
    margin-left: 2px;
    cursor: pointer;
}

#channelInput
{
    margin-top: 0px;
    width: 100%;
    _width: 150px; /* Hack for IE6 */
}

#channelName
{
    font-weight: bold;
    padding-top: 3px;
    display: none;
}

#noChannelLabel
{
    font-weight: normal;
    font-style: italic;
}

#changeChannelButton
{
    position: absolute;
    top: 1px;
    right: 2px;
    font-size: 0.8em;
    padding: 1px;
    width: 52px;
}

/* Note Actions (edit, cancel, delete) */

.noteActionPanel
{
	position: absolute;
	top: 2px;
    right: 2px;
    height: 18px;
    width: 80px;
    background: #EEFFEE;
    border: solid 1px #66CC66;
    visibility: hidden;
    z-index: 1;
}

.editLink, .cancelEditLink
{
    position: absolute;
    top: 0px;
    left: 3px;
}

.cancelEditLink
{
    display: none;
}

.deleteLink
{
    position: absolute;
    top: 0px;
    right: 3px;
}

/* Notes Instructions Area */

#notesInstructionsArea
{
    font-size: 0.7em;
    text-align: center;
    margin: 0px 5px 5px;
}

#cancelEditLinkSpan
{
    display: none;
    font-weight: bold;
}

/* Notes Input Area */

#inputTextArea
{
	width: 95%;
	margin: 0px auto;
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
	height: 54px;
	border: solid 1px #888;
	font-size: .8em;
}

#inputTextArea.editing
{
    border: dashed 1px #888;
    background-color: #BBFFBB;
}

#notesInputDiv
{
	height: 84px;
	background: #e7e7e7;
	padding: 5px 0px;
}

/* Search */

#searchDiv
{
	background-color: #e7e7e7;
	font-size: 0.8em;
}

#searchBox
{
    padding: 3px;
}

#searchQuery
{
    width: 230px;
    margin-top: 3px;
    margin-left: 2px;
}

#searchSubmitButton
{
    margin-top: 2px;
}

#searchOptions
{
    margin-left: 3px;
}

#searchContext
{
    padding: 5px;
    height: 16px;
    white-space: nowrap;
}

#searchChrome
{
    position: relative;
    height: 78px;
    overflow: hidden;
}

#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;
	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");
}

#objectToggle
{
    position: absolute;
    top: 0px;
    right: 10px;
    margin-right: 0px;
    cursor: default;
    text-align: center;
}

#objectZoomInButton, #objectZoomOutButton
{
    cursor: pointer;
}

#objectZoomInButton, #objectZoomInDisabledButton
{
    position: absolute;
    top: 2px;
    right: 12px;
}

#objectZoomOutButton, #objectZoomOutDisabledButton
{
    position: absolute;
    top: 2px;
    left: 14px;
}

#objectZoomOutButton, #objectZoomInDisabledButton
{
    display: none;
}

#tabContent
{
    position: relative;
	overflow: hidden;
	background: #e7e7e7;
	border-left: solid 1px #888;
}

.contentArea
{
	overflow: hidden;
	padding: 10px;
	background: #e7e7e7;
	margin: 0px auto;
}

.imageViewerImage
{
    border: solid 1px darkgray;
    -ms-interpolation-mode: bicubic;
}

#adobeReaderDownloadDiv
{
    margin: 33px;
    cursor: pointer;
}

#adobeReaderDownloadTextDiv
{
    margin: 33px;
}

/* Questions */

#questions
{
    display: none;
    margin-top: 10px;
}

#questionsPane
{
    padding-top: 10px;
	background: #e7e7e7;
	border-left: solid 1px #888;
}

#questionHeader
{
    position: absolute;
    top: 7px;
    left: 0px;
    margin-left: 5px;
    font-size: 0.8em;
}

#questionEntryBar
{
    position: relative;
    border-top: solid 1px #CCC;
    height: 30px;
    padding-left: 110px;
    padding-right: 10px;
}

#questionTextEntry
{
    margin-top: 3px;
    width: 100%;
}

#questionTextEntryInstructions
{
    z-index: 1;
    position: absolute;
    top: 7px;
    left: 115px;
    font-style: italic;
    font-size: 0.8em;
    color: gray;
}