#vert-control-bar {
	background-color: #000000;
	width: 47px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 95;
}

#embed-btn, #info-btn, #share-btn, #cc-btn, #pip-btn, #related-videos-btn {
	border-bottom: 1px solid #666666;
	float: right;
	height: 46px;
	width: 46px;
	overflow: hidden;	
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

#embed-btn:hover, #info-btn:hover, #share-btn:hover, #cc-btn:hover, #pip-btn:hover {
	/*background-color: #555555;*/
}

#embed-btn {
	background: url('../images/icon_embed.png') no-repeat;
}

#info-btn {
	background: url('../images/icon_info.png') no-repeat;
}

#share-btn {
	background: url('../images/icon_share.png') no-repeat;}

#pip-btn {
	background: url('../images/icon_pip.png') no-repeat;
	pointer-events: none; 
	opacity: 0.3;
	filter:alpha(opacity=30); /*IE8*/
}

#related-videos-btn {
	background: url('../images/icon_related_videos.png') no-repeat;
	pointer-events: none; 
	opacity: 0.3;
	filter:alpha(opacity=30); /*IE8*/
}

.html-v-bar #pip-btn { 
	background-image: url('../images/icon_pip.png'); 
}

#pip-btn.pipAvailable {
	pointer-events: auto;
	opacity: 1;
	filter:alpha(opacity=100); /*IE8*/
}

#related-videos-btn.relatedVideosAvailable {
	pointer-events: auto;
	opacity: 1;
	filter:alpha(opacity=100); /*IE8*/
}


#cc-btn {
	background: url('../images/icon_cc_disabled.png') no-repeat;
	opacity: 0.3;
	pointer-events: none;
	cursor: auto;
}
#cc-btn.ccAvailable {
	background: url('../images/icon_cc_disabled.png') no-repeat;
	opacity: 1;
	pointer-events: auto;
	cursor: pointer;
}
#cc-btn.selected {
	background: url('../images/icon_cc_enabled.png') no-repeat;
}

/*#embed-btn:hover, #info-btn:hover {
	background-color: #F49D34;
}*/

#info-panel, #embed-panel, #share-panel, #pip-panel, #related-videos-panel {
	background-color: rgba(35,35,35,.95);
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	height: 100%;
	padding: 0 8px 0 9px;
	position: absolute;
	right: 46px;
	width: 154px;
	z-index: 1;
}

.info-title, .embed-title, .share-title, .pip-title {
	font-weight: bold;
	font-size: 1.2em;
	padding: 8px 0;
}

/*#embed-panel {
	background-color: rgba(35,35,35,.8);
	color: #FFFFFF;
	display: none;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	height: 100%;
	padding: 0 8px;
	position: absolute;
	right: 46px;
	width: 154px;
	z-index: 1;
}

.embed-title {
	font-weight: bold;
	font-size: 1.2em;
	padding: 8px 0;
}*/

#embed-code {
	width: 144px;
	height: auto;
	min-height: 2em;
	background-color: #000000;
	color: #777777
	font: monospace;
	font-size: 0.8em;
	border: 1px solid rgb(55,55,55);
	display: block;
	margin-top: 12px;
	word-break: break-all;
	overflow-wrap: break-word;
	padding: 5px;
}

label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	top: 1px;
	margin-left: 7px;
	font-size: 13px;
}

.share-description {
	margin-top: 10px;
}

/*	Included below is custom styling for
		Start Time radio buttons. Need to tweak
		for cross-browser support before they're
		ready to be implemented. */

/*label {  
  display: inline-block;  
  cursor: pointer;  
  position: relative;  
  padding-left: 25px;
  margin-top: 6px;
  margin-left: 18px;
  margin-right: 15px;
  font-size: 13px;  
}*/

/*input[type=radio] {  
    display: none;  
}

label:before {  
    content: "";  
    display: inline-block;  
  
    width: 16px;  
    height: 16px;  
  
    margin-right: 10px;  
    position: absolute;  
    left: 0;  
    bottom: 1px;  
    background-color: #525252;
    border-radius: 8px;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);  
}

input[type=radio]:checked + label:before {  
    content: "\2022";  
    color: #777777;  
    font-size: 30px;  
    text-align: center;  
    line-height: 18px;  
}  */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/*Chrome CSS here*/
	.radio-container {
	  border-radius: 100px;
	  overflow: hidden;
	  padding: 0;
	}
	.radio-container input[type="radio"] {
	  display: block;
	  margin: -1px -1px 0 0;
	}
}
.radio-container {
	display: inline-block;
	margin-left: 21px;
}

.shareIcon {
	cursor: pointer;
	height: 28px;
}

.share-targets-list {
	padding-left: 4px;
}

.share-targets-list li {
	list-style: none;
	text-indent: 44px;
	line-height: 32px;
	display: block;
}

.share-targets-list li:hover {
	background-color: #000000;
}

.share-targets {
	height: 60%;
	width: 144px;
}

.share-targets td {
	text-indent: 44px;
}

.share-targets td:hover {
	background-color: #000000;
}

/* Share icons */
.fb {
	background: url('../images/share_fb.png') no-repeat;
	background-size: 24px 24px;
	background-position: 12px center;
}
.tw {
	background: url('../images/share_twitter.png') no-repeat;
	background-size: 24px 24px;
	background-position: 12px center;
}
.su {
	background: url('../images/share_stumbleupon.png') no-repeat;
	background-size: 24px 24px;
	background-position: 12px center;
}
.de {
	background: url('../images/share_delicious.png') no-repeat;
	background-size: 24px 24px;
	background-position: 12px center;
}
.di {
	background: url('../images/share_digg.png') no-repeat;
	background-size: 24px 24px;
	background-position: 12px center;
}
.re {
	background: url('../images/share_reddit.png') no-repeat;
	background-size: 24px 24px;
	background-position: 12px center;
}
.ml {
	background: url('../images/share_email.png') no-repeat;
	background-size: 24px 24px;
	background-position: 12px center;
}

/*INBOX*/
.show-pip {
	padding-left: 18px;
	color: #FFF;
	text-transform: uppercase;
	background: url('../images/checkbox_unchecked.png') no-repeat;
	margin: 12px 3px;
	cursor: pointer;
	font-size: 8pt;
	line-height: 1.2em;
}
.show-pip.selected {
	background: url('../images/checkbox_checked.png') no-repeat;
}

.show-pip.green {
	color: #00FF00;
}

.sources-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sources-list li {
	list-style: none;
	width: 150px;
	height: 84px;
	border: 1px solid #979797;
	margin: 8px 0;
	background-color: #333;
}

.sources-list li .source-name {
	color: #FFF;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 142px;
	height: 17px;
	border: 1px solid #686466;
	background-color: #282828;
	position: relative;
	top: 41px;
	display: block;
	padding: 4px 3px 1px 3px;
	vertical-align: middle;
	font-size: 9pt;
	cursor: pointer;
}

.showPIPSources li .source-name {
	top: 21px;
}

.sources-list li .pip-source-bg {
	width: 150px;
	height: 84px;
	position: absolute;
	background-repeat: no-repeat;
	z-index: 0;
	cursor: pointer;
}

.sources-list li div.source-main, .sources-list li div.source-pip {
	width: 22px;
	height: 12px;
	border: 1px solid #979797;
	background-color: #282828;
	float:right;
	margin: 3px;
	clear: both;
	overflow: hidden;
	font-size: 2px;
	cursor: pointer;
	position: relative;
}

.sources-list li div.source-main {
	background-color: #979797;
	color: #979797;
	z-index: 7;
}

.sources-list li div.source-pip {
	z-index: 8;
}

.sources-list li div.source-pip span {
	width: 9px;
	height: 5px;
	background-color: #979797;
	border: 1px solid #979797;
	color: #979797;
	overflow: hidden;
	display: block;
	position: relative;
	top: 4px;
	left: 10px;
}

.sources-list li div.source-main.selected, .sources-list li div.source-pip.selected span {
	background-color: #327DAE;
	border: 1px solid #FFF;
	color: #327DAE;
}

.sources-list li div.source-pip.selected
{
	border: 1px solid #FFF;
	background-color: #224350;
}

/* Related Videos */
#related-videos-panel {
	overflow: hidden;
	padding: 0;
}
.scroller {
    overflow-y: hidden;
    position: relative;
}
#related-videos-panel .scroller {
	height: 100%;
	z-index: 98;
}
#related-videos-panel h1 {
margin: 7px 10px;
}
.related-videos-list {
	margin: 0 10px;
	padding: 0;
}
.related-videos-list li {
	cursor: pointer;
	display: block;
	list-style: none;
	margin-bottom: 12px;
	clear: left;
	min-height: 110px;
}
.related-video-bg {
	background-color: #BBB;
	background-repeat: no-repeat;
	display: table-cell;
	float: left;
	height: 110px;
	width: 200px;
	vertical-align: top;
	margin-bottom: 7px;
}
.related-video-info {
	display: table-cell;
	padding: 0 10px;
}
.related-video-title {
	font-weight: bold;
	font-size: 16px;
}
.related-video-description {
	color: #EEE;
}

