﻿/* 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: url("../../styles/ocupop/images/viewer_body_bg.gif") repeat-x scroll 0 35px #ECECEC;
}

form
{
    margin: 0px;
}

/* Header */

#header
{
    position: relative;   
    height: 34px;
    min-width: 635px;
    background: #e7e7e7;
    margin-bottom: 10px;
    padding-right: 275px;
    border: solid 1px #B1B1B1;
    border-top: none;
    background: url("../../styles/ocupop/images/viewer_header_bg.gif") repeat-x scroll 0 0 transparent;
}

#courseTitle
{
    float: left;
    margin-left: 5px;
	height: 19px;
	font-size: .9em;
    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;
    max-width: 120px;
    max-height: 34px;
}

#logoDivider
{
    position: absolute;
    right: 129px;
    top: 0px;
    width: 1px;
    height: 34px;
}

#panoptoLink
{
    position: absolute;
    right: 7px;
    top: 6px;
}

#panoptoLogo
{
    border: 0px;
}

/* Message */

#message
{
    display: none;
    max-width: 450px;
    margin: 0px 10px;
    padding: 10px;
    background: #e7e7e7;
    font-size: 0.9em;
}

/* 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
{
    margin: 0 10px;
}

#eventViewerDiv
{
    padding: 10px 10px 0px;
    position: relative;
    top: 0px;
    right: 0px;
}

/* Panes */

.eventTabViewerPane
{
    border: solid 1px #B1B1B1;
    background-color: white;
    margin-top: 3px;
    _margin-top: -1px !important;
}

/* Content eventViewers */

#infoContents, .tocContents, #notesDivDisplay, #searchResults, #questionsAsked
{
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
}

#tocSearchChrome, #transSearchChrome
{
    background: url("../../styles/ocupop/images/viewer_subheader_bg.gif") repeat-x scroll 0 10px white;
}

/* Info Panel */

#infoContents
{
    position: relative;
    font-size: 0.9em;
}

Table.info
{
    border-collapse: collapse;
    margin-top: 5px;
    margin-left: 5px;
}

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;
    margin-left: 5px;
}

#infoContents HR
{
    height: 1px;
    color: #CCC;
}

.linkDecoration
{
    font-size: 0.8em;
    margin-left: 5px;
}

/* Event Visuals */
.eventVisualGroup, .eventVisualGroupHover, .eventVisualGroupSelected
{
	cursor: pointer;
	font-family: Arial;
	font-size: .8em;
    padding: 2px 2px 2px 4px;
	word-wrap: break-word;
}

.eventVisualContainer
{
    display: block;
    width: 100%;
}

.eventVisualGroupTime
{
    display: inline;
}

.eventVisual, .eventVisualSelected, .eventVisualHover, .eventVisualEditing
{
    width: 100%;
}

.eventInfoDiv
{
    margin-left: 10px;
    display: inline;
}

.eventVisualElement, .eventVisualUser, .eventVisualType
{
	margin-right: 4px;
	display: inline;
}

.eventVisualElement
{
    margin-left: 4px;
}

.eventVisualUser, .eventVisualType
{
    font-size: 0.9em;
}

.eventVisualGroupTime
{
	font-weight: bold;
	white-space: nowrap;
}

.eventVisualEditing
{
    padding: 3px;
    border: dashed 1px #B1B1B1;
    background-color: #88EE88;
}

.eventVisualGroupSelected, .eventVisualSelected
{
	background-color: #8EF277;
}

.eventVisualGroupHover, .eventVisualHover
{
	background-color: #BBFFBB;
}

.match
{
    font-weight: bold;
}

/* Notes */

#notesDivDisplay
{
    border-bottom: solid 1px #CCC;
}

#notesHeaderDiv
{
    background: url("../../styles/ocupop/images/viewer_header_bg.gif") repeat-x scroll 0 21px white;
}

/* Notes Help */
#notesHelpLink
{
    font-size: .8em;
    position: absolute;
    right: 10px;
    top: 30px;
    margin-right: 8px;
    margin-top: 7px;
}

/* Notes User */
#notesUserDiv, #channelDiv
{
    position: relative;
    font-size: .8em;
    padding-bottom: 3px;
    padding-left: 10px;
	overflow: hidden;
	display: inline;
}

#notesUserDiv, #notesUserLabelDiv, #notesUserSelect, publicNotesToggleLabel
{
    display: inline;
}

#notesUserSelect
{
    width: 195px;
}

#publicNotesToggleDiv
{
    display: inline;
    white-space: nowrap;
}

#publicNotesToggleLabel.public
{
    font-weight: bold;
}

/* Notes Channel (#channelDiv base above) */

#channelDiv, #channelLabelDiv, #channelInput
{
    display: inline-block;
}

#channelInput
{
    width: 150px;
}

#channelName
{
    font-weight: bold;
    display: none;
}

#changeChannelButton
{
    font-size: 0.8em;
}

/* Note Actions (edit, cancel, delete) */

.noteActionPanel
{
	position: absolute;
	top: -2px;
    right: -2px;
    height: 18px;
    width: 80px;
    border: solid 1px #66CC66;
    visibility: hidden;
    z-index: 1;
    background-color: #eeffee;
}

.editLink, .cancelEditLink
{
    position: absolute;
    top: 0px;
    left: 3px;
}

.cancelEditLink
{
    display: none;
}

.deleteLink
{
    position: absolute;
    top: 0px;
    right: 3px;
}

#publicNotesToggle
{
    position: absolute;
    margin-left: 10px;
}

/* 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;
	border: solid 1px #B1B1B1;
	font-size: .8em;
}

#inputTextArea.editing
{
    border: dashed 1px #B1B1B1;
    background-color: #BBFFBB;
}

#notesInputDiv
{
	padding: 5px 0px 10px 0px;
	background-color: #ECECEC;
    border-top: 1px solid DarkGray;
}

/* Search */

.searchQuery
{
    display: inline;
    margin: 5px;
    width: 190px;
}

.searchSubmitButton
{
    display: inline;
    font-size: 0.8em;
    *vertical-align: text-bottom;
}

#searchOptionControls
{
    margin-left: 10px;
}

#searchDiv
{
	font-size: 0.8em;
	background: url("../../styles/ocupop/images/viewer_header_bg.gif") repeat-x scroll 0 23px white;
}

#searchContext
{
    margin-top: 2px;
    padding: 2px;
    white-space: nowrap;
    display: none;
}

#searchResults
{
    font-size: 1.3em;
}

#searchButton
{
    font-size: 1.0em;
}

/* Right pane */

#tabViewer
{
	padding-right: 10px;
	overflow: hidden;
}

.thumbImage, .thumbImageSelected, .thumbImageHover
{
    background: darkgray;
    padding: 1px;
	border: 4px solid white;
	cursor: pointer;
	width: 240px;
	height: 180px;
	margin: 3px 0px 0px;
}


.thumbImageSelected
{
	border: 4px solid #8EF277;
}

.thumbImageHover
{
	border: 4px solid #BBFFBB;
}

#thumbnails
{
	height: 216px;
	overflow: hidden;
	overflow-x: scroll;
	margin-right: 10px;
	border-left: solid 1px #B1B1B1;
	border-right: solid 1px #B1B1B1;
	border-bottom: solid 1px #B1B1B1;
	background-color: White;
}

.tabBar
{
	height: 20px;
	overflow: visible;
}

#tabViewerBar
{
    float: left;
}

.tabDiv, .tabDivSelected, .tabDivDisabled
{
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    background: url("../../styles/ocupop/images/tabs_viewer_bg.gif") repeat-x scroll 0 0 transparent;
    border-left: 1px solid #B1B1B1;
    border-right: 1px solid #B1B1B1;
    border-top: 1px solid #B1B1B1;
    margin-right: 1px;
    padding: 3px 12px 4px;
    text-shadow: 0 1px 1px #FFFFFF;
	float: left;
	text-align: center;
	cursor: pointer;
	font-size: .8em;
	-moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.tabDivSelected
{
	cursor: default;
	background: none repeat scroll 0 0 #FFFFFF;
}

.tabDivDisabled
{
	color: gray;
	cursor: default;
}

#objectToggle
{
    position: absolute;
    top: 0px;
    right: 10px;
    margin-right: 0px;
    cursor: default;
    text-align: center;
    width: 50px;
    height: 16px;
}

#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: white;
	border-left: solid 1px #B1B1B1;
	border-right: solid 1px #B1B1B1;
	border-top: solid 1px #B1B1B1;
	clear: both;
	z-index: -1;
	margin-top: 23px;
	*margin-top: 3px !important;
	_margin-top: -1px !important;

}

.contentArea
{
	overflow: hidden;
	padding: 10px;
	margin: 0px auto;
}

.imageViewerImage
{
    border: solid 1px darkgray;
    /* Enable bicubic resizing for IE7 */
    -ms-interpolation-mode: bicubic;
}

#adobeReaderDownloadDiv
{
    margin: 33px;
    cursor: pointer;
}

#adobeReaderDownloadTextDiv
{
    margin: 33px;
}

/* Questions */

#questions
{
    display: none;
    margin-top: 10px;
}

#questionsPane
{
    margin-top: 3px;
	background: White;
	border: solid 1px #B1B1B1;
}

#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;
}