* html, body {
	height: 100%;
}

img {
	border:none;
}


form {height:1px}

a:active,a:link,a:visited {
	text-decoration:none;
	color:white;
}
a:hover {
	color:#ccc;
}

.thumbOver {
	position:absolute;
	visibility:hidden;
	left:0px;
}

#main {
	font-family:Arial,Helvetica,sans-serif;
	background: transparent url(images/player_bg.png) no-repeat;
	width:840px;
	height:760px;
	color:white
}

#sitelogo {
	float:right;
	margin:19px 30px 0 0;
	font-size:20px;
}

.selected {
	color:#d94275;
}

.visible {
	visibility:visible;
}

.gray {
      color:#ccc;
}

.rfloat {
	float:right;
}

.defaultpointer {
	cursor:default;
}

.pointer {
	cursor:pointer;
}

.wait {
	cursor:wait;
}

#sharelink{
        position:absolute;
        top:330px;
        left:504px;
        display:none;
}
.tabTitle {
	font-size:13px;
	color:#aaa;
	width:159px;
	height:25px;
	text-align:center;
	padding-top:5px;
	cursor:pointer
}

#tabchannels.tabTitle {
    background: transparent url(images/tab1_inactive.png) no-repeat;
}

#tabproviders.tabTitle {
    background: transparent url(images/tab2_inactive.png) no-repeat;
}

#tabsearchs.tabTitle {
    background: transparent url(images/tab3_inactive.png) no-repeat;
    display: none;
}

.tabActive {
	color:#d94275;
}

#tabchannels.tabActive {
    background: transparent url(images/tab1_active.png) no-repeat;
}

#tabproviders.tabActive {
    background: transparent url(images/tab2_active.png) no-repeat;
}

#tabsearchs.tabActive {
    background: transparent url(images/tab3_active.png) no-repeat;
}

#tabchannels, #tabproviders, #tabsearchs {
	position:absolute;
	top:418px;
}

#tabchannels {
	left:31px
}

#tabproviders {
	left:97px
}

#tabsearchs {
	display:block;
	left:219px
}

#nowPlayingContainer {
        display:table;
	position:absolute;
	top:330px;
	left:540px;
	height:56px;
	width:255px;
	font-size:16px;
        overflow:hidden;
}
/*
#nowPlayingContainer[id] {position:absolute}

#nowPlayingValign[id] {
	display: table-cell; vertical-align: middle; position: static;
}
#nowPlaying {
	position: static;
	margin-top:-3px;
        margin-left:37px;
	padding-top:2px;
	line-height:.9em;
}
#nowPlaying span {
	font-size:10px;
}
*/
#nowPlaying {
        font-weight:bold;
        vertical-align:bottom;
	padding-top:2px;
	line-height:1em;
}
#nowPlaying span {
	font-size:10px;
	line-height:1.2em;
}
#larrow {
        background:transparent url('images/lrg_arrow.gif') no-repeat;
        width:37px;
        margin:0px;
        height:48px;
        position:absolute;
        top:356px;
        left:504px;
}


#TVplayer {
	position:absolute;
	top:60px;
	left:47px;
	width:434px;
	height:329px;
	overflow:hidden;
	border:none;
	padding:0;
	margin:0;
}

#boxAd {
	position:absolute;
	overflow:hidden;
	top:58px;
	left:498px;
	width:300px;
	height:250px;
	border:none;
	padding:0;
	margin:0;
}

#leftpanel,#rightpanel {
	position:absolute;
	left:0px;
	color:white;
	overflow:hidden;
}
#leftpanel {
	top:446px;
}
#rightpanel {
	top:442px;
	left:211px;
	width: 630px;
	height:250px;
}

#thumbTable td {
	font-size:11px;
	padding:4px 0 6px 0;
	background:transparent url(images/thumbbg.png) no-repeat top left;
}

#thumbTable td img{
	float:left;
	margin:0px 0 0 10px;
}
#thumbTable td div {
	position:relative;
}

#thumbTable td div div{
	overflow:hidden;
	float:right;
	width:93px;
	height:59px;
	margin:-2px 0 0 7px;
	padding:0px 0px 0 4px;
	cursor:pointer;
        line-height:1.05em;
}

#thumbTable td div div span{
	color:#ccc;
}

#divchannels li.active,#divproviders li.active {
	color:#d94275;
	cursor:default;
}

#thumbsDisplay {
	height: 202px;
	width: 565px; 
}

/*
#catsDisplay {
	height: 202px;
	width: 200px;
	margin-left:-19px;
	text-transform:uppercase;
	font-weight:bold;
}
#catsDisplay ul{
	list-style:none;
	margin:2px 0 0 0;
}
#catsDisplay li{
	margin:1px 0;
	line-height:1.3em;
	width:130px;
	overflow:hidden;
	color:#aaa;
	font-size:12px;
}
*/
#catsDisplay {
	margin-left:-19px;
	_margin-left:-19px;
}
#catsDisplay ul{
	list-style:none;
}
#catsDisplay li{
	margin:12px 0;
	overflow:hidden;
	color:#ffff;
	font-size:12px;
	font-weight:bold;
    text-decoration: underline;
}
#catsDisplay li:hover{
	color:#ccc;
}

#pagingDisplay {
	position:absolute;
	bottom:1px;
	left:-30px;
	width:360px
}
#paging {position:absolute;bottom:5px;left:-6px;width:660px;}
#pagination {height:12px}
#pagination li {  margin:0 1px; padding:0; font-size:14px; list-style:none; float:left; font-weight:bold}
#pagination a           { margin:0;}
#pagination .previous-off,
#pagination .next-off   { display:block; float:left; font-weight:bold;  }
#pagination .previous-off a,
#pagination .next-off a {padding:2px 4px; cursor: default;color:#000!important;}
#pagination .previous-off a:hover,
#pagination .next-off a:hover {color:#000;}
#pagination .nextpage a,
#pagination .previouspage a { font-weight:bold; }	
#pagination .active     { display:block; float:left;  margin-right:1px;}
#pagination .active a {color:#fff!important;cursor:default }
#pagination .active a:hover {text-decoration:none;}
#pagination a:link, 
#pagination a:visited   { color:#000; display:block; float:left; padding:2px 4px; }
#pagination a:hover     { text-decoration:underline;}
#firstpage span,#lastpage span {color:#000;padding-top:2px;float:left}
#nextpage img, #prevpage img {margin-top:3px;cursor:pointer}
#nextpage img {margin-left:-5px}
#prevpage {visibility:hidden}

#searchbtn {float:right;margin:1px 0 0 4px;}
#searchbox {float:right;margin:2px 0 0 0;width:168px;height:15px;padding:1px 2px;font-size:12px}
#searchVid {position:absolute;top:416px;left:359px;width:454px;}
#divsearchs { display:none; padding-left: 40px;font-size: 13px }
#sortby {float:left;margin:9px 2px 0 0;}
/* custom dropdown */
#dropdown-whole{
	position:relative;
	margin:-9px 0 0 -1px;
	width:130px;
	overflow:visible;
	height:23px;
	color:#000;
	font-size:12px;
}
#dropdown-title{
	background: transparent url(images/custom-dropdown.gif) no-repeat;
	height:29px;
	width:118px;
	padding:7px 0 0 18px;
	position:absolute;
	top:0;
	left:48px;
	cursor:default;
}
#dropdown-content {
	position:absolute;
	left:50px;
	top:18px;
	padding:0;
	background-color:#fff;
	border-top:0;
	border-right:1px #000 solid;
	border-bottom:1px #000 solid;
	border-left:1px #000 solid;
	width:120px;
	height:57px;
	padding:0;
}

#dropdown-content ul {
	list-style:none;margin:2px;padding:10px 0 0 0;
}

#dropdown-content a {
        padding-left:14px;
	color:#000;
        display:block;
        width:103px;
}
#dropdown-content a:hover {
        background-color:#666;
	color:#fff;
}

/* scroller styles */
div.scroller {
	width: 200px; 
	height: 224px;
	margin-left: 10px;
}
div.scroller .scrollarea {
	margin:-195px 10px 0px 0;
	height: 200px; 
	width: 16px;
	float:right;
	background-color:#e5e5e5;
	cursor: pointer;
}

div.scroller div.scrollBarContainer {
	height: 174px; /* (ff: height - 18px - ie: height - 46px) */
}

div.scroller .scrollKnob {
	width: 16px;
	min-height: 10px;
	background: transparent url(images/scrollknob.jpg) repeat-y;
}
div.scroller .top{
	position:absolute;
	width:16px;
	height:17px;
	background: transparent url(images/scrollknob_t.jpg) no-repeat;
}
div.scroller .bottom{
	position:absolute;
	bottom:0px;
	width:16px;
	height:17px;
	background: transparent url(images/scrollknob_b.jpg) no-repeat;
}
div.scroller .scrollForward, div.scroller .scrollBack {
	width: 16px;
	height: 13px !important;
	position:relative;
}
div.scroller .scrollBack {
	background: transparent url(images/arrow_u.jpg) no-repeat;
	margin:0 0 3px 0;
}
div.scroller .scrollForward {
	background: transparent url(images/arrow_d.jpg) no-repeat;
	margin:1px 0 0 0;
}
/* moodalbox CSS
/ glam dev customized */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
cursor: pointer;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #fff;
}

div#mb_contents {
border:2px solid #222;
visibility: hidden;
}

div#mb_bottom {
display:none;
}
/* share popup (ie. moodalbox) */
#shareform a:link,
#shareform a:visited,
#shareform a:active {
  text-decoration:none;
  color:#000;
}
#sharePopup {
    font-family:Arial, Helvetica, sans-serif;
  padding:82px 14px 10px;
}
#sharePopup span {
    font-size:11px;
    line-height:1em;
}
#shareform {
    font-size:13px;
    overflow:hidden;
}
#shareform p {
    margin:8px 0px 3px;
}
#shareInfo {
    font-style:italic;
    overflow:hidden;
    height:30px;
    font-size:14px;    
}

#friendsEmail, #myEmail, #myName, #myMsg {
    width:340px;
}
#myMsg {
    height:74px;
    resize: none;
}
.shareBtns {
    margin:14px 0 0 0;
    width:100%;
    text-align:center;
}
.shareBtns input {
    cursor:pointer;
}
#sendCopy {
    margin:3px 0 0 0;
}
.shareErr {
    color:red;
    font-size:13px!important;
    font-weight:bold;
}
.sharefooter {
    font-size:10px;
    width:100%;
    text-align:center;
}
#sharecomplete {
    padding:15px;
}
#sharecomplete .shareMsg {
    font-size:14px;
}
#sharecomplete .shareBtns {
    margin:22px 0 256px 0px;
}
