/***** templates/troy/styles/structure.css *****/
/* Reset a specific subset of tags.  We don't want *all* of them reset or it will break things */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
body {
	background: #e2e2e2 repeat-x bottom center;
	color: #333;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1em;
}
hr {
	clear: both;
}
img {
	border: 0;
}
fieldset {
	border: none;
	clear: both;
}
#site_container {
	font-size: 1.2em;
	margin: 0 auto;
	width: 968px;
}

/* Body Columns
-------------------------------- */

#body_col {
	float: left;
	padding: 0px 0px 4px 4px;
	width: 964px;
}
#body_col_1 {
	float: left;
	margin-right: 5px;
	overflow: hidden;
	padding-bottom: 5px;
	width: 190px;
}
#body_col_2 {
	float: left;
	margin-right: 5px;
	overflow: hidden;
	padding-bottom: 5px;
	width: 460px;
}
#body_col_3 {
	float: left;
	overflow: hidden;
	padding-bottom: 5px;
	width: 300px;
}
div#body_col_12 {
	float: left;
	margin: 4px 5px 0 0;
	overflow: hidden;
	width: 655px;
}
#body_col_12 .dcc-media {
	color: #999999;
	float: right;
	font-size: 85%;
	margin: 0 5px 0 0;
	text-align: center;
	width: 218px;
}
#body_col_23 {
	float: left;
	width: 765px;
}
#body_col_23_wrapper {
	float: left;
	width: 765px;
	overflow:hidden;
}
div#body_col_23_wrapper table {
	float: left;
}
div#gothere_page {
	width: 749px;
	background-color: #fff;
	padding: 10px;
}
div#gothere_page table {
	float: none;
}

#body_col_channel_cont {
	background: #fff;
	float:left;
	width:960px;
}
#body_col_channel {
	float: left;
	margin: 0 4px 0 0;
	overflow: hidden;
	width: 656px;
}

/***** templates/troy/styles/comp_structure.css *****/
/* --------------------------------
	Component Containers
-------------------------------- */
.comp_container {
	float: left;
	margin-bottom: 6px;
	width: 100%;
}

/* --------------------------------
	Component
-------------------------------- */

/* Component Header
---------------------- */

.comp_header {
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	background: #afafaf top left repeat-x;
	clear: both;
	display: block;
	height: 31px;
}
.comp_header h1 {
	background: 100% 3px no-repeat;
	color: #fff;
	display: block;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	height: 24px;
	padding: 7px 0 0 5px;
}

a.comp_header_close {
	background: url(templates/troy/images/close.png?cda0bca8) no-repeat center;
	display: none;
	height: 8px;
	float: right;
	margin: 3px 3px 0 0;
	padding: 3px; 
	text-indent: -10000px;
	width: 7px;
}

a.comp_header_close:hover {
	background: url(templates/troy/images/close_on.png?cda0bca8) no-repeat center;
}


/* --------------------------------
	Component Body
-------------------------------- */

.comp_body {
	background: #ebebeb bottom left repeat-x;
	border-top: solid 1px #fff;
	float: left;
	overflow: hidden;
	width: 100%;
}
.comp_body .titlebar {
	background: #e3ecef bottom left repeat-x;
}
.comp_body .submit {
	background: #76cb52 left 45% repeat-x;
	border: 1px solid #58AC34;
	color: #000;
}
.comp_body ul li.alt a:hover {
	background: #e3ecef;
}
.topnews_comp {
	width: 100%;
}
.comp_body div.news_detail_image {
	float: left;
	padding-right: 10px;
}

/* --------------------------------
	Component Content
-------------------------------- */

.comp_content {
	background: bottom left repeat-x;
	clear: both;
	padding: 5px;
	overflow: hidden;
}
#body_col_2 .comp_content {
	background: bottom left repeat-x;
}
.container_premium {
	background: #efefef bottom left repeat-x;
}
#body_col_12 .comp_content {
	background: #fff;
}
#body_col_23_wrapper .comp_20_news .comp_content {
	padding: 10px;
}
.watercooler_component .comp_content .more {
	color: #3C7494;
	float: right;
}
.watercooler_component .comp_content .more a {
    color: #3C7494;
}
.watercooler_component .comp_content .more a:hover {
	color: #042D4D;
	text-decoration: underline;
}
.watercooler_component .comp_content .img {
	border: 1px solid #fff;
}
.watercooler_component .comp_content td.row-1 {
	background: #666;
	border-bottom: 0;
	padding: 1px 5px;
}
.watercooler_component .comp_content td.row-2 {
	background: #333;
	border-bottom: 0;
	padding: 1px 5px 7px 5px;
}
.watercooler_component .comp_content td.row-2:hover {
	background: #333;
}
.watercooler_component .comp_content td.row-2 a {
	color: #aecfe1;
}
.watercooler_component .comp_content .text-2 {
	color: #000;
	padding-bottom: 10px;
	width: 100%;
}
.watercooler_component .comp_content ol li {
	background: #333;
}
.watercooler_component .comp_content  ol li a {
	color: #6ac9fe;
}
.watercooler_component .comp_content .dcc h3 {
	color: #fff;
}
.watercooler_component .comp_content h1 a, .watercooler_component .comp_content  h4 a, .watercooler_component .comp_content  h3 a {
	color: #3c7494;
	text-decoration: none;
}
.watercooler_component .comp_content h4 a:hover {
	color: #042D4D;
	text-decoration: underline;
}
.watercooler_component .comp_content .comp-form-nav-11 select, .watercooler_component .comp_content  .comp-form-nav input {
 	background: #575757;
	color: #aecfe1;
}
.watercooler_component .comp_content {
	background: #efefef bottom left repeat-x;
	float: left;
	margin: 0;
	padding: 0px;
	overflow: hidden;
}
.watercooler_component .comp_content .comp_content {
	background: transparent none;
	padding: 0px 0px 0px 3px;
}
.watercooler_component .comp_content .lt {
	cursor: pointer;
	float: right;
	height: 120px;
	text-align: center;
	width: 170px;
}
.watercooler_component .comp_content .rt {
	float: left;
	margin-top: 15px;
}
.watercooler_component .comp_content .rt ul {
	float: left;
	width: 250px;
}
.watercooler_component .comp_content .rt ul li {
	list-style-type: none;
	padding: 2px 0 2px 5px;
}
.watercooler_component .comp_content .rt ul li img {
	padding-right: 5px;
}
.watercooler_component .comp_content .rt ul li a {
	color: #3c7494;
	display: block;
	padding: 2px 0 2px 5px;
	text-decoration: none;
	width: 100%;
}
.watercooler_component .comp_content  .rt ul li a:hover, .watercooler_component .comp_content  .rt ul li a.on {
	background: #b4b4b4;
	color: #042d4d;
	display: block;
	margin: 0px;
	text-decoration: none;
	width: 100%;
}
div.watercoolerlegal {
	text-align:right;
}
div.watercoolerlegal span.watercoolerlegal {
	color: #000;
	font-size:75%;
}

/** Watercooler More Link for Embarq Cluster **/
.watercooler_component .comp_content .watercoolermore {
        float: right;
        margin-right: 20px;
}

.watercooler_component .comp_content .watercoolermore a {
	background: transparent url(http://images.synacor.com/clientimages/13268/5713.gif) right 50% no-repeat;
        font-weight: bold;
	padding-right: 10px;
}

.watercooler_component .comp_content .watercoolermore a:hover {
        text-decoration: none!important;
}

.comp_content .lt {
	float: left;
}
.comp_content .rt {
	float: right;
}


/***** templates/troy/styles/component.css *****/
.synacor_red {
	color: #b32326;
}
hr {
	margin-top: 5px;
}
.clearfix:after, #embark_contentwrap:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix, #embark_contentwrap {
	display: inline-block;
}

/* Site Container 800
-------------------------------- */

#site_container_800 #body_col {
	float: left;
	overflow: hidden;
	padding: 4px 0 4px 4px;
	width: 769px;
}
#site_container_800 #body_col_12 {
	float: left;
	margin-right: 5px;
	overflow: hidden;
	width: 455px;
}
#site_container_800 #body_col_23_wrapper {
	float: left;
	width: 765px;
}
#site_container_800 {
	background: transparent;
	border-top: none;
	margin: 0 auto;
	text-align: left;
	width: 769px;
}
#site_container_800 #header-links {
	color: #000;
	float: left;
	font-size: 1em;
	padding-bottom: 5px;
	width: 100%;
}
#site_container_800 #header-links a {
	color: #000;
	text-decoration: none;
}
#site_container_800 #header-links a:hover {
	color: #2c556b;
	text-decoration: none;
}
#site_container_800 #header-links .left {
	float: left;
	padding-left: 1%;
	width: 29%;
}
#site_container_800 #header-links .right {
	float: right;
	text-align: right;
	width: 67%;
}
#site_container_800 #identity {
	height: 70px;
	width: 769px;
}
#site_container_800 #identity .ad {
	float: right;
	margin: 15px 10px 0 0;
	width: 470px;
}
#site_container_800 #identity .logo {
	float: left;
	margin: 10px 0 0px 5px;
	padding: 0px;
	width: 160px;
}
#site_container_800 #h-nav {
	float: left;
	clear: left;
	height: 32px;
	width: 765px;
}
#site_container_800 #body_col {
	float: left;
	padding: 4px 0 4px 4px;
	overflow: hidden;
	width: 769px;
}
#site_container_800 #body_col_12 {
	float: left;
	margin-right: 5px;
	overflow: hidden;
	width: 455px;
}

/* 800 SEARCH BAR(s)
------------------------------------- */

#site_container_800 #search-bar {
	float: left;
	margin-bottom: 15px;
	width: 769px;
}
#site_container_800 #search-bar .logo {
	float: left;
}
#site_container_800 #search-bar .search {
	display: block;
	float: right;
}
#site_container_800 #search-bar .s_bar .sublinks {
	float: left;
	font-size: .9em;
	padding-left: 55px;
}
#site_container_800 #search-bar .s_bar {
	border-right: 0px;
	float: left;
	margin-top: 8px;
	width: 560px;
}

/* Footer
-------------------------------- */

#footer {
	clear: both;
	margin-bottom: 10px;
	padding-top: 20px;
}
#footer .site_footer {
	color: #fff;
	padding: 10px 0px 20px 0px;
	text-align: center;
}
#footer .site_footer a {
	color: #fff;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}
#footer .site_footer a:hover {
	color: #f90;
	text-decoration: none;
}
#footer .footer_bar {
	display: block;
	height: 11px;
	margin-left: 10px;
}

/* IMG
-------------------------------------- */

.img {
	border: 1px solid #000;
	margin: 4px;
}
.img_big {
	background: #fff;
	border: 1px solid #999;
	padding: 10px;
}

/* Header Links
-------------------------------- */

#header-links {
	color: #000;
	float: left;
}
#site_container #header-links a {
	text-decoration: none;
}
#site_container #header-links a:hover {
	text-decoration: none;
}
#site_container #header-links .left {
	float: left;
	width: 480px;
}
#site_container #header-links .right {
	float: right;
	text-align: right;
	width: 480px;
}

#nofloat {
	float: none!important;
}

/* Hides From IE-Mac
-------------------------------- */

/* Hides from IE-mac \*/
* html .clearfix, * html #embark_contentwrap {
	height: 1%;
}
.clearfix, #embark_contentwrap {
	display: block;
}
/* End hide from IE-mac */
.emptyPlaceMarker {
	border: 2px dotted red;
	margin: 2px 0 2px 0;
}

/* Drag n Drop
-------------------------------- */

.drag_container {
	width: 100%;
}


/* Text
-------------------------------- */

.text {
	margin-bottom: 5px;
}
.text a {
	color: #3c7494;
	text-decoration: none;
}
.text a:link:hover {
	color: #042d4d;
	text-decoration: underline;
}
.text p {
	padding-bottom: 1em;
}
div#body_col_12 .text p,
div#body_col_12 .text_img_hidden p {
	font-size: 13px;
}
.text h3 {
	color: #000;
}
.text .story_notfound {
	background: transparent url(templates/troy/images/story_notfound.jpg?cda0bca8) no-repeat scroll left center;
	font-size: 1.5em;
	margin: 10px 0 0 5px;
	padding: 10px 0 10px 65px;
}

/* Img Left
-------------------------------- */

.img_left {
	float: left;
	width: 100%;
}
.img_left .img {
	border: 1px solid #000;
	float: left;
	height: 60px;
	margin-bottom: 5px;
	width: 60px;
}
.headlines_today_component .img_left .img {
	width: 60px;
}
.img_left .img_hidden {
	float: left;
	height: 60px;
	margin: 0 0 5px 5px;
	visibility: hidden;
	width: 0px;
}
.headlines_today_component .img_left .img_hidden {
	width: 60px;
}
.img_left .text {
	margin-bottom: 5px;
	margin-left: 70px;
}
.img_left .text_img_hidden {
	margin-bottom: 5px;
}

/* Img Right
-------------------------------- */

.img_right {
	float: left;
	margin-top: 5px;
	width: 100%;
}
.img_right .img {
	border: 1px solid #000;
	float: right;
	height: 60px;
	margin-bottom: 5px;
	width: 60px;
}
.headlines_today_component .img_right .img {
	width: 60px;
}
.img_right .text {
	margin-bottom: 5px;
	padding-right: 68px;
}

/* Notes
-------------------------------- */

.notes {
	color: #999;
	font-size: 1em;
	line-height: normal;
	text-align: center;
}
.mednotes {
	clear: left;
	font-size: 1em;
	line-height: normal;
	text-align: center;
	width: 100%;
}

/* More Link
-------------------------------- */

.more {
	clear: left;
	font-weight: bold;
	margin: 3px 0 3px 0;
	text-align: right;
	width: 100%;
}
.more img, .news_more img {
	margin-right: 5px;
}

/* Form
-------------------------------- */

.submit {
	background: #666;
	color: #fff;
	font-weight: bold;
	margin: 1px 1px 2px 1px;
	padding: 0 2px;
}
#body_col_3 .form_f_w {
	width: 250px;
}

/* UL
--------------------------------- */
ul.local {
	float: left;
	list-style: none;
	margin: 5px 0 5px 0;
	width: 100%;
}
li.alt {
	background: #f1f1f1;
	display: block;
}
li.alt a {
	display: block;
	text-decoration: none;
}
li.alt a:hover {
	background: #ccc;
	display: block;
}

/* OL
-------------------------------- */

ol li.alt {
	background: #f1f1f1;
	display: block;
}

/* Img Strip
-------------------------------- */

#image_strip {
	float: left;
	text-align: center;
	width: 100%;
}
#image_strip ul {
	list-style: none;
}
#image_strip li {
	float: left;
	margin-left: 2px;
}
#image_strip li img {
	background: #fff;
	border-bottom: 1px solid #999;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #999;
	border-top: 1px solid #f1f1f1;
	padding: 3px;
}

/* Title Bar
-------------------------------- */

.titlebar {
	background: #ccc;
	padding: 5px;
}

/* Component Form Navigation
-------------------------------- */

.comp-form-nav, .comp-form-nav-11 {
	background: #cdcdce;
	float: left;
	width: 100%;
}
.comp-form-nav-11 {
	background: #333;
	float: left;
	width: 100%;
}
.comp-form-nav form, .comp-form-nav-11 form {
	border: 0;
}
.comp-form-nav fieldset, .comp-form-nav-11 fieldset {
	border: 0;
}

.comp-form-nav input, .comp-form-nav select, .comp-form-nav textarea,
.comp-form-nav-11 input, .comp-form-nav-11 select, .comp-form-nav-11 textarea {
	border: 1px solid #999;
	margin: 1px 1px 2px 1px;
	color: #000;
	vertical-align: middle;
	background: #f1f1f1;
}
.comp-form-nav input, .comp-form-nav-11 input {
	padding: 1px;
}
.comp-form-nav form .submit, .comp-form-nav-11 form .submit {
	background: #666;
	color: #fff;
	font-weight: normal;
	margin: 1px 1px 2px 1px;
	padding: 0 2px;
}

/* DCC Container
-------------------------------- */
.dcc-container, div.dcc_container_509x190, div.dcc_container_420x190 {
	background: #fff;
	display: block;
	float: left;
	font-size: .9em;
	height: 166px;
	padding: 5px;
	width: 440px;
}
div.dcc_container_509x190, div.dcc_container_420x190 {
	height: 176px;
}
.dcc-full {
	float: left;
}

/* DCC
-------------------------------- */

.dcc-text {
	float: right;
	margin-left: 5px;
	width: 48%;
}
.dcc-text h2 {
	color: #3c7494;
}
.dcc-text h2 a {
	color: #3c7494;
	font-weight: bold;
	text-decoration: none;
}
.dcc-text h2 a:hover {
	color: #042d4d;
	text-decoration: underline;
}
.dcc-text hr {
	background: #000;
}
.dcc-text .more {
	background: transparent url(http://images.synacor.com/clientimages/13268/5713.gif) right 50% no-repeat;
	color: #3c7494;
	padding-right: 8px;
	text-decoration: none;
}
.dcc-text .more a {
	color: #3c7494;
	font-weight: bold;
	text-decoration: none;
}
.dcc-text .more a:hover {
	color: #042d4d;
	text-decoration: underline;
}
.dcc-text p {
	color: #000;
	padding-top: 2px;
}
.dcc-text ul {
	border-top: 1px solid #000;
	float: left;
	list-style: none;
}
.dcc-text ul li {
	border: 1px solid #fff;
}
.dcc-text ul li a {
	background: url(http://images.synacor.com/clientimages/13268/5714.gif) left 45% no-repeat;
	color: #3c7494;
	font-weight: bold;
	padding-left: 7px;
	text-decoration: none;
}
.dcc-text ul li a:hover {
	color: #042d4d;
	text-decoration: underline;
}
.dcc-media {
	color: #999;
	float: left;
	width: 35%;
}
.dcc-media .status {
	color: #000;
	margin-left: 5px;
}
/* DCC 2
-------------------------------------- */
.dcc-text2 {
	float: left;
	width: 67%;
}
.dcc-media2 {
	color: #999;
	float: right;
	margin: 0 0 0 5px;
	width: 130px;
}
.dcc-media2 .featured {
	float: left;
	height: 150px;
	padding: 5px;
	margin-bottom: 5px;
	background: #fff;
	border-bottom: 1px solid #999;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #999;
	border-top: 1px solid #f1f1f1;
	width: 120px;
}
.dcc-media2 .status {
	color: #000;
	margin-left: 5px;
}

/* DCC NAVIGATION
-------------------------------------- */
.dcc-nav {
	background: #fff;
	clear: left;
	float: left;
	padding: 8px 5px 3px 5px;
	text-align: center;
	width: 100%;
}
.dcc-nav a {
	color: #3c7494;
	font-weight: bold;
	padding: 0 5px 0 5px;
}

/* Splitter
-------------------------------- */

.splitter {
	border: 0;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	float: left;
	width: 49%;
}
.splitter-1 {
	float: left;
	width: 50%;
}
.splitter-1 ul, .splitter-1 h2 {
	list-style: none;
	margin-left: 50px;
	width: 150px;
}
.splitter-1 .splitleft {
	float: left;
	padding-bottom: 5px;
}
.splitter-1 .splitright {
	float: left;
	padding: 0 0 5px 20px;
	width: 40%;
}

/* Featured Title
-------------------------------- */

.feat-title-10 {
	float: left;
	padding: 2%;
	width: 96%;
}
.feat-title-10 .img {
	background: #fff;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding: 4px;
}

/* Position Left/Right
-------------------------------- */

.position_left {
	float: left;
	padding: 10px 5px;
	width: 40%;
}
.position_right {
	float: right;
	padding: 10px 5px;
	text-align: right;
	width: 40%;
}
.position_left img, .position_right img {
	vertical-align: middle;
}

/* General Clear
-------------------------------- */

.clear {
	clear: left;
}

/* News
-------------------------------- */

.news_text {
	border-bottom: 1px dotted #666;
	clear: left;
	padding: 4px 10px 4px 10px;
}
.news_time_text {
	color: #999;
	font-size: 11px;
}
.news_more {
	clear: both;
	float: right;
	position: relative;
}
.news_more a {
	font-weight: bold;
}
ul.topusnews {
	background: url(http://images.synacor.com/clientimages/69162/6694.gif) no-repeat;
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 5px 0 0 20px;
	padding: 7px 0 7px 140px;
	width: 270px;
}
ul.topusnews li {
	font-weight: bold;
	padding: 4px;
}
.more_topusnews {
	font-weight: bold;
	margin: 8px 0 3px 0;
	text-align: right;
	width: 100%;
}
#news_container span span p {
	padding-bottom: 1em;
}
#news_container p {
	margin-top: 10px;
}

/* Web Video
-------------------------------------- */
div.webvideo_component div.comp_content {
	padding: 0px;
}
div.webvideo_component div.comp_content div.comp_content {
	padding: 5px;
}
div.webvideo {
	margin-bottom: 10px;
}
div.webvideo div.img {
	border: none;
	font-size: 9px;
	line-height: 1.2em;
	margin-bottom: 4px;
	width: 80px;
}
div.webvideo div.img img {
	border: 1px solid #000;
}
div.webvideo div.text {
	height: 100%;
	margin-bottom: 0px;
	margin-left: 90px;
	padding: 0px;
}
div.webvideo div.text div.more {
	clear: none;
}
div.webvideo div.text div.more a {
        background: none;
	padding-right: 0px;
}

/* Advertising Ads
-------------------------------- */

.adcenter {
	border: 1px solid #fff;
	border-top: none;
	height: 10px;
	margin-bottom: 10px;
	position: relative;
	width: 99.3%;
}
.adtext {
	background: #12242e;
	color: #fff;
	font-size: 1em;
	left: 72%;
	line-height: normal;
	padding: 0 3px 0 3px;
	position: absolute;
	top: 2px;
}

/* Ads
-------------------------------- */
.ads {
	background: #fbfbfb;
	border-bottom: 1px solid #999;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #999;
	border-top: 1px solid #f1f1f1;
	color: #666;
	margin-bottom: 10px;
	padding: 4%;
	width: 91%;
}
#home_page_footer_ad {
	padding-bottom: 27px;
}
div.home_page_footer_ad {
	text-align: center;
	width: 100%;
}


/* Quick Links
-------------------------------- */

div.agdistis_quicklinks {
	float: left;
	width: 100%;
}
div.agdistis_quicklinks .conf {
	clear: left;
	float: right;
}
div.agdistis_quicklinks p {
	float: left;
	width: 100%;
}
div.agdistis_quicklinks form {
	float: left;
}
div.agdistis_quicklinks ul.quicklinks_ul_hack {
	background: #e1e1e1;
	border-bottom: solid 1px #999;
	clear: left;
	width: 100%;
}
div.agdistis_quicklinks ul.quicklinks_ul_hack li {
	background: #e1e1e1;
}
div.agdistis_quicklinks ul.quicklinks_ul_hack li a {
	color: #3c7494;
	display: block;
	text-decoration: none;
}
div.agdistis_quicklinks ul.quicklinks_ul_hack li a:hover {
	color: #042d4d;
	text-decoration: underline;
}

/* TV Listings
-------------------------------- */

div#commentForm {
	display: none;
	float: left;
}
div.change {
	font-size: 1.1em;
	text-align: center;
}

/* F.A.Q.
-------------------------------- */

#faq {
	background: #fff;
	float: left;
	padding: 1%;
	text-align: left;
	width: 98%;
}
#faq .faqbox {
	background: #d8e3e8;
	color: #000;
	float: left;
	margin: 5px 0 10px 0;
	padding: 2%;
	width: 715px;
}
#faq ul {
	color: #000;
	float: left;
	margin-top: 10px;
}
#faq ul li {
	clear: left;
	margin-bottom: 10px;
	color: #000;
}
#faq ul li a {
	color: #005175;
	font-weight: bold;
	text-decoration: none;
}
#faq ul li a:hover {
	background: #d8e3e8;
	color: #000;
	text-decoration: none;
}

#xiframe {
	background: #fff;
	width: 99.2%;
}

/* Agdistis Hacks
-------------------------------- */

.search_criteria td {
	text-align: left;
}

/* TV
-------------------------------- */

.tvlist_search_popup_header {
	color: #fff;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
.tvlist_search_popup_header a {
	color: #fff;
	float: right;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 4px;
}
.tvlib_bg_spacer {
	background: none;
	height: 1px;
}
.tvlib_bg_spacer img {
	display: none;
}
.tvlib_icon_cont {
	float: right;
}
#tvlist_form_fields {
	float: left;
	width: 100%;
}
#tvlist_form_zipprovider {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
#tvgrid {
	float: left;
	width: 100%;
}
.zmail_comp {
	float: left;
}
#zmail_container {
	float: left;
	margin-bottom: 4px;
	overflow: visible;
}


.boxes {
	float: left;
	padding: 10px 0 0 0;
}
.boxleft {
	float: left;
	font-size: .9em;
	padding-top: 3px;
	width: 105px;
}
.boxright {
	float: left;
	width: 440px;
}
#no_img_ad_area {
	float: left;
	width: 215px;
}
.ie {
	background: #fff;
	float: left;
	padding: 0 5px 0 5px;
	text-align: center;
	width: 755px;
}


#details .tvlib_bg_spacer img {
	display: block;
	float: left;
	height: 1px;
	width: 100%;
}
.search_criteria td {
	padding: 4px;
}
ul.search_link_list li a {
	color: #0d536a;
}
ul.search_link_list li.on a {
	color: #fff;
}
ul.search_link_list li a:hover {
	color: #f90;
}

/* Living
-------------------------------- */
.living_comp_left {
	float: left;
	width: 50%;
}

.living_comp_right {
	float: right;
	width: 48%;
}

.living_comp ul {
	list-style-type: none;
	margin: 0 0 0 5px;
	padding: 0;
}

.living_comp li {
	background: url(templates/troy/images/icon_arrow_rt_10.gif?cda0bca8) 0 5px no-repeat;
	line-height: 18px;
	padding-left: 10px;
}

.living_comp h2 {
	font-size: 1.4em;
	margin: 0 0 5px 0;
	text-align: left;
}

.marketplace_left {
	float: left;
	width: 80px;
}

.marketplace_right {
	float: left;
	width: 320px;
}

#exp_links td {
	display: block;
	padding: 5px;
	width: 70px;
}
#exp_form {
	font-size: .9em;
}
#exp_form td {
	padding: 2px;
}

/* more added */

.games_category_drop {
	width: 95%;
}
div.ams_games #ads2 {
	padding: 0 5px;
}
.ams_iFrame {
	display: none;
}
.customad {
	background: #fff;
	float: left;
	width: 100%;
}
.customad_header {
	color: #3fba10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}
.customad_text {
	font-size: 1em;
	padding: 0 10px 0 10px;
}

div.showcase {
	height: 160px;
	padding: 5px;
	width: 285px;
}
div.showcase .showcase_header {
	font-weight: bold;
}
div.showcase .showcase_link a {
	font-weight: bold;
	text-align: right;
}
.premium_spotlight {
	float: left;
	padding-top: 5px;
	text-align: center;
	width: 300px;
}
.vstripeact {
	float: left;
	font-size: .8em;
	margin-top: 5px;
}

/** Market Watch Component **/

table#marketwatchtable tr td.row-2 {
	border-bottom: 1px solid #ccc;
	padding: 2px;
}


/*-----------------------------------
Weather Component
-----------------------------------*/	

#body_col_1 .weather_component_loggedout_image {
	background: url("components/images/weather/forecast_loggedout.gif?cda0bca8") no-repeat;
	height: 95px;
	width: 165px;
}

#body_col_1 .weather_component_loggedout_image a img {
	height: 95px;
	width:  165px;
}

#body_col_2 .weather_component_loggedout_image {
	background: url("components/images/weather/forecast_loggedout_big.gif?cda0bca8") no-repeat;
	height: 109px;
	width: 321px;
}

#body_col_2 .weather_component_loggedout_image a img {
	height: 109px;
	width: 321px;
}

#body_col_3 .weather_component_loggedout_image {
	background: url("components/images/weather/forecast_loggedout.gif?cda0bca8") no-repeat;
	height: 95px;
	width: 271px;
}

#body_col_3 .weather_component_loggedout_image a img {
	height: 95px;
	width: 271px;
}

.weather_component .weather_component_body .comp_nav_h form input.submit {
	margin-top: 0px;
	vertical-align: top;
}

/*-------------------------------------
  Musicnetradio component
  -----------------------------------*/
ul.musicnetradio_component {
 	list-style: none;
	margin-top: 5px;
}

.news_more_item {
	font-weight: normal;
}

p.radio_component {
	float: left;
	margin: 10px 0px 0px;
}

/*-------------------------------------
  Location Component
  -----------------------------------*/
div.comp_content form.location_form {
	margin-top: 5px;
}
/* Left Column */
div#body_col_1 div.comp_content div.location_address {
	margin-bottom: 5px;
}

div#body_col_1 div.comp_content div.location_citystatezip span.location_state {
	float: left;
	padding-top: 5px;
}

div#body_col_1 div.comp_content div.location_citystatezip span.location_zip {
	float: left;
	padding-left: 15px;
	padding-top: 5px;
}

div#body_col_1 div.comp_content div.location_submit {
	float: right;
	padding-top: 15px;
}

div#body_col_1 div.comp_content div.location_outside {
	float: left;
	padding-top: 10px;
	width: 75px;
}

/* Center Column */
div#body_col_2 div.comp_content div.location_address {
	float: left;
}

div#body_col_2 div.comp_content div.location_address input {
	width: 155px;
}

div#body_col_2 div.comp_content div.location_citystatezip span.location_city input {
	width: 130px;
}

div#body_col_2 div.comp_content div.location_citystatezip span.location_city {
	float: left;
	padding-left: 10px;
}

div#body_col_2 div.comp_content div.location_citystatezip span.location_state {
	float: left;
	padding-left: 10px;
}

div#body_col_2 div.comp_content div.location_citystatezip span.location_zip {
	float: left;
	padding-left: 10px;
}

div#body_col_2 div.comp_content div.location_outside {
	float: left;
	padding-top: 16px;
}

div#body_col_2 div.comp_content div.location_submit {
	float: right;
	padding-top: 10px;
}

/* Right Column */
div#body_col_3 div.comp_content div.location_address input {
	width: 280px;
}

div#body_col_3 div.comp_content div.location_citystatezip {
	padding-top: 10px;
}

div#body_col_3 div.comp_content div.location_citystatezip span.location_city {
	float: left;
}

div#body_col_3 div.comp_content div.location_citystatezip span.location_city input {
	width: 140px;
}

div#body_col_3 div.comp_content div.location_citystatezip span.location_state {
	float: left;
	padding-left: 10px;
}

div#body_col_3 div.comp_content div.location_citystatezip span.location_zip {
	float: left;
	padding-left: 10px;
}

div#body_col_3 div.comp_content div.location_outside {
	float: left;
	padding-top: 16px;
}

div#body_col_3 div.comp_content div.location_submit {
	float: right;
	padding-top: 10px;
}

/*-------------------------------------
  Track It Component
  -----------------------------------*/

div.comp_container_trackit textarea, div.comp_container_trackit input#syn_trackit_nums_usps {
	border: 1px solid #555;
}

div.comp_container_trackit div#syn_trackit_submit {
	text-align: right;
	width: 95.5%;
}

div.comp_container_trackit #syn_trackit_nums_ups, div.comp_container_trackit #syn_trackit_nums_usps,
div.comp_container_trackit #syn_trackit_nums_fedex, div.comp_container_trackit #syn_trackit_nums_dhl {
	margin-top: 1em;
}
/*-------------------------------------
  Movie, Theater styles
  -----------------------------------*/
.curthea_title {
    float: left;
    padding: 0 0 0 5px;
    width: 100%;
}
.curthea_title h3 {
    margin: 0;
    padding: 0;
}
.curthea_personal {
    float: left;
}
.curthea_content {
    float: left;
    padding: 0 5px 5px 5px;
    width: 90%;
}
.curthea_error {
    padding: 5px 5px 10px 5px;
}
.moviesearch_form {
    padding: 5px 0 0 5px;
}
.mymovies_search {
    float: left;
    padding: 0 0 5px 5px;
}
.mymovies_search p {
    margin: 0;
    padding: 0;
}
.img_left {
	padding: 2px;
    width: 100%;
}

/*-------------------------------------
  TV Component Styles
  -----------------------------------*/
a.tv_left_arrow, a.tv_left_arrow img {
	float: left;
	margin-left: 4px;
}
a.tv_left_arrow img {
	margin-right: 5px;
	margin-top: 4px;
}
.tvlist_hour .slot_text_left {
	float: left;
	margin-left: 65px;
}
.tvlist_hour .tv_right_arrow img {
	float: right;
	margin-right: 8px;
	margin-top: 4px;
}
#tv_details_wait {
        text-align: center;
}

/*-------------------------------------
  Movie Search Component
  -----------------------------------*/
div#body_col_2 div.moviesearch_location {
	float: left;
	margin-right: 5px;
}

div#body_col_2 div.moviesearch_title {
	float: left;
	margin-right: 5px;
}

div#body_col_2 div.moviesearch_title input#title {
	width: 140px;
}

div#body_col_2 div.moviesearch_date {
	float: left;
	margin-right: 5px;
}

div#body_col_2 div.moviesearch_go {
	float: left;
	margin-top: 15px;
}

/* Multiple Size common styles */
div.dcc_container_509x190, div.dcc_container_420x190 {
	margin: 0px;
	overflow: hidden;	
}
div.dcc_slide {
	font-size: 11px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
div.dcc_slide div.image_container {
	float: left;
	height: 154x;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 190px;
}
div.dcc_slide div.image_container a {
	position: relative;
}
div.dcc_slide div.image_container img {
	border: 0px;
	margin: 0px;
}
div.dcc_slide div.image_container img.four_up_odd {
	margin: 0px 0px 12px 0px;
}
div.dcc_slide div.image_container img.four_up_even {
	margin: 0px 0px 12px 8px;
}
div.dcc_slide div.text_container {
	float: right;
	height: 159px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	position: relative;
}
div.dcc_slide div.text_container ul {
	list-style: none;
}
div.dcc_slide div.text_container ul {
	bottom: 0px;
	margin: 0px;
	padding: 0px;	
	position: absolute;
	width: 100%;
}
div.dcc_slide div.text_container ul.subheadlines {
	margin: 0px;
	padding: 0px;	
	position: relative;
}
div.dcc_slide div.text_container ul li {
	background: url(http://images.synacor.com/clientimages/13268/5714.gif) no-repeat left 6px; /* Replace img url with appropriate */
	display: block;
	margin: 0px;
	padding: 0px;
}
div.dcc_slide div.text_container ul li a {
	margin: 0px;
	padding: 0px 0px 0px 7px;
}
div.dcc_slide div.text_container ul.subheadlines li {
	margin-top: 5px;
}
div.dcc_slide div.text_container ul li.promo {
	border-top: 1px solid #000;
	font-weight: bold;
	margin: 5px 0px 2px 0px;
}
div.dcc_slide div.text_container a.moreinfo {
	clear: both;
	display: inline-block;
	float: right;
	font-size: 11px;
	font-weight: bold;
	margin: 3px 15px 0px 0px;
	text-align: right;
}
div.dcc_slide div.text_container ul li.moreinfo, div.dcc_slide div.text_container ul li.moreinfo a {
	background: none;
	clear: both;
	float: none;
	text-align: right;
}
div.dcc_slide div.photo_credit, div.dcc_slide div.photo_credits_four_up {
	color: #999;
	font-size: 10px;
	height: 11px;
	left: 0px;	
	margin: 0px;
	padding: 0px;
	position: absolute;
	text-decoration: none;
}
div.dcc_slide div.photo_credit {
	top: 154px;
}
div.dcc_slide div.photo_credits_four_up {
	top: 0px;
}
div.dcc_slide div.photo_credits_four_up div {
	position: absolute;
	width: 99px;
}
div.dcc_slide div.photo_credits_four_up .upper {
	top: 72px;
}
div.dcc_slide div.photo_credits_four_up .lower {
	top: 158px;
}
div.dcc_slide div.photo_credits_four_up .odd {
	left: 0px;
}
div.dcc_slide div.photo_credits_four_up .even {
	left: 99px;
} 
div.dcc_slide h1 {
	display: none;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 11px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
div.dcc_slide h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
div.dcc_slide p {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}


/* 509 x 190 Size Related */
div.dcc_container_509x190 {
	width: 489px;
}
div.dcc_container_509x190 div.dcc_slide div.text_container {
	width: 289px;
}

/* 420 x 190 Size Related */
div.dcc_container_420x190 {
	width: 440px;
}
div.dcc_container_420x190 div.dcc_slide div.text_container {
	width: 240px;
}

/* Slide 4 Content Related */
div.dcc_slide4 p {
	margin: 9px 0px;
}
div.dcc_slide4 div.text_container {
	height: 172px;
}

/* To Do List Component */
/* Width Specific Styles */
.todolist_narrow .content_area  * .new_item input {
	width: 42%;
}
.todolist_medium .content_area  * .new_item input {
	width: 64%;
}
.todolist_wide .content_area  * .new_item input {
	width: 79%;
}
.todolist_narrow  * .item input.todo {
	width: 64%;
}
.todolist_medium * .item input.todo {
	width: 79%;
}
.todolist_wide  * .item input.todo {
	width: 85%;
}
.todolist {
	background: #fff;
	color: #000;
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 0;
	width: 100%;
}
.todolist a {
	color: #4975c4;
	text-decoration: none;
}
.todolist img {
	border: none;
}
.todolist form {
	margin: 0;
	padding: 0;
}
#todolist_items {
	float: left;
	width: 100%;
}
.todolist p.loggedout  {
	font-size: 12px;
	margin: 0;
	padding: 16px 24px;
	text-align: center;
}
.todolist input {
	font-size: 11px;
}
.todolist * a img {
	margin: 0 0 -2px 0;
}
.todolist * a.tdledit {
	background: url(templates/troy/images/todolist_edit_pencil.gif?cda0bca8) no-repeat;
	display: block;
	height: 14px;
	overflow: hidden;
	width: 14px;
}
.todolist * a.delete {
	background: url(templates/troy/images/todolist_grey_x.gif?cda0bca8) no-repeat;
	margin: 0 6px 0 0;
	display: block;
	height: 14px;
	width: 14px;
}
.todolist * a:hover.delete {
	background: url(templates/troy/images/todolist_red_x.gif?cda0bca8) no-repeat;
	height: 14px;
	width: 14px;
}
.todolist * .editing .controls a.tdledit {
	background: none;
	padding: 0;
}
.todolist ul.list_tab {
	background: #f0f0f0;
	border: 1px solid #dbdbdb;
	font-size: 12px;
	list-style: none;
	margin: 0;
	padding: 8px 0 3px 5px;
}
.todolist ul.list_tab li {
	display: inline;
	margin: 0 5px;
	padding: 5px 6px 4px 6px;
}
* html .todolist ul.list_tab li {
	margin: 0 0 0 15px;
}
.todolist ul.list_tab li a {
	color: #000;
	margin: 0 0 -3px 0;
}
.todolist ul.list_tab li.selected {
	background: #fff;
	border: 1px solid #dbdbdb;
	border-bottom: 1px solid #fff;
	margin: 0;
}
.todolist ul.list_tab * a.delete, .todolist ul.list_tab .delete {
	cursor: hand;
	display: inline;
	padding: 0 0 0 22px;
	margin: 0 -10px 0 5px;
}
* html .todolist ul.list_tab * a.delete, .todolist ul.list_tab .delete {
	padding: 0 0 0 8px;
	margin: 0 -10px 0 5px;
}
.todolist ul.list_tab li.inactive a {
	color: #000;
	margin: 0;
	text-decoration: none;
}
.todolist ul.list_tab li#todolist_add_tab {
	background: url(templates/troy/images/todolist_grey_plus.gif?cda0bca8) no-repeat center center;
	cursor: hand;
	height: 14px;
	margin: -5px 0 0 5px;
	padding: 4px 10px;
	position: absolute;
	width: 14px;
}
* html .todolist ul.list_tab li#todolist_add_tab {
	margin-top: 0;
}
.todolist ul.list_tab li#todolist_add_tab a {
	text-indent: -9999px;
}
.todolist .content_area {
	background: #fff;
	float: left;
	padding: 0;
	position: relative;
	width: 100%;
}
.todolist .content_area a:hover {
	text-decoration: none;
}
.todolist .content_area  * .new_item {
	margin: 8px 3px 3px 3px;
	text-align: left;
}
.todolist .content_area  * .new_item input {
	border: 1px solid #868686;
	height: 18px;
	margin: 0 3px 0px 1px;
	padding: 0;
	vertical-align: middle;
}
.todolist .content_area  * .new_item input.submit {
	border: 0;
	color: #fff;
	font-size: 11px;
	height: 21px;
	margin: 0;
	width: 38px;
}
.todolist * .item {
	clear: both;
	margin: 4px 0 0 0;
	padding: 0px 0 3px 0;
	position: relative;
	text-align: left;
	width: 100%;
}
.todolist * .item input {
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	clear: none;
}
.todolist * .item input.chkbox {
	height: 12px;
	margin: 3px;
	width: 12px;
}
.todolist .content_area .done input {
	text-decoration: line-through;
	margin-left: 3px;
}
.todolist .content_area .editing input.todo {
	background: #fff;
	border: 1px solid #868686;
	padding-left: 3px;
	text-decoration: none;
}
.todolist * .item input.todo {
	margin-left: 3px;
}
.todolist * .item .controls {
	position: absolute;
	right: 0;
	top: 5px;
}
.todolist *  .item .controls * {
	float: left;
	margin-left: 4px;
}
.todolist .footer {
	background: #f6f6f6;
	border-top: 1px solid #ccc;
	clear: both;
	height: 18px;
	margin: 6px 0 0 0;
	overflow: visible;
	padding: 3px 5px;
	position: relative;
}
.todolist .footer a {
	clear: none;
	float: left;
}
.todolist .footer .controls {
	float: right;
}
.todolist .footer .controls a {
	float: none;
}
.todolist_print_items {
	margin: 0 0 0 30px;
	padding: 0;
}
.todolist_print_items li {
	margin: 0;
	padding: 0;
}
.todolist_print_items .odd {
	background: #f0f0f0;
}
.todolist_print_title {
	border-bottom: 1px solid #000;
	font-size: 1.1em;
	margin: 10px 0;
	padding: 0;
}
a.todolist_print {
	background: #f0f0f0;
	border: 1px solid #999;
	color: #4975c4;
	display: block;
	padding: 2px;
	text-align: center;
	text-decoration: none;
}

a:hover.todolist_print {
	text-decoration: underline;
}

div.comp_body div.loading {
	background: #fff url(templates/troy/images/loading.gif?cda0bca8) no-repeat center center;
	clear: both;
	display: none;
	filter: alpha(opacity=80);
	opacity: 0.8;
	position: absolute;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	z-index: 10000;
}

#popup_modal_overlay {
	position: absolute;
	width: 0px;
	height: 0px;
	top: 0px;
	left: 0px;
	z-index: 991;
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7;
}
#popup_loading_indicator {
	position: absolute;
	width: 100px;
	height: 100px;
	background: url(components/images/syn_popup/loading.gif?cda0bca8) no-repeat top left;
	top: 0px;
	left: 0px;
	z-index: 991;
}

/* Link Button - Candy Style */
a.link_btn  {
	background: url(en_US/globals/images/link_btn_bg.gif?cda0bca8) no-repeat scroll right -41px transparent;
	display: block;
	float: left;
	margin: 0 auto;
	padding: 0 10px 0 0;
	text-align: center;
}
a.link_btn span {
	background: url(en_US/globals/images/link_btn_bg.gif?cda0bca8) no-repeat scroll left top transparent;
	color: #000;
	display: block;
	font-weight: bold;
	height: 17px;
	padding: 4px 0 0 10px;
}

/** Driving Directions Component **/
.comp_container_driving #driving_search_form fieldset {
	width: 165px;
}

.comp_container_driving #driving_search_form fieldset input {
	width: 165px;
}

/***** templates/troy/styles/nav.css *****/
/* Left Nav
-------------------------------- */
#left_nav_cont_roll, #h-nav-bar #left_nav_cont {
	position: absolute;
	width: 190px;
	z-index: 999;
}
#h-nav-dd {
	float: left;
	margin-bottom: 6px;
}
#h-nav-dd #left_nav_cont {
	display:block;
	width: 190px;
}
#h-nav-dd-holder #left_nav_cont_roll {
	display: block;
	position: absolute;
	z-index: 999;
}
#h-nav-dd .nav_head_left, #h-nav-dd-holder .nav_head_left {
	color: #fff;
	height: 26px;
	padding-top: 4px;
	width: 190px;
}
#left_nav_cont ul {
	display:block;
	list-style: none;
	width: 190px;
}
#left_nav_cont_roll ul {
	margin-top: 0px;
}
#left_nav_cont ul li, #left_nav_cont_roll ul li {
	display: block;
	width: 190px;
	z-index: 9999;
}
#left_nav_cont ul li a, #left_nav_cont_roll ul li a {
	color: #fff;
	display: block;
	font-size: .9em;
	font-weight: bold;
	height: 18px;
	padding: 5px 0 0 28px;
	text-align: left;
	text-decoration: none;
	z-index: 9999;
}
#left_nav_cont ul li a:hover, #left_nav_cont_roll ul li a:hover {
}
#left_nav_cont ul li a img, #left_nav_cont ul li a span img, #left_nav_cont_roll ul li a img, #left_nav_cont_roll ul li a span img {
    padding-right: 2px;
}
#left_nav_cont ul li a div, #left_nav_cont_roll ul li a div {
    float: left;
}
#left_nav_cont ul li a span, #left_nav_cont_roll ul li a span {
	display: block;
	height: 16px;
	margin-top: -17px;
	position: absolute;
	width: 175px;
}
#left_nav_cont ul li ul, #left_nav_cont_roll ul li ul {
	clear: both;
	display: block;
	position: relative;
}
#left_nav_cont ul li ul li, #left_nav_cont_roll ul li ul li {
	display: block;
	width:190px;
}
#left_nav_cont ul li ul li a:hover, #left_nav_cont_roll ul li ul li a:hover, #left_nav_cont ul li ul li a.subnav_on, #left_nav_cont_roll ul li ul li a.subnav_on {
    background: #ededed;
}
#left_nav_cont .open_close, #left_nav_cont_roll .open_close {
	cursor: pointer;
	display: block;
	float: right;
	height: 18px;
	margin-top: -20px;
	width: 15px;
}
.sub_main li ul {
	background: #d9d6bd;
	left: -999em;
	margin-left: 191px;
	margin-top: -1px;
	position: absolute;
	width:190px;
	z-index: 9999;
}
.sub_main li ul li {
	z-index: 999;
}
.sub_main li:hover ul, .sub_main li.sfhover ul {
    left: auto;
}
.premium_star {
	margin: 2px 0 0 -6px;
}
.left_nav_prm li a {
	background: #6e6f4d;
	color: #fff;
	padding-left: 30px;
	width:160px;
}
.left_nav_prm li a:hover {
	background: #a4a385;
	color: #fff;
}
a.prm_color {
	color:#66008C;
}
a.prm_color:hover {
	color: #fff;
}
.prm_more_arrow {
	float: right;
	height: 10px;
	margin-right: 3px 8px 0 0;
}
.sport_more_arrow {
	float: right;
	height: 10px;
	margin-right: 3px 8px 0 0;
	width: 5px;
}
#left_nav_control {
	background: #d9d6bd;
	clear: both;
	float: left;
	height: 21px;
	padding-top: 2px;
	width: 190px;
}
#left_nav_control li {
	color: #18739c;
	display: inline;
	float: left;
	font-size: 1.2em;
}
#open_all {
	cursor: pointer;
	padding-left: 20px;
	width: 90px;
}
#hide_menu {
	cursor: pointer;
	display: block;
	height: 24px;
	text-align: left;
	width: 164px;
}
.my_login {
	border: 1px solid #284e64;
	color: #fff;
	height: 24px;
	margin-bottom: 1px;
	padding-top: 6px;
	width: 65%;
}
.nav_date {
	font: 1.1em verdana;
	float: right;
	font-weight: bold;
	height: 20px;
	padding: 2px 12px 0 0;
	text-align:right;
	width: 320px;
}
.nav_date a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
div.my_login_inner {
	font: 1.1em verdana;
	height: 20px;
	padding: 2px 0 0 4px;
}
div.my_login_inner a {
	color: #fff;
	text-decoration: none;
	width: 120px;
}
.nav_head {
	color: #fff;
	float: right;
	font-size: 85%;
	height: 24px;
	padding: 6px 0 0 0;
	width: 100%;
}
.nav_head_roll, #h-nav-bar .nav_head_left, #h-nav-bar-holder .nav_head_left {
	color: #fff;
	float: left;
	height: 26px;
	padding: 4px 0 0 0;
	width: 190px;
}
#h-nav {
	border-top: medium none;
	float: left;
	margin: 0 0 5px;
	text-align: left;
	width: 960px;
}
#h-nav-bar {
	float: left;
	margin-bottom: 6px;
	position: relative;
	width: 765px;
	z-index: 990;
}
#h-nav-dd-holder {
	background: #D9D6BD none repeat scroll 0%;
	float: left;
	margin-bottom: 4px;
	position: relative;
	width: 190px;
	z-index: 990;
}
#h-nav-bar-holder {
	float: right;
	position: relative;
	margin-left: 4px;
	width: 765px;
	z-index: 990;
}
.nav_head_800 {
	color: #fff;
	float: left;
	font-size: 1.1em;
	height: 24px;
	margin: 0 0 3px 4px;
	padding-top: 6px;
	width: 568px;
}
.nav_h1 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.premium_nav {
	float: left;
}
.premium_nav ul {
	float: left;
}
.premium_nav ul li {
	float: left;
}

/* Top Nav
-------------------------------- */

.dir_arrow_cont {
	color: #fff;
	float: left;
	font-weight: bold;
	height: 20px;
	margin-top: 1px;
	width: 100%;
}
.dir_cont_head {
	float: left;
	margin-left: 40px;
}
#top_nav_dir_arrow {
	float: left;
	height: 18px;
	margin-left: 56px;
	outline: none;
	width: 34px;
}
.top_nav ul {
	list-style: none;
}
.top_nav ul.top_nav_dir {
	border: 1px solid #434343;
	float: left;
	height: 22px;
	width: 99%;
}
.top_nav ul.top_nav_dir li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.top_nav ul.top_nav_links {
	border: 1px solid #434343;
	float: left;
	width: 99.8%;
}
.top_nav ul.top_nav_links li {
	border-right: 1px solid #727272;
	display: inline;
	float: left;
}
.top_nav ul.top_nav_links li a {
	border-right: 1px solid #434343;
	color: #fff;
	display: block;
	float: left;
	height: 19px;
	padding: 3px 10px 0 10px;
	text-decoration: none;
}

/* Top Nav Second Level
-------------------------------- */

li#top_nav_dir_cont {
	float: left;
	margin-top: 21px;
	position: absolute;
	width: 190px;
}
li#top_nav_dir_cont li a {
	border: 1px solid red;
	display: block;
	height: 22px;
	margin-left: -9px;
	padding: 4px 0 0 14px;
	position: relative;
	width: 176px;
	z-index: 999;
}
li#top_nav_dir_cont li a:hover {
    color: #99ff66;
}
.top_nav ul.top_nav_links li ul {
	clear: both;
	left: -999em;
	position: absolute;
	width: 100px;
	z-index: 999;
}
.top_nav ul.top_nav_links li:hover ul {
	left: auto;
	margin-top: 22px;
}
.top_nav ul.top_nav_links li.sfhover ul {
    left: auto;
}
.top_nav ul li ul li {
	border: none;
}
.top_nav ul li ul li a {
	background: #282828 ;
	border: none;
	border-bottom: 1px solid #666 ;
	width: 100px;
}
.top_nav ul li ul li a:hover {
	background: #727272 ;
	border-bottom: 1px solid #434343;
}

/* Premium Nav
-------------------------------- */

.prem_nav {
	-x-background-x-position:left;
	-x-background-y-position:top;
	color: #fff;
	font-family: Tahoma;
	font-size: 1.2em;
	height: 20px;
	line-height: normal;
	margin-top: -3px;
	padding-left: 4px 0 0 12px;
	width: 296px;
}

.prem_nav a:hover {
	text-decoration:none;
}

/* Tabbed Navigation
-------------------------------- */

.tabbed_nav {
	width: 100%;
}
.tabbed_nav ul {
	background: #fff;
	float: left;
	width: 100%;
}
.tabbed_nav li {
	border-right: 1px solid #c1c0c0;
	float: left;
	list-style: none;
}
.tabbed_nav li a {
	color: #000;
	display: block;
	float: left;
	padding: 5px 10px;
	text-decoration: none;
}
.tabbed_nav li a:hover {
	text-decoration: underline;
}
.tabbed_nav .on a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.tabbed_nav .title {
	background: #333;
	color: #fff;
	display: block;
	float: left;
	padding: 4px 10px;
}
.headlines_today_component .tabbed_nav {
	float: left;
	width: 145px;
}
.headlines_today_component .tabbed_nav ul {
	background: none;
}
.headlines_today_component .tabbed_nav li {
	width: 100%;
}
.headlines_today_component .tabbed_nav a {
	float: left;
	width: 125px;
}
.headlines_today_component .comp_content {
	clear: none;
	float: left;
	width: 295px;
}


/***** templates/troy/styles/ams.css *****/
/**** $Id$ ****/

.top_submit_gg, top_input_gg, .bottom_submit_gg, .bottom_input_gg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
.adwrapper {
	float: left;
	padding: 0px 0px 6px 0px;
	text-align: center;
	width: 100%;
	z-index:900;
}
.cms {
	float: left;
	width: 100%;
}
.cms img {
	border: 0px ;
}
.cms .zilla_img {
	border: 1px solid #000;
	height: 60px;
	width: 60px;
}
.cms .zilla_1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	left: 70px;
	position: relative;
	top: -60px;
	width: 155px;
}
.cms .zilla_2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	left: 70px;
	position: relative;
	top: -60px;
	width: 155px;
}
.cms .zilla_3 {
	left: 70px;
	position: relative;
	top: -45px;
}
.cms .price {
	color: #c30;
	font-weight: 600;
}
.cms .zilla_more {
	float: right;
	font-weight: bold;
	position: relative;
	top: -25px;
}
.cms .zilla_more a {
	color:#005e14;
	text-decoration: none;
}
.cms .zilla_more a:hover {
	color: #000;
	text-decoration: underline;
}
.cms .powered_by {
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bolder;
	left: 10px;
	position: relative;
}
.cms .zilla_logo {
	position: relative;
	top: -15px;
	left: -70px;
}

/* HR
-------------------------------- */

.ams_spcr {
	background:#fff;
	border-top: 1px solid #ccc;
	clear: left;
	float: left;
	width: 100%;
}

/* Tabs
-------------------------------- */

.ams_horizontal ul {
	border-bottom: 1px solid #ccc;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	list-style: none;
	margin: 0 0 5px 0;
	padding: 10px 0 0 1%;
	width: 99%;
}
.ams_horizontal ul li {
	float:left;
}
.ams_horizontal ul a {
	float:left;
	display:block;
	margin:0 2px 0 0;
	padding:2px 10px;
	color:#666;
	border:1px solid #ccc;
	border-bottom:none;
}
.ams_horizontal ul a:hover {
	background:#f1f1f1;
}

/* Horizontal Ads
-------------------------------- */

.ams_horizontal {
	background: #fff;
	color: #141744;
	clear: both;
	float: left;
	font-family: Tahoma, Verdana, Arial;
	font-size: 1.1em;
	padding: 5px 0 10px 0;
	width: 100%;
}
.ams_horizontal dl {
	float: left;
	margin: 0 10px 10px 10px;
	text-align:center;
	width: 130px;
}
.ams_horizontal dl.google {
	height: 100px;
	width: 160px;
}
.ams_horizontal dl.google {
	text-align: left;
}
.ams_horizontal dt {
	font-weight: bold;
}
.ams_horizontal a {
	color: #5380A9;
	text-decoration: underline;
}
.ams_horizontal .price {
	color: #c30;
}
.ams_horizontal .ads_by {
	margin-left: 10px;
}

/* Redesign component
-------------------------------- */

.redesign_local {
	clear: both;
	color: #141744;
	font-family: Tahoma, Verdana, Arial;
	font-size: .9em;
	float: left;
	padding: 5px;
	text-align: center;
	white-space: normal;
	width: 280px;
}
.redesign_local .ads_by {
        display:none;
}
.redesign_local dl, .redesign_local dt, .redesign_local dd {
	width:270px;
}
.redesign_local dl {
	float: left;
	width:269px;
	padding-bottom: 7px;
}
.redesign_local dt {
	font-weight: bold;
}
.redesign_local a {
	color: #5380a9;
	text-decoration: underline;
}
.redesign_local img {
	border: 0;
	margin: 10px 0 0 0;
}
.redesign_local .price {
	color: #c30;
}
.redesign_local .vtab {
	border-top: 1px solid #ccc;
	padding-top: 5px;
	text-align: left;
}
.redesign_local .vtab dd a{
	color: #2075a5;
	text-decoration: none;
}
.redesign_local .vtab dd a:hover{
	color: #ff9900;
	text-decoration: none;
}
.redesign_local .zilla_more {
	position: relative;
	top: 13px;
}
.redesign_local .zilla_logo {
	position: relative;
	top: 3px;
}
.redesign_local .more a {
	color:#2075a5 ;
	text-decoration: none;
}
.redesign_local .more a:hover{
	color: #ff9900 ;
	text-decoration: none;
}
.redesign_local .powered_by {
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bolder;
	left: -10px;
	position: relative;
	top: 15px;
}

/* Margins
-------------------------------- */

.ams_margin {
	clear: both;
	color: #141744;
	font-family: Tahoma, Verdana, Arial;
	font-size: .9em;
	float: left;
	padding: 5px;
	text-align: center;
	white-space: normal;
	width: 160px;
}
.ams_margin dl, .ams_margin dt, .ams_margin dd {
	width:180px;
}
.ams_margin dl {
	float: left;
	width:179px;
	padding-bottom: 7px;
}
.ams_margin dt {
	font-weight: bold;
}
.ams_margin a {
	color: #5380a9;
	text-decoration: underline;
}
.ams_margin img {
	border: 0;
	margin: 10px 0 0 0;
}
.ams_margin .price {
	color: #c30;
}
.ams_margin .vtab {
	border-top: 1px solid #ccc;
	padding-top: 5px;
	text-align: left;
}
.ams_margin .vtab dd a{
	color: #2075a5;
	text-decoration: none;
}
.ams_margin .vtab dd a:hover{
	color: #ff9900;
	text-decoration: none;
}
.ams_margin .zilla_more {
	position: relative;
	top: 13px;
}
.ams_margin .zilla_logo {
	position: relative;
	top: 3px;
}
.ams_margin .more a {
	color:#2075a5 ;
	text-decoration: none;
}
.ams_margin .more a:hover{
	color: #ff9900 ;
	text-decoration: none;
}
.ams_margin .powered_by {
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bolder;
	left: -10px;
	position: relative;
	top: 15px;
}
.google {
	color: #000000;
	font-family: Tahoma;
	font-size: 1.1em;
	text-align: left;
}
.google .google_1 {
	font-weight: bold;
	text-align: left;
}
.google .google_2, .google .google_3 {
	text-align: left;
}
.google .google_link {
	color: #2075a5;
	font-family: Tahoma;
	font-size: 1.1em;
	margin-right: -3px;
	text-align: left;
	text-decoration: underline;
}

/* Ams Components
-------------------------------- */

.ams_component {
	background: #fff;
	border: 1px solid #527797;
	color: #141744;
	float: left;
	font-family: Tahoma, Verdana, Arial;
	font-size: 1.1em;
	padding: 0 0 5px 0;
	text-align: center;
	width: 200px;
}
.ams_component img {
	border: 0;
	margin: 5px 0 0 0;
}
.ams_component dl, .ams_component dt, .ams_component dd {
	padding: 0px 5px 0px 5px;
	margin: 0px;
	width: 190px;
}
.ams_component dl {
	clear:left;
	float: left;
	padding-top: 5px;
	padding-top: 5px;
	width: 100%;
}
.ams_component dt {
	font-weight: bold;
}
.ams_component a {
	color: #5380a9;
	text-decoration: underline;
}
.ams_component .vtab {
	float:left;
	clear:both;
	border-top: 1px solid #ccc;
	padding:0;
	margin:0 0 5px 0;
	text-align: left;
}
.ams_component .vtab dt {
	margin:5px 0 0 5px;
}
.ams_component .vtab dd a{
	color: #2075a5 ;
	margin:5px 0 0 5px;
	text-decoration: none;
}
.ams_component .vtab dd a:hover{
	color: #ff9900 ;
	margin:5px 0 0 5px;
	text-decoration: none;
}
.ams_component .price {
	color: #c30;
}
.ams_component .zilla_logo {
	position: relative;
	left: -5px;
}
.ams_component .zilla_more {
	position: relative;
	top: 8px;
	left: -3px;
}
.ams_component .more a{
	color:#2075a5 ;
	text-decoration: none;
}
.ams_component .more a:hover{
	color: #ff9900 ;
	text-decoration: underline;
}
.ams_component .ads_by {
	background: #527797;
	color: #fff;
	float: left;
	margin-bottom: 5px;
	padding: 4px 0 4px 0;
	text-align: center;
	width: 100%;
}
.ams_component .powered_by {
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bolder;
	left: -10px;
	position: relative;
	top: 10px;
}
#news_article {
	border: 1px solid #c00;
	float: left;
}

/* Hide Iframe
-------------------------------- */

.ams_iFrame {
	float: left;
	height: 0px;
	left: 0px;
	top: 0px;
	visibility: hidden;
	width: 180px;
	z-index: 99;
}
.ams_component .vtab .searchdiv {
	float: left;
	padding-top: 15px;
}
.ams_component .flatDiv {
	float: left;
}
.ams_component .flatDiv .inInput {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	padding-left: 18px;
	background: failed-path-lookup no-repeat center left;
	border: 1px solid #ccc;
	height: 18px;
	width: 110px;
	font-size: 1.3em;
}
.ams_component .vtab .inInput {
	background: failed-path-lookup no-repeat center left;
	border: 1px solid #ccc;
	float: left;
	font-size: 1.3em;
	height: 18px;
	margin: 5px 0 0 5px;
	padding-left: 18px;
	width: 110px;
}
.ams_component .flatDiv .inImg {
	float: left;
	margin: 5px 0 0 5px;
}
.ams_component .vtab .inImg {
	float: left;
	margin: 5px 0 0 5px;
}
.ams_component .flatDiv .inDiv {
	clear: both;
	float: left;
	margin: -1px 0 0 10px;
}
.ams_component .vtab .inDiv {
	clear: both;
	float: left;
	margin: -5px 0 0 10px;
}
.ams_component .vtab {
	clear: both;
	float: left;
	margin: 5px 0 0px 0;
	text-align: left;
}
.ams_component .vtab dt {
	margin: 5px 0 0 5px;
}
.ams_component .vtab dd {
	margin: 0 0 2px 5px;
}
.ams_games {
	font-size: .8em!important;
	text-align: center;
	width: 145px;
	padding-right: 10px;
}
.ams_games .zilla_img {
	margin-top: 10px;
}


/***** templates/troy/styles/agdistis_global.css *****/
/**** $Id$ ****/

#agdistis_page table {
	clear: both;
	margin: 0px;
	padding: 0px;
}
#agdistis_page table tr {
	margin: 0px;
	padding: 0px;
}

#agdistis_page table tr td {
	font-size: 12px;
	padding: 0px;
	text-align: auto;
	margin: 0px;
}
#agdistis_page table tr td table {
	margin: 0;
	padding: 0;
}
#agdistis_page table tr td table tr {
	margin: 0;
	padding: 0;
}
#agdistis_page table tr td table tr td {
	margin: 0;
	padding: 0;
}
#agdistis_page table tr td table tr td table {
	margin: 0;
	padding: 0;
}
#agdistis_page table tr td table tr td table tr {
	margin: 0;
	padding: 0;
}
#agdistis_page table tr td table tr td table tr td {
	margin: 0;
	padding: 0;
}
#agdistis_page input, #agdistis_page select {
	font-size: 11px;
}
#vpc_help_page {
	margin: 0px;
	padding: 10px;
	width: 100%;
}

#agdistis_page table tr td table tr td table tr td.tabs {
	color: #fff;
}

#agdistis_page ul.wea_links li {
	list-style: disc outside;
	margin: 3px 0 3px 10px;
}

*html #agdistis_page ul.wea_links li {
	margin: 3px 0 3px 15px;
}

html>body #agdistis_page ul.wea_links li {
	*margin: 3px 0 3px 15px;
}
	

/***** templates/troy/styles/truvista/truvista.css *****/
/*** TruVista Custom Styles ***/

body {
	background: #E5F3FF url(http://images.synacor.com/clientimages/69213/14099.png) left top repeat-x;
	font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
}

#site_container {
	font-size: 12px;
}

a, a:visited, div.comp_body div.comp_content a {
	color: #002863;
	text-decoration: none;
}

a:hover, div.comp_body div.comp_content a:hover {
	color: #FF9900;
	text-decoration: none;
}

div.comp_body .submit, .submit, button.btn {
	background: #D5D5D5 url(http://images.synacor.com/clientimages/69213/14178.gif) repeat-x;
	border: 1px solid #00719B;
	color: #00719B;
}

/** Header **/
div.truvista_header {
	height: 119px;
}

div.truvista_header div.tophat_links {
	color: #FFFFFF;
	font-size: 11px;
	margin-top: 5px;
	text-align: right;
}

div.truvista_header div.tophat_links a {
	color: #FFFFFF;
}

div.truvista_header div.tophat_links a:hover {
	color: #FF9900;
}

div.truvista_header div.logo {
	float: left;
	margin-top: 28px;
}

div.truvista_search {
	color: #FFFFFF;
	float: left;
	font-family: Tahoma,Arial,Verdana,sans-serif;
	font-size: 10px;
	margin: 24px 0px 0px 27px;
	width: 722px;
}

div.truvista_search div#br_searchbar div.search_tabs {
	margin-left: 10px;
	padding-top: 3px;
}

div.truvista_search div#br_searchbar div#br_google a.brsb_active {
	background: url(http://images.synacor.com/clientimages/69213/14198.gif) no-repeat;
	color: #000000;
	font-weight: bold;
	height: 17px;
	padding: 3px 9px;
}

div.truvista_search div#br_searchbar div#br_yellowpages a.brsb_active {
	background: url(http://images.synacor.com/clientimages/69213/14199.gif) no-repeat;
	color: #000000;
	font-weight: bold;
	height: 17px;
	padding: 3px 9px;
}

div.truvista_search div#br_searchbar div#br_library a.brsb_active {
	background: url(http://images.synacor.com/clientimages/69213/14195.gif) no-repeat;
	color: #000000;
	font-weight: bold;
	height: 17px;
	padding: 3px 9px;
}

div.truvista_search div#br_searchbar div#br_ebay a.brsb_active {
	background: url(http://images.synacor.com/clientimages/69213/14198.gif) no-repeat;
	color: #000000;
	font-weight: bold;
	height: 17px;
	padding: 3px 8px;
}

div.truvista_search div#br_searchbar a {
	color: #FFFFFF;
}

div.truvista_search div#br_searchbar div.search_input {
	background: url(http://images.synacor.com/clientimages/69213/14197.gif) no-repeat;
	color: #000000;
	float: left;
	margin-top: 2px;
	padding: 6px 8px;
	width: 447px;
}

div.truvista_search div#br_searchbar div#br_google div.search_input input,
div.truvista_search div#br_searchbar div#br_google2 div.search_input input,
div.truvista_search div#br_searchbar div#br_ebay div.search_input input,
div.truvista_search div#br_searchbar div#br_ebay2 div.search_input input,
div.truvista_search div#br_searchbar div#br_library div.search_input input,
div.truvista_search div#br_searchbar div#br_library2 div.search_input input {
	border: 1px solid #B3B3B3;
	height: 22px;
	width: 440px;
}

div.truvista_search div#br_searchbar div#br_yellowpages div.search_input input,
div.truvista_search div#br_searchbar div#br_yellowpages2 div.search_input input {
	border: 1px solid #B3B3B3;
	height: 22px;
	width: 212px;
}

div.truvista_search div#br_searchbar div.search_submit {
	float: left;
}

div.truvista_search div#br_searchbar div.search_submit input.brsb_submit {
	background: url(http://images.synacor.com/clientimages/69213/14196.gif) no-repeat;
	border: none;
	height: 40px;
	margin-top: 2px;
	width: 74px;
}

div.truvista_search div#br_searchbar div.search_logo {
	float: left;
	margin: 0px 0px 0px 20px;
}

div.truvista_search div#br_searchbar div#br_library div.search_logo,
div.truvista_search div#br_searchbar div#br_library2 div.search_logo {
	margin: 0px 0px 0px 20px;
}

div.truvista_search div#br_searchbar div#br_yellowpages div.search_logo span,
div.truvista_search div#br_searchbar div#br_yellowpages2 div.search_logo span,
div.truvista_search div#br_searchbar div#br_library div.search_logo span,
div.truvista_search div#br_searchbar div#br_library2 div.search_logo span {
	height: 35px!important;
	width: 159px!important;
}

div.truvista_search div#br_searchbar div.search_pop {
	margin-left: 25px;
}

div.truvista_header div.truvista_search div#br_searchbar div.search_pop {
	float: left;
}

div.truvista_search div#br_searchbar div.search_pop a {
	color: #FFFFFF;
}

div.truvista_search div#br_searchbar div.search_pop a:hover {
	color: #FF9900;
}

/** Welcome Bar **/
div#body_col {
	background: #FFFFFF url(http://images.synacor.com/clientimages/69213/14093.png) top left no-repeat;
	padding: 0px 0px 4px 0px;
	width: 968px;
}

div.welcome_bar {
	color: #FFFFFF;
	font-size: 12px;
	height: 23px;
	margin-top: 5px;
}

div.welcome_bar a, div.welcome_bar div.left a, div.welcome_bar div.right a { 
	color: #FFFFFF;
}

div.welcome_bar a:hover, div.welcome_bar div.left a:hover, div.welcome_bar div.right a:hover {
	color: #FF9900;
}

div.welcome_bar div.left {
	float: left;
	margin: 0px 0px 0px 14px;
	_margin: 0px 0px 0px 5px;
}

div.welcome_bar div.right {
	float: right;
	font-size: 12px;
	font-weight: bold;
	width: 260px;
}

/** Directory **/
#body_col_1 {
	width: 195px;
}

#h-nav-dd .nav_head_left, #h-nav-dd-holder .nav_head_left {
	height: 22px;
	padding-top: 6px;
}

#h-nav-dd-holder {
	background: none;
}

div#body_col div#h-nav div#h-nav-dd-holder ul#navul0 {
	position: absolute;
}

div.nav_head_left h1 {
	height: 14px;
	margin: 0px;
	padding: 0px;
}

div.nav_head_left a.home_link {
	color: #FFFFFF;
	float: left;
	font-size: 14px;
	margin: 0px 0px 0px 14px;
}

div.nav_head_left a.home_link:hover {
	color: #FF9900;
}

span#hide_menu {
	float: right;
	height: 13px;
	position: relative;
	right: 1px;
	top: 1px;
	width: 17px;
}

div#left_nav_cont ul#navul0 {
	width: 195px;
}

div#left_nav_cont ul#navul0 li, div#left_nav_cont_roll ul#navul0 li {
	width: 195px;
}

div#left_nav_cont ul li {
	background: #F2F2F2;
	border-bottom: 1px solid #DADADA;
	float: left;
}

div#left_nav_cont ul li a, div#left_nav_cont_roll ul li a, 
div#left_nav_cont ul li.subnav ul li a, div#left_nav_cont_roll ul li.subnav ul li a {
	background: #F2F2F2;
	color: #252525;
	font-size: 12px;
	font-weight: normal;
	height: 18px;
	padding: 1px 0px 0px 14px;
}

div#left_nav_cont ul li a:hover, div#left_nav_cont_roll ul li a:hover,
div#left_nav_cont ul li.subnav ul li a:hover, div#left_nav_cont_roll ul li.subnav ul li a:hover {
	background: url(http://images.synacor.com/clientimages/69213/14086.png) repeat-x;
	color: #628C25;
}

div#left_nav_cont ul li.subnav {
	background: url(http://images.synacor.com/clientimages/69213/14085.png) repeat-x;
	border-bottom: none;
}

div#left_nav_cont ul li.subnav a {
	background: url(http://images.synacor.com/clientimages/69213/14085.png) repeat-x;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	height: 19px;
	padding: 2px 0px 0px 14px;
}

div#left_nav_cont ul li.subnav a:hover {
	background: url(http://images.synacor.com/clientimages/69213/14085.png) repeat-x;
	color: #FFFFFF;
}

div#left_nav_cont ul li.subnav2 ul li {
	background: #FFFFFF;
	border-bottom: none;
}

div#left_nav_cont ul li.subnav2 ul li a {
	background: #FFFFFF;
	font-size: 11px;
	padding: 2px 0px 0px 24px;
}

div#left_nav_cont ul li.subnav2 ul li a:hover {
	background: #E5E5E5;
	color: #000000;
	text-decoration: underline;
}

#left_nav_cont .open_close, #left_nav_cont_roll .open_close {
	height: 11px;
	margin: -17px 6px 0px 0px;
	_margin: -17px 3px 0px 0px;
	width: 15px;
}

#left_nav_cont .open_close2, #left_nav_cont_roll .open_close2 {
	cursor: pointer;
	display: block;
	float: right;
	margin-right: -5px;
	margin-top: -15px;
	position: relative;
	top: 1px;
	width: 27px;
}

/** Components **/
div#body_col_1 div.comp_container {
	margin: 0px 0px 6px 4px;
	_margin: 0px 0px 6px 2px;
	width: 189px;
}

div#body_col_2 div.comp_container {
	width: 458px;
}

div#body_col_3 div.comp_container {
	width: 298px;
}

div#body_col_12 {
	margin-left: 4px;
}

div#body_col_12 div.comp_container {
	width: 653px;
}

div.comp_container {
	border: 1px solid #01315D;
}

div.comp_header {
	background: url(http://images.synacor.com/clientimages/69213/14084.png) repeat-x;
	border: none;
	height: 24px;
}

div.drag_container div.comp_container div.comp_header {
	cursor: move;
}

div.comp_header h1 {
	font-size: 12px;
	padding: 4px 0px 0px 5px;
	float: left;
}

div.comp_body {
	background: #FFFFFF;
	border: none;
}

div.drag_container {
	margin-bottom: 6px;
	_margin: 0px;
}

/** Tabbed Nav **/
div.tabbed_nav a {
	color: #262626;
}
        
div.tabbed_nav ul {
	background: #FFFFFF url(http://images.synacor.com/clientimages/69213/14184.gif) left bottom repeat-x;
}       
        
div.tabbed_nav ul li {
	background: #FFFFFF url(http://images.synacor.com/clientimages/69213/14184.gif) left bottom repeat-x;
}       

div.tabbed_nav ul li a {
	color: #262626;
}       
        
div.tabbed_nav ul li a:hover {
	color: #FF9900;
	text-decoration: none;
}

div.tabbed_nav ul li.on {
	background: #FFFFFF;
}

div.tabbed_nav ul li.on a {
	color: #262626;
}

/** DCC Component **/
div.comp_container_maindcc div.comp_body div.comp_content {
	padding: 0px;
}

div.comp_container_maindcc div.comp_body div.comp_content div.tabbed_nav ul, 
div.comp_container_maindcc div.comp_body div.comp_content div.tabbed_nav ul li {
	background: #C5C5C5 url(http://images.synacor.com/clientimages/69213/14180.gif) repeat-x;
}

div.comp_container_maindcc div.comp_body div.comp_content div.tabbed_nav ul li.on {
	background: #F5F5F5 url(http://images.synacor.com/clientimages/69213/14181.gif) repeat-x;
}

.dcc-text ul li a {
	font-weight: normal;
}

/** Headlines Today Component **/
div.ajaxtabbed div.tabbed_nav ul {
	background: #FFFFFF url(http://images.synacor.com/clientimages/69213/14184.gif) repeat-x left bottom;
	padding: 0px;
}

div.ajaxtabbed div.tabbed_nav ul li {
	background: none;
}

div.ajaxtabbed div.tabbed_nav ul li a {
	font-size: 12px;
}

/** TruVista Broadband Component **/
div.broadband_link {
	border: 1px solid #DDDDDD;
	float: left;
	margin-right: 5px;
	padding: 0px 2px;
}

div.broadband_last {
	margin-right: 0px;
}

/** Facebook Fan Box **/
body div.facebook_fan_box iframe {
	height: 165px!important;
}

/** Login Component **/
div#login_form {
	background: #01315D url(http://images.synacor.com/clientimages/69213/14176.png) no-repeat;
	color: #FFFFFF;
	font-size: 11px;
	margin-bottom: 6px;
	padding: 35px 0px 8px 0px;
}

div#login_form div.login_left {
	float: left;
	margin-bottom: 8px;
	position: relative;
	left: 8px;
	text-align: left;
}

div#login_form div.login_pass {
	position: relative;
	left: 28px;
}

div#login_form input {
	border: 1px solid #00719B;
	height: 16px;
	font-size: 11px;
	width: 126px;
}

div#login_form input.submit {
	cursor: pointer;
	height: 21px;
	padding-bottom: 1px;
	width: 62px;
}

div#login_form div.login_links {
	float: left;
	font-size: 11px;
	position: relative;
	left: 8px;
}

div#login_form div.login_right {
	float: right;
	position: relative;
	right: 9px;
	text-align: right;
}

div#login_form label {
	display: block;
	font-size: 11px;
}

/** Premium Spotlight **/
div.comp_container_premiumspotlight {
	margin-bottom: 6px;
}

/** Premium Menu **/
div.comp_container_magicmenu {
	margin-bottom: 6px;
}

div.comp_container_magicmenu div.comp_content {
	padding: 6px 2px 4px 3px;
	_padding: 3px 2px 4px 3px;
}

div#prem_nav_cont ul#prem_nav_ul li { /* this is the container for each category group */
	float: left;
	margin: 0 -3px 2px 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

div#prem_nav_cont ul#prem_nav_ul .prem_nav { /* this is the category header */
	background: transparent url(http://images.synacor.com/clientimages/69213/14737.gif) top left repeat-x;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	margin: 0;
	padding: 1px 0px 0px 8px;
	width: 284px;
}

#premtitle { /* category header title text */
	float: left;
	padding-top: 2px;
}

div.prem_nav span.open_close { /* collapse arrow for category header */
	background: url(http://images.synacor.com/clientimages/69213/14739.gif) no-repeat top right;
	float: right!important;
	height: 21px;
	margin-top: -1px;
	width: 25px;
}

div#prem_nav_cont li .prem_package_container { /* container div for logo buttons */
	margin-top: 1px;
	padding: 0px 2px;
}

div#prem_nav_cont li .prem_package_container .prem_package_row_left { /* a left column button */
	background: #FFFFFF url(http://images.synacor.com/clientimages/69213/14736.gif) repeat-x scroll left bottom;
	border: 1px solid #86b5d6;
	float: left;
	text-align: center;
	height: 40px;
	margin: 0px 0px 4px 0px;
	width: 140px;
}

div#prem_nav_cont li .prem_package_container .prem_package_row_right { /* a right column button */
	background: #FFFFFF url(http://images.synacor.com/clientimages/69213/14736.gif) repeat-x scroll left bottom;
	border: 1px solid #86b5d6;
	float: right;
	text-align: center;
	height: 40px;
	margin: 0px 4px 4px 0px;
	_margin: 0px 2px 4px 0px;
	width: 140px;
}

div#prem_nav_cont li .prem_package_container .prem_package_row_wide { /* for buttons that span both columns */
	background: #fff url(http://images.synacor.com/clientimages/69213/14736.gif) bottom left repeat-x;
	border: 1px solid #86b5d6;
	text-align: center;
	clear: left;
	margin-bottom: 4px;
	height: 40px;
	width: 286px;
}

/** Footer **/
div#footer {
	background: #FFFFFF url(http://images.synacor.com/clientimages/69213/14087.png) left bottom repeat-x;
	margin-bottom: 0px;
}

div#footer div.truvista_search {
	float: none;
	height: 75px;
	margin-left: 125px;
}

div.truvista_search div#br_searchbar div#br_google2 a.brsb_active {
	background: url(http://images.synacor.com/clientimages/69213/14192.gif) no-repeat;
	color: #000000;
	font-weight: bold;
	height: 17px;
	padding: 3px 9px;
}

div.truvista_search div#br_searchbar div#br_ebay2 a.brsb_active {
	background: url(http://images.synacor.com/clientimages/69213/14192.gif) no-repeat;
	color: #000000;
	font-weight: bold;
	height: 17px;
	padding: 3px 8px;
}

div.truvista_search div#br_searchbar div#br_yellowpages2 a.brsb_active {
	background: url(http://images.synacor.com/clientimages/69213/14193.gif) no-repeat;
	color: #000000;
	font-weight: bold;
	height: 17px;
	padding: 3px 9px;
}

div.truvista_search div#br_searchbar div#br_library2 a.brsb_active {
	background: url(http://images.synacor.com/clientimages/69213/14188.gif) no-repeat;
	color: #000000;
	font-weight: bold;
	height: 17px;
	padding: 3px 9px;
}

div#footer div.truvista_search div#br_searchbar, div#footer div.truvista_search div#br_searchbar a {
	color: #000000;
}

div#footer div.truvista_search div#br_searchbar div.search_input {
	background: url(http://images.synacor.com/clientimages/69213/14190.gif) no-repeat;
	padding: 7px 8px;
}

div#footer div.truvista_search div#br_searchbar div.search_submit input.brsb_submit {
        background: url(http://images.synacor.com/clientimages/69213/14189.gif) no-repeat;
}

div#footer div.truvista_search div#br_searchbar div.search_pop {
	float: left;
	width: 650px;
}

div#footer div.truvista_search div#br_searchbar div.search_pop a {
	color: #4975C4;
}

div#footer div#footerlinks {
	margin-top: 10px;
	padding-bottom: 30px;
}

div#footer div#footerlinks, div#footer div#footerlinks a {
	color: #000000;
	font-size: 11px;
	text-align: center;
}

div#footer div#footerlinks a:hover {
	color: #FF9900;
}

/** Play it now games **/
div#body_col_1 .playitnow_narrow .playitnow_ul li,
div#body_col_2 .playitnow_wide .playitnow_ul li,
div#body_col_3 .playitnow_narrow .playitnow_ul li {
	width: 135px;
}

div#body_col_2 .playitnow_wide .playitnow_ul {
	width: 405px;
}
div#body_col_3 .playitnow_medium .playitnow_ul {
	width: 245px;
}
div#body_col_3 .playitnow_medium .playitnow_ul li {
	width: 121px;
}

/***** templates/troy/styles/components/marketplace.css *****/
.marketplace {
	padding: 3px;
}
.marketplace .market_left {
	margin-right: 4%;
}
.marketplace .track_img {
	display: none;
}
.marketplace ul {
	clear: both;
	list-style: none;
}
.marketplace ul li {
	border-bottom: 1px solid #ebebeb;
	height: 32px;
	padding: 5px;
}
.marketplace_wide ul li {
	float: left;
	width: 46%;
}
.marketplace_wide ul li.odd {
	float: right;
}
.marketplace ul li a {
	display: block;
	font-size: .9em;
	padding: 2px 0 0 0;
}
.marketplace ul li a span {
	font-size: 1em;
	font-weight: bold;
}
.marketplace ul li span.mp_sprites {
	background: url(components/images/marketplace/mp_sprites.gif?cda0bca8) no-repeat 9999px 0;
	display: block;
	float: left;
	height: 34px;
	padding-left: 15px;
	width: 59px;
}
.marketplace ul li span.autopartsgiant { background-position: 0 0; }
.marketplace ul li span.bowflex { background-position: 0 -84px; }
.marketplace ul li span.budget { background-position: 0 -168px; }
.marketplace ul li span.buy { background-position: 0 -252px; }
.marketplace ul li span.car_rental { background-position: 0 -168px; }
.marketplace ul li span.coupons { background-position: 0 -336px; }
.marketplace ul li span.dell { background-position: 0 -420px; }
.marketplace ul li span.dellsmallbiz { background-position: 0 -420px; }
.marketplace ul li span.ebags { background-position: 0 -504px; }
.marketplace ul li span.ebay { background-position: 0 -588px; }
.marketplace ul li span.efax { background-position: -109px -1092px; }
.marketplace ul li span.experian { background-position: 0 -672px; }
.marketplace ul li span.fandango { background-position: -109px -1510px; }
.marketplace ul li span.fansedge { background-position: 0 -756px; }
.marketplace ul li span.fathead { background-position: 0 -840px; }
.marketplace ul li span.flights { background-position: -109px -252px; }
.marketplace ul li span.gamefly { background-position: 0 -924px; }
.marketplace ul li span.geico { background-position: 0 -1008px; }
.marketplace ul li span.giftcertificates { background-position: -108px -1676px; }
.marketplace ul li span.gillware { background-position: -109px -1344px; }
.marketplace ul li span.gotomeetings { background-position: 0 -1092px; }
.marketplace ul li span.hp { background-position: -109px -1596px; }
.marketplace ul li span.hotels { background-position: 0 -1176px; }
.marketplace ul li span.inkjets { background-position: -109px -1176px; }
.marketplace ul li span.lifelock { background-position: 0 -1260px; }
.marketplace ul li span.lotf { background-position: 0 -1344px; }
.marketplace ul li span.lowermybills { background-position: 0 -1428px; }
.marketplace ul li span.menswearhouse { background-position: 0 -1512px; }
.marketplace ul li span.mycorporation { background-position: 0 -1596px; }
.marketplace ul li span.pm { background-position: 0 -1680px; }
.marketplace ul li span.perfectmatch { background-position: 0 -1680px; }
.marketplace ul li span.priceline { background-position: 0 -1764px; }
.marketplace ul li span.quickenloans { background-position: 0 -1848px; }
.marketplace ul li span.realtystore { background-position: 0 -1932px; }
.marketplace ul li span.realtytrac { background-position: -109px 0; }
.marketplace ul li span.resorts { background-position: -109px -84px; }
.marketplace ul li span.sandals { background-position: -109px -84px; }
.marketplace ul li span.smartautowarranty { background-position: -109px -168px; }
.marketplace ul li span.southwest { background-position: -109px -252px; }
.marketplace ul li span.sportsfanfare { background-position: -109px -336px; }
.marketplace ul li span.stubhub { background-position: -109px -420px; }
.marketplace ul li span.thinkgeek { background-position: -109px -504px; }
.marketplace ul li span.tires-easy { background-position: -109px -588px; }
.marketplace ul li span.tomtom { background-position: -109px -672px; }
.marketplace ul li span.turbotax { background-position: -109px -756px; }
.marketplace ul li span.usatoday { background-position: -109px -840px; }
.marketplace ul li span.wamu { background-position: -109px -924px; }
.marketplace ul li span.webex { background-position: -109px -1260px; }
.marketplace ul li span.wsj { background-position: -109px -1008px; }
.marketplace ul li span.zappos { background-position: -109px -1428px; }

/***** templates/troy/styles/agdistis_tv.css *****/
.grid_tabs {
	float: left!important;
	margin-left: 10%!important;
	margin-right: 10%!important;
	overflow: hidden;
	text-align: center!important;
	width: 80%!important;
}
* html .grid_tabs {
	float: none !important;
}
/* centering of tabs for ie7 */
*:first-child+html .grid_tabs {
	margin-left: 78px!important;
}
table tr td .grid_tabs .grid_tab a {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.grid_tabs a:hover {
	color: #ff9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
} 
input {
	font-size: 12px;
}
#partial_match1, 
#partial_match2, 
#su_title, 
#su_actor, 
#su_description, 
#su_episode_title, 
#sort_by1, 
#sort_by2, 
#listing_type1, 
#listing_type2, 
#preferred_view2, 
#preferred_view1 {
	border: 0px;
}
#main_page {
	background: #fff;
	float: left;
	overflow: hidden;
	padding: 10px;
	margin: 0;
}
/*FF*/
#zip_code_text {
	background: #fff;
	border: solid 1px #000!important;
	margin-top: 2px!important;
	margin-bottom: 2px!important;
}
/*IE6*/
* html #body_col_23_wrapper #zip_code_text {
	background: #fff;
	border: solid 1px #000!important;
	margin-top: 2px!important;
	margin-bottom: 1px!important;
}
/*IE7*/
*:first-child+html #body_col_23_wrapper #zip_code_text {
	background: #fff;
	border: solid 1px #000!important;
	margin-top: 2px!important;
	margin-bottom: 1px!important;
}
#body_col_23_wrapper #zip_code_go {
	cursor: pointer;
	margin-top: 2px;
	margin-bottom: 2px!important;
}
#main_page table {
	margin: 0;
	padding: 0;
	width: 100%;
}
#tvgrid_big {
	background: #fff;
	float: left;
	text-align: left;
	width: 100%;
}
.tvlist_width {
	width: 100%;
}
a {
	text-decoration: none;
}
table tr td .tvlist_grid_page {
	text-align: right;
}
.tvlist_grid_page a {
	color: #36c;
}
.tvlist_grid_page a:hover {
	color: #f90;
}
table #menu {
	left: 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	width: 252px!important;
}
#dragArea {
	height: 25px;
}
table tr td .tvlist_grid_ondk {
	color: #fff;
	font-size: .8em;
	text-align: center;
	width: 58px;
}
.tvlist_grid_ondk a {
	color: #fff;
	text-align: center;
}
.tvlist_grid_ondk a:hover {
	color: #f90;
	text-align: center;
}
.grid_cust_pg {
	color: #000000;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.grid_cust_pg table tr td {
	padding-top: 20px;
}
.grid_cust_pg input {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
#customize_submit {
	border: 0px;
}
.grid_cust_pg hr {
	border-top: #000;
	color: #000000;
	height: 1px;
	width: 100%;
}
.search_criteria {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0!important;
	padding: 0px;
}
.search_results_nav {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	text-decoration: none;
}
.search_results_nav a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
}
.search_results_nav a:hover {
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
}
.search_results_header {
	border: 1px solid #BABABA;
	background-color: #6699CC;
	background-image: failed-path-lookup;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
}
.search_results_header a {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
}
.search_results_header a:hover {
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
}
.search_results a {
	color: #000;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 100%;
	outline: none;
	padding: 2px;
	width: 95%!important;
}
.search_results a:hover {
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	outline: none;
	padding: 2px;
}
.search_results_dvr {
	border: 1px solid #bababa;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	outline: none;
	padding: 2px;
}
.search_results_dvr a {
	color: #000000;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 100%;
	outline: none;
	padding: 2px;
	width: 100%;
}
.search_results_dvr a:hover {
	color: #F80601;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	outline: none;
	padding: 2px;
}
.search_popup_cat {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.tv_ratings {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.tvm {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.tvm a {
	color: #2E5cbc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.tvm a:hover {
	color: #ff9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.tvm_header {
	color: #7d9940;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.search_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 26px;
	padding-top: 6px;
	padding-left: 5px;
	text-align: left!important;
	width: 430px!important;
}
a {
	text-decoration: none;
}
.tvlist_grid_onlt {/* used */
	border: 1px solid #638bbe;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	outline: none;
	padding: 2px;
	text-align: left!important;
}
.tvlist_grid_onlt_2 {/* used */
	border: 1px solid #666;
	background: #eeeeee;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	outline: none;
	padding: 2px;
}
.tvlist_grid_onlt:hover {
	background: #e0e5ee;
}
.tvlist_grid_onlt_2:hover {
	background: #e0e5ee;
}
.tvlist_grid_onlt a {/* used */
	color: #1C4577 !important;
	outline: none;
}
.tvlist_grid_onlt a:hover {/* used */
	color: #ff9900;
}
.tvlist_grid_icons { /* used checked */
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
.comp_20 .table2 td.row-2 {  /* this is a duplicate, remove this later */
	background: #fff;
	background-color: #ffffff;
	border-top: 1px solid #fff;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #fff;
}
.comp_20 .table2 td.row-1:hover {/* checked used */
	background: #e0e5ee;
}
.comp_20 .table2 td.row-2:hover {/* checked used */
	background: #e0e5ee;
}
.comp_20 .table2 td.row-1_dvr {/* checked used DVR schduled */
	background: #f1cdca;
	border-top: 1px solid #fff;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #fff;
	color: #000000;
	outline: none;
}
.comp_20 .table2 td.row-1_dvr a {/* used */
	color: #1C4577;
}
.comp_20 .table2 td.row-1_dvr a:hover {/* used */
	color: #F80601;
}
.comp_20 .table2 td.row-2_dvr { /* checked used DVR schduled */
	background: #f1cdca;
	border-top: 1px solid #fff;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #fff;
}
.comp_20 .table2 td.row-2_dvr a {/* used */
	color: #1C4577;
}
.comp_20 .table2 td.row-2_dvr a:hover {/* used */
	color: #F80601;
}
.comp_20 .table2 td.row-1_dvr_act {/* checked used DVR active */
	background: #eea29c;
	border-top: 1px solid #fff;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #fff;
	color: #000000;
	outline: none;
}
.comp_20 .table2 td.row-1_dvr_act a {/* used */
	color: #1C4577;
}
.comp_20 .table2 td.row-1_dvr_act a:hover {/* used */
	color: #F80601;
}
.comp_20 .table2 td.row-2_dvr_act { /* checked used DVR active */
	background: #eea29c;
	border-top: 1px solid #fff;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #fff;
}
.comp_20 .table2 td.row-2_dvr_act a {/* used */
	color: #1C4577;
}
.comp_20 .table2 td.row-2_dvr_act a:hover {/* used */
	color: #F80601;
}
.tvlist_grid_onlt_dvr {/* used - This is the same style as tvlist_grid_onlt */
	border: 1px solid #638BBE;
	padding: 2px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	outline: none;
}
.tvlist_grid_onlt_dvr a {/* used */
	padding: 2px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #1C4577;
	outline: none;
}
.tvlist_grid_onlt_dvr a:hover {/* used */
	padding: 2px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #F80601;
	outline: none;
}
/* popup listing information */
.tvlist_search_popup_header {/* checked - used */
	padding: 2px;
	color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: failed-path-lookup;
}
.tvlist_search_popup_header a { /* checked - used */
	padding: 2px;
	color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.search_popup_banner { /* checked - used */
	background: #e2e2e2;
}
.search_criteria { /* checked - used */
	padding: 0px;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
.search_criteria input  {
	font-size: 12px!important;
}
.search_popup_cat { /* checked - used */
	color: #666666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
/* /popup listing information */
.grid_cust_pg { /* checked - used; cusomize.php and customize_js.php only */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}
.search_results a { /* checked - used - see above */
	padding: 2px;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	outline: none;
	display: block;
	height: 100%;
}
.search_results a:hover { /* checked - used - see above */
	padding: 2px;
	color: #FF9900;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	outline: none;
}
.search_results_dvr { /* checked - used - see above */
	border: 1px solid #bababa;
	padding: 2px;
	color: #333333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	outline: none;
}
.search_results_dvr a { /* checked - used - see above */
	padding: 2px;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	outline: none;
	display: block;
	height: 100%;
	width: 100%;
}
.search_results_dvr a:hover { /* checked - used - see above */
	padding: 2px;
	color: #F80601;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	outline: none;
}
.tv_ratings { /* checked - used - only on ratinrgs.php */
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
.comp_nav_h1 .tvDays {
	color: #fff;
	padding: 10px 0 0 15px;
	width: 50px;
}
.position_right {
	padding: 0;
	padding-right: 5px;
	width: 650px;
}
.position_left {
	width: 250px;
}
.adv_search {
	width: 100%;
}
.search_criteria td {
	padding: 4px!important;
}
#rd_modal {
	background-image: url(components/images/tv/rd/overlay.png?cda0bca8);
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 990;
}
* html #rd_modal {
	background-color: #000;
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src="images/rd/overlay.png", sizingMethod="scale");
}
#details {
	position: absolute;
	z-index: 991;
}
#rd_tooltip {
	width: 200px;
	color: #200;
	position: absolute;
	z-index: 992;
}
#rd_tip_bottom {
	padding-top: 12px;
	background: url(components/images/tv/rd/btBottom1.gif?cda0bca8) no-repeat top left;
}
#rd_container {
	width: 385px;
	background: #fff;
	border: 0;
	padding: 0;
	margin: 0;
	font-size: x-small; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for compliant browsers */
	font-family: Arial, Helvetica, sans-serif;
}
#rd_header {
	background: #4367CF url(components/images/tv/rd/header_bg.png?cda0bca8) top repeat-x;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#rd_header #rd_title {
	float: left;
	margin: 0;
	font-size: 90%;
	padding: 5px 5px;
	color: #fff;
}
#rd_header #rd_close {
	float: right;
	margin: 0;
	padding: 5px 5px;
}
#rd_header #rd_close a {
	margin: 0 0 0 5px;
	padding: 0 0 0 17px;
	text-decoration: none;
	font-weight: normal;
	font-size: 70%;
	color: #fff;
	background: url(components/images/tv/rd/header_close.png?cda0bca8) left no-repeat 50%;
}
#rd_infobar {
	background: #e2e2e2;
	color: #16265a;
	font-size: 90%;
	padding: 5px 5px;
}
/* main area */
#rd_mainarea {
	background: #fff;
	height: 315px;
	font-size: 95%;
}
/** Info Section **/
#rd_mainarea #rd_info {
	padding: 90px 30px 30px 30px;
	text-align: center;
	font-size: 80%;
	color: #333;
}
#rd_mainarea #rd_info ul {
	float: left;
	margin: 0;
	padding: 40px 0 0 15px;
	list-style: none;
}
#rd_mainarea #rd_info ul a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 120px;
	background: url(components/images/tv/rd/nav_00.png?cda0bca8) center no-repeat;
	padding: 4px 4px;
	margin: 0 0 0 18px;
}
#rd_mainarea #rd_info ul a:hover {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 120px;
	background: url(components/images/tv/rd/nav_01.png?cda0bca8) center no-repeat;
	padding: 4px 4px;
	margin: 0 0 0 18px;
}
#rd_mainarea #rd_info ul li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
/** Alert Section **/
/* main area alert */
#rd_mainarea_alert {
	background: #fff;
	height: 315px;
	font-size: 95%;
}
#rd_mainarea_alert #rd_alert {
	padding: 90px 30px 30px 30px;
	text-align: center;
	font-size: 12px;
	color: #333;
}
#rd_mainarea_alert #rd_alert ul {
	float: left;
	margin: 0;
	padding: 40px 0 0 15px;
	list-style: none;
}
#rd_mainarea_alert #rd_alert ul a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 285px;
	background: url(components/images/tv/rd/nav_00.png?cda0bca8) center no-repeat;
	padding: 4px 4px;
}
#rd_mainarea_alert #rd_alert ul a:hover {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 285px;
	background: url(components/images/tv/rd/nav_01.png?cda0bca8) center no-repeat;
	padding: 4px 4px;
}
#rd_mainarea_alert #rd_alert ul li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
/** Waiting Section **/
/* main area waiting */
#rd_mainarea_waiting {
	background: #fff;
	height: 315px;
	font-size: 95%;
}
#rd_mainarea_waiting #rd_info_waiting {
	padding: 50px 20px 20px 20px;
	text-align: center;
	font-size: 80%;
	color: #333;
}
#rd_mainarea_waiting #rd_waiting {
	color: #fff;
	background: url(components/images/tv/rd/please-wait.gif?cda0bca8) center no-repeat;
	height: 60px;
	padding: 40px 30px 30px 30px;
	margin: 40px 0 0 0;
}
.dvr_rec_button {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.dvr_rec_button button {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: -3;
	width: 300px;
	text-align: left;
}
.dvr_sched_text {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C00500;
	text-align: left;
}
.dvr_sched_text2 {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C00500;
	text-align: right;
}
.dvr_rec_text {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #314061;
}
.dvr_sched_button       {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.dvr_sched_button a {
	color: #0033FF;
}
.dvr_rec_text_sched {
	list-style: none;
	float: right;
	padding: 1px;
	margin: 1px;
	color: #C00500;
}
.dvr_rec_text_sched li a {
	color: #333;
}
.rd_rec_ricon {
	padding: 2px 0px;
}
.rd_rec_ricon a img {
	margin: -4 0 -4 -2;
	padding: 0;
}
.rd_sched_ricon a img {
	margin: -4 0 -4 -2;
	padding: 0;
}
.dvr_rec_text_sched_expired {
	list-style: none;
	float: right;
	padding: 1px;
	margin: 1px;
	color: #333;
}
.dvr_rec_text_sched_expired li a {
	color: #333;
}
.dvr_rec_text_expired {
	list-style: none;
	float: right;
	padding: 1px;
	margin: 1px;
	color: #990000;
}
.rd_preferred_dvr_edit_class a {
	color: #0033FF;
}
.rd_show_info_record_button {
	margin: 0;
}
.rd_show_info_record_button button {
	color: #b20808;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: .2em .5em;
	width: auto;
	overflow: visible;
}
.show_info_record {
	background: #e2e2e2;
}
.record_dvr_title {
	color: #EEFCFF;
	background-color: #4B6CCB;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	margin: 3px 0 5px 0;
}
.record_dvr_title td {
	padding: 2px!important;
	text-align: left!important;
}
.rd_list {
	margin: 0;
}
.dvr_menu {
	text-align: center;
	padding-top: 6px;
	background: failed-path-lookup;
}
.dvr_menu a {
	color: #44FFFF;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin: 0 3px 0 4px;
}
.dvr_menu2 {
	text-align: center;
	background: failed-path-lookup;
}
.dvr_menu2 a {
	color: #44ffff;
	font-weight: bold;
	font-size: 12px;
}
#dvr_menu_waiting td {
	padding: 0 15 8 0;
}
#dvr_menu_title td {
	padding: 6 0 6 5;
}
#dvr_menu_title_err td {
	padding: 10 0 10 5!important;
}
#dvr_menu_title_err td b {
	font-size: 11px!important;
}
#rd_dev_lst_err {
	padding: 5 0 5 12;
	margin: 5 0 5 12;
}
.dvr_menu_item a {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #314061;
	float: left;
}
.dvr_menu_item a:hover {
	color: #FF9900;
}
.rd_legend_but {
	margin: 7px 0px 7px 2px;
}
#rd_leg_recbut {
	border: 1px solid #000;
	float: left;
	height: 17px;
	width: 56px;
	background: url(components/images/tv/rd/RecordButtonOff.gif?cda0bca8) no-repeat top;
}
#rd_leg_canbut {
	border: 1px solid #000;
	float: left;
	height: 17px;
	width: 56px;
	background: url(components/images/tv/rd/CancelButtonOff.gif?cda0bca8) no-repeat top;
}
#rd_leg_delbut {
	border: 1px solid #000;
	float: left;
	height: 17px;
	width: 56px;
	background: url(components/images/tv/rd/DeleteButtonOff.gif?cda0bca8) no-repeat top;
}
#rd_leg_airbut {
	border: 1px solid #000;
	float: left;
	height: 17px;
	width: 56px;
	background: url(components/images/tv/rd/AiredButton.gif?cda0bca8) no-repeat top;
}
#rd_leg_bugttl {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	height: 23px;
	margin-left: 26px;
	margin-top: 2px;
	width: 176;
}
.rd_legend_tbl {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	margin-bottom: 2px;
}
.rd_legend_tbl td{
	border: 1px solid #bbb;
	border-style: inset;
}
.rd_legend_xy {
	text-align: center;
	background-color: #ccc;
	font-size: 10.5px;
}
.rd_legend_c{
	background-color: #b4cacA;
	border: none;
	border-color: #6f6f6f!important;
}
.rd_legend_sm {
	text-align: center;
	padding-top: 2px;
}
.rd_legend_buttons {
	border: 1px solid #000;
}
.rd_leg a {
	font: lighter 12px/1.2 Arial,sans-serif;
	color: #b20808;
	font-weight: bold;
	outline: none;
}
.rd_leg a:hover {
	color: #ff1f08;
}
.rd_leg_comp a {
	color: #b20808;
	font-weight: bold;
	font-size: 11px;
	outline: none;
}
.rd_leg_comp a:hover {
	color: #ff1f08;
}
#rd_dig_container {
	width: 390px;
	background: #fff;
	border: 0;
	padding: 0;
	margin: 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 16px; /* for compliant browsers */
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
#rd_dragArea {
	height: 28px;
}
#rd_dig_header {
	background: #4367CF url(components/images/tv/rd_dig/header_bg.png?cda0bca8) top repeat-x;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#rd_dig_header #rd_dig_title {
	float: left;
	margin: 0;
	padding: 5px 5px;
}
#rd_dig_header #rd_dig_close {
	float: right;
	margin: 0;
	padding: 5px 5px;
}
#rd_dig_header #rd_dig_close a {
	margin: 0 0 0 5px;
	padding: 0 0 0 17px;
	text-decoration: none;
	font-weight: normal;
	font-size: 85%;
	color: #fff;
	background: url(components/images/tv/rd_dig/header_close.png?cda0bca8) left no-repeat 50%;
}
* html #rd_dig_header #rd_dig_close a {
        display: block;
        height: 15px;
        width: 30px;
}
/* main area */
#rd_dig_mainarea {
	background: #4c67a1 url(components/images/tv/rd_dig/main_bg.png?cda0bca8) top repeat-x;
	height: 308px;
}
* html #rd_dig_mainarea {
	height: 310px;
}
#rd_dig_mainarea #rd_dig_left {
	margin: 0;
	padding: 0;
	float: left;
}
#rd_dig_mainarea #rd_dig_right {
	margin: 0;
	padding: 0;
	float: left;
}
#rd_dig_main_01 {
	width: 211px;
	height: 45px;
	margin: 10px 0 0 15px;
	background: url(components/images/tv/rd_dig/main_01.png?cda0bca8) top left;
	text-align: center;
	line-height: 1em;
}
#rd_dig_main_01 #rd_dig_m01 {
	padding: 12px;
	text-align: center;
	font-size: 14px;
}
#rd_dig_main_01_sel {
	width: 211px;
	height: 21px;
	margin: 10px 0 0 15px;
	background: url(components/images/tv/rd_dig/main_01a.png?cda0bca8) top left;
	text-align: center;
	line-height: 1em;
}
#rd_dig_main_01_waiting {
	width: 211px;
	height: 45px;
	margin: 10px 0 0 15px;
	background: url(components/images/tv/rd_dig/main_01.png?cda0bca8) top left;
	text-align: center;
	line-height: 1em;
}
#rd_dig_main_01_waiting #rd_dig_m01_waiting {
	padding: 12px;
	text-align: center;
	font-size: 12px;
}
#rd_dig_main_01_tun_cnflct {
	width: 211px;
	height: 45px;
	margin: 10px 0 0 15px;
	background: url(components/images/tv/rd_dig/main_01.png?cda0bca8) top left;
	text-align: center;
	line-height: 1em;
}
#rd_dig_main_01_tun_cnflct #rd_dig_m01_tun_cnflct {
	padding: 5px;
	text-align: center;
	font-size: 12px;
}
#rd_dig_main_01_sp_cnflct {
	width: 211px;
	height: 45px;
	margin: 10px 0 0 15px;
	background: url(components/images/tv/rd_dig/main_01.png?cda0bca8) top left;
	text-align: center;
	line-height: 1em;
}
#rd_dig_main_01_sp_cnflct #rd_dig_m01_sp_cnflct {
	padding: 5px;
	text-align: center;
	font-size: 12px;
}
#rd_dig_main_02_sel_a {
	width: 211px;
	height: 43px;
	font-size: 12px;
	margin: 0 0 0 15px;
	background: url(components/images/tv/rd_dig/main_02a.png?cda0bca8) repeat-y top left;
	line-height: 1em;
	padding: 0 0 0 0;
}
#rd_dig_main_02_sel_a #rd_dig_schedrec {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
}
#rd_dig_main_02_sel_a #rd_dig_schedrec_logo {
	float: left;
	text-align: center;
	margin: -2 0 0 0;
	padding: 0 0 0 3;
	width: 26%;
}
#rd_dig_main_02_sel_a #rd_dig_schedrec_logoa {
	float: left;
	text-align: center;
	margin: 0;
	padding: 10 0 0 3;
	width: 26%;
	font-size: 11px;
}
#rd_dig_main_02_sel_a #rd_dig_schedrec_logoas {
	float: left;
	text-align: center;
	margin: 0;
	padding: 10 0 0 3;
	width: 26%;
	font-size: 9px;
}
#rd_dig_main_02_sel_a #rd_dig_schedrec_title {
	float: left;
	text-align: left;
	margin: 0 0 0 0;
	padding: 1 0 0 6;
	width: 65%;
}
#rd_dig_main_02_sel_b {
	width: 211px;
	height: 18px;
	font-size: 12px;
	margin: 0 0 0 15px;
	background: url(components/images/tv/rd_dig/main_02b.png?cda0bca8) repeat-y top left;
	line-height: 1em;
	padding: 3px 0 0 0;
}
#rd_dig_main_02_sel_b #rd_dig_schedrec {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
}
#rd_dig_main_02_sel_b #rd_dig_schedrec_chan {
	float: left;
	text-align: center;
	margin: 0;
	padding: 1 0 0 0;
	width: 26%;
}
#rd_dig_main_02_sel_b #rd_dig_schedrec_air {
	float: left;
	text-align: right;
	margin: 0 0 0 0;
	padding: 1 0 0 0;
	width: 67%;
}
#rd_dig_main_02_sel_c {
	width: 211px;
	height: 170px;
	margin: 0 0 0 15px;
	background: url(components/images/tv/rd_dig/main_02.png?cda0bca8) repeat-y top left;
	line-height: 1em;
}
#rd_dig_main_02_sel_c #rd_dig_m02 {
	padding: 7px 5px 0 13px;
	text-align: left;
	font-size: 12px;
}
#rd_dig_main_02 {
	width: 211px;
	height: 210px;
	margin: 0 0 0 15px;
	background: url(components/images/tv/rd_dig/main_02.png?cda0bca8) repeat-y top left;
	line-height: 1em;
}
#rd_dig_main_02 #rd_dig_m02 {
	padding: 2px 3px 0 13px;
	text-align: left;
	font-size: 12px;
}
#rd_dig_main_02 #rd_dig_m02_w {
	padding: 11px 9px 0 13px;
	text-align: left;
	font-size: 12px;
}
#rd_dig_main_02 #rd_dig_m02_cnfrm {
	padding: 2px 5px 0 11px;
	text-align: left;
	font-size: 12px;
}
#rd_dig_main_02 #rd_dig_m02_waiting_0 {
	list-style: none;
	color: #fff;
	background: url(components/images/tv/rd_dig/Scheduling-anim_blue.gif?cda0bca8) center no-repeat;
	height: 60px;
	padding: 0;
	margin: 13px 0 0 0;
}
#rd_dig_main_02 #rd_dig_m02_waiting_1 {
	list-style: none;
	color: #fff;
	background: url(components/images/tv/rd_dig/please-wait-anim_white.gif?cda0bca8) center no-repeat;
	height: 60px;
	padding: 0;
	margin: 13px 0 0 0;
}
#rd_dig_main_02 #rd_dig_m02_waiting_2 {
	list-style: none;
	color: #fff;
	background: url(components/images/tv/rd_dig/Deleting-anim_blue.gif?cda0bca8) center no-repeat;
	height: 60px;
	padding: 0;
	margin: 13px 0 0 0;
}
#rd_dig_main_02_without_prog_info {
	width: 211px;
	height: 210px;
	margin: 0 0 0 15px;
	background: url(components/images/tv/rd_dig/main_02.png?cda0bca8) repeat-y top left;
	line-height: 1em;
}
#rd_dig_main_02_without_prog_info #rd_dig_m02_without_prog_info {
	padding: 0 12px 0 20px;
	text-align: left;
	font-size: 13px;
}
#rd_dig_main_03 {
	width: 211px;
	height: 35px;
	margin: 0 0 0 15px;
	background: url(components/images/tv/rd_dig/main_03.png?cda0bca8) top left;
	color: #16265a;
	font-size: 12px;
}
#rd_dig_main_03 #rd_dig_footer {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
	font-weight: bold;
}
#rd_dig_main_03 #rd_dig_nav {
	float: left;
	margin: 0;
	padding: 12px 0 0 0;
	width: 32%;
}
#rd_dig_main_03 #rd_dig_nav a {
	color: #fff;
	text-decoration: none;
}
#rd_dig_main_03 #rd_dig_nav_back_next {
	float: left;
	margin: 0;
	padding: 12px 0 0 0;
	width: 32%;
}
#rd_dig_main_03 #rd_dig_nav_back_next a {
	color: #fff;
	text-decoration: none;
}
#rd_dig_main_03 #rd_dig_nav_back {
	float: left;
	margin: 0;
	padding: 12px 0 0 0;
	width: 32%;
}
#rd_dig_main_03 #rd_dig_nav_back a {
	color: #fff;
	text-decoration: none;
}
#rd_dig_main_03 #rd_dig_nav_next {
	float: left;
	margin: 0 0 0 0px;
	padding: 12px 0 0 0;
	width: 32%;
}
#rd_dig_main_03 #rd_dig_nav_next a {
	color: #fff;
	text-decoration: none;
}
/* right */
#rd_dig_right {
	width: 150px;
	height: 300px;
	background: url(components/images/tv/rd_dig/right_bg.png?cda0bca8) left bottom no-repeat;
}
#rd_dig_r_01 {
	height: 35px;
	margin-top: 35px;
	padding: 45px 5px 37px 9px;
	font-size: 85%;
	text-align: center;
	background: url(components/images/tv/rd_dig/dvr.png?cda0bca8) no-repeat top center;
}
#rd_dig_r_02 {
	float: left;
	position: relative;
	bottom: 0px;
	overflow: hidden;
	width: 100%;
	margin-top: -2px;
	margin-left: 7px!important;
	padding: 0;
}
#dragArea {
	height: 25px;
}
table tr td .tvlist_grid_ondk {
	color: #fff;
	text-align: center;
}
* html table tr td .tvlist_grid_ondk {
	width: 1%;
}
*:first-child+html table tr td .tvlist_grid_ondk {
	width: 1%;
}
.tvlist_grid_ondk a {
	color: #fff;
	text-align: center;
}
.tvlist_grid_ondk a:hover {
	color: #f90;
	text-align: center;
}
.grid_cust_pg {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}
.grid_cust_pg table tr td {
	padding-top: 20px;
}
.grid_cust_pg input {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}
#customize_submit {
	border: 0px;
}
.grid_cust_pg hr {
	color: #000000;
	border-top: #000;
	height: 1px;
	width: 100%;
}
.search_criteria {
	padding: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.search_results_nav {
	padding: 2px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.search_results_nav a {
	padding: 2px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.search_results_nav a:hover {
	padding: 2px;
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}


.search_results_header {
	border: 1px solid #BABABA;
	padding: 2px;
	color: #000000;
	background-color: #6699CC;
	background-image: failed-path-lookup;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.search_results_header a {
	padding: 2px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.search_results_header a:hover {
	padding: 2px;
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.search_results a {
	padding: 2px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	outline: none;
	display: block;
	height: 100%;
}
.search_results a:hover {
	padding: 2px;
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	outline: none;
}
.search_results_dvr {
	border: 1px solid #bababa;
	padding: 2px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	outline: none;
}
.search_results_dvr a {
	padding: 2px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	outline: none;
	display: block;
	height: 100%;
	width: 100%;
}
.search_results_dvr a:hover {
	padding: 2px;
	color: #F80601;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	outline: none;
}
.search_popup_cat {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.tv_ratings {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.tvm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.tvm a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2E5cbc;
	text-decoration: none;
}
.tvm a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff9900;
}
.tvm_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #7d9940;
}
a {
	text-decoration: none;
}
.search_results { /* checked - used - see above */
	border: 1px solid #bababa;
	padding-left: 2px!important;
	color: #333333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	outline: none;
}
#rd_tip_top {
	width: 200px;
	padding-top: 15px;
	background: url(components/images/tv/rd/btTop1.gif?cda0bca8) no-repeat top;
}
#rd_tip_top {
	width: 200px;
	padding-top: 15px;
	background: url(components/images/tv/rd/btTop1.gif?cda0bca8) no-repeat top;
}
#rd_tip_middle {
	width: 200px;
	padding: 0px 10px 0 10px!important;
	background: url(components/images/tv/rd/btMiddle1.gif?cda0bca8) repeat-y;
}
* html #rd_tip_middle {
	padding: 0 10px 0!important;
}
*:first-child+html #rd_tip_middle {
	padding: 0px;
}
#rd_tip_middle_txt {
	text-align: left;
	width: 180px;
	background: url(components/images/tv/rd/btMiddle1a.gif?cda0bca8) repeat-y;
}
#rd_tip_bottom {
	width: 200px;
	padding-top: 12px;
	background: url(components/images/tv/rd/btBottom1.gif?cda0bca8) no-repeat top;
}
.dvr_rec_text {
	text-align: left;
}
.rd_dvr_list {
	height: 19px;
	vertical-align: middle;
}
.rd_dvr_list .preferred_dvr_radio, .primary_radio {
	border: none;
}
.rd_legend_tbl {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	margin-bottom: 2px;
}
.rd_legend_tbl td {
	border: 1px solid #bbb;
	border-style: inset;
}
* html #rd_dig_r_02 {
	margin-left: 0px;
}
#rd_dig_l_nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
#rd_dig_l_nav a {
	width: 125px;
	height: 17px;
	display: block;
	color: #fff;
	text-decoration: none;
	background: url(components/images/tv/rd_dig/nav_00.png?cda0bca8) center no-repeat;
	font-size: 85%;
}
#rd_dig_l_nav a:hover {
	background: url(components/images/tv/rd_dig/nav_01.png?cda0bca8) center no-repeat;
}
#rd_dig_l_nav ul {
	margin: 0;
	padding: 0;
}
#rd_dig_l_nav li {
	margin: 0;
	padding: 0;
}
#rd_dig_l_nav_waiting {
	list-style: none;
	margin: 0px 15px 0 17px!important;
	padding: 0;
	text-align: center;
	font-size: 13px;
	width: 105px;
}
#rd_dig_lst_nav_waiting {
	list-style: none;
	margin: 15px 13px 0 4px;
	padding: 0;
	text-align: center;
	font-size: 13px;
	width: 105px;
}
* html #rd_dig_l_nav_waiting {
	margin: 0px 15px 0 11px;
}
#rd_dig_nav_1_btn {
	list-style: none;
	margin: 28px 0 0 10px;
	padding: 0;
}
*:first-child+html #rd_dig_nav_1_btn {
	margin: 28px 0 0 0;
}
* html #rd_dig_nav_1_btn {
        margin: 28px 0 0 0;
}
#rd_dig_nav_1_btn a {
	width: 125px;
	height: 17px;
	display: block;
	color: #fff;
	text-decoration: none;
	background: url(components/images/tv/rd_dig/nav_00.png?cda0bca8) center no-repeat;
	font-size: 12px;
}
#rd_dig_nav_1_btn a:hover {
	color: #fff;
	background: url(components/images/tv/rd_dig/nav_01.png?cda0bca8) center no-repeat;
}
#rd_dig_nav_1_btn li {
	margin: 1px;
	padding: 0;
	text-align: center;
	width: 100%;
}
#rd_dig_nav_2_btn {
	list-style: none;
	margin: 20px 0 0 10px;
	padding: 0;
}
*:first-child+html #rd_dig_nav_2_btn{
	margin-left: 0px;
	margin-top: 21px;
}
* html #rd_dig_nav_2_btn {
	margin-left: 0px;
	margin-top: 21px;
}
#rd_dig_nav_2_btn a {
	width: 125px;
	height: 17px;
	display: block;
	color: #fff;
	text-decoration: none;
	background: url(components/images/tv/rd_dig/nav_00.png?cda0bca8) center no-repeat;
	font-size: 12px;
}
#rd_dig_nav_2_btn a:hover {
	color: #fff;
	background: url(components/images/tv/rd_dig/nav_01.png?cda0bca8) center no-repeat;
}
#rd_dig_nav_2_btn li {
	margin: 1px;
	padding: 0;
	text-align: center;
	width: 100%;
}
#rd_dig_nav_3_btn {
	list-style: none;
	margin: 10px 0 0 0;
	float: left;
	padding: 0;
	width: 140px;
}
* html #rd_dig_nav_3_btn {
	width: 130px;
	margin-top: 10px;
	margin-left: -10px;
}
#rd_dig_nav_3_btn li {
	display: block;
	margin: 1px 0 0 11px;
	padding: 0;
	text-align: center;
	width: 100%;
	overflow: hidden;
	float: left;
}
#rd_dig_nav_3_btn li a {
	background: url(components/images/tv/rd_dig/nav_00.png?cda0bca8) top left no-repeat;
	height: 17px;
	display: block;
	font-size: 12px;
	color: #fff!important;
	margin: 0!important;
	padding: 1px 0 0 0;
	text-align: center;
	width: 125px;
	float: left;
}
#rd_dig_nav_3_btn li a:hover {
	background: url(components/images/tv/rd_dig/nav_01.png?cda0bca8) top left no-repeat;
}
#rd_dig_nav_4_btn, #rd_dig_nav_4_btn_w {
	list-style: none;
	margin: 4px 0 0 5px;
	padding: 0;
}
#rd_dig_nav_4_btn a, #rd_dig_nav_4_btn_w a {
	width: 125px;
	height: 17px;
	display: block;
	color: #fff;
	text-decoration: none;
	background: url(components/images/tv/rd_dig/nav_00.png?cda0bca8) center no-repeat;
	font-size: 12px;
}
#rd_dig_nav_4_btn li, #rd_dig_nav_4_btn_w li {
	margin: 1px;
	padding: 0;
	text-align: center;
	width: 100%;
}
#rd_dig_nav_5_btn {
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
}
#rd_dig_nav_5_btn a {
	width: 125px;
	height: 17px;
	display: block;
	color: #fff;
	text-decoration: none;
	background: url(components/images/tv/rd_dig/nav_00.png?cda0bca8) center no-repeat;
	font-size: 12px;
}
#rd_dig_nav_5_btn a:hover {
	color: #fff;
	background: url(components/images/tv/rd_dig/nav_01.png?cda0bca8) center no-repeat;
}
#rd_dig_nav_5_btn li {
	margin: 1px;
	padding: 0;
	text-align: center;
	width: 100%;
}
#rd_two {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
#rd_two #rd_two_lt {
	float: left;
	width: 140px;
	color: #86ADD6;
	font-weight: bold;
}
#rd_two #rd_two_rt {
	float: left;
	width: 40px;
}
#rd_one {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
#rd_one #rd_one_txt {
	float: left;
	width: 180px;
	color: #86ADD6;
}
#rd_thr {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
#rd_thr #rd_thr_lt {
	float: left;
	font-size: 11px;
	width: 85px;
	font-weight: bold;
}
#rd_thr #rd_thr_mid {
	float: left;
	font-size: 11px;
	width: 58px;
}
#rd_thr #rd_thr_rt {
	float: left;
	font-size: 11px;
	width: 50px;
}
/** LIST PARAMETERS **/
#rd_dig_container_list {
	width: 425px;
	background: #fff;
	border: 0;
	padding: 0;
	margin: 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 16px; /* for compliant browsers */
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
#rd_dig_mainarea_list {
	background: #4c67a1 url(components/images/tv/rd_dig/main_bg_list.png?cda0bca8) top repeat-x;
	height: 382px;
	text-align: left;
}
#rd_dig_mainarea_list #rd_dig_left_list {
	margin: 0;
	padding: 0;
	float: left;
}
#rd_dig_mainarea_list #rd_dig_left_list a {
	color: #fff;
}
#rd_dig_mainarea_list #rd_dig_right_list {
	margin: 0;
	padding: 0;
	float: left;
}
/* left */
#rd_dig_left_list {
	width: 255px;
	height: 374px;
	position: relative;
}
#rd_dig_rec_list_up {
	width: 100px!important;
	height: 14px!important;
	font-size: 0px!important;
	margin-top: 130px!important;
	margin-left: 90px!important;
	background: url(components/images/tv/rd_dig/rec_list_up.gif?cda0bca8) no-repeat top left;
	position: absolute!important;
	outline: none!important;
}
#rd_dig_rec_list_up:hover {
	margin-top: 130px;
	background: url(components/images/tv/rd_dig/rec_list_up_on.gif?cda0bca8) no-repeat top left;
}
#rd_dig_rec_list_down {
	width: 100px;
	height: 14px;
	font-size: 0px;
	margin-top: 251px;
	margin-left: 90px;
	background: url(components/images/tv/rd_dig/rec_list_down.gif?cda0bca8) no-repeat top left;
	position: absolute;
	outline: none;
}
#rd_dig_rec_list_down:hover {
	background: url(components/images/tv/rd_dig/rec_list_down_on.gif?cda0bca8) no-repeat top left;
}
#rd_dig_rec_list_retry {
	color: #fff;
	cursor: default;
}
#rd_dig_main_01_list {
	width: 255px;
	height: 45px;
	margin-top: 10px;
	margin-left: 15px;
	background: url(components/images/tv/rd_dig/list_main_01.png?cda0bca8) no-repeat top left;
	text-align: center;
	line-height: 1em;
	position: absolute;
}
#rd_dig_main_01_list #rd_dig_m01_list {
	float: left;
	padding: 12px 0px 12px 10px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
#rd_dig_main_01_list #rd_dig_m01_list_s {
	padding: 12px;
	text-align: center;
	font-size: 14px;
}
#rd_dig_main_01_list #rd_dig_m01_r_list {
	padding: 14px 9px 12px 0px;
	text-align: right;
	font-size: 12px;
	font-style: italic;
	color: #ffffff;
}
#rd_dig_main_02_list {
	width: 255px;
	height: 284px;
	margin-top: 55px;
	margin-left: 15px;
	background: url(components/images/tv/rd_dig/list_main_02.png?cda0bca8) repeat-y top left;
	line-height: 1em;
	position: absolute;
}
#rd_dig_main_02_list #rd_dig_m02_list {
	padding: 2px 0px 0 14px;
	text-align: left;
	font-size: 12px;
}
#rd_dig_main_02_list #rd_dig_m02a_list {
	padding-top: 4px;
	padding-left: 24px;
	text-align: left;
	font-size: 13px;
}
#rd_dig_main_02_list #rd_dig_m02b_list {
	padding-top: 4px;
	padding-left: 24px;
	text-align: left;
	font-size: 15px;
}
#rd_dig_m02a_list #rd_dig_m02_waiting_1 {
	list-style: none;
	color: #fff;
	background: url(components/images/tv/rd_dig/please-wait-anim_white.gif?cda0bca8) left no-repeat;
	height: 60px;
	margin: 43px 0 0 34px;
}
#rd_dig_main_03_list {
	width: 255px;
	height: 35px;
	margin-top: 339px;
	margin-left: 15px;
	background: url(components/images/tv/rd_dig/list_main_03.png?cda0bca8) no-repeat top left;
	color: #16265a;
	font-size: 12px;
	position: absolute;
}
/* List Button */
#rd_dig_list_min_blk_01 {
	margin-top: 261px;
	margin-left: 37px;
	width: 218px;
	height: 38px;
	position: absolute;
	color: #fff;
	cursor: pointer;
}
#rd_dig_list_min_blk_02 {
	margin-top: 304px;
	margin-left: 37px;
	width: 218px;
	height: 38px;
	position: absolute;
	color: #fff;
	cursor: pointer;
}
#rd_dig_list_min_blk_03 {
	margin-top: 97px;
	margin-left: 37px;
	width: 218px;
	height: 38px;
	position: absolute;
	color: #fff;
	cursor: pointer;
}
#rd_dig_list_min_blk_04 {
	margin-top: 54px;
	margin-left: 37px;
	width: 218px;
	height: 38px;
	position: absolute;
	color: #fff;
	cursor: pointer;
}
#rd_dig_list_min_blk_split_01 {
	margin-top: 294px;
	margin-left: 34px;
	width: 224px;
	height: 9px;
	position: absolute;
	color: #fff;
	background: url(components/images/tv/rd_dig/divider_n.gif?cda0bca8) no-repeat top left;
	cursor: pointer;
}
#rd_dig_list_min_blk_split_02 {
	margin-top: 337px;
	margin-left: 34px;
	width: 224px;
	height: 9px;
	position: absolute;
	color: #fff;
	background: url(components/images/tv/rd_dig/divider_n.gif?cda0bca8) no-repeat top left;
	cursor: pointer;
}
#rd_dig_list_min_blk_split_03 {
	margin-top: 130px;
	margin-left: 34px;
	width: 224px;
	height: 9px;
	position: absolute;
	color: #fff;
	background: url(components/images/tv/rd_dig/divider_n.gif?cda0bca8) no-repeat top left;
	cursor: pointer;
}
#rd_dig_list_min_blk_split_04 {
	margin-top: 87px;
	margin-left: 34px;
	width: 224px;
	height: 9px;
	position: absolute;
	color: #fff;
	background: url(components/images/tv/rd_dig/divider_n.gif?cda0bca8) no-repeat top left;
	cursor: pointer;
}
#rd_dig_rec_list_min_01 {
	background: url(components/images/tv/rd_dig/list_gld_s_top.gif?cda0bca8) no-repeat top left;
	width: 218px;
	height: 5px;
	font-size: 0px;
}
#rd_dig_sched_list_min_01 {
	background: url(components/images/tv/rd_dig/list_gry_s_top.gif?cda0bca8) no-repeat top left;
	width: 218px;
	height: 5px;
	font-size: 0px;
}
#rd_dig_rec_list_min_02 {
	width: 218px;
	height: 28px;
	background: url(components/images/tv/rd_dig/list_gld_s_mid.gif?cda0bca8) repeat-y top left;
	font-size: 0px;
}
#rd_dig_sched_list_min_02 {
	width: 218px;
	height: 28px;
	background: url(components/images/tv/rd_dig/list_gry_s_mid.gif?cda0bca8) repeat-y top left;
	font-size: 0px;
}
#rd_dig_list_min_02_logoas {
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	padding-top: 0px;
	padding-left: 4px;
	width: 38px;
	position: absolute;
	color: #fff;
}
#rd_dig_list_min_02_logoa {
	color: #000;
	float: left;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 4px;
	width: 38px;
	position: absolute;
}
#rd_dig_list_min_02_logo {
	float: left;
	text-align: center;
	margin-top: -1px;
	padding-left: 7px;
	width: 35px;
	position: absolute;
}
#rd_dig_list_min_02_info {
	float: left;
	width: 170px;
	position: absolute;
	margin-left: 43px;
}
#rd_dig_list_min_02_title {
	float: left;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	margin-top: -1px;
	padding-left: 9px;
	position: absolute;
	z-index: 2;
}
#rd_dig_list_min_02_icon {
	text-align: right;
	margin: 0px;
	padding: 0px;
	width: 11px;
	position: absolute;
	margin-left: 159px;
	z-index: 3;
}
#rd_dig_list_min_02_chan {
	text-align: left;
	font-size: 11px;
	padding-left: 9px;
	padding-top: 2px;
	position: absolute;
	margin-top: 13px;
}
#rd_dig_list_min_02_sdate {
	text-align: right;
	font-size: 11px;
	padding-top: 2px;
	font-style: italic;
	margin-top: 13px;
	width: 60px;
	margin-left: 111px;
	position: absolute;
}
#rd_dig_rec_list_min_03 {
	width: 218px;
	height: 5px;
	background: url(components/images/tv/rd_dig/list_gld_s_bot.gif?cda0bca8) no-repeat top left;
	font-size: 0px;
}
#rd_dig_sched_list_min_03 {
	width: 218px;
	height: 5px;
	background: url(components/images/tv/rd_dig/list_gry_s_bot.gif?cda0bca8) no-repeat top left;
	font-size: 0px;
}
#rd_dig_list_max_blk {
	margin-top: 140px;
	margin-left: 27px;
	width: 228px;
	height: 75px;
	position: absolute;
	color: #fff;
}
#rd_dig_list_max_blk_split {
	margin-top: 251px;
	margin-left: 24px;
	width: 234px;
	height: 9px;
	position: absolute;
	background: url(components/images/tv/rd_dig/divider_w.gif?cda0bca8) no-repeat top left;
	color: #fff;
}
#rd_dig_list_max_blk2 {
	margin-top: 190px;
	margin-left: 23px!important;
	width: 228px;
	height: 75px;
	position: absolute;
	color: #fff;
	text-align: center;
}
#rd_dig_rec_list_max_01 {
	background: url(components/images/tv/rd_dig/list_gld_l_top.gif?cda0bca8) no-repeat top left;
	width: 228px;
	height: 25px;
}
#rd_dig_sched_list_max_01 {
	background: url(components/images/tv/rd_dig/list_gry_l_top.gif?cda0bca8) no-repeat top left;
	width: 228px;
	height: 25px;
}
#rd_dig_list_max_01_txt {
	padding: 2px 0px 0 28px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
}
#rd_dig_list_max_01_title {
	float: left;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 5px;
	position: absolute;
}
#rd_dig_list_max_01_date {
	text-align: right;
	font-style: italic;
	font-size: 11px;
	padding-top: 4px;
	position: absolute;
	margin-left: 163px;
	width: 60px;
}
#rd_dig_rec_list_max_02 {
	width: 228px;
	height: 71px;
	background: url(components/images/tv/rd_dig/list_gld_l_mid.gif?cda0bca8) repeat-y top left;
}
#rd_dig_sched_list_max_02 {
	width: 228px;
	height: 71px;
	background: url(components/images/tv/rd_dig/list_gry_l_mid.gif?cda0bca8) repeat-y top left;
}
#rd_dig_list_max_02_logoas {
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	padding-top: 16px;
	padding-left: 5px;
	margin-left: 2px;
	width: 46px;
	position: absolute;
}
#rd_dig_list_max_02_logoa {
	float: left;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding-top: 25px;
	padding-left: 4px;
	margin-left: 1px;
	width: 47px;
	position: absolute;
}
#rd_dig_list_max_02_logo {
	float: left;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	padding-top: 7px;
	padding-left: 0px;
	margin-left: 4px;
	width: 52px;
	height: 60px;
	position: absolute;
}
#rd_dig_list_max_02_desc {
	float: left;
	font-size: 11px;
	margin-top: 0px;
	margin-left: 63px;
	width: 165px;
	height: 68px;
	position: absolute;
}
#rd_dig_rec_list_max_03 {
	width: 228px;
	height: 20px;
	background: url(components/images/tv/rd_dig/list_gld_l_bot.gif?cda0bca8) no-repeat top left;
}
#rd_dig_sched_list_max_03 {
	width: 228px;
	height: 20px;
	background: url(components/images/tv/rd_dig/list_gry_l_bot.gif?cda0bca8) no-repeat top left;
}
#rd_dig_list_max_03_ch {
	float: left;
	font-size: 13px;
	font-weight: bold;
	width: 54px;
	height: 14px;
	padding-top: 1px;
	text-align: center;
}
#rd_dig_list_max_03_dur {
	float: left;
	font-size: 11px;
	padding-top: 2px;
	width: 167px;
	height: 14px;
	text-align: right;
}
/* right */
#rd_dig_right_list {
	position: relative;
	width: 150px;
	height: 374px;
}
#rd_dig_brkout_01 {
	background: url(components/images/tv/rd_dig/right_bg_top.png?cda0bca8) top left no-repeat;
	height: 7px;
	margin-left: 10px;
	width: 148px;
	position: absolute;
}
#rd_dig_brkout_02 {
	background: url(components/images/tv/rd_dig/right_bg_mid.png?cda0bca8) repeat-y left;
	height: 341px;
	margin-top: 21px;
	margin-left: 10px;
	width: 148px;
	position: absolute;
}
#rd_dig_brkout_03 {
	background: url(components/images/tv/rd_dig/right_bg_breakout.png?cda0bca8) no-repeat left;
	height: 161px;
	margin-top: 114px;
	margin-left: 10px;
	width: 148px;
	position: absolute;
}
#rd_dig_brkout_05 {
	background: url(components/images/tv/rd_dig/right_bg_bot.png?cda0bca8) top left no-repeat;
	height: 8px;
	margin-top: 362px;
	margin-left: 10px;
	width: 148px;
	position: absolute;
}
#rd_dig_r_01_list {
	width: 100%;
	position: absolute;
	margin-top: 35px;
	margin-left: 15px;
	padding-top: 45px;
	font-size: 85%;
	text-align: center;
	background: url(components/images/tv/rd_dig/dvr.png?cda0bca8) no-repeat top center;
}
#rd_dig_r_02_list {
	margin-top: 144px;
	margin-left: 20px;
	position: absolute;
	width: 133px;
}
* html #rd_dig_r_02_list {
	margin-top: 141px;
	margin-left: 17px;
}
#rd_dig_nav_1_list_btn {
	list-style: none;
	margin: 48px 0 0 5px;
	padding: 0;
}
#rd_dig_nav_1_list_btn a {
	width: 125px;
	height: 17px;
	display: block;
	color: #fff;
	text-decoration: none;
	background: url(components/images/tv/rd_dig/nav_00.png?cda0bca8) center no-repeat;
	font-size: 12px;
}
#rd_dig_nav_1_list_btn a:hover {
	color: #fff;
	background: url(components/images/tv/rd_dig/nav_01.png?cda0bca8) center no-repeat;
}
#rd_dig_nav_1_list_btn li {
	margin: 1px;
	padding: 0;
	text-align: center;
	width: 100%;
}
#rd_dig_nav_2_list_btn {
	list-style: none;
	margin: 39px 0 0 2px!important;
	padding: 0;
}
* html #rd_dig_nav_2_list_btn {
	margin-left: 0px;
}
*:first-child+html #rd_dig_nav_2_list_btn {
        margin: 36px 0 0 -3px;
}
#rd_dig_nav_2_list_btn a {
	width: 125px;
	height: 17px;
	display: block;
	color: #fff;
	text-decoration: none;
	background: url(components/images/tv/rd_dig/nav_00.png?cda0bca8) center no-repeat;
	font-size: 12px;
}
#rd_dig_nav_2_list_btn a:hover {
	color: #fff;
	background: url(components/images/tv/rd_dig/nav_01.png?cda0bca8) center no-repeat;
}
#rd_dig_nav_2_list_btn li {
	margin: 1px;
	padding: 0;
	text-align: center;
	width: 100%;
}
#rd_dig_nav_3_list_btn {
	list-style: none;
	margin: 28px 0 0 0px!important;
	padding: 0;
}
* html #rd_dig_nav_3_list_btn {
	margin-left: 0px;
}
*:first-child+html #rd_dig_nav_3_list_btn {
        margin: 28px 0 0 -3px;
}
#rd_dig_nav_3_list_btn a {
	width: 125px;
	height: 17px;
	display: block;
	color: #fff;
	text-decoration: none;
	background: url(components/images/tv/rd_dig/nav_00.png?cda0bca8) center no-repeat;
	font-size: 12px;
}
#rd_dig_nav_3_list_btn a:hover {
	color: #fff;
	background: url(components/images/tv/rd_dig/nav_01.png?cda0bca8) center no-repeat;
}
#rd_dig_nav_3_list_btn li {
	margin: 1px;
	padding: 0;
	text-align: center;
	width: 100%;
}
#rd_dig_nav_4_list_btn {
	list-style: none;
	margin: 19px 0 0 1px!important;
	padding: 0;
}
* html #rd_dig_nav_4_list_btn {
	margin-left: 0px;
}
*:first-child+html #rd_dig_nav_4_list_btn {
        margin: 17px 0 0 -3px;
}
#rd_dig_nav_4_list_btn a {
	width: 125px;
	height: 17px;
	display: block;
	color: #fff;
	text-decoration: none;
	background: url(components/images/tv/rd_dig/nav_00.png?cda0bca8) center no-repeat;
	font-size: 12px;
}
#rd_dig_nav_4_list_btn a:hover {
	color: #fff;
	background: url(components/images/tv/rd_dig/nav_01.png?cda0bca8) center no-repeat;
}
#rd_dig_nav_4_list_btn li {
	margin: 1px;
	padding: 0;
	text-align: center;
	width: 100%;
}
#rd_dig_nav_5_list_btn {
	list-style: none;
	margin: 9px 0 0 1px!important;
	padding: 0;
}
*:first-child+html #rd_dig_nav_5_list_btn {
	margin: 7px 0 0 -3px;
}
#rd_dig_nav_5_list_btn a {
	width: 125px;
	height: 17px;
	display: block;
	color: #fff;
	text-decoration: none;
	background: url(components/images/tv/rd_dig/nav_00.png?cda0bca8) center no-repeat;
	font-size: 12px;
}
#rd_dig_nav_5_list_btn a:hover {
	color: #fff;
	background: url(components/images/tv/rd_dig/nav_01.png?cda0bca8) center no-repeat;
}
#rd_dig_nav_5_list_btn li {
	margin: 1px;
	padding: 0;
	text-align: center;
	width: 100%;
}
.dvr_detail {
	width: 386px!important;
}
#tvgrid.tvlist_grid_onlt a, #tvgrid.tvlist_grid_onlt_dvr a {
	padding: 3px!important;
	display: block;
}
.tv_cust_container {
	width: 760px;
	padding: 4px;
}
.tv_zipcode {
	text-align: left;
}
.tv_zipcode a {
	font-weight: bold;
}
.tv_head_right {
	margin-right: 3px;
}
.tv_head_mid {
	margin-left: 35px;
}
.tv_zipcode_color {
	font-weight: bold!important;
}
html body .tv_head_right .tv_setup_link {
	margin-left: 5px;
	font-style: italic;
	font-weight: bold!important;
	color: #fff;
}
.tv_setup_link:hover {
	color: #FF9900!important;
}
.tv_comp_right {
	margin-right: 3px;
}
.tv_comp_link {
	margin-left: 5px;
	font-style: italic;
	font-weight: bold!important;
	color: #000;
}
.tv_comp_link:hover {
	color: #ff9900!important;
}
* html #rd_dig_nav_3_btn_w {
	width: 140px;
	margin-top: 10px;
}
*:first-child+html #rd_dig_nav_3_btn_w {
	width: 142px;
	margin-top: 10px;
}
#rd_dig_nav_3_btn_w {
	width: 140px;
	margin-top: 14px!important;
	margin-left:-6px!important;
}
#rd_dig_nav_3_btn_w li {
	float: left;
	width: 100%;
	margin: 0!important;
	text-align: center;
}
#rd_dig_nav_3_btn_w li a {
	background: url(components/images/tv/rd_dig/nav_00_w.png?cda0bca8) center no-repeat;
	float: left;
	height: 17px;
	width: 100%;
	font-size: 12px;
	color: #fff!important;
}
#rd_dig_nav_3_btn_w li a:hover {
	background: url(components/images/tv/rd_dig/nav_01_w.png?cda0bca8) center no-repeat;
	float: left;
}
.tvlist_grid_display_options input {
	border: 0px;
}
.tvlist_grid_display_options { /* used checked top header */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	float: none!important;
	margin: 0;
	position: relative;
}
.tvlist_grid_display_options_search {
	float: left!important;
}
.tvlist_grid_display_options_search img {
	background: none!important;
}
.listing_header, .listing_header_right {
	color: #fff;
	text-align: right;
	font-size: 11px;
	padding: 0;
}
.listing_header_right {
	padding-top: 3px!important;
	padding-left: 10px!important;
	padding-right: 8px!important;
}
.listing_header_search, .search_header {
	padding-top: 3px!important;
	padding-left: 10px!important;
}
.search_search_button,
.search_reset_button {
	border-style: solid;
	border-color: rgb(255, 255, 255) rgb(51, 51, 51) rgb(85, 85, 85) rgb(221, 221, 221);
	border-width: 0.1em 0.15em 0.15em;
	margin: 0pt;
	background: rgb(204, 204, 204) none repeat scroll 0%;
	width: 70px;
	height: 20px;
	cursor: pointer;
	white-space: nowrap;
	color: rgb(0, 0, 0);
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
}
* html .listing_header_search,
* html .search_header {
	padding-top: 6px!important;
}
.listing_header_search {
	font-size: 1em!important;
}
* html .listing_header_right {
	padding-right: 0px!important;
}
.listing_header a,
.listing_header_right {
	color: #fff;
}
.tv_head_left {
	margin: 2px 0 0 0!important;
	padding-top: 1px!important;
}
/* html .tv_head_left {
	padding-top: 6px!important;
}*/
.tv_display_options {
	margin-left: 10px;
}
.tv_head_go_but {
	position: static!important;
	margin: 5px 0px -1px 10px;
	float: left;
}
.tv_grid_layout {
	float: left;
}
.change_zip_code {
	float: left;
	padding: 3px 6px 0px 100px;
}
* html .change_zip_code {
	padding-top: 4px;
}
#zip_code_text {
	float: left;
	padding-top: 2px!important;
	padding-right: 10px!important;
	margin-top: 2px!important;
}
* html #zip_code_text {
	padding-top: 5px;
}
.search_criteria #tv_top_space {
	display: none;
}
#tvgrid_big table tr td a {
        cursor: pointer;
}
.input {
	border: solid 1px #000!important;
}
*#tva img {
	float: left;
	background: #fff!important;
	margin: 0;
	padding: 0;
	width: 60px;
}
.tvlist_grid_content_area {
	width: auto;
	overflow: hidden;
}
.tvlist_grid_display_options .tvlist_grid_content_area {
	color: #FFFFFF;
}
.tvlist_grid_onlt .tvlist_grid_content_area {
	padding: 3px!important;
	color: #1C4577;
	outline: none;
	display: block;
}
.tvlist_grid_onlt .tvlist_grid_content_area:hover {/* used */
	color: #ff9900;
}
.tv_rating_header {
	width: 100%;
	height: 23px;
	background: #547DD5 failed-path-lookup left no-repeat;
}
#tv_details_wait {
	text-align: center;
}

/** Login Page **/
#tv_login_cont .submit {
	background: url(components/images/tv/tvli_button_blank.png?cda0bca8) no-repeat;
	border: none;
	color: #000000;
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 21px;
	padding-bottom: 3px;
	width: 50px;
}
#tv_login_cont .tv_login_left .submit {
	clear: both;
	float: right;
	margin-top: 10px;
}
#tv_login_cont .tv_login_zip_right .submit {
	clear: both;
	float: left;
}
#tv_login_cont .tv_login_service_right .submit {
	clear: both;
	float: left;
}

