/* Panel Styling */
.panel { overflow: hidden; }
.panel.main { position:absolute; }
.tabbutton {
	float:left;
	width:70px;
	height:18px;
	line-height:18px;
	position:relative;
	text-align:center;
	cursor:pointer;
	background:url('/images/video/tabs/tab.png') no-repeat;
	margin: 0px;
}
.tabbutton.notselected {
	color:#606060;
	z-index:94;
}	
.tabbutton.selected {
	color:black;
	overflow:visible;
	width:70px;
	font-weight: bold;
	z-index:96;
}
#btnPlusTab {
	position: absolute;
	right: 5px;
	color:#606060;
	height:18px;
	width:17px;
	line-height:18px;
	text-align:center;
	cursor:pointer;
	margin:0px;
}
#btnPlusTab:hover {
	color:black;
	height:76px;
	z-index:96;
}
#btnPlusTab .plustabpopdown {
	position: absolute;
	top: 17px;
	right: 0px;
	background: url('/images/video/tabs/plustabover.png') no-repeat;
	z-index: 60;
	display: none;
	margin-left: -86px;
}
#btnPlusTab:hover .plustabpopdown {
	display:block;
	line-height:20px;
	padding-top:2px;
}
#btnPlusTab:hover .plustabpopdown span {
	color:#606060;
}
#btnPlusTab:hover .plustabpopdown span:hover {
	color:black;
}
.spanlink {
	text-align:center;
	cursor:pointer;
}
.spanlink:hover {
	text-decoration:underline;
}	
/* comment styling */
#pnlNewComment {
	padding:3px;
	font-size:11px;
	font-family: Arial;
	color:#606060;
	width:325px;
	height:205px;
	z-index:123;
	position:absolute;
}
#pnlNewComment input[type=text], #pnlNewComment textarea {
	font-size:11px;
	font-family:Arial;
	color:#606060;
}
#pnlNewComment input {
	vertical-align:middle;
}
#pnlCommentsControl .sortbypopdown {
	display:block;
	width:81px;
	height:22px;
	cursor:pointer;
	margin:0px;
	background:url('/images/video/comments/buttons/sortby.png') no-repeat;
}
#pnlCommentsControl .sortbypopdown ul {
	list-style-type:none;
	line-height:19px;
	display:none;
}
#pnlCommentsControl .sortbypopdown:hover ul {
	display:block;
}
#pnlCommentsControl .sortbypopdown:hover {
	height:63px;
	background:url('/images/video/comments/buttons/sortbyover.png');
}
#pnlCommentsControl .showpopdown {
	display:block;
	width:81px;
	height:22px;
	cursor:pointer;
	margin:0px;
	background:url('/images/video/comments/buttons/show.png');
}
#pnlCommentsControl .showpopdown ul {
	list-style-type:none;
	line-height:19px;
	color:#606060;
	display:none;
}
#pnlCommentsControl .showpopdown:hover ul {
	display:block;
}
#pnlCommentsControl .showpopdown:hover {
	height:63px;
	background:url('/images/video/comments/buttons/showover.png');
}
#pnlPostedComments hr {
	height:1px;
	width:95%;
	z-index:2;
	color:#efefef;
}
#pnlCommentsPager a {
	text-decoration:underline;
	color:blue;
	margin-left:3px;
}
.comment {
	width:98%;
	padding:2px 5px 5px 5px;
	margin-bottom:3px;
}
#pnlEditNotesControl {
	color:#606060;
}
#pnlEditNotesControl textarea {
	color:#606060;
}
#pnlEditNotesControl .editmodepopdown {
	display:block;
	width:81px;
	height:16px;
	cursor:pointer;
	margin:0px;
	overflow:hidden;
	background: url('/images/video/edit/mode.png') no-repeat;
}
#pnlEditNotesControl .editmodepopdown:hover {
	line-height:14px;
	height:45px;
	background:url('/images/video/edit/modeover.png');
}	
.thumbcontainer {
	width:130px;
	float:left;
	text-align:center;
	padding:5px;
	color:#606060;
	border:solid 1px #606060;
	margin:5px 0px 0px 5px;
	cursor:pointer;
}
.slidecontainer {
	padding: 0px;
	margin: 5px 0px 0px 8px;
	border: solid 1px #606060;
}	
.slidecontainer.time {
	margin:0px;
	border:0px;
	font-size:10px;
	font-weight:bold;
	padding:2px 0px 2px 0px;
	color:white;
	background:#e0e0e0;
}
.slidecontainer img {
	padding:0px;
	margin:0px;
	border:0px;
	cursor:pointer;
	vertical-align:middle;
}
.slidecontainer input[type=text] {
	width:25px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	font-family:Arial;
	border:solid 1px #e0e0e0;
	background:#808080;
	color:white;
}
.slidecontainer div.menu {
	text-align:center;
	height:30px;
	line-height:30px;
	color:white;
	background:#606060;
	margin:0px;
}
.slidecontainer table {
	padding:0px;
	margin:0px;
	border:0px;
}
.slidecontainer td {
	padding:5px 2px 0px 3px;
	border:0px;
}
.slidecontainer td textarea {
	border:solid 1px #969696;
	color:#606060;
}
.screencontainer {
	width: 310px;
	float: left;
	text-align: center;
	padding: 2px;
	color: #606060;
	border: solid 1px #606060;
	margin: 2px 0px 0px 2px;
	cursor: pointer;
}
.screencontainer:hover, .thumbcontainer:hover {
	background: white;
	border: solid 1px #606060;
	color: black;
}
#pnlQuizQuestionContainer {
	position:absolute;
	top:0px;
	left:0px;
	height:570px;
	width:995px;
	background:gray;
	/*
	opacity:0.5;
	filter:alpha(opacity=50);
	*/
	z-index:70;
}
#pnlQuizQuestion {
	position:absolute;
	top:200px;
	left:300px;
	padding:10px;
	background:White;
	border:solid 1px #606060;
	color:Black;
	z-index:72;
}
/* drop up menu for Bottom Panel */
ul, li, p {
	padding:0px;
	margin:0px;
	text-align:center;
}
p {
	font-variant:small-caps;
}
#pnlBottomMenu {
	position:absolute;
	left:5px;
	height:30px;
	width:500px;
	padding:0px;
	margin:0px;	
}
#pnlBottomMenu ul {
	display:block;
	height:30px;
	list-style-type:none;
	position:absolute;
}
#pnlBottomMenu ul li {
	display:block;
	border-right:dotted 1px #DADADA;
	float:left;
	width:150px;
	text-align:left;
}
#pnlBottomMenu ul li:hover {
	background: #dadada;
	border-right:solid 1px gray;
}
#pnlBottomMenu ul li ul {
	position:absolute;
	display:block;
	background:#dadada;
	border:solid 1px gray;
	border-bottom:none;
	height:0px;
	overflow:hidden;
	width:0px;
	z-index:1000;
}
#pnlBottomMenu ul li:hover ul {
	display:block;
	margin-top:-71px;
	margin-left:-1px;
	height:auto;
	width:150px;
	bottom:30px;
}
#pnlBottomMenu ul li ul li {
	float:none;
	height:20px;
	line-height:20px;
	min-width:150px;
	text-align:center;
}
.popdownmenu {
	display:block;
	height:15px;
	border:solid 1px white;
	position:absolute;
	overflow:hidden;
	z-index:1010;
	cursor:pointer;
	background:white;
}
.popdownmenu ul {
	list-style-type:none;
}
.popdownmenu:hover {
	height:45px;
	border:solid 1px black;
}
.container {
	overflow:hidden;
	border-style:solid;
	border-width:1px;
	border-color:#AAAAAA;
	outline:none;
}
a {
	text-decoration:none;
	color:#000000;
	outline:none;
}
a:hover {
	text-decoration:underline;
}
.qualcontainer {
	position:absolute;
	top:570px;
	left:495px;
	height:auto;
	width:auto;
	padding:3px;
	font-size:11px;
	background:#dbfeff;
	cursor:pointer
}
.commentbutton {
	text-decoration:underline;
	color:blue;
}
/* General Style */
body {
	font-size:12px;
	font-family:Arial;
	padding:0px;
	margin:0px;
}
img:hover { cursor:pointer; }
textarea {
	font-size:12px;
	font-family:Arial;
	overflow:hidden;
	display:inline;
	vertical-align:middle;
}
span.searchNote {
	background:yellow;
}
/* Note Taker Style */
div.notes_container {
	border:solid 1px #666666;
	overflow-x:hidden;
	overflow-y:scroll;
}
div.row {
	border:solid 1px #969696;
	height:18px;
	margin:2px 0px 0px 2px;
}
div.row_segment {
	border:solid 1px #969696;
	height:18px;
	margin:2px 0px 0px 2px;
	background-color:#9999CC;
}
div.row img {
	display:inline;
	vertical-align:middle;
	margin-left:2px;
	margin-right:2px;
}
div.row_segment img {
	display:inline;
	vertical-align:middle;
	margin-left:2px;
	margin-right:2px;
}
div.indent {
	display:inline;
	line-height:10px;
	margin-left:2px;
	margin-right:2px;
	font-weight:bold;
}
div.rownum {
	color:#666666;
	display:inline;
	line-height:20px;
	vertical-align:middle;
	font-weight:bold;
}
textarea.text_edit {
	background:#666666;
	color:white;
	border:none;
	display:inline;
}
textarea.text_noedit {
	background:white;
	color:#666666;
	border:none;
	display:inline;
}
textarea.text_segment_edit {
	background:#9999cc;
	color:white;
	border:none;
	display:inline;
}
textarea.text_segment_noedit {
	background:#9999cc;
	color:white;
	border:none;
	display:inline;
}
/* Tree Style */
.tree_container {
	border:solid 1px #666666;
	overflow-x:hidden;
	overflow-y:scroll;
}
.tree_text {
	cursor:pointer;
	display:inline;
	vertical-align:middle;
}
.tree_text:hover { text-decoration:underline; }
.segment {
	height:auto;
	margin:2px 2px 0px 2px;
	padding-right:2px;
}
.segment.notplaying {
	border: none;
	background-color: transparent;
	color: #555555;
	font-weight: normal;
}
.segment.playing {
	border: none;
	background: #ffff99;
	color:#222222;
	font-weight: bold;
}
.subsegment_cont {
	height:auto;
	margin:5px 0px 0px 5px;
	padding-right:2px;
	font-weight: normal;
}
.subsegment { margin: 2px 0px 3px 0px; }
.subsegment_cont.notplaying { display: none; }
.subsegment_cont.playing { display: block; }
.subsegment.notplaying { background: transparent; }
.subsegment.playing { background: #bdd0ff; }
.vnTextBox {
	border: solid 1px gray;
	width: 150px;
	margin-left: 10px;
	padding: 2px 3px 2px 3px;
}
#btnPlusTabText {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 18px;
	width: 17px;
	font-size: 14px;
	font-weight: bold;
	background: url('/images/video/tabs/plustab.png');
}
#SearchError {
	font-size: 10px;
	color: black;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	border: solid 1px #606060;
	display: none;
}
#btnVideoNotesSearch {
	vertical-align: middle;
}	
#txtSearch {
	width: 150px;
	vertical-align: middle;
	font-size: 12px;
	font-family: Arial;
	color: #606060;
}
#pnlRatingBar {
	position: absolute;
	top: 605px;
	left: 5px;
	width: 472px;
	height: 100px;
	padding: 3px;
	font-size: 16px;
}
#rateframe {
	background: #ffffff;
	width: 480px;
	height: 100px;
	border: 0px;
	padding: 0px;
}
#inpSlidesSearchText {
	width: 150px;
	vertical-align: middle;
	font-size: 12px;
	font-family: arial;
	color: #606060;
}
.bold { font-weight: bold; }
#pnlThumbnailsContainer, #pnlScreenshotsContainer {
	height: 100%;
	overflow-y: scroll;
}

