

	

html, body {
	overflow: hidden;
	height: 100%;
	width: 100%;
}
body {
	padding: 0;
	margin: 0;
}
.footdisclaimer {
	float: left;
	font-size: 11px;
	height: 18px; 
	line-height: 18px; 
}
.lineupWrapper {
	width: 99%;
	margin: 0 auto;
}
#channelLineup .dataTables_scrollBody::-webkit-scrollbar {
    /*-webkit-appearance: none;*/
    width: 12px;
    height: 14px;
    border-left: 1px #CCC solid;
    background: #EEE;
    box-shadow: 0 0 15px #999 inset;
}
#channelLineup .dataTables_scrollBody::-webkit-scrollbar-thumb {
    border-radius: 0px;
    border: 1px solid #BBB; /* should match background, can't be transparent */
    background-color: #EEE;
    min-height: 70px;
}
#channelLineup .dataTables_scrollBody {
    scrollbar-3dlight-color:#CCC;
    scrollbar-arrow-color:#FFF;
    scrollbar-base-color:#999;
    scrollbar-darkshadow-color:#999;
    scrollbar-face-color:#EEE;
    scrollbar-highlight-color:#CCC;
    scrollbar-shadow-color:#CCC;
}

.hideOnLoad {
	background: url( "/prismtv/css/images/loading.gif" ) no-repeat center 100px;
}

.hideOnLoad .lineupWrapper {
	display: none;
}

#channelLineup, #channelLineupData {
	width: 100%;
}
.uiButton {
	background: #00853F;
}
#channelLineup table, #channelLineup table td, #channelLineup table th {
	border-collapse: collapse;
}
#channelLineup small {
	display: block;
	width: 100%;
	padding: 0;
	font-weight: normal;
	font-size: 80%;
}		
#channelLineup {
	border-bottom: 1px solid #CCC;
}		
#channelLineup th, #channelLineup td {
	padding: 5px;
	text-align: center;
}
#channelLineup th {
	background-color: #FFF;
	vertical-align: middle;
	border-left: 1px solid #CCC;
	border-right: 0 none transparent;
}
#channelLineup td {
	padding: 7px 10px;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size: 12px;
}
#channelLineup .dataTables_scroll {
	border: 1px solid #CCC;
}
#channelLineup .dataTables_scrollBody {
	border-top: 1px solid #CCC;
}
#channelLineup .thSorter {
	background: #FFF url("/prismtv/images/channelLineup/thBG.gif") repeat-x left bottom;
	padding: 0;
	height: 65px;
}
#channelLineup .sorter {
	padding: 0 15px;
	height: 100%;
	display: block;
	background-color: transparent;
	background-image: url("/prismtv/images/channelLineup/sorterArrows.png");
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 65px;
}
#channelLineup .sorting_asc .sorter {
	background-position: right top;
}
#channelLineup .sorting_desc .sorter {
	background-position: right bottom;
}
#channelLineup th:first-child, #channelLineup td:first-child {
	border-left: 0 none;
}
#channelLineup .filters {
	border:1px solid #ccc;
    border-bottom: none;
    border-top: none;
    display: none;
    overflow: hidden;
    padding: 0;
}	
.market-lineup-header{
	border-radius: 5px 5px 0px 0px; 
	-moz-border-radius: 5px 5px 0px 0px; 
	-webkit-border-radius: 5px 5px 0px 0px; 
	border: 1px solid #cccccc;
	padding: 15px;
	background-image: url("/prismtv/images/market-lineup-header.jpg");
    background-position: 0 4px;
    background-repeat: repeat-x;
}
.market-lineup-header h2{
	display: inline-block;
	color: #333333;
	font-size: 20px;
	font-weight: 100;
	float: left;
}
#channelLineup #printBtn {
	height: 32px;
	width: 163px;
	display: inline-block;
	float: right;
}		
#channelLineup .filters .filtersLabel {
	display: block;
	width: 22%;
	float: left;
	font-weight: 100;
}
.filter-break{
	border-bottom: 1px solid #CCCCCC;
    height: 20px;
    margin-bottom: 12px;
    margin-left: -25px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 96%;
}
#channelLineup .filters #filterOpts {
	display: block;
	width: 100%;
	padding-left: 5%;
}			
#channelLineup .filters #filterOpts .opt {
	width: 20%;
	display: block;
	float: left;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 25px;
	padding-bottom: 5px;
}		
#channelLineup .filters #filterOpts .opt label {
	display: block;
	padding: 0 0 0 25px;
	height: 22px;
	background: #FFF url("/prismtv/images/channelLineup/radioBTN.png") no-repeat left -23px;
	background-color: transparent;
}		
#channelLineup .filters #filterOpts .opt input {
	display: block;
	position: absolute;
	left: 0;
	top: -40px;
	cursor: pointer;
}		
#channelLineup .filters #filterOpts .checked label {
	background: #FFF url("/prismtv/images/channelLineup/radioBTN.png") no-repeat left -2px;
	background-color: transparent;
}			
#channelLineup .options {
	position: relative;
	left: 15px;
	top: 15px;
	width: 90%;
}

#channelLineup .options #channelLineupDataFilter {
    width: 360px;
    background-image: url("/prismtv/images/searchbox.png");    
    background-repeat: no-repeat;
    overflow: hidden;
	display: inline-block;
}
#channelLineup .options .dataTablesFilter #placeholder {
    border: medium none;
    color: #777777;
    left: 30px;
    padding: 0;
    position: absolute;
    top: 0;
    width: 360px;
    z-index: 99;
    line-height: 30px;
}
#channelLineup .options .dataTablesFilter input {
	background-color: transparent;
    background-image: url("/prismtv/images/searchbox.png");
    background-position: -30px top;
    background-repeat: no-repeat;
    border: medium none;
    position: relative;
    left: 0;
    top: 0;
    line-height: 30px;
    height: 30px;
    width: 290px;
    padding: 0;
    margin: 0 0 0 25px;
    text-indent: 5px;
    z-index: 100;
}		
#channelLineup .options .dataTablesFilter input:focus {
	background-color: #FFF;
}
#channelLineup .options .dataTablesFilter input::-ms-clear {
    display: none;
}
#channelLineup .dataTables_scrollHead {
	clear: both;
}
#channelLineupData .odd {
	background: #f1f1f1 url("/prismtv/images/channelLineup/rowBG.gif") left center;
}

.hideLink {
	text-align: center;
	font-size: 11px;
	line-height: 12px;
	text-indent: -9999px;
	background: url("/prismtv/images/channelLineup/hideColumn.png") no-repeat center center;
	height: 20px;
	width: 20px;
	display: block;
	margin: 0 auto;
	border-radius: 7px;
	text-decoration: none !important;
	position: absolute;
	top: -4px;
	right: 0px;
	float: right;
}
#channelLineup .channel-name {
	text-align: left;
}
#channelLineup .channel-number {
	text-align: center;
}
#channelLineup .channel-name .meta {
	display: none;
}
#channelLineup thead .channel-name, #channelLineup thead .channel-number {
	cursor: hand;
	cursor: pointer;
}		
#channelLineup .channel-number {
	width: 5%;
}
#channelLineup .packageData {
	width: 17%;
	text-align: left;
	font-size: 12px;
}
#channelLineup .packageDataHeaderWrap {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
}
#channelLineup #tableBody .packageData span {
	display: block;
	text-align: left;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
}		
#channelLineup .inpackage-true {
	background: transparent url("/prismtv/images/channelLineup/included-check.png") no-repeat center center;
}		
#channelLineup .inpackage-false.isBoltOn {
	background: transparent url("/prismtv/images/channelLineup/addOn-star.png") no-repeat center center;
}
#channelLineup .addonDisplay {
	display: block;
	text-indent: 0;
	text-align: left;
	font-size: 10px;
	color: #90b7ce;
}

#channelLineup .clearAllLink {
	position: absolute;
	z-index: 200;
	left: 340px;
	top: 22px;
	background: url("/prismtv/images/channelLineup/clearAllX.png") no-repeat;
	height: 16px;
	width: 16px;
	text-indent: -9999px;
	display: block;
	margin: 0;
}
#channelLineup .compareAllLink {
	color: #00853F;
    display: none;
    float: right;
    line-height: 18px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 165px;
    z-index: 1000;
    margin-top: -8px;
}
#tableHolder {
	position: relative;
}
#channelLineupData_wrapper {
	clear: both;
	position: relative;
}

#channelLineupWrapper .hide-prism-essential .prism-essential-true { display: none; }
#channelLineupWrapper .hide-prism-complete .prism-complete-true { display: none; }
#channelLineupWrapper .hide-prism-preferred .prism-preferred-true { display: none; }
#channelLineupWrapper .hide-prism-premium .prism-premium-true { display: none; }

#channelLineupWrapper .show-prism-premium .prism-premium-true { display: table-row; }
#channelLineupWrapper .show-prism-preferred .prism-preferred-true { display: table-row; }
#channelLineupWrapper .show-prism-complete .prism-complete-true { display: table-row; }
#channelLineupWrapper .show-prism-essential .prism-essential-true { display: table-row; }
#channelLineupWrapper .hide-prism-essential .bolton-true { display: table-row; }
#channelLineupWrapper .hide-prism-complete .bolton-true { display: table-row; }
#channelLineupWrapper .hide-prism-preferred .bolton-true { display: table-row; }
#channelLineupWrapper .hide-prism-premium .bolton-true { display: table-row; }

.ie7 #channelLineupWrapper .hide-prism-essential .prism-essential-true { display: none; }
.ie7 #channelLineupWrapper .hide-prism-complete .prism-complete-true { display: none; }
.ie7 #channelLineupWrapper .hide-prism-preferred .prism-preferred-true { display: none; }
.ie7 #channelLineupWrapper .hide-prism-premium .prism-premium-true { display: none; }

.ie7 #channelLineupWrapper .show-prism-premium .prism-premium-true { display: block; }
.ie7 #channelLineupWrapper .show-prism-preferred .prism-preferred-true { display: block; }
.ie7 #channelLineupWrapper .show-prism-complete .prism-complete-true { display: block; }
.ie7 #channelLineupWrapper .show-prism-essential .prism-essential-true { display: block; }
.ie7 #channelLineupWrapper .hide-prism-essential .bolton-true { display: block; }
.ie7 #channelLineupWrapper .hide-prism-complete .bolton-true { display: block; }
.ie7 #channelLineupWrapper .hide-prism-preferred .bolton-true { display: block; }
.ie7 #channelLineupWrapper .hide-prism-premium .bolton-true { display: block; }

#channelLineupWrapper .onlyOnePackageShowing .hideLink { display: none; }
#channelLineupWrapper .showCompareAll .compareAllLink { display: block; }

.hdDisclaimer {
	font-size: 80%;
	display:inline-block;
	text-align: center;
	color: #666;
	padding: 7px 80px 5px 7px;
}
.tableinfo {
	clear: both;
	height: 60px;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#legend .packageInclude {
	background: transparent url("/prismtv/images/channelLineup/included-check.png") no-repeat left center;
}		
#legend .packageAddon {
	background: transparent url("/prismtv/images/channelLineup/addOn-star.png") no-repeat 10px center;
}
#legend {
	float: right;
    height: 100%;
    left: 0;
    overflow: visible;
    position: relative;
    text-align: right;
}
#legend span {
	padding: 5px 0 5px 25px;
}
.hide-trigger{
	float: right;
    padding: 0px 20px 0 0;
    position: relative;
    z-index: 1000;
    margin-top: -8px;
    display: block;
}
.bg-wrap{
	background-image: url("/prismtv/images/bg-wrap.jpg");
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

#printDropDown {
	margin: 5px 0;
	font-size: 14px;
}
a.seattle-pdf{
	display: none;
}
a.seattle-pdf.Seattle{
	display: inline;
	top: -9px;
    position: relative;
    font-weight: bold;
	font-size: 12px;
}

@media print {

body, #printOnlyContent {
	width: 8in;
	margin: 0;
	float: none;
	background: #fff none;
}
html, body {
	overflow: visible !important;
}

body, a {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 10pt;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
}
h1 { font-size: 250%; }
h2 { font-size: 175%; }
h3 { font-size: 135%; }
h4 { font-size: 100%; font-variant: small-caps; }
h5 { font-size: 100%; }
h6 { font-size: 90%; font-style: italic; }

#channelLineup input, .filters, .meta,
#channelLineup .options
{
	display: none !important;
}
#channelLineup table {
	width: 100% !important;
}
#channelLineup, .footdisclaimer, #legend {
	display: none;
}

#printOnlyContent {
	display: block !important;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 10pt;	
}
#printOnlyContent .printblock {
	width: 100%;
	padding: 0 0 1.5em 0;
	clear: both;
	float: left;
}
#printOnlyContent .print-header {
	width: 100%;
	margin: 0;
	clear: both;
	font-size: 12pt;
}
#printOnlyContent .printHeaderblock {
	padding: 0 0 0.25in 0;
	clear: both;
}
#printOnlyContent .extendedHeaderBlock {
	padding: 0.25in 0;
}
#printOnlyContent .printList {
	width: 33%;
	margin: 0;
	float: left;
	padding: 0.5em 0;
}
#printOnlyContent .printList li {
	width: 100%;
	margin: 0;
	display: block;
	line-height: 9pt;
	margin: 0 0 0.1em 0;
	font-size: 8pt;	
	clear: both;
}
#printOnlyContent .printList .print-channel-num {
	font-weight: bold;
	width: 15%;
	display: block;
	float: left;
	text-align: right;
}
#printOnlyContent .printList .print-channel-name {
	width: 80%;
	display: block;
	float: right;
}
#printOnlyHeader {
	width: 100%;
	float: left;
	clear: both;
}
#printOnlyHeader .twoCol {
	line-height: 1.3;
	font-size: 12pt;
}
#printOnlyHeader .contactInfo {
	margin: 22px 0 0 0;
}
#printOnlyHeader h1 { font-size: 140%; }
#printOnlyHeader h2 { font-size: 130%; }
#printOnlyHeader h3 { font-size: 120%; }

.twoCol {
	width: 60%;
	float: left;
}
.rightCol {
	width: 38%;
	float: right;
}
.marketHeader {
	padding: 0 0 1em 0;
}

}


