/*
    PGi.com
    Document   : pgi_tv.css
    Created on : Jun 4, 2010
    Description: PGiTV specific styles
*/
a:hover {
    color: #847364;
}

/* General */
.bold { font-weight: bold; }
.hide { display: none; }
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {display: inline-block;}
* html .clearFix {height: 1%;}
.clearFix {display: block;}



#pgiTV-container {
    /*height: 536px;*/
    margin-bottom: 15px;
}

/* Top Nav */
#topNav {
    background: url(../img/nav-divider.gif) repeat-x;
    height: 53px;
    margin: 0;
    position:relative;
    z-index:2;
}
#topNav li {
    background: url(../img/bg-nav.png) no-repeat;
    margin: 0 1px 0 0;
    float: left;
    width: 153px;
    height: 49px;
    padding: 0;
    position:relative;
}
#topNav li a {
    color:#FFFFFF;
    display:block;
    font-size:13px;
    font-weight:bold;
    height:21px;
    padding:18px 0 0 6px;
    text-decoration:none;
    width:147px;
}

#topNav li a.active {
    color: #968B7F;
}
#topNav li.nav-li-last {
    background: url(../img/bg-nav-last.png) no-repeat;
    margin: 0;
    width: 152px;
}

#topNav .subNav {
    margin:0;
    position:absolute;
    top:39px;
}
#topNav .subNav li {
    background: url(../img/bg-subnav.png) no-repeat;
    float:none;
    color: #FFF;
    height:auto;
    margin: 0 0 1px 0;
    width: 152px;
}
#topNav .subNav li a {
    font-weight: normal;
    font-size: 12px;
    height: auto;
    width: 100px;
    line-height: 13px;
    padding: 13px 0 4px 5px;
}
#topNav .subNav li:hover {
    background: #FF9F3C;
}
#topNav .subNav li a:hover {
    color: #FFF;
}
.nav-arrow {
    background: url(../img/nav-arrow.png) no-repeat;
    height:11px;
    left:63px;
    position:absolute;
    top:39px;
    width:22px;
    display: none;
}

#playerWrapper{
    /*height:485px;*/
}
#leftCol {
    float: left;
    width: 520px;
}
#rightCol {
    float: right;
    width: 381px;
    padding:4px 2px 0 0;
    position: relative;
}
#player {
    height: 340px;
    margin: 0 0 10px 0;
}
#pgiTV-container {
    color: #7D7063;
    font-family: Arial,sans-serif;
}
#pgiTV-container h1 {
    background: none;
    visibility: visible;
    font-size: 16px;
    font-weight: bold;
    color: #FFA03D;
    margin: 0 0 4px 0;
}
#pgiTV-container h2 {
    color: #FFA03D;
	font-size: 11px;
    color: #75685A;
    margin: 0 0 3px 0;
}
#pgiTV-container h2.title {
    font-size: 16px;
	font-weight: bold;
    color: #FFA03D;
    margin: 0 0 3px 0;
}
#pgiTV-container p {
    margin: 0 0 5px 0;
}
/* Left Col */
#pgiTV-container p.learnMore {
    margin-bottom: 4px;
}
#pgiTV-container .tagsTitle {
    margin: 0;
}
#pgiTV-container ul.tags {
    margin: 0 0 0 0;
}
#pgiTV-container ul.tags li {
    background: none;
    display: inline;
    padding: 0 1px;
}

/* Right Col */
#rightCol a {
    color: #75685A;
    text-decoration: none;
}
.featuredVidWrapper {
    padding: 0 0 0 9px;
    margin:0 0 17px 0;
}
.featuredVidLabel {
    background:url("../img/header-gradient.gif") no-repeat  0 22px;
    color:#FFA03D;
    font-size:16px;
    font-weight:bold;
    height:30px;
}


/* Featured Video Item */
.featuredVidThumb {
    float:left;
    height:57px;
    margin:0 13px 0 0;
    width:76px;
}
.featuredVidItem {
    height: 57px;
}
.featuredVidMeta {
    float: left;
    width: 283px;
}
.featuredVidThumb img {
    width: 72px;
    height: 53px;
    border: 2px solid #FFA03D;
}
#pgiTV-container #rightCol h1.title {
    color:#75685A;
    font-size:12px;
    height:14px;
    margin:0 0 2px 0;
    overflow:hidden;
}
#pgiTV-container #rightCol h2.title {
    color:#75685A;
    font-size:11px;
    height:14px;
    margin:0 0 2px 0;
    overflow:hidden;
}
#pgiTV-container #rightCol h2.description {
    height:25px;
    line-height:12px;
    margin:0;
    overflow:hidden;
}
.lastRowMeta {
    height: 20px;
}
#pgiTV-container .lastRowMeta p.time {
    float: left;
    width: 60px;
    margin: 0;
    line-height: 20px;
}
.lastRowMeta .playTab {
    float: right;
    width: 34px;
    margin:2px 0 0 0;
}
.playTab a {
    background: url(../img/btn-play.png) no-repeat;
    _background: url(../img/btn-play.gif) no-repeat;
    width: 34px;
    height: 17px;
    text-indent: -9999px;
    display: block;
}
.tagsView .active .playTab a,
.playlistView .featuredVidWrapper .playTab a,
.videoView .active .playTab a {
    background-position: 0 -17px;
}

#pgiTV-container h2#playlistHeader {
    background: #DDDBD6 url(../img/bg-header-playlist.png) repeat-x 0 0;
    _background: #DDDBD6 url(../img/bg-header-playlist.gif) repeat-x 0 0;
    color:#FFFFFF;
    font-size:16px;
    font-weight:bold;
    height:29px;
    margin:0;
    padding:6px 0 0 10px;
    width:372px;
    position:relative;
}
/* Playlist Video Item */
.videoListMainWrapper {
    width: 382px;
    height: 315px;
    overflow: hidden;
}
#videoListWrapper {
    height: 200px;
}
.videoItem {
    background: url(../img/bg-playlist-item.gif) repeat-x;
    height:58px;
    margin:2px 0px 3px 4px;
    padding:7px 7px 8px 9px;
    width: 340px;
}
.videoItem:hover,
.videoListWrapper .active {
    background-position: 0 -73px;
}
.videoMeta {
    float: left;
    width: 256px;
}
.videoThumb {
    width: 74px;
    height: 53px;
    float: left;
    margin: 0 10px 0 0;
}
.videoThumb img {
    width: 72px;
    height: 53px;
    border: 2px solid #B8B1AA;
}
#pgiTV-container p#videoCount {
    text-align: right;
    margin-right: 4px;
}

/* Tagged Video */
#rightCol .close {
    font-weight:bold;
    position:absolute;
    right:13px;
    top:12px;
}
#rightCol .close a {
    font-size:13px;
    color: #FFF;
}
#rightCol .close a:hover {
    font-size:13px;
    color: #968B7F;
}

/* Transcription */
#pgiTV-container p#transcriptionBtn {
    margin: 5px 0 0 0;
}
#transcriptionBtn a {
    display: block;
    width: 100px;
}
#transcription {
    overflow: hidden;
    position: relative;
}
#transcription h3 {
    color: #FFA03D;
    margin: 5px 0 10px 0;
    font-size: 14px;
}
#closeTranscriptionBtn {
    background:url("../img/icon-closeX.gif") no-repeat scroll 38px 0 transparent;
    cursor:pointer;
    height:13px;
    position:absolute;
    right:0;
    top:0;
    width:53px;
    margin: 2px 0 0 0;
}
.placeholder {
    height: 10px;
}

/*****************
*
* JAVASCRIPT PLUGINS
*
******************/

/* jScrollPane */
.scrollWrapper {
	padding: 14px 14px 15px 0;
}
.jScrollPaneContainer {
    background: url(../img/bg-playlist.gif) repeat-x;
	position: relative;
	overflow: hidden;
	z-index: 1;
    outline: none;
}
.scroll-pane {
    width: 382px;
    height: 315px;
}
.jScrollPaneTrack {
   background: url(../img/scrollbar-track-middle.gif) repeat-y;
	position: absolute;
	cursor: pointer;
	right: 6px;
	top: 0;
	height: 100%;
    width: 9px;
}
.jScrollPaneDrag {
    background: #A49D95 url(../img/scrollbar.gif) no-repeat center center;
	position: absolute;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop,
.jScrollPaneDragBottom {
    height: 2px;
	overflow: hidden;
    position: absolute;
}
.jScrollPaneDragTop {
    background: url(../img/scrollbar-top.gif) no-repeat;
	top: 0;
	left: 0;
}
 .jScrollPaneDragBottom {
    background: url(../img/scrollbar-bottom.gif) no-repeat;
	bottom: 0;
	left: 0;
}
.jScrollCapTop,
.jScrollCapBottom {
    position: absolute;
    right: 6px;
    width: 9px;
    height: 2px;
}
.jScrollCapTop {
    background: url(../img/scrollbar-track-top.gif) no-repeat;
    top: 0px;
}
.jScrollCapBottom {
    background: url(../img/scrollbar-track-btm.gif) no-repeat;
    bottom: 0px;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;

}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
