﻿@page  { margin: 2cm; }

/* all media design */

/* basic classes */

html, body {
	margin: 0;
	padding: 0;
	color:#000;
	font-family:arial,verdana,sans-serif;
	font-style:normal;
}

body {
	font-size:1.01em;
	width:100%;
	background: #fff; /*#EBEBEB;*/
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #266ab3;
	font-weight:bold;

}

button 
{
	font-family:arial,verdana,sans-serif;
	font-size: 12px;
}

.clear {
	clear:both;
}

.bold {
	font-weight: bold;
}

.page {
	margin: 0 auto;
}

.masthead-container {
	background: none repeat scroll 0 0 transparent !important;
	margin: 0;
	position: relative;
	z-index: 1;
}

.masthead {
	height: 50px;
	overflow: hidden;
	padding: 10px 0;
	position: relative;
	width: 970px;
	margin: 0 auto;
	background:#fff;
}

.logo-container {
	float: left;
}

.logo {
	float: none;
	height: 50px; /*40px;*/
	margin: 0;
	width: 160px;
	overflow:hidden;
	padding-left: 10px;
}

.masthead-user-bar-container {
	float: right;
}

.masthead-search-bar-container {
	overflow: hidden;
	padding-left: 15px;
	padding-right: 35px;
}

.masthead-user-bar, .masthead-search-bar  {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.masthead-user {

}

.masthead-nav {
	float: right;
	padding: 0 10px;
}

.masthead-nav span,.masthead-user span {
	color: #6D6E6E;
	font-size: 13px;
	padding: 6px 10px;
}

.masthead-user span.masthead-user-panel, span.masthead-user-panel {
	padding: 0;
}

span.masthead-upload-panel {
	padding: 0;
}


.masthead-nav a,.masthead-user a {
	font-size: 13px;
	padding: 6px 10px;
	font-weight:normal;
}

span.masthead-link-separator 
{
	color: #ccc;
	padding: 0;
	margin: 0;
}

.masthead-search 
{
	margin-top: 9px;
	padding: 0;
	position: relative;
	overflow: hidden;
	float:left;
	width: 260px;
}

.search-button {
	position: relative;
	float:right;
	overflow:hidden;
	background: #F6F6F6;
	border: 1px solid #ccc;
	border-radius: 0 3px 3px 0;
	color: #666;
	cursor: pointer;
	display: inline;
	font-weight: normal;
	height: 32px;
	margin-top: 0;
	padding: 0 10px;
	white-space:nowrap;
}

.search-button:hover {
	box-shadow: 0 1px 2px #ccc;
}

.masthead-search-term-container {
	font-size: 14px;
	position: relative;
	overflow:hidden;
}

.masthead-search-term 
{
	position: relative;
	width: 262px; /*100%;*/
	padding: 2px 0 2px 4px;
	height: 26px;
	border: 1px solid #ccc;
	border-radius: 3px 0 0 3px;
}

.browse-container {
	font-size: 13px;
	overflow: hidden;
}

.browse-content {
	overflow: hidden;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 970px;
	background:#fff;
	border-top: 3px solid #266AB3;
}

.edit-container {
	font-size: 13px;
	overflow: hidden;
}

.edit-content {
	overflow: hidden;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 20px;
	width: 970px;
	background:#fff;
	border-top: 3px solid #266AB3;
}

.upload-container {
	font-size: 13px;
	overflow: hidden;
}

.upload-content {
	overflow: hidden;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 20px;
	width: 970px;
	background:#fff;
	border-top: 3px solid #266AB3;
}

.upload-header {
	margin: 0 0 15px;
}

.upload-content h1 {
	color: #666;
	font-size: 20px;
	font-weight: normal;
	margin: 6px 0 3px;
	padding: 10px 0;
}

.upload-formsection {
	border: 1px solid #ccc;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 2px #ccc;
	margin-bottom: 15px;
}

h4.upload-formsection-head {
	color: #666;
	font-size: 13px;
	margin: 0;
	padding: 13px 15px;
	cursor: pointer;
	font-weight: bold;
}

.upload-formsection-body {
	padding: 0 15px 13px;
}

.upload-formsection-body p {
	color: #666;
	font-size: 13px;  
	padding: 0 20px;
	margin-top: 0;
}

.upload-formsection-body a {
	font-weight: normal;
}

.upload-formsection-head-icon {
	float: left;
	margin-right: 4px;
	vertical-align: middle;
}

.upload-left-column 
{
	margin: 0 20px 0 0;
	padding: 0;
	width: 575px;
	float: left;
}

.upload-right-column 
{
	margin: 0;
	padding-top: 0;
	width: 375px;
	position: relative;
	float: right;
}

.edit-content h1 {
	color: #666;
	font-size: 20px;
	font-weight: normal;
	padding: 10px 0;
	margin: 6px 0 3px;
}

.browse-left-column 
{
	margin: 0 20px 0 0;
	padding: 0;
	width: 170px;
	float:left;
}

.browse-main-column 
{
	margin: 0;
	padding-top: 0;
	width: 780px;
	position: relative;
	float: left;
}

.edit-left-column 
{
	margin: 0 20px 0 0;
	padding: 0;
	width: 475px;
	float: left;
}

.edit-right-column 
{
	margin: 0;
	padding-top: 0;
	width: 475px;
	position: relative;
	float: right;
}

.edit-main-column 
{
	margin: 0;
	padding: 0;
	width: 970px;
	float: none;
}

.alerts {
	background: #4D7730;
	color: #fff;
	box-shadow: 0 1px 2px #ccc;
	border-radius: 3px 3px 3px 3px;
	margin: 5px 0;
	overflow: hidden;
	height: 32px;
}

.alerts-locked {
	background: #bb0e1d;
	margin: 0 0 5px;
}

.alerts-sort {
	background: #ffbb00;
	margin: 0 0 5px;
}

.alerts-filetype {
	background: #bb0e1d;
	margin: 18px 0 5px;
}

.alert-icon {
	width: 32px;
	height: 32px;
	margin: 0 5px;
	float:left;
}

.alert-icon-close {
	width: 32px;
	height: 32px;
	cursor: pointer;
	float: right;
}

.alert-content {
	margin-right: 32px;
	line-height: 22px;
	padding: 5px 10px;
	font-weight: bold;
	overflow: hidden;
	white-space:nowrap;
}

ul.navigation-categories, ul.navigation-videomanager 
{
	display: block;
	margin: 0;
	padding: 0;
	list-style: none outside none;
	margin-bottom: 20px;
}

.navigation-categories a, .navigation-videomanager a {
	border-bottom: 1px solid #F2F2F2;
	color: #000;
	display: block;
	margin: 0;
	padding: 7px 15px;
	text-decoration: none;
	font-weight:normal;
	font-size: 14px;
	background: #E2E3E3;
}

.navigation-categories .selected a, .navigation-categories a.selected, .navigation-videomanager .selected a, .navigation-videomanager a.selected {
	/*background: #fff;*/
	/*border-right: 4px solid #266AB3;*/
	/*color: #000;*/
	background: url("/images/hhu_mainnavi_bg.jpg") no-repeat scroll left top #4093EA;
	color:#fff;
	/*font-weight: bold;*/
}

.navigation-categories a:hover, .navigation-videomanager a:hover  
{
	background: url("/images/hhu_mainnavi_bg.jpg") no-repeat scroll left top #4093EA;
	color: #fff;
	position: relative;
}

footer-container {
	margin-top: 0; 
	clear:both;
}

.footer {
	margin: 0 auto;
	width: 970px;
	padding-top: 10px;
	padding-bottom: 20px;
	background:#fff;
}

.footer-main {
	font-size: 11px;
	background-color: #DBDCDD;
	line-height:35px;
	height: 35px;
	padding-left:180px;
	color: #6D6E6E;
}

.footer-main a 
{
	font-weight:normal;
	background: url("/images/footer_dot.gif") no-repeat scroll left center transparent;
	color: #6D6E6E;
	font-size: 11px;
	margin: 0 5px 0 0;
	padding-left: 10px;
}

.footer-main a:hover 
{
	color: #6D6E6E;
}

.browse-collection-wrapper {

}

.browse-collection {
	padding: 8px 8px 0 8px;
	margin-bottom:8px;
}

.browse-collection-3items 
{
	display: inline-block;
	padding-right: 0;
}

.browse-collection-live 
{
	float:right;
	background:#eee;
	margin-bottom:12px;
	box-shadow: 0 1px 2px #ccc;
	border-radius: 3px 3px 3px 3px;
}

.browse-collection .collection-header a.collection-heading {
	color: #666;
}

.browse-collection .collection-header a.collection-heading:hover {
	color: #266AB3;
}

.browse-collection h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
}

.browse-collection h2 a {
	font-weight: normal;
}

.browse-collection h2 span {
	color: #666;
}

.collection-title {

}

.browse-item-row 
{
	margin: 0 -8px;
	padding: 0;
	overflow: hidden;
}

.department-item-row 
{
	margin: 20px 0;
	padding: 0;
	overflow: hidden;
}

.browse-item 
{
	float: left;
	margin: 4px 1px 4px 0;
	width: 178px;
	color: #666;
	display: block;
	font-size: 11px;
	padding: 6px 8px;
	overflow: hidden;
	border-radius: 3px 3px 3px 3px;
}

.browse-item-search 
{
	float: left;
	margin: 0 1px 0 0;
	color: #666;
	width:764px;
	display: block;
	font-size: 11px;
	padding: 8px 8px;
	overflow: hidden;
	border-radius: 3px 3px 3px 3px;
}

.department-item 
{
	float: left;
	margin: 0;
	width: 366px;
	color: #666;
	display: block;
	font-size: 13px;
	padding: 6px 8px;
	overflow: hidden;
}

.department-item a {
	color:#666;
}

.department-item a:hover {
	color:#266AB3;
}

.browse-collection-live .browse-item 
{
	margin-bottom: 0;
}

.browse-item:hover {
	background: #d8d8f0;
	box-shadow: 0 1px 2px #ccc;
}

.browse-item-search:hover {
	background: #efefef;
}

.browse-collection-live .browse-item:hover {
	background: #eee;
	box-shadow: 0 0 0;
}

.browse-item-empty {

	margin: 30px 0 40px;
	padding: 0;
	overflow: hidden;
	position: relative;
	color: #666;
	height: 115px;
}

.browse-item-search-empty {

	margin: 30px 0 40px;
	padding: 0;
	overflow: hidden;
	position: relative;
	color: #666;
	height: 115px;
}

.department-item-empty {
	margin: 20px 8px 20px;
	padding: 0;
	overflow: hidden;
	position: relative;
	color: #666;
	
}

.browse-item-empty-videomanager {
	padding: 10px;
}

.video-thumb-anchor 
{
	display: inline-block;
	position: relative;
	text-decoration:none;
}

.video-thumb-anchor-search 
{
	display: block;
	position: relative;
	float:left;
	text-decoration:none;
	margin-right: 10px;
}

.video-thumb 
{
	width:178px;
	height: 100px;
}

.video-thumb-search 
{
	width:192px;
	height: 108px;
}

.video-time {
	background-color: #333;
	border-radius: 3px 3px 3px 3px;
	color: #fff !important;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	height: 14px;
	line-height: 14px;
	opacity: 0.75;
	padding: 0 4px;
	margin: 0;
	vertical-align: top;
	bottom: 2px;
	position: absolute;
	right: 2px;
}

.video-protected {
	background-color: #333333;
	border-radius: 3px 3px 3px 3px;
	top: 2px;
	color: #FFFFFF !important;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	height: 14px;
	line-height: 14px;
	margin: 0;
	opacity: 0.75;
	padding: 0 4px;
	position: absolute;
	right: 2px;
	vertical-align: top;
}

.browse-item-content {
	margin-top: 8px;
	overflow: hidden;
}

.browse-item-content-search {
	margin-top: 0;
	overflow: hidden;
	float:left;
}

.browse-item h3 {
	height: auto;
	margin: 0 0 3px;
	max-height: 32px;
	overflow: hidden;
	text-overflow: clip;
	white-space: normal;
	font-weight: bold;
	font-size:13px;
}

.browse-item a {
	color: #666;
	font-weight:normal;
}

.browse-item:hover a {
	color: #266AB3;
}

.browse-item h3 a {
	font-weight:bold;
	white-space:nowrap;
}

.browse-item-info {
	margin: 0;
}

.browse-item-content-search h3 {
	height: auto;
	margin: 4px 0 8px 0;
	max-height: 32px;
	overflow: hidden;
	text-overflow: clip;
	white-space: normal;
	font-weight: bold;
	font-size:14px;
}

.browse-item-search a {
	color: #666;
	font-weight:normal;
}

.browse-item-search:hover a {
	color: #266AB3;
}

.browse-item-search h3 a {
	font-weight:bold;
}

.browse-item-info .metadata-line {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.browse-item-info .video-username {
	clear: both;
	display: block;
}

.browse-item-info-search {
	margin: 0;
	font-size: 12px;
}

.browse-item-info-search .metadata-line {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.browse-item-info-search .description-line {
	text-overflow: ellipsis;
	width: 560px;
	margin-top:8px;
}

.browse-item-info-search .quickedit-line {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top:8px;
}

.watch-headline {
	padding: 10px 0 5px;
	margin: 0 auto;
	width: 970px;
	border-top: 3px solid #266AB3;
	display:block;
}

.watch-headline h1 {
	color: #000;
	font-size: 25px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	margin: 0 0 5px;
	max-height: 25px;
	overflow: hidden;
}

.watch-headline h1 span {
	font-size: 22px;
}

.watch-headline-additional-information {
	line-height:22px;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	max-height: 22px;
	overflow: hidden;
	display:block;
}

.watch-video {
	position: relative;
	margin: 0 auto;
	width: 970px;
}

.watch-player {
	background: #000;
	color: #fff;
	height: 360px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 640px;
	border: 1px solid #ccc;
}

.watch-player-preview {
	background: #000;
	color: #fff;
	height: 265px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 430px;
}

.watch-player-empty {
	padding: 80px 10px;
	font-size: 13px;
}

.watch-main {
	margin: 0 auto;
	width: 970px;
}

.watch-panel {
	float: left;
	padding-top: 10px;
	width: 640px;
	z-index: 0;
}

.watch-sidebar {
	margin-left: 10px;
	width: 320px;
	margin-bottom: 20px;
	margin-top: -370px;
	float: right;
	position: relative;
	z-index: 0;
}

.watch-sidebar-section {
	margin: 0 0 10px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.watch-related-container {
	position: relative;
	padding-left: 10px;
	margin: 0;
	overflow: hidden;
}

.watch-related-playlist-title {
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	padding: 0;
	margin: 7px 0 5px 0;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}

.watch-related-playlist-title-empty {
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	padding: 0 10px;
	margin: 7px 0 5px 0;
	overflow: hidden;
}

.watch-related-playlist-title-anchor {
	color: #666;
}

.watch-related-playlist-title-anchor:hover {
	color: #266AB3;
}

ul.watch-related {
	position: relative;
	z-index: 2;
	list-style: none outside none;
	margin: 0;
	padding: 0;
    overflow:hidden;
}

.watch-scroll-container {
    position: relative;
	z-index: 5;
    display:block;
    height:30px;
    background:#eee;
    margin:5px 0 5px;
    box-shadow: 0 1px 2px #ccc;
}

.watch-scroll-down {
    width: 0;
    height: 0;
    -webkit-transform:rotate(360deg);
    border-style: solid;
    border-width: 30px 155px 0 155px;
    border-color: #DBDCDD transparent transparent transparent;
    display:block;
}

.watch-scroll-up {
    width: 0;
    height: 0;
    -webkit-transform:rotate(360deg);
    border-style: solid;
    border-width: 0 155px 30px 155px;
    border-color: transparent transparent #DBDCDD transparent;
    display:block;
    margin-top: 0;
}

.video-list-item {
	padding: 0;
	clear: both;
	margin-bottom: 5px;
}

.video-list-item-anchor {
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 1px 2px #ccc;
	color: #000;
	background: #eee;
	display: block;
	overflow: hidden;
	padding: 5px;
}

.video-list-item-anchor:hover  {
	background: #d8d8f0;
}

.video-list-thumb-container {
	float: left;
	margin: 0 8px 0 0;
	display: inline-block;
	position: relative;
}

.datalist-item  {
	margin: 0;
}

.video-thumb-item {
	width: 115px;
	height: 68px;
	display: inline-block;
	margin: 0 5px 10px 0;
}

.datalist-item .video-thumb-item {
	border: 1px solid #ccc;
}

.datalist-item-selected .video-thumb-item {
	background: #ccf;
	border: 1px solid #99f;
}

img.video-list-thumb {
	width: 120px;
	height: 67px;
	display: inline-block;
	vertical-align: middle;
}

img.playlist-list-thumb {
	/*width: 120px;*/
	height: 65px;
	margin: 0 32px;
	border: 1px solid #266ab3;
	display: inline-block;
	vertical-align: middle;
}

img.stream-list-thumb {
	width: 120px;
	height: 67px;
	margin: 0 0 0 0;
	display: inline-block;
	vertical-align: middle;
}

.video-thumb-select {
	width: 107px;
	height: 60px;
	padding: 4px;
}

.video-list-title {
	color: #666;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	max-height: 32px;
	text-decoration: none;
	width: auto;
	cursor: pointer;
	display: block;
	margin-bottom: 2px;
	overflow: hidden;
	white-space:nowrap;
}

.video-list-item-anchor:hover .video-list-title  {
	color: #266AB3;
}

.video-list-user-name, .video-list-view-count {
	color: #666;
	display: block;
	font-size: 11px;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	font-weight:normal;
}

.video-list-speaker, .video-list-separator, .video-list-produced {
	color: #666;
	font-size: 11px;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	font-weight:normal;
}

.video-list-wrapper 
{
	display: block;
	white-space: nowrap;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	padding: 0;
}

.watch-information {
	margin-bottom: 5px;
	overflow: hidden;
	width: 640px;
}

.watch-information span {
	line-height: 16px;
	font-size: 13px;
	color: #666;
}

.watch-information span a {
	font-weight:normal;
}

.watch-information-right {
	float:right;
	line-height: 24px;
	overflow: hidden;
}

.watch-information-left {
	display: inline-block;
	/*white-space: nowrap;*/
	width: 520px;
}

span.watch-information-viewcount {
	font-size:18px;
	line-height:24px;
	float:left;
	display: none; /*disable views*/
}

span.view-separator {
	display: none; /*disable views*/
}

.metadata-line span.viewcount {
	display: none; /*disable views*/
}

.quickedit-line span.viewcount {
	display: none; /*disable views*/
}

.flag-button {
	position: relative;
	float:right;
	overflow:hidden;
	background: #F6F6F6;
	border: 1px solid #ccc;
	border-radius: 3px 3px 3px 3px;
	color: #666;
	cursor: pointer;
	display: inline;
	font-weight: bold;
	height: 26px;
	margin-top: 0;
	margin-left: 5px;
	padding: 0 5px;
	white-space:nowrap;
}

.flag-button span.button-content 
{
	line-height: 22px;
	padding: 2px 0;
}

.flag-button:hover {
	box-shadow: 0 1px 2px #ccc;
}

.watch-tabs {
	margin-bottom: 5px;
	overflow: hidden;
	width: 640px;  
	border-bottom: 1px solid #ccc !important;
}

.watch-description-text, .watch-chapters-text, .watch-download-text, .watch-embed-text, .watch-quality-text, .watch-speaker-text {
	padding: 5px 0;
	color: #666;
	font-size: 13px;
	line-height: 18px;
}

.watch-description-text h4, .watch-description-extras h4, .watch-chapters-text h4, .watch-download-text h4, .watch-embed-text h4, .watch-quality-text h4, .watch-speaker-text h4 {
	font-size: 13px;
}


.watch-speaker-text, .watch-description-text 
{
	width: 540px;
}

.watch-qrcode 
{
	float: right;
	width: 75px;
	height: 75px;
	margin: 10px 0 10px 15px;
	padding: 5px;
	border: 1px solid #ccc;
}

.watch-license 
{
	float: right;
	margin: 0 0 10px 10px;
	padding: 0;
}

.watch-qrcode img 
{
	width: 75px;
	height: 75px;
}

.watch-description-text a, .watch-chapters-text a, .watch-download-text a, .watch-embed-text a, .watch-quality-text a, watch-speaker-text a {
	color: #266AB3;
	font-weight:normal;
}

.watch-speaker-text h4, .watch-description-text h4 {
	color: #666;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 3px;
}

.watch-speaker {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color:#666;
}

.watch-description {
	margin: 0;
	padding: 0;
    font-size: 13px;
}

.watch-description-extras {
	margin: 10px 0;
	font-size: 13px;
}

.watch-description-extras a {
	font-weight: normal;
}

.watch-description-extras h4 {
	color: #666;
    font-size: 13px;
	font-weight:bold;
	margin-bottom: 4px;
	margin-top: 8px;
}

.watch-description-extras p {
	margin: 0;
	padding: 0;
	color:#666;
}

ul.watch-info-tag-list {
	position: relative;
	z-index: 2;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.watch-info-tag-list li {
	display: inline;
	margin-right: 10px;
	line-height: 20px;
	color: #666;
}

.user-container {
	font-size: 13px;
	overflow: hidden;
}

.user-content 
{
	overflow: hidden;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 970px;
	background:#fff;
	border-top: 3px solid #266AB3;
}

.user-left-column 
{
	margin: 0 20px 0 0;
	padding: 0;
	width: 170px;
	float:left;
}

.user-main-column 
{
	margin: 0;
	padding-top: 0;
	width: 780px;
	position: relative;
	float: left;
}

ul.navigation-user 
{
	display: block;
	margin: 0;
	padding: 0;
	list-style: none outside none;
	margin-bottom: 20px;
}

.navigation-user a {
	border-bottom: 1px solid #F2F2F2;
	color: #000;
	display: block;
	margin: 0;
	padding: 7px 15px;
	text-decoration: none;
	font-weight:normal;
	font-size: 14px;
	background: #E2E3E3;
}

.navigation-user .selected a, .navigation-user a.selected {
	/*background: #fff;*/
	/*border-right: 4px solid #266AB3;*/
	/*color: #000;*/
	background: url("/images/hhu_mainnavi_bg.jpg") no-repeat scroll left top #4093EA;
	color:#fff;
	/*font-weight: bold;*/
}

.navigation-user a:hover 
{
	background: url("/images/hhu_mainnavi_bg.jpg") no-repeat scroll left top #4093EA;
	color: #fff;
	position: relative;
}

.user-function 
{
	background: #eee;
	border-radius: 3px 3px 0 0;
	box-shadow: 0 1px 2px #ccc;
	margin-bottom: 12px;
}

.user-function-header 
{
	height: 40px;
	padding: 8px 8px 6px 8px;
}

.user-function h2 
{
	color: #666;
	display: inline;
	font-size: 20px;
	font-weight: normal;
	line-height: 40px;
	vertical-align: middle;
	margin-bottom: 3px;
	margin-top: 6px;
}

 .user-function-videocount 
 {
	background-color: #666;
	border: medium none;
	border-radius: 3px 3px 3px 3px;
	color: #fff;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	line-height: 40px;
	margin-left: 10px;
	padding: 4px 6px;
	vertical-align: middle;
}

.user-function-playlistcount, .user-function-streamcount
 {
	background-color: #666;
	border: medium none;
	border-radius: 3px 3px 3px 3px;
	color: #fff;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	line-height: 40px;
	margin-left: 10px;
	padding: 4px 6px;
	vertical-align: middle;
}

.user-function-usercount, .user-function-aliascount 
 {
	background-color: #666;
	border: medium none;
	border-radius: 3px 3px 3px 3px;
	color: #fff;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	line-height: 40px;
	margin-left: 10px;
	padding: 4px 6px;
	vertical-align: middle;
}

.user-function-video-list-container 
{
	background-color: #fff;
	min-height: 280px;
	border: 1px solid #eee;
}

.user-function-playlist-list-container, .user-function-stream-list-container
{
	background-color: #fff;
	min-height: 280px;
	border: 1px solid #eee;
}

.user-function-searchadmin-container 
{
	background-color: #fff;
	min-height: 280px;
	border: 1px solid #eee;
}

.user-function-user-list-container, .user-function-alias-list-container 
{
	background-color: #fff;
	min-height: 280px;
	border: 1px solid #eee;
}

ul.uploaded-video-list {
	list-style: none outside none;
	display: block;
	margin: 0;
	padding: 0;
}

.uploaded-video-list li {
	background: #fff;
	clear: both;
}

ul.playlist-list, ul.stream-list {
	list-style: none outside none;
	display: block;
	margin: 0;
	padding: 0;
}

.playlist-list li, .stream-list li {
	background: #fff;
	clear: both;
}

.user-list-filter 
{
	width: 380px;
	display:block;
	float:left;
	padding: 4px 0;
}

.user-list-filter-label 
{
	color: #666;
	display: block;
	float: left;
	line-height: 20px;
	padding-right: 5px;
	text-align: right;
	width: 80px;
}

.user-list-filter-textbox 
{
	border: 1px solid #ccc;
	border-radius: 3px 0 0 3px;
	color: #666;
	font-family: arial,verdana,sans-serif;
	font-size: 13px;
	padding: 3px 4px;
	width: 200px;
	float:left;
}

.filter-button {
	border-radius: 0 3px 3px 0 !important;
	margin-left: -1px;
}

ul.user-list, ul.alias-list {
	list-style: none outside none;
	display: block;
	margin: 0;
	padding: 0;
}

.user-list li, .alias-list li {
	background: #fff;
	clear: both;
}

.label-rssfeed {
	color: #666;
	display: block;
	line-height: 20px;
	padding-right: 5px;
}

.label-displayname, .label-username, .label-email {
	color: #666;
	display: block;
	line-height: 20px;
	padding-right: 5px;
}

.uploaded-video-list-content 
{
	border-bottom: 1px solid #eee;
	overflow: hidden;
	padding: 10px;
	position: relative;
}

.playlist-list-content, .stream-list-content  
{
	border-bottom: 1px solid #eee;
	overflow: hidden;
	padding: 10px;
	position: relative;
}

.user-list-content 
{
	border-bottom: 1px solid #eee;
	overflow: hidden;
	padding: 10px;
	position: relative;
}

.uploaded-video-list-thumb {
	float: left;
	margin-left: 10px;
	position: relative;
	width: 120px;
}

.uploaded-video-list-anchor {
	display: inline-block;
	position: relative;
	text-decoration:none;
}

.playlist-list-thumb-container, .stream-list-thumb-container {
	float: left;
	margin-left: 10px;
	position: relative;
	width: 120px;
}

.playlist-list-anchor, .stream-list-anchor {
	display: inline-block;
	position: relative;
	text-decoration:none;
}

.user-list-thumb-container {
	float: left;
	margin-left: 10px;
	position: relative;
	width: 120px;
}

.user-list-anchor {
	display: inline-block;
	position: relative;
	text-decoration:none;
}

img.user-list-thumb {
	border: 1px solid #666;
	display: inline-block;
	height: 65px;
	margin: 0 32px;
	vertical-align: middle;
}

.uploaded-video-info-container {
	float: left;
	margin-left: 15px;
	width: 470px;
}

.playlist-info-container, .stream-info-container {
	float: left;
	margin-left: 15px;
	width: 470px;
}

.user-info-container {
	float: left;
	margin-left: 15px;
	width: 355px;
}

.uploaded-video-title {
	color: #666;
	display: inline-block;
	font-size: 13px;
	margin-right: 5px;
	max-width: 400px;
	overflow: hidden;
	vertical-align: middle;
	white-space: nowrap;
	word-wrap: normal;
}

.playlist-title, .stream-title {
	color: #666;
	display: inline-block;
	font-size: 13px;
	margin-right: 5px;
	max-width: 400px;
	overflow: hidden;
	vertical-align: middle;
	white-space: nowrap;
	word-wrap: normal;
}

.user-displayname, .alias-name {
	color: #666;
	display: inline-block;
	font-size: 13px;
	margin-right: 5px;
	max-width: 350px;
	overflow: hidden;
	vertical-align: middle;
	white-space: nowrap;
	word-wrap: normal;
}

.uploaded-video-date {
	clear: both;
	color: #999;
	display: block;
	font-size: 11px;
	margin-top: 6px;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal;
}

.managed-video {
	clear: both;
	color: #999;
	display: block;
	font-size: 11px;
	margin-top: 0;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal;
}

.playlist-date {
	clear: both;
	color: #999;
	display: block;
	font-size: 11px;
	margin-top: 6px;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal;
}

.playlist-feedurl {
	clear: both;
	color: #999;
	display: block;
	font-size: 11px;
	margin-bottom: 6px;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal;
}

.stream-date {
	clear: both;
	color: #999;
	display: block;
	font-size: 11px;
	margin-top: 6px;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal;
}

.user-info {
	clear: both;
	color: #999;
	display: block;
	font-size: 11px;
	margin-top: 6px;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal;
}

.uploaded-video-edit {
	max-width: 350px;
	overflow: hidden;
	padding-bottom: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	clear: both;
	color: #999;
	display: block;
	font-size: 13px;
	margin-top: 12px;
}

.uploaded-video-edit a {
	font-weight: normal;
}

.playlist-edit {
	max-width: 350px;
	overflow: hidden;
	padding-bottom: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	clear: both;
	color: #999;
	display: block;
	font-size: 13px;
	margin-top: 12px;
}

.playlist-edit a {
	font-weight: normal;
}

.stream-edit {
	max-width: 350px;
	overflow: hidden;
	padding-bottom: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	clear: both;
	color: #999;
	display: block;
	font-size: 13px;
	margin-top: 12px;
}

.stream-edit a {
	font-weight: normal;
}

.user-edit {
	max-width: 350px;
	overflow: hidden;
	padding-bottom: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	clear: both;
	color: #999;
	display: block;
	font-size: 13px;
	margin-top: 12px;
}

.user-edit a {
	font-weight: normal;
}

.uploaded-video-status {
	float: right;
}

.playlist-status, .stream-status {
	float: right;
}

.uploaded-video-status-content {
	padding: 5px 5px 5px 10px;
	width: 105px;
	overflow: hidden;
}

.playlist-status-content {
	padding: 10px 5px 10px 10px;
	width: 105px;
	overflow: hidden;
}

.stream-status-content {
	padding: 0 5px 0 10px;
	width: 105px;
	overflow: hidden;
}

.uploaded-video-status-viewcount, .uploaded-video-status-security, .uploaded-video-status-license, .uploaded-video-status-locked, .uploaded-video-status-featured {
	font-size: 11px;
	color: #999;
	line-height: 18px;
	display: block;
}

.playlist-status-videocount, .stream-status-time, .stream-status-enabled, .stream-status-visible, .stream-status-priority {
	font-size: 11px;
	color: #999;
	line-height: 18px;
	display: block;
}

.uploaded-video-button {
	float: right;
	height: 32px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-radius: 3px 3px 3px 3px;
	display: inline;
	margin-top: 4px;
	background: #F6F6F6;
	color: #666;
	font-weight:normal;
	cursor: pointer;
}

.uploaded-video-button:hover {
	box-shadow: 0 1px 2px #ccc;
}

.create-playlist-button, .create-stream-button {
	float: right;
	height: 32px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-radius: 3px 3px 3px 3px;
	display: inline;
	margin-top: 4px;
	background: #F6F6F6;
	color: #666;
	font-weight:normal;
	cursor: pointer;
}

.create-playlist-button:hover {
	box-shadow: 0 1px 2px #ccc;
}

.create-user-button {
	float: right;
	height: 32px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-radius: 3px 3px 3px 3px;
	display: inline;
	margin-top: 4px;
	background: #F6F6F6;
	color: #666;
	font-weight:normal;
	cursor: pointer;
}

.create-user-button:hover {
	box-shadow: 0 1px 2px #ccc;
}

.save-changes-button, .cancel-button, .delete-button {
	float: right;
	height: 32px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-radius: 3px 3px 3px 3px;
	display: inline;
	margin-top: 0;
	background: #F6F6F6;
	color: #666;
	font-weight:normal;
	cursor: pointer;
}

.refresh-button {
	float: left;
	height: 32px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-radius: 3px 3px 3px 3px;
	display: inline;
	margin-top: 0;
	background: #F6F6F6;
	color: #666;
	font-weight:normal;
	cursor: pointer;
}

.refresh-button-stream {
	float: right;
	height: 32px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-radius: 3px 3px 3px 3px;
	display: inline;
	margin-top: 0;
	background: #F6F6F6;
	color: #666;
	font-weight:normal;
	cursor: pointer;
}

.control-button-stream {
	float: left;
	height: 32px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-radius: 3px 3px 3px 3px;
	display: inline;
	margin-top: 0;
	background: #F6F6F6;
	color: #666;
	font-weight:normal;
	cursor: pointer;
}

.start-button-stream 
{
	margin-right: 5px;
}

.searchadmin-button {
	height: 32px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-radius: 3px 3px 3px 3px;
	display: inline;
	margin-top: 0;
	background: #F6F6F6;
	color: #666;
	font-weight:normal;
	cursor: pointer;
}

.streamstatus-wrapper 
{
	display:block;
	height: 32px;
}

.streamcontrol-wrapper 
{
	display:block;
	height: 32px;
}

.streamstatus-label 
{
	width: 200px;
	padding: 8px 0 8px 20px;
	float:left;
	color: #666;
}

.searchresults-list {
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	min-height: 78px;
}

.searchresults-item {
	display: block;
	margin: 0;
	padding: 5px;
}

.searchresults-item:hover {
	background: #D8D8F0;
}

.searchresults-item span {
	color: #666;
	margin: 0;
	overflow: hidden;
	padding: 0;
	line-height: 25px;
}

.cancel-button, .delete-button {
	margin-right: 5px;
}

.save-changes-button:hover, .cancel-button:hover, .delete-button:hover {
	box-shadow: 0 1px 2px #ccc;
}

.reset-button 
{
	font-size: 12px !important;
	font-weight: normal;
	height: 26px;
	padding: 0 4px;
	border: 1px solid #ccc;
	border-radius: 3px 3px 3px 3px;
	display: inline;
	margin: 4px 5px 10px 5px;
	background: #F6F6F6;
	color: #666;
	cursor: pointer;
}

.aspNetDisabled 
{
	cursor:default;
	color: #bbb;
}

.reset-button:hover {

}

.button-icon {
	width: 12px;
	vertical-align: middle;
	margin-right: 3px;
}

.button-icon-search {
	width: 12px;
	vertical-align: middle;
	margin-right: 4px;
}

.button-content 
{
	line-height: 20px;
	padding: 4px 0;
	vertical-align: middle;
}

.watch-chapters-text h4 {
	color: #666;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 3px;
}

ul.watch-chapters-list {
	list-style: none outside none;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2;
}

.watch-chapters-list-item {
	clear: both;
	margin-bottom: 5px;
	padding: 0;
}

.watch-chapters-list-anchor {
	background: #F6F6F6;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 2px #ccc;
	color: #666;
	display: block;
	overflow: hidden;
	padding: 3px;
	cursor: pointer;
}

.watch-chapters-list-anchor:hover  {
	background: #eee; /* d8d8f0 */ 
}

.watch-chapters-list-anchor:hover .watch-chapters-chaptertext  {
	color: #266AB3;
}

.watch-chapters-chapter {
	color: #666;
	max-width: 350px;
	float: left;
	margin-left: 15px;
	overflow: hidden;
	padding: 0;
}

.watch-chapters-chapternumber {
	font-size: 11.5px;
	line-height: 14px;
	max-width: 350px;
	overflow: hidden;
	display:block;
	font-weight: bold;
}

.watch-chapters-chaptertext {
	font-size: 13px;
	line-height: 16px;
	max-width: 350px;
	overflow: hidden;
	display:block;
}

.watch-chapters-time {
	color: #666;
	font-size: 11px;
	line-height: 18px;
	width: 60px;
	float: right;
	overflow: hidden;
	padding: 6px 15px 6px 10px;
	text-align:right;
}

.watch-download-text h4 {
	color: #666;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 3px;
}

ul.watch-download-list {
	position: relative;
	z-index: 2;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.watch-download-list li {
	display: block;
	font-size: 11.5px;
	margin-right: 10px;
	line-height: 24px;
}

.watch-embed-text h4 {
	color: #666;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 3px;
}

.watch-embed-input {
	width: 420px;
	height: 75px;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px #ccc;
	border-radius: 2px 2px 2px 2px;
	padding: 2px 6px;
	background: #fff;
	color: #666;
}

.watch-embed-description {
	color: #666;
	display:block;
	font-size: 11.5px;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 6px;
}

.watch-quality-text h4 {
	color: #666;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 3px;
}

.category-navigation, .videomanager-navigation, .searchadmin-navigation {
	height: 32px; 
}

.videomanager-navigation, .searchadmin-navigation {
	padding: 8px 8px 6px;
	display: block;
	background: #fff;
	border-top: 1px solid #eee;
	border-bottom: 0 solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.category-paging {
	float: right;
	height: 32px;
	padding: 0 0 0 10px;
	display: inline;
	color: #666;
	font-size: 12px;
	font-weight:normal;
}

.category-filter {
	height: 32px;
	float:left;
	display: inline;
}

.paging-videos-pagecount {
	padding: 0 10px 0 10px;
}

.paging-playlists-pagecount, .paging-streams-pagecount {
	padding: 0 10px 0 10px;
}

.paging-users-pagecount, .paging-aliases-pagecount {
	padding: 0 10px 0 10px;
}

.paging-videos-button {
	height: 32px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-radius: 3px 3px 3px 3px;
	display: inline;
	margin-top: 0;
	background: #F6F6F6;
	color: #666;
	font-weight:normal;
	cursor: pointer;
}

.paging-videos-button-prev {
	border-radius: 3px 0 0 3px;
}

.paging-videos-button-next {
	border-radius: 0 3px 3px 0;
}

.paging-videos-button-next .button-icon {
	margin-left: 3px;
	margin-right: 0;
}

.paging-videos-button:hover {
	box-shadow: 0 1px 2px #ccc;
}

.mt_notimplemented {
	margin: 30px 0 40px;
	padding: 0;
	overflow: hidden;
	position: relative;
	color: #666;
	height: 115px;
}

.edit-save-changes {
	float: right;
	margin: 6px 0 3px;
}

.edit-header {
	margin: 0 0 15px;
}

.edit-formsection {
	border: 1px solid #ccc;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 2px #ccc;
	margin-bottom: 15px;
}

h4.edit-formsection-head {
	color: #666;
	font-size: 13px;
	margin: 0;
	padding: 13px 15px;
	cursor: pointer;
	font-weight: bold;
}

.edit-formsection-body {
	padding: 0 15px 13px;
}

.edit-formsection-head-icon {
	float: left;
	margin-right: 4px;
	vertical-align: middle;
}

ul.edit-form-list {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.edit-form-list p, .edit-formsection-body p {
	color: #999;
	font-size: 11px;
	margin: 4px 0;
}

.edit-form-list p a, .edit-formsection-body p a {
	font-weight: normal;
}

ul.edit-form-list li {
	clear: both;
	display: block;
	padding: 5px;
	position: relative;
}

ul.edit-form-list li.hidden {
	border: 0;
	clear: both;
	display: block;
	padding: 0;
	position: relative;
}

a.description {
	font-weight: normal !important;
}

ul.edit-form-list label {
	display: block;
	float: left;
	line-height: 20px;
	padding-right: 5px;
	text-align: right;
	width: 80px;
	color: #666;
}

ul.edit-form-list li input.input_default, .edit-form-dialog input.input_default {
	width: 320px;
	border: 1px solid #ccc;
	border-radius: 3px 3px 3px 3px;
	padding: 3px 4px;
	font-family: arial,verdana,sans-serif;
	font-size: 13px;
	color: #666;
}

.edit-form-dialog input.input_default {
	width: 200px;
}

ul.edit-form-list li .date_default, .edit-form-dialog .date_default {
	width: 150px !important;
	float:left;
}

ul.edit-form-list li .date_default input.riTextBox, .edit-form-dialog .date_default input.riTextBox {
	width: 110px !important;
	border: 1px solid #ccc;
	border-radius: 3px 3px 3px 3px;
	padding: 3px 4px;
	font-family: arial,verdana,sans-serif;
	font-size: 13px;
	color: #666;
}

ul.edit-form-list li textarea.input_multiline {
	width: 320px;
	border: 1px solid #ccc;
	border-radius: 3px 3px 3px 3px;
	padding: 3px 4px;
	font-family: arial,verdana,sans-serif;
	font-size: 13px;
	color: #666;
}

ol.edit-form-innerlist {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	width: 100%;
}

ol.edit-form-innerlist li {
	clear: both;
	display: block;
	padding: 5px;
	position: relative;
}

ol.edit-form-innerlist label {
	display: inline;
	float: none;
	line-height: 20px;
	padding-right: 5px;
	text-align: left;
	color: #666;
}

ol.edit-form-innerlist input {
	float: none;
}

select.select_categoryid {
	width: 220px;
	border: 1px solid #ccc;
	border-radius: 3px 3px 3px 3px;
	padding:  1px 4px;
	font-family: arial,verdana,sans-serif;
	font-size: 13px;
	color: #666;
	position:relative !important;
	top: 0 !important;
	visibility: visible !important;
}

select.select_facultyid {
	width: 220px;
	border: 1px solid #ccc;
	border-radius: 3px 3px 3px 3px;
	padding:  1px 4px;
	font-family: arial,verdana,sans-serif;
	font-size: 13px;
	color: #666;
	position:relative !important;
	top: 0 !important;
	visibility: visible !important;
}

select.select_useralias, select.select_language {
	width: 220px;
	border: 1px solid #ccc;
	border-radius: 3px 3px 3px 3px;
	padding:  1px 4px;
	font-family: arial,verdana,sans-serif;
	font-size: 13px;
	color: #666;
	position:relative !important;
	top: 0 !important;
	visibility: visible !important;
}

select.select_categorycodeid {
	width: 300px;
	border: 1px solid #ccc;
	border-radius: 3px 3px 3px 3px;
	padding:  1px 4px;
	font-family: arial,verdana,sans-serif;
	font-size: 13px;
	color: #666;
	position:relative !important;
	top: 0 !important;
	visibility: visible !important;
}

select.select_type {
	width: 220px;
	border: 1px solid #ccc;
	border-radius: 3px 3px 3px 3px;
	padding:  1px 4px;
	font-family: arial,verdana,sans-serif;
	font-size: 13px;
	color: #666;
	position:relative !important;
	top: 0 !important;
	visibility: visible !important;
}

select.select_coursesearch {
	width: 120px;
	border: 1px solid #ccc;
	border-radius: 3px 3px 3px 3px;
	padding:  1px 4px;
	font-family: arial,verdana,sans-serif;
	font-size: 13px;
	color: #666;
	position:relative !important;
	top: 0 !important;
	visibility: visible !important;
}

select.select_streamid {
	width: 220px;
	border: 1px solid #ccc;
	border-radius: 3px 3px 3px 3px;
	padding:  1px 4px;
	font-family: arial,verdana,sans-serif;
	font-size: 13px;
	color: #666;
	position:relative !important;
	top: 0 !important;
	visibility: visible !important;
}

select.select_priority {
	width: 100px;
	border: 1px solid #ccc;
	border-radius: 3px 3px 3px 3px;
	padding:  1px 4px;
	font-family: arial,verdana,sans-serif;
	font-size: 13px;
	color: #666;
	position:relative !important;
	top: 0 !important;
	visibility: visible !important;
}

.userlist, .courselist, .chapterlist, .closedcaptionslist, .aliaslist, .rolelist, .abusereportslist, .playlist_list {
	border: 1px solid #ccc;
	border-radius: 3px 3px 3px 3px;
	min-height: 78px;
}

.userlist .icon-remove, .courselist .icon-remove, .aliaslist .icon-remove, .rolelist .icon-remove, .playlist_list .icon-remove, .edit-playlist-videolist .icon-remove, .closedcaptionslist  .icon-remove {
	background-image: url("jqueryui/images/ui-icons_666666_256x240.png");
	background-position: -96px -128px;
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -99999px;
}

.userlist .icon-edit {
	background-image: url("jqueryui/images/ui-icons_666666_256x240.png");
	background-position: -64px -112px;
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -99999px;
}

.aduserlist, .esbcourselist, .playlistlist {
	border: 1px solid #ccc;
	border-radius: 3px 3px 3px 3px;
	min-height: 130px;
	margin-top: 10px;
}

.userlist-item {

}

.courselist-item {

}

.chapterlist-item, closecaptionslist-item {

}

.abusereportslist-item {

}

.video-playlist-item {

}

.edit-inner-left-column 
{
	width: 400px;
	height: auto;
	float: left;
	display:block;
}

.edit-inner-right-column 
{
	width: 400px;
	height: auto;
	float: right;
	display:block;
}

.assignvideo-column 
{
	height: auto;
	display:block;
	width:500px;
}

.edit-inner-left-column h5, .edit-inner-right-column h5 {
	color: #666;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 3px;
	margin-top: 3px;
}

.assignvideo-column h5 {
	color: #666;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 3px;
	margin-top: 3px;
}

.edit-playlist-videolist {
	border: 1px solid #ccc;
	border-radius: 3px 3px 3px 3px;
	/*min-height: 114px;*/
	height: 160px;
	width: 390px;
	overflow: auto;
	overflow-x: hidden;
}

.edit-playlist-videolist a 
{
	font-weight:normal;
}

.collection-view a {
	font-weight:normal;
}

.edit-playlist-assign 
{
	width: 110px;
	margin: 25px 5px 0;
	float:left;
}

.assignlist-item {
	padding: 5px;
	display:block;
	clear:both;
}

.assignlist-item-selected {
	background: #d8d8f0;
}

.assignlist-item span {
	color: #666;
	margin: 0;
	overflow: hidden;
	padding: 0;
	line-height: 25px;
	cursor:move;
}

.assignlist-item-thumb 
{
	width: 44px;
	height: 25px;
	display:inline;
	padding: 0 2px;
}

.assignlist-item-title-container 
{
	display:inline;
	margin: 0 10px;
	vertical-align: top;
}

.assign-button {
	height: 32px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-radius: 3px 3px 3px 3px;
	display: inline;
	margin-top: 0;
	margin-bottom: 10px;
	background: #F6F6F6;
	color: #666;
	font-weight:normal;
	cursor: pointer;
	width: 110px;
}

.assign-button-assign {
	border-radius: 3px 3px 3px 3px;
}

.assign-button-remove {
	border-radius: 3px 3px 3px 3px;
}

.video-user-item {
	display: block;
	margin: 0;
	padding: 5px 5px;
}

.video-user-item span {
	margin: 0 30px 0 0;
	overflow: hidden;
	color: #666;
}

.video-playlist-item {
	display: block;
	margin: 0;
	padding: 5px 5px;
}

.video-playlist-item span {
	margin: 0 30px 0 0;
	overflow: hidden;
	color: #666;
}

.video-course-item {
	display: block;
	margin: 0;
	padding: 5px 5px;
}

.video-course-item span {
	margin: 0 30px 0 0;
	overflow: hidden;
	color: #666;
}

.abusereports-item {
	display: block;
	margin: 0;
	padding: 5px 5px;
}

.abusereports-item span {
	margin: 0 30px 0 0;
	overflow: hidden;
	color: #666;
}

a.abusereports-link {
	font-weight: normal;
	margin: 0;
}

.chapter-item, .closedcaptions-item {
	display: block;
	margin: 0;
	padding: 5px 5px;
}

.chapter-item span, .closedcaptions-item span {
	margin: 0 30px 0 0;
	overflow: hidden;
	color: #666;
}

.user-alias-item, .alias-user-item {
	display: block;
	margin: 0;
	padding: 5px 5px;
}

.user-alias-item span, .alias-user-item span {
	margin: 0 30px 0 0;
	overflow: hidden;
	color: #666;
}

.user-alias-item a.alias-remove-link {
	float:right;
	font-weight: normal;
}

.alias-user-item a.user-edit-link {
	float: right;
	font-weight: normal;
}

.user-role-item {
	display: block;
	margin: 0;
	padding: 5px 5px;
}

.user-role-item span {
	margin: 0 30px 0 0;
	overflow: hidden;
	color: #666;
}

.user-role-item a.role-remove-link {
	float:right;
	font-weight: normal;
}

.video-user-item a.user-remove-link {
	float:right;
	font-weight: normal;
}

.closedcaptions-item a.closedcaption-remove-link {
    float:right;
	font-weight: normal;
}

.video-course-item a.course-remove-link {
	float:right;
	font-weight: normal;
}

.video-playlist-item a.playlist-remove-link {
	float:right;
	font-weight: normal;
}

a.video-remove-link {
	float:right;
	font-weight: normal;
}

span.label-chaptertimecode {
	float:right;
	font-weight: normal;
	margin: 0;
}

span.label-closedcaptionslanguage {
	font-weight: normal;
}

.userlist-button-wrapper, .courselist-button-wrapper, .chapterlist-button-wrapper, .playlist_list-button-wrapper, .closedcaptionslist-button-wrapper, .aliaslist-button-wrapper, .rolelist-button-wrapper, .video_list-button-wrapper {
	display: block;
	margin: 0;
	padding: 5px 5px;
}

.user-add-link, .course-add-link, .playlist-add-link, .alias-add-link, .role-add-link {
	float:right;
	font-weight: normal; 
}

.user-edit-chapters, .user-edit-closedcaptions {
	float:right;
	font-weight: normal; 
}

.edit-form-dialog {

}

.peoplepicker-search {
	margin-top: 5px;
}

.coursepicker-search, .aliaspicker-search 
{
	clear: both;
	padding: 5px;
	display:block;
}

.coursepicker-search label, .aliaspicker-search label
{
	width: 80px;
	display: block;
	float: left;
	text-align: right;
	line-height: 20px;
	padding-right: 5px;
	color:#666;
}

.peoplepicker-item, .coursepicker-item, .rolepicker-item, .playlistpicker-item {
	padding: 5px 10px;
}

.peoplepicker-item-empty, .coursepicker-item-empty, .rolepicker-item-empty, .playlistpicker-item-empty {
	padding: 5px 10px;
	color: #666;
}

.peoplepicker-item a, .coursepicker-item a, .rolepicker-item a, .playlistpicker-item a {
	font-weight:normal;
}

.user-paging, .course-paging, .role-paging, .playlist-paging {
	margin-top: 10px;
}

.dialog-button {
	height: 24px;
	padding: 0 4px;
	border: 1px solid #ccc;
	border-radius: 3px 3px 3px 3px;
	display: inline;
	margin-top: 0;
	background: #F6F6F6;
	color: #666;
	font-weight:normal;
	cursor: pointer;
	font-size: 12px !important;	
}

ul.checkboxlist-qualities {
   list-style: none outside none;
	margin: 0;
	padding: 0;
	width: 100%; 
}

ul.checkboxlist-qualities li {
	clear: both;
	display: block;
	padding: 5px;
	position: relative;
}

ul.checkboxlist-qualities li input {
	float: none;
}

ul.checkboxlist-qualities li label {
	color: #666666;
	display: inline;
	float: none;
	line-height: 20px;
	padding-right: 5px;
	text-align: left;
}

.abusereport-form {
	margin-top: 5px;
}

ul.abusereport-form-list {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.abusereport-form-list p {
	color: #999;
	font-size: 11px;
	margin: 4px 0;
}

ul.abusereport-form-list li {
	clear: both;
	display: block;
	padding: 5px;
	position: relative;
}

ul.abusereport-form-list li.hidden {
	border: 0;
	clear: both;
	display: block;
	padding: 0;
	position: relative;
}

ul.abusereport-form-list label {
	display: block;
	float: left;
	line-height: 20px;
	padding-right: 5px;
	text-align: right;
	width: 80px;
	color: #666;
}

ul.abusereport-form-list li input.input_default, .abusereport-form-dialog input.input_default {
	width: 320px;
	border: 1px solid #ccc;
	border-radius: 3px 3px 3px 3px;
	padding: 3px 4px;
	font-family: arial,verdana,sans-serif;
	font-size: 13px;
	color: #666;
}

.abusereport-form-dialog input.input_default {
	width: 200px;
}

ul.abusereport-form-list li textarea.input_multiline {
	width: 320px;
	border: 1px solid #ccc;
	border-radius: 3px 3px 3px 3px;
	padding: 3px 4px;
	font-family: arial,verdana,sans-serif;
	font-size: 13px;
	color: #666;
}

.abusereport-form-buttons {
	margin-top: 10px;
	padding-left:90px;
}

.abusereport-message {
	margin-top: 10px;
	padding-left:40px;
	padding-right:40px;
	font-family: arial,verdana,sans-serif;
	font-size: 13px;
	color: #666;
}

.videoupload-upload {
	padding: 30px 40px;
}

.text-container {
	font-size: 13px;
	overflow: hidden;
}

.text-content {
	overflow: hidden;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 20px;
	width: 970px;
	background:#fff;
	border-top: 3px solid #266AB3;
}

.text-header {
	margin: 0 0 15px;
}

.text-content h1 {
	color: #666;
	font-size: 20px;
	font-weight: normal;
	margin: 6px 0 3px;
	padding: 10px 0;
}

.text-formsection {
	border: 1px solid #ccc;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 2px #ccc;
	margin-bottom: 15px;
}

h4.text-formsection-head {
	color: #666;
	font-size: 13px;
	margin: 0;
	padding: 13px 15px;
	cursor: pointer;
	font-weight: bold;
}

.text-formsection-body {
	padding: 0 15px 13px;
}

.text-formsection-body p {
	color: #666;
	font-size: 13px;  
	padding: 0 20px;
	margin-top: 0;
}

.text-formsection-body a {
	font-weight: normal;
}

.text-formsection-body ul {
	color: #666;
	font-size: 13px;
	padding: 0 20px 0 40px;
}


.text-formsection-head-icon {
	float: left;
	margin-right: 4px;
	vertical-align: middle;
}

.text-left-column 
{
	margin: 0 20px 0 0;
	padding: 0;
	width: 575px;
	float: left;
}

.text-right-column 
{
	margin: 0;
	padding-top: 0;
	width: 375px;
	position: relative;
	float: right;
}

.reportview-form li {
	color: #666;
}

.readonly_default 
{
	line-height: 20px;
	color: #666;
}

.hyperlink_default {
	font-weight: normal;
}

.readonly_reason_container {
	width: 270px;
	margin-left: 85px;
}

ul.listview-sortable {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none outside none;
}

ul.listview-sortable li {
	background: #fff;
	clear:both;
	padding: 0;
	border: 0;
	cursor: move;
}

ul.listview-sortable li:hover {
	background: #D8D8F0;
}

ul.listview-sortable li.ui-state-highlight 
{
	background: #D8D8F0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 36px;
}

.validation {

}

.validation-error {
	border: 1px solid #f66 !important;
	color: #f66 !important;
}

.alerts-validation {
	background: none repeat scroll 0 0 #BB0E1D;
	margin: 6px 0 5px 0;
}

.alerts-disclaimer {
	background: none repeat scroll 0 0 #d8d8f0;
	margin: -10px 0 10px 0;
	color: #666;
}

.error-content {
	background: #fff;
	border-top: 3px solid #266AB3;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 0;
	width: 970px;
	font-size: 13px;
}

.error-headline {
	margin: 0 0 15px;
}

.error-headline h1 {
	color: #666;
	font-size: 20px;
	font-weight: normal;
	margin: 6px 0 3px;
	padding: 10px 0;
}

.error-left-column 
{
	margin: 0 20px 0 0;
	padding: 0;
	width: 575px;
	float: left;
}

.error-right-column 
{
	margin: 0;
	padding-top: 0;
	width: 375px;
	position: relative;
	float: right;
}

.error-content .text-formsection-body ul {
	margin: 30px 0;
}

.error-content .text-formsection-body ul li {
	margin-bottom: 15px;
}

.jwcontrolbar {
	font-size: 11px !important;
	white-space:nowrap;
}

#player_jwpsrv {
	display:none !important;
}

.tools-container-wrapper {
	display:none;
}

.alerts-uploadsuccess {
	display:block;
	height: auto;
	overflow: auto;
}

.alerts-uploadsuccess div, .alerts-uploadsuccess span {
	white-space: normal;
}

.bannerrotationwrapper {
}

.bannerrotation {
	margin-bottom: 20px;
	height: 250px;
	width: 170px;
	position: relative;
}

.bannerlink {
	clear: both;
	position: absolute;
	left: 0;
	top: 0;
}

.bannerimage {

}

.socialsharewrapper {
    clear:both;
    padding-top:10px;
}

.socialmediawrapper {
	margin: 10px 0;
}

.socialmedia {
	margin: 10px 0;
    text-align:center;
}

.socialmedialink {

}

.socialmediaimage {
	margin: 10px 0;
}

.ui-tabs .ui-tabs-panel {
	min-height: 280px;
}