#library {
	background:#222 url(../imgs/library-bg.gif) repeat-x;
	padding:1px 0 30px 0;
	width:986px;
}

#nav {
	width:986px;
	height:45px;
}

#nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#nav ul li {
	float:left;
	margin:0;
	height:45px;
	background:url(../imgs/nav-tab-bg.jpg) repeat-x;
}
#nav ul li a {
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	color:#fff;
	width:140px;
	height:27px;
	text-align:center;
	display:block;
	float:left;
	margin:0;
	padding:11px 0 0 0;
	border-right:1px solid #111;

}
#nav li a:hover {
	background-color:#222;
}

#nav #loading {
	float:right;
	margin:7px 10px;
	display:none;
}
#nav #loading.visible {
	display:inline;
}

#library.shows #nav #nshows {
	background:url(../imgs/nshows-active.gif);
	color:#fff;
}
#library.shows #nav #nshows a:hover {
	background:none;
}
#library.radio #nav #nradio {
	background:url(../imgs/nradio-active.gif);
	color:#fff;
}
#library.radio #nav #nradio a:hover {
	background:none;
}
#library.news #nav #nnews {
	background:url(../imgs/nnews-active.gif);
	color:#fff;
}
#library.news #nav #nnews a {
	color:#fff;
}
#library.news #nav #nnews a:hover {
	background:none;
}
#library.sports #nav #nsports {
	background:url(../imgs/nsports-active.gif);
}
#library.sports #nav #nsports a:hover {
	background:none;
}
#library.search #nav #nsearch {
	background:url(../imgs/ngeneric-active.gif);
}
#library.search #nav #nsearch a:hover {
	background:none;
}
#library.comments #nav #ncomments {
	background:url(../imgs/ngeneric-active.gif);
}
#library.comments #nav #ncomments a:hover {
	background:none;
}
#nav #ncomments {
	display:none;
}

#library #librarycontent,
#library #searchcontent,
#library #commentscontent {
	display:none;
}
#library.shows #librarycontent,
#library.radio #librarycontent,
#library.news #librarycontent,
#library.sports #librarycontent,
#library.search #searchcontent,
#library.comments #commentscontent {
	display:block;
}



#libraryhead {
	padding:5px 0 0;
}
#libraryhead hr{
	color: #333;
	border-style: solid;
	border-color: #333;
	border-width: 1px 0 0 0;
	margin: 0 20px;
}
/*
.radio #librarycontent #catmask,
.radio #librarycontent #clipholder{
	display: none;
}
*/
#libraryhead #radioHeader{
	position: relative;
	display: none;
}
#library.radio #radioHeader{
	display: block;
	background: #333;
	color: #ddd;
	padding: 10px 10px 0 10px;
	margin: 0 20px 20px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#library.radio #radioHeader h2{
	position: relative;
	color: #fff;
	margin: 0;
	line-height: 25px;
}
#library.radio #radioHeader h2 a{
	font-size: 12px;
	font-weight: normal;
}
#library.radio #radioHeader h2 a.minimize{
	position: absolute;
	background: url(../imgs/remove.gif) center center no-repeat;
	top: 0;
	right: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #666;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
#library.radio #radioHeader.closed h2 a.minimize{
	background: url(../imgs/add.gif) center center no-repeat;
}
#library.radio #radioHeader h2 a.refresh{
	background: #666;
	color: #111;
	padding: 2px 5px;
	margin-left: 10px;
	font-weight: bold;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
#library.radio #radioHeader h2 a.refresh:hover{
	color: #fff;
}
#library.radio #radioHeader.closed{
	padding: 10px;
}
#library.radio #radioHeader.closed .content{
	display: none;
}
#library.radio #radioHeader h2.onDemand{
	position: absolute;
	left: 0;
	bottom: -35px;
}
#library.radio #radioHeader .network{
	display: inline;
	float: left;
	background: #fff url(../radio/imgs/bg-header-network.jpg) bottom left repeat-x;
	color: #000;
	width: 282px;
	padding: 0 10px;
	margin: 10px 10px 10px 0;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#library.radio #radioHeader .content .radio3{
	margin-right: 0;
}
#library.radio #radioHeader .network .top{
	height: 62px;
	border-bottom: 1px dashed #666;
	margin: 10px 0;
}
#library.radio #radioHeader .network .top h3{
	display: inline;
	float: left;
	width: 120px;
	margin: 0;
	line-height: 40px;
	text-indent: -9999px;
}
#library.radio #radioHeader .radio1 .top h3{background: transparent url(../radio/imgs/logo-radio1.gif) center left no-repeat;}
#library.radio #radioHeader .radio2 .top h3{background: transparent url(../radio/imgs/logo-radio2.gif) center left no-repeat;}
#library.radio #radioHeader .radio3 .top h3{background: transparent url(../radio/imgs/logo-radio3.gif) center left no-repeat}

#library.radio #radioHeader .network a.listen,
#library.radio #radioHeader .network a.change,
#library.radio #radioHeader .network .top .program{
	display: inline;
	float: right;
}
#library.radio #radioHeader .network a.listen{	
	background: #60788b url(../radio/imgs/icn-speaker-white.gif) 5px center no-repeat;
	color: #fff;
	padding: 0 10px 0 25px;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 22px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#library.radio #radioHeader .network .top .program,
#library.radio #radioHeader .network .top .change{
	clear: right;
	text-align: right;
}
#library.radio #radioHeader .network .top .program{
	width: 150px;
	font-weight: bold;
}
#library.radio #radioHeader .network .top .change{
	color: #60788b;
	width: 80px;
	font-size: 10px;
}


#library.radio #radioHeader .network .metadata{
	clear: both;
	background: #fff;
	height: 60px;
	padding: 10px 0;
	margin-bottom: 10px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#library.radio #radioHeader .network .metadata h4,
#library.radio #radioHeader .network .metadata .title,
#library.radio #radioHeader .network .metadata .details{
	display: block;
	height: 18px;
	margin: 0 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	overflow: hidden;
}
#library.radio #radioHeader .network .metadata .loader{
	margin: 0 10px;
}
#library.radio #radioHeader .network .metadata .details{
	color: #666; 
}
#library.radio #radioHeader .footer{
	clear: both;
	padding-bottom: 10px;
}
#library.radio #radioHeader .footer a{
	color: #aedee4;
	font-weight: bold;
}
#library.radio #radioHeader .footer a.seeAll{
	margin-right: 10px;
}
#library.radio #radioHeader .footer img{
	margin-right: 10px;
}


#library.radio #radioHeader #allStreams{
	overflow: hidden;
	border-top: 1px dashed #666;
}
#library.radio #radioHeader #allStreams.closed{
	height: 0;
	border-top: none;
}
#library.radio #radioHeader #allStreams div.radio1,
#library.radio #radioHeader #allStreams div.radio2,
#library.radio #radioHeader #allStreams div.radio2web,
#library.radio #radioHeader #allStreams div.radio3,
#library.radio #radioHeader #allStreams div.info{
	float:left;
	width: 300px;
	margin: 0 0 10px 0;
}
#library.radio #radioHeader #allStreams div.radio1{
	width: 615px;
	margin-right: 10px;
}
#library.radio #radioHeader #allStreams div.info{
	background-color: #222;
}
#library.radio #radioHeader #allStreams div.info p,
#library.radio #radioHeader #allStreams div.info h3{
	margin: 5px 10px;
}
#library.radio #radioHeader #allStreams p.heading{
	line-height: 25px;
}
#library.radio #radioHeader #allStreams p.heading a{
	font-size: 10px;
}
#library.radio #radioHeader #allStreams h2{
	background: #666;
	color: #111;
	padding: 0 15px;
	font-size: 12px;
}
#library.radio #radioHeader #allStreams h2 label,
#library.radio #radioHeader #allStreams .urls h2 label{
	display: inline;
	float: left;
	width: 150px;
}
#library.radio #radioHeader #allStreams .content{
	margin: 10px 0 0 0;
}
#library.radio #radioHeader #allStreams ul{
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 20px;
	list-style: none;
}
#library.radio #radioHeader #allStreams ul .directURL{
	display: none;
	float: right;
	margin-right: 15px;
	font-size: 10px;
}
#library.radio #radioHeader #allStreams .directURL .directURL{
	display: inline;
}
#library.radio #radioHeader #allStreams .directURL .description{
	display: none;
}
#library.radio #radioHeader #allStreams ul label{
	float: left;
	display: inline;
	text-align: left;
}
#library.radio #radioHeader #allStreams ul li{
	clear: both;
	background-color: #222;
	padding: 0 0 0 15px;
	font-size: 11px;
	line-height: 20px;
}
#library.radio #radioHeader #allStreams ul li.odd{
	background-color: #111;
}
#library.radio #radioHeader #allStreams ul li a img{
	border: none;	
}
#library.radio #radioHeader #allStreams ul li a.play{
	display: inline;
	float: left;
	width: 150px;
}
#library.radio #radioHeader #allStreams .radio2 ul li a.play{
	width: 50px;
}
#library.radio #radioHeader #allStreams .radio2 ul li.long a.play{
	width: 115px;
}
#library.radio #radioHeader #allStreams .radio3 ul li a.play{
	width: 75px;
}
#library.radio #radioHeader #allStreams ul li img.playing,
#library.radio #radioHeader #allStreams ul li img.infoButton{
	display: inline;
	float: right;
	padding: 0;
	margin: 2px 5px;
}
#library.radio #radioHeader #allStreams .radio2 ul li .metadata{
	width: 220px;
}
#library.radio #radioHeader #allStreams .radio2 ul li.long .metadata{
	width: 155px;
}
#library.radio #radioHeader #allStreams ul li img.playing{
	float: left;
	margin-left: -20px;
}
#library.radio #radioHeader #allStreams ul label.province,
#library.radio #radioHeader #allStreams ul label.city{
	float:left;
}
#library.radio #radioHeader #allStreams ul label.province,
#library.radio #radioHeader #allStreams ul label.city,
#library.radio #radioHeader #allStreams ul label.channel{
	width: 150px;
	font-weight: bold;
}
#library.radio #radioHeader #allStreams ul label.program,
#library.radio #radioHeader #allStreams ul label.trackTitle{
	float: none;
	margin-right: 10px;
	font-weight: bold;
}
#library.radio #radioHeader #allStreams ul .metadata{
	height: 20px;
	margin-right: 15px;
	overflow: hidden;
}
#library.radio #radioHeader #allStreams .directURL ul .metadata{
	display: none;
}

#breadcrumb {
	font-size:12px;
	font-weight:bold;
	color:#ccc;
	margin:0 20px 10px 20px;
	overflow:hidden;
	white-space:nowrap;
}
#breadcrumb a,
#breadcrumb span{
	color: #fff;
	margin: 0 5px;
	/*background:url(../imgs/breadcrumb-divider.gif) no-repeat right 5px;
	padding-right:19px;*/
}
#breadcrumb a:hover {
	color:#fff;
}
#breadcrumb em {
	display: block;
	margin: 5px 0;
	color: #fff;
	font-size: 19px;
	font-style: normal;
}



.filters {
	list-style-type:none;
	float: left;
	display:inline;
	margin: 10px;
	padding:0;
	height:25px;
}
#mediaFilter{
	float: left;
	margin-left: 256px;
}
.filters li {
	float:left;
	display:inline;
	padding:0 0 0 12px;
	height:23px;
}
.filters li a {
	color:#aaa;
	font-size:12px;
	font-weight:bold;
	height:15px;
	padding:4px 12px 4px 0;
	display:inline;
	float:left;

}
.filters li a:hover {
	color:#fff;
}
#library .filters li.active a {
	color:#fff;
}
#library.shows .filters li.active {
	background:url(../imgs/filter-shows-active-left.gif) no-repeat left;
}
#library.shows .filters li.active a {
	background:url(../imgs/filter-shows-active-right.gif) no-repeat right;
}
#library.radio .filters li.active {
	background:url(../imgs/filter-radio-active-left.gif) no-repeat left;
}
#library.radio .filters li.active a {
	background:url(../imgs/filter-radio-active-right.gif) no-repeat right;
}
#library.news .filters li.active {
	background:url(../imgs/filter-news-active-left.gif) no-repeat left;
}
#library.news .filters li.active a {
	background:url(../imgs/filter-news-active-right.gif) no-repeat right;
}
#library.sports .filters li.active {
	background:url(../imgs/filter-sports-active-left.gif) no-repeat left;
}
#library.sports .filters li.active a {
	background:url(../imgs/filter-sports-active-right.gif) no-repeat right;
}
#library.search .filters li.active {
	background:url(../imgs/filter-generic-active-left.gif) no-repeat left;
}
#library.search .filters li.active a {
	background:url(../imgs/filter-generic-active-right.gif) no-repeat right;
}




#catmask {
	width:246px;
	float:left;
	display:inline;
	margin-right:20px;
	overflow:hidden;
	position:relative;
}
#categories {
	width:738px;
	position:relative;
}
#catmask .radio{
	display: none;
	color: #fff;
	padding-left: 20px;
}
.radio #catmask h2.radio{
	display: block;
	margin: 0;
	line-height: 50px;
}
#categories ul {
	margin:0;
	padding:0;
	list-style:none;
	list-style-position:outside;
	float:left;
	display:inline;
	width:246px;
}
#categories li {
	height:22px;
	overflow:hidden;
	white-space:nowrap;
}
#categories a {
	color:#aaa;
	font-size:12px;
	font-weight:bold;
	padding:4px 0 0 20px;
	display:block;
	width:226px;
}
#library #categories li.active a, #library #categories a:hover {
	color:#fff;
}
#library.shows #categories li.active {
	background:url(../imgs/cat-shows-active.gif);
}
#library.radio #categories li.active {
	background:url(../imgs/cat-radio-active.gif);
}
#library.news #categories li.active {
	background:url(../imgs/cat-news-active.gif);
}
#library.sports #categories li.active {
	background:url(../imgs/cat-sports-active.gif);
}
#library.search #categories li.active {
	background:url(../imgs/cat-generic-active.gif);
}

#librarycontent #clipholder{
	display: inline;
	float: left;
	width: 720px;
}
#librarycontent #clips{
	clear: both;
	height:600px;
}
.radio #librarycontent #clipholder{
	background-color: #333333;
	width: 680px;
	height: auto;
	margin: 50px 20px 20px;
}
.radio #librarycontent #clipholder .top,
.radio #librarycontent #clipholder .bottom{
	background-color: #333333;
	border-bottom: 1px solid #222;
}
.radio #librarycontent #clips{
	height: auto;
	margin: 0;
}



/* SEARCH */
#searchcontent {
	display:none;
}



/* PAGINATION */
.pagination {
	display: inline;
	float: right;
	margin:0 20px 0 0;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	line-height: 45px;
}
.pagination a.prev {
	background:url(../imgs/pg-prev.gif) no-repeat left center;
	padding:0 10px 0 12px;
}
.pagination a.next {
	background:url(../imgs/pg-next.gif) no-repeat right center;
	padding:0 12px 0 10px;
}
.pagination a.disabled {
	cursor:default;
	opacity:0.3;
	/*ie hack*/
	filter:alpha(opacity = 30);
	zoom:1;
	/*end ie hack*/
}
.pagination a.disabled:hover {
	color:#aaa;
}
.pagination a.pg {
	border:1px solid #333;
	padding:3px 8px;
	margin:0 1px;
}
.radio .pagination a.pg {
	background: #222;
	border:1px solid #666;
}
.pagination a.pg:hover {
	background-color:#111;
}
.pagination a.pg.active {
	background-color:#111;
	color:#fff;
	cursor:default;
}

.hide{
	display: none;	
}
.blink{
	text-decoration: blink;
}
.loader{
	background: url(../imgs/icn-loader.gif) left center no-repeat;
	height: 20px;
	padding-left: 20px;
	line-height: 20px;
	text-align: center;
}