﻿body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin: 0;
  padding: 0;
}
.container {
  background: #eee;
  margin: 0 auto;
  width: 100%;
  border: 1px solid #444;
  border-top: none;
}
.section-title {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
}
.video-player {
  position: relative;
  padding-top: 66.66%;
  width: 100%;
  height: 0px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin: 10px auto;
}
.innerframe{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
}
.video-info {
  padding: 10px;
  text-align: left;
}
.video-title {
  font-size: 14px;
  font-weight: bold;
  color: #06c;
  margin-bottom: 8px;
}
.video-meta {
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  margin-bottom: 8px;
  overflow: hidden;
}
.video-stats-left {
  float: left;
}
.video-stats-right {
  float: right;
  font-weight: bold;
}
.video-rating {
  font-size: 12px;
}
.star-rating {
  margin: 0 5px;
}
.star-img {
  width: 16px;
  height: 16px;
  margin-right: 2px;
  vertical-align: middle;
}
.video-actions {
  margin: 8px 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}
.action-btn {
  margin-right: 15px;
  font-size: 11px;
  color: #666;
  cursor: pointer;
  vertical-align: middle;
}
.action-btn a {
  color: #666;
  text-decoration: none;
}
.action-btn:hover {
  text-decoration: underline;
}
.action-img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 3px;
}
.action-popup{
	position:absolute;
	display:none;
	left:-5px;
	top:24px;
	padding: 5px;
	width: 100%;
	background-color: #C0C0C0;
	border: 1px black solid
}
.video-author {
  font-size: 11px;
  color: #666;
  margin: 5px 0;
}
.video-description {
  margin-top: 10px;
}
.video-description a {
  color: #06c;
  text-decoration: none;
}
.video-description a:hover {
  text-decoration: underline;
}
.comments {
  display: none;
  padding-top: 15px;
}
.comment-form {
  margin-bottom: 15px;
  padding: 10px;
  background: #f9f9f9;
  border: 1px solid #ddd;
}
.comment-box {
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 8px;
  text-align: left;
}
.comment-header {
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
  padding-bottom: 3px;
}
.comment-author {
  font-weight: bold;
  color: #06c;
  font-size: 11px;
}
.comment-time {
  float: right;
  font-size: 10px;
  color: #999;
}
.comment-text {
  margin: 5px 0;
  font-size: 11px;
  line-height: 1.4;
}
.comment-actions {
  margin-top: 8px;
  font-size: 10px;
}
.comment-thumb {
  margin-right: 10px;
  cursor: pointer;
  color: #666;
}
.comment-thumb-img {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-right: 2px;
}
.comment-delete {
  color: #cc0000;
  text-decoration: none;
  margin-left: 10px;
}
.comment-delete:hover {
  text-decoration: underline;
}
.sidebar-section {
  border: 1px solid #ccc;
  background: #fff;
  margin-bottom: 20px;
  width: 100%;
  text-align: left;
}
.sidebar-header {
  background: #eee;
  padding: 5px 8px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-size: 11px;
}
.sidebar-content {
}
.sidebar-content a {
  color: #222;
  text-decoration: none;
}
.sidebar-content a:hover {
  text-decoration: underline;
}
.sidebar-content img {
  width: 100%;
}
.footer-table {
  width: 100%;
  border-top: 1px solid #ccc;
  background: #f9f9f9;
  margin-top: 30px;
}
.footer-content {
  text-align: center;
  font-size: 10px;
  color: #666;
  padding: 10px;
}
.maincol {
  vertical-align: top;
}
.spacercol {
  width: 1%;
}
.morevids {
  width: 100%;
  padding: 16px 2px 0 0;
  vertical-align: top;
}
#descriptionBox {
  display: none;
  margin-top: 8px;
}
.smallImg {
  width: 16px;
  height: 16px;
  border-width: 0px;
  padding: 0px;
}
.red-box {
  background: #cc181e;
  width: 100%;
  margin: 24px auto;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
.panel {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #000;
  background: #eee;
  overflow: hidden;
}
.panel-header {
  background: #f00;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin: 0;
  font-size: 18px;
}
.panel-body {
  padding: 10px;
  background: #fff;
  text-align: left;
  margin: 0;
}
.rec-banner {
  background: #bbb;
  color: #333;
  font-size: 13px;
  font-weight: bold;
  padding: 8px 0 7px 12px;
  margin-bottom: 4px;
  text-align: center;
  width: 960px;
  border: 1px solid #888;
}
.video-rec-table {
  background: #f5f5f5;
}
.rec-video-cell {
  text-align: center;
  padding: 10px 5px 18px 5px;
  vertical-align: top;
}
.rec-thumb {
  border: 1px solid #888;
  background: #f8f8f8;
  display: block;
  margin: 0 auto 7px auto;
}
.rec-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
#channelbanner {
  width: 100%;
  text-align: center;
}
.profile-box {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
  background: transparent;
  text-align: left;
  overflow: visible;
  position: relative;
}
.pfp-box {
  background: #ccc;
  border: 1px solid #aaa;
  text-align: center;
}
.profile-pic {
  width: 50px;
  height: 50px;
  border: 1px solid #888;
}
.about-box {
  vertical-align: top;
  width: 100%;
  padding: 10px;
  background: #ddd;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
}
.stats-box {
  float: left;
  width: 100px;
  height: 100px;
  background: #ccc;
  border: 1px solid #aaa;
  font-size: 12px;
  padding: 5px;
  color: #222;
}
.description-box {
  
  clear: left;
  width: 100%;
  background: #ddd;
  border: 1px solid #aaa;
  border-top: none;
  padding: 10px;
  margin-left: 100px;
}
.description-box a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.description-box a:hover {
  text-decoration: underline;
}
.description-expanded {
  margin-top: 10px;
}
#content-area {
  overflow: hidden;
}
.big-form-wrapper {
  margin: 0 auto;
  background: #f9f9f9;
  border: 1px solid #aaa;
  padding: 10px;
}
.big-form-wrapper.width {
  width: 750px;
}
.big-form-table {
  width: 100%;
  border-collapse: collapse;
}
.form-left,
.form-right {
  padding: 10px;
  vertical-align: top;
}
.form-right {
  width: 66%;
}
.form-left {
  width: 33%;
}
.form-section {
  margin-bottom: 15px;
}
.textin {
  width: 98%;
  font-family: Arial, sans-serif;
  font-size: 12px;
}
input[type=file] {
  width: 95%;
}
.upload {
  margin-top: 10px;
  padding: 5px 15px;
  font-size: 14px;
}
.textonly {
  padding-left: 5px;
}
