/* video interface */

#user_info.video {
	background: url('/images/bg_userinfo_video.gif') transparent top left no-repeat;
}

#video_interface {
	width: 920px;
	height: 490px; /* 500px */
	padding: 5px 5px 25px 25px;	
	background: url('/images/bg_video.gif') transparent top left no-repeat;
}

#video_view {
	float: left;
	width: 640px;
	height: 490px; /* 500px */
}

#video {
	width: 640px;
	height: 360px;
	background: red;
}

#playlist {
	width: 640px;
	height: 163px; /* 140px */
}

#playlist_header {
	height: 23px;
	background: url('/images/bg_playlistheader_repeat.gif') #ed1c24 top left repeat-x;
	border-bottom: 1px solid #72001a;
}

#playlist_category_div {
	float: left;
	
	width: 100%;
	height: 23px;
	background: #ed1c24;
	border-bottom: 1px solid #ed1c24;
	
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	border-left: 0px solid #D9D9D9;
	cursor: default;
}

#playlist_category_form {
	padding: 3px 3px;
}

/* PLAYLIST NAVIGATION */

#playlist>#playlist_header {
	height: 25px;
}
#playlist_header ul {
	width: auto;
	bottom: 0;
	left: 0;
	list-style: none;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0;
}
#playlist_header li {
	float: left;
	border-right: 1px solid #ed1c24;
}

#playlist_header ul li a {
	float: left;
	display: block;
	padding: 5px 12px 6px 12px;
	font-weight: normal;
	color: #EEE;
	text-decoration: none;
	cursor: pointer;
}
#playlist_header ul li a:hover {
	background: #7f0e13;
}

#playlist_header ul li:hover {
	background: #7f0e13;
}

#playlist_search {
	float: right;
	width: 155px;
	padding-top: 0px; /* 5px */
}

#playlist_search_params {
	margin-top: 5px;
	font-size: 10px;
	width: 120px;
	border: 1px solid #990000;
	vertical-align: top;
	padding: 1px;
}

#videosearch_submit {
	padding: 0px;
	cursor: auto;
	height: 23px;
}

#playlist_items {
	float: left;
	width: 100%;
	height: 115px;
	overflow: scroll;
	background: transparent url('/images/loading_playlist.gif') center no-repeat;
}

#playlist_items_table {
	width: 623px;
}

#playlist_items_table tbody tr td {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 3px 8px;
	border-left: 1px solid #D9D9D9;
	cursor: default;
}

#playlist_items_table tbody tr.selected td {
	background-color: #ed1c24;
	color: #ffffff;
	border-left: 1px solid #ed1c24;
}

#playlist_items tr.odd {
	background: #fff;
}

#playlist_items tr.even { 
	background: #e9e9e9;
}

/* VIDEO & BIO INFO + INTERACT */

.linksWrapper {
	overflow: auto;
}

.linkWithIcon {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}

.linkWithIcon img {
	vertical-align: middle;
	padding-right: 5px;
}

.linkWithIcon a {
	color: black;
}

#interactWrapper {
	float: right;
	width: 260px;
	height: 500px;
}

#infoWrapper {
	height: 210px;
	overflow: hidden;
	padding: 0 10px;
}

#infoWrapper.CraveTV {
	height: 325px;
}

h3.video_name, h3.video_name a, h3.band_name, h3.band_name a {
	font-size: 18px;
	font-weight: bold;
	color: #d10c0c;
	text-decoration:none;
	background-color: transparent;
	padding: 0;
}

h3.band_name, h3.band_name a {
	font-size: 14px;
	color: #2e2e2e;
	padding-bottom: 2px;
	margin-bottom: 6px;
}

p.band_bio, p.band_bio a {
	font-size: 12px;
}

.detailsWrapper {
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	padding-top: 4px;
}

.detailWrapper {
	font-size: 11px;
	padding-bottom: 4px;
	margin-bottom: 3px;
}

#voterateWrapper {
	background-color: #434343;
}

#video_voting {
	height: 100px;
}

#vote_info {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	height: 12px;
}

#vote_info span {
	color: #fff;
}

#vote_info a {
	color: #fff;
}

#video_rating {
	padding: 8px 0;
	height: 25px;
	padding-left: 28px;
	overflow: hidden;
	border-bottom: 1px solid #DDD;
}

#video_rating div{
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	float: left;
	padding-top: 6px;
	padding-right: 10px;
}

#addthisWrapper {
	padding: 2px 0 8px 10px;
}

#actionsWrapper {
	height: 60px;
	font-size: 12px;
}

.miniForm {
	width: 240px;
	padding: 5px;
	padding-top: 7px;
	overflow: auto;
	border-top: 1px solid #dddfdf;
	margin-left: 4px;
}

.miniForm div {
	float: left;
}

.miniForm .f_label {
	font-size: 10px;
	font-weight: bold;
	width: 85px;
	padding-right: 5px;
	padding-top: 4px;
}

.miniForm .f_input input {
	width: 116px;
	height: 14px;
	padding: 2px;
	border: 1px solid gray;
}

.miniForm .f_help {
	padding: 2px 0px 3px 8px;
}

.miniForm .f_button {
	padding: 0px 0px 0px 8px;
}

#input_sharefriend input {
	width: 134px;
}

#video_actions h2 {
	font-size: 16px;
	padding-bottom: 5px;
}

#video_linkdiv {
	padding-top: 10px;
}

#message_vote, #message_rate, #message_share {
	font-size: 10px;
	margin-left: 50px;
}

#message_share {
	margin-left: 0;
}

#share_friend {
	vertical-align: bottom;
	padding-bottom: 1px;
}

.additionalContentWrapper {
	background: url('/images/bg_gray.gif') top left repeat-y;
	padding: 25px;
	height: 180px;
}

.twoColumnWrapper {
	overflow: auto;
	padding-bottom: 15px;
}

.leftColumn {
	width: 46%;
	float: left;
}

.rightColumn {
	width: 46%;
	float: right;
}

/* POPUP WINDOW */

div.jqmAlert { /* contains + positions the alert window */
  display: none;
  
  position: fixed;
  top: 17%;
  width: 100%;
}
    
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html div.jqmAlert {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

div.jqmAlertWindow {
  height:auto;
  width: auto;
  margin: auto;
  
  max-width:400px;
  padding: 0 10px 10px;
  
  background:#111;
  border:1px dotted #FFF;
}

/*\*/ * html div.jqmAlert { left: 25%; width: 400px; } /**/

.jqmAlertTitle{
  margin:5px 2px;
  height:20px;
  color:#FFF;
  background:#000;
}
.jqmAlertTitle h1{
  margin:2px 2px 5px 2px;
  padding-left:5px;
  padding:0;
  font-size:14px;
  text-transform:capitalize;
  letter-spacing:-1px;
  font-weight:bold;
  color:#FFF;
  width: 200px;
  border: 0;
  float:left;
  height:20px;
}

div.jqmAlert .jqmClose em{display:none;}
div.jqmAlert .jqmClose {
  width:20px;
  height:20px;
  display:block;
  float:right;
  clear:right;
  background:transparent url('/images/close_icon_double.png') 0 0 no-repeat;
}

div.jqmAlert a.jqmClose:hover,div.jqmAlert a.jqmCloseHover{ background-position: 0 -20px; }

div.jqmAlertContent{
  border-top:px;
  color:#FFF;
  font:11px/14pt arial;
  padding:5px 20px 5px;
  margin:5px;
  border:1px dotted #111;
  letter-spacing:0px;
  background:#111 url(/images/darkgrid.png);
}

div.jqmAlertContent p, div.jqmAlertContent ul, div.jqmAlertContent li, div.jqmAlertContent div, div.jqmAlertContent td, div.jqmAlertContent a {
	color: #fff;
	font-size: 12px;
}

/*°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
  clearing a float without additional markup
   http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



.firstItem {
	border-top: 0;
}