/* css for video page*/
div.player {
	float:left;
	display:block;
	width:504px;
	margin-bottom:0;
}

#videoPlayer{
	height:412px;
}

.playlistSectionTitle {
	font-size:18px;
	color:#a71930;
	padding-bottom:2px;
	border-bottom:#ddd 1px solid;
	margin:0px 0px 10px 0px;
	width:960px;
}
.videoError {
	font-size:18px;
	font-weight:600;
	color:#a71930;
	margin:10px 0px 0px 20px;
}
.png_frame {
	background: url(http://www.tvo.org/video/images/overlay.png) no-repeat;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 120px;
	height: 90px;
	cursor:pointer;
}
.png_frame:hover {
	background: url(http://www.tvo.org/video/images/overlayOn.png) no-repeat;
	overflow: hidden;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 120px;
	height: 90px;
}
.video_title {
	margin-bottom:5px;
	margin-left:3px;
}
.video_title a, .video_title a:link:visited  {
	font-family:Arial;
	font-size:12px;
	font-weight:700;	
	margin-top:15px;
	color:#004276;
	text-decoration:none;	
}
.video_title a:link:hover, .video_title a:visited:hover  {
	text-decoration:underline;	
}

div.video_rel {
	background:#efefef;
	float:right;
	display:block;
	width:424px;
	height:305px; /*515px*/
	border:#ccc 1px dotted;
	padding:10px 15px 0px 15px;
	margin-bottom:10px;
	overflow:auto;
}

div.videoInf {
	float:left;
	display:block;
	width:490px;
	margin-bottom:10px;
	padding-bottom:10px;
}

.video_name {
	margin:0 3px;
	padding:0;
	width:486px;
	font-size:18px;
}
.video_thumb {
	display:block;
	float:left;
	margin-bottom:2px;
	margin-top:2px;
	width:120px;
	height:90px;
	border:1px solid #ccc;
	padding:3px;
}
.video_stats {
	display:block;
	float:left;
	width:274px;
	height:105px;
	margin-left:4px;
}
span.videoInfoStat {
	font-size:12px;
	color:#666;
	font-family:Arial;
	margin-left:3px;
}
.videoLongdesc{
	font-family:Arial;
	font-size:12px;
	margin-bottom:7px;
}
div.playlistBlock {
	border-top:#a71930 2px solid;
	padding-top:20px;
	display:block;
	clear:both;
	width:960px;
}
.playlist_title {
	display: inline;
	float:left;
	padding:0 10px 15px 7px;
	height:125px;
	width:357px;
	font-family:Arial;
}
.playlistLink {
	height:98px;
	width:350px;
	padding:3px;
	margin-top:3px;
	border:#ddd 1px dotted;	
	cursor: pointer;
	cursor: hand;
	overflow:hidden;
	background:#fff;
}
.playlistLinkhover {
	background:#ddd;
}
.playlist_stats {
	display:block;
	width:200px;
	height:14px;
	padding-left:5px;
	font-family:Arial;
	overflow:hidden;
}
.playlist_title span {
	margin:0;
	padding-top:1px;
	padding-bottom:1px;
	cursor: pointer;
	cursor: hand;
}
.playlistInfoStats {
	font-size:11px;
	color:#666;
	display:block;
	font-family:Arial;
}
.playlist_title a, .playlist_title a:visited  {
	font-weight:bold;
	font-size:12px;
	color:#333;
	margin-left:3px;
	text-decoration:none;
	font-family:Arial;
	display:block;
}
.atitle {
	height:15px;
	overflow:hidden;
}
.playlist_title a:link:hover, .playlist_title a:visited:hover  {
	text-decoration:underline;	
}
.playlistLink a, .playlistLink a:visited  {
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	font-family:Arial;
	margin:0;
}
.playlistLink a:link:hover, .playlistLink a:visited:hover  {
	text-decoration:none;	
}
.playlistShortDescription {
	font-size:11px;
	color:#333;
	padding:0 0 0 5px;
	width:200px;
	height:82px;
	font-family:Arial;
	overflow:hidden;
	display:block;
}
.imgPlaylist{
	width:120px;
	height:90px;
	padding:3px;
	float:left;
	border:1px solid #ccc;
}
div.loading {
	margin-top:50px;
	vertical-align:middle;
 	text-align: center;
}
#loadingPlaylist {
	display:block;
	float:right;
	margin-top:50px;
	padding-right:60px;
	width:700px;
}
.browseMore{
font-family:Arial;
font-size:12px;
padding:5px 0 0 0;
margin:0;
float:right;
}
.browseMore a, .browseMore a:visited  {
color:#004276;
text-decoration:none;	
font-weight:700;
}
.browseMore a:link:hover, .browseMore a:visited:hover  {
text-decoration:underline;	
}

.relSectionTitle {
	float:left;
	display:block;
	width:424px;
	font-size:18px;
	color:#000;
	margin:0px;
}

.rel_title {	
	padding:0 10px 7px 7px;
	width:390px;
	height:95px;
}

.relShortDescription {
	width:300px;
	height:52px;
}

.relLink {
	width:395px;
	height:68px;
}

.rel_stats {
	width:300px;
}

.imgRel{
	width:80px;
	height:60px;
	padding:3px;
	float:left;
	border:1px solid #ccc;
}

.playlistA{
	width:100%;
	text-align:right;
	padding:0;
	margin:0;
}

.facebookLike{
	margin-top:7px;
	margin-bottom:7px;
	margin-left:3px;
	position:relative;
	float:left;
}

.facebookRecommendations{
	float:right;
	margin-bottom:20px;
}

.tweetthis{
	margin-top:10px;
	margin-left:10px;
	position:relative;
	float:right;
}

/* css for UITabs */
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 14px;
}
.ui-tabs-nav {
	float:left;
    list-style: none;
    margin: 0;
	/*border-top: 1px solid #eee;*/
    padding: 0;
	width:165px;
	/*height:600px;*/
	overflow:hidden;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    /*float: left;*/
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 5px;
}
.ui-tabs-nav a {
    margin:0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #27537a;
    font-weight: bold;
    line-height: 1.2;
	border-bottom: 1px dotted #ccc;
    /*text-align: center;*/
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    z-index: 2;
    margin: 0;
    color: #000;
	background:#ddd;
	/*text-align:right;
	padding-right:20px;*/
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}

.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: default;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    /*filter: alpha(opacity=40);*/
}
.ui-tabs-panel {
	float:left;
	width:772px;
	height:550px;
    border-bottom: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
    padding: 0px 10px 10px 10px;
	margin-bottom:30px;
	overflow:auto;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
