﻿/* General page styles */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin: 0;
  padding: 0;
  text-align: center;
}
/* Container and layout */
.container {
  background: #eee;
  margin: 0 auto;
  width: 1000px;
  border: 1px solid #444;
  border-top: none;
}
/* Section titles */
.section-title {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
}
/* video length*/
.vid_length{
	position:absolute;
	bottom: 0;
	right: 0;
	color:white;
	background-color: #000000;
}


/*HOME PAGE */

/* Panel component */
.panel {
  width: 970px;
  margin: 0 auto;
  border: 1px solid #000;
  border-radius: 10px 10px 0 0;
  background: #eee;
  overflow: hidden;
}
.panel-header {
  background: #ED2C25;
  color: #fff;
  padding: 8px;
  text-align: center;
  margin: 0;
  font-size: 20px;
}
.panel-body {
  padding: 10px;
  background: #fff;
  text-align: left;
  margin: 0;
}











/* Index page - Video recommendations */
.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;
}

/*search page*/

.searchtable td {
	padding: 0;
	margin: 0;
	font-size: 12px;
}

.enhancedsearchform {
	background: #f9f9f9; border: 1px solid #ccc; padding: 0 8px; margin-bottom: 4px;
}











/* Watch page - Video player */
.video-player {
  width: 640px;
  height: 360px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin: 10px auto;
}

/* Watch page - Video info */
.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: 630px;
	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;
}

#watch-switchtousr {
	
	height: 20px;
	padding: 0;
	margin: 1px;
}








/* Watch page - Comments */
.comments {
  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 */
.sidebar-section {
  border: 1px solid #ccc;
  background: #eee;
  margin-bottom: 20px;
  width: 250px;
  text-align: left;
}
.sidebar-header {
  padding: 5px 8px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-size: 11px;
  width: 234px;
}
#sidebar-headermorevideos {
	text-align:left;vertical-align:middle;font-weight:bold;font-size:11px
}
.sidebar-content {
  padding: 8px;
  background: #fff599;
}
.sidebar-content a, .sidebar-content span {
  font-size: 11px;
  color: #222;
  text-decoration: none;
}
.sidebar-content a:hover {
  text-decoration: underline;
}

/* Footer */
.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;
}

/* Column layout */
.maincol {
  width: 650px;
  padding: 16px 0 0 12px;
  vertical-align: top;
}
.spacercol {
  width: 50px;
}
.sidebarcol {
  width: 260px;
  padding: 16px 14px 0 0;
  vertical-align: top;
}

/* Description toggle */
#descriptionBox {
  display: none;
  margin-top: 8px;
}
.smallImg {
  width: 16px;
  height: 16px;
  border-width: 0px;
  padding: 0px;
}










/* User page - Profile */
#channelbanner {
  width: 100%;
  text-align: center;
}
.profile-box {
  border-collapse: collapse;
  width: 900px;
  margin: 0 auto;
  background: transparent;
  text-align: left;
  overflow: visible;
  position: relative;
}
.pfp-box {
  width: 100px;
  height: 100px;
  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: 700px;
  height: 100px;
  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: 800px;
  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;
}

/*new menu 09-12-2025*/

/*tabs*/
.profile-tab{
	display: inline-block;
	width: 189px;
	padding: 8px 8px 8px 8px;
	background: #ddd;
	cursor: pointer;
}

.profile-tab_current{
	display: inline-block;
	width: 189px;
	padding: 8px 8px 8px 8px;
	background: #eee;
	cursor: default;
}

a .profile-tab{
	color: #000;
	text-decoration: none;
}

#profile-tabcontainer{
	background: #ccc;
	border-bottom: 2px #aaa solid;
	border-top: 2px #ccc solid
}











/* Upload/Form pages */
.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: 100%;
  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: 20px;
}

/* IE6-specific fixes for video rating and actions alignment */
* html .video-title {
  display: inline;
  zoom: 1;
  height: 32px;
}

* html .video-stats-left {
  margin-top: -16px;
}

* html .video-stats-right {
  margin-top: -16px;
}

* html .video-rating {
  display: inline;
  position: relative;
  zoom: 1;
}

* html .star-rating {
  display: inline;
  zoom: 1;
}

* html .star-img {
  display: inline;
  vertical-align: middle;
}

* html .action-btn {
  display: inline;
  zoom: 1;
}

* html .action-img {
  display: inline;
  vertical-align: middle;
}



/*SETTINGS PAGE*/
.flashplayerpickbtn {
	margin:3px; background:#222; color:#fff; padding:4px 4px; border:none; cursor:pointer;
}

/* IE6 word-break for long text (titles, usernames) */
.ie6break {
  word-wrap: break-word;
  overflow: hidden;
}
