/* look and feel for embed and email tabs */
/*#shareTabs { 
	list-style:none; 
	padding:0;	
	float:left;
	margin-left:-5px !important; margin-top:26px !important;
}

#shareTabs li { 	 
	text-indent:-999em;
	padding:0;
	margin:0;
	list-style-image:none;	
}

#shareTabs a {
	background: url(../images/email_embed_tabs.png) no-repeat;
	display:block;
	width: 48px;  
	height: 44px;
	padding:0px;
	margin:0px;	
}

#shareTabs a:hover {
	background-color:#ccc;
}

#shareTabs a:focus {
	background-color:#000;
}
	
#shareTabs a.current {
	background-color:#295c72;
}

#shareTabs #embedTab {
	background-position: 0 -44px;
}
*/

#shareTabs { 
	list-style:none; 
	padding:0;	
	float:left;
	margin-top:26px !important;
}
#shareTabs  .second { background:url(../images/bg-btn-more.jpg) no-repeat; color:#FFFFFF; display:block;font-size:11px; font-weight:bold; height:26px; line-height:26px; padding:0 !important; text-decoration:none; width:123px; margin-left:130px; }

#shareTabs  .frst { background:url(../images/bg-btn-more.jpg) no-repeat; color:#FFFFFF; display:block;font-size:11px; font-weight:bold; height:26px; line-height:26px; padding:0 !important; text-decoration:none; width:123px; float:left; }


/* container for each pane: video, embed and email */
#panes {
	background:#00304a url(../images/h600.png) repeat-x 0 0;
	height:340px;
	width:480px;
	float:left;	
	color:#fff;
	position:relative;
	z-index:1;	
	border:2px solid #fff;
	outline:1px solid #666;	
	font-family:verdana;
	font-size:12px;
	-moz-outline-radius:4px;
	
}

/* embed and email pane */
#emailPane, #embedPane {	
	display:none;	
	margin:10px;		
}

/* player container style */
#player {	
	display:block;	
	height:340px;	
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	background-color:#000;
}

#panes input, #panes textarea {
	width:430px;
	font-size:12px;
	font-family:verdana;
	border:1px inset #666; 	
	padding:2px;
}

#panes textarea {
	padding:4px;
	height:45px;
}

#panes button {
	border:1px outset #ccc;	
	cursor:pointer;
	background-color:#f9f9fa;	
}

#panes label.left {
	float:left;
	margin-right:15px;	
}

#panes label.left input {
	width:180px;		
}

#panes h2 {
	margin-top:0px;		
}

#embedPane textarea {
	height:180px;
	background-color:transparent;	
	overflow-x:hidden;
	color:#BBBBBB;
	padding:4px;
}

.videocontent{margin:0; color:#08324F; font-size: 13px; line-height: 18px; font-family:Arial, Helvetica, sans-serif;  font-weight:normal; padding: 10px 0;}
.playText{font-weight:bold;}
.playlist {	
	width:417px;
	height:300px;
	overflow-y:auto;
	overflow-x:hidden;
	margin:0;

}

/* playlist entry */
.playlist a {
	display:block; background:url(../images/video_content_innerbox.png) no-repeat;
	width:417px;
	height:90px;
	font:11px "bitstream vera sans", "lucida grande",verdana;
	text-decoration:none;
	margin-top:7px;
	color:#666;
}

/* different states of a playlist entry */
.playlist a:hover { background:url(../images/video_content_innerbox_o.png) no-repeat; width:417px; height:90px; }

.playlist a.progress { background:url(../images/video_content_innerbox_proc.png) no-repeat; width:417px; height:90px;}

.playlist a.playing {background:url(../images/video_content_play.png) no-repeat; width:417px; height:90px;}

.playlist a.playing1 {background:url(../images/video_content_play.png) no-repeat; width:417px; height:90px;}

.playlist a.paused {
		
}

/* elements inside playlist entry */
.playlist a img {
	border:0;	
	float:left;
	margin-right:0px;
}

.playlist a strong {
	color:blue;		
	padding-bottom:5px;
}

.playlist a em {
	border:0;	
	float:left;
	margin-right:0px;
	background:url(images/clock.gif) no-repeat 0 50%;
	padding-left:0px;
	color:#333;
	font-style:normal;
	margin-top:0px;
}

/* close image */
div.close {
	background:url(../images/close.png) no-repeat;
	position:absolute;
	top:5px;
	right:5px;
	width:35px;
	height:35px;
	cursor:pointer;
}