ins,mark{background-color:#ff9;color:#000}article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section{display:block}a:hover,ins,mark{color:#000}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}ins{text-decoration:none}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}body{font:13px/1.231 sans-serif}button,input,select,textarea{font:99% sans-serif}h1,h2,h3,h4,h5,h6,strong,th{font-weight:700}code,kbd,pre,samp{font-family:monospace,sans-serif}html{overflow-y:scroll}a:active,a:hover{outline:0}ol,ul{margin-left:2em}ol{list-style-type:decimal}nav li,nav ul{margin:0;list-style:none}small{font-size:85%}td{vertical-align:top}sub,sup{font-size:75%;line-height:0;position:relative}sup{top:-.5em}sub{bottom:-.25em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word;padding:15px}textarea{overflow:auto}.ie6 legend,.ie7 legend{margin-left:-7px}input[type=radio]{vertical-align:text-bottom}input[type=checkbox]{vertical-align:bottom}.ie7 input[type=checkbox]{vertical-align:baseline}.ie6 input{vertical-align:text-bottom}button,input[type=button],input[type=submit],input[type=image],label{cursor:pointer}button,input,select,textarea{margin:0}input:invalid,textarea:invalid{border-radius:1px;-moz-box-shadow:0 0 5px red;-webkit-box-shadow:0 0 5px red;box-shadow:0 0 5px red}.no-boxshadow input:invalid,.no-boxshadow textarea:invalid{background-color:#f0dddd}::-moz-selection{background:#d3ecfd;color:#000;text-shadow:none}::selection{background:#d3ecfd;color:#000;text-shadow:none}a:link{-webkit-tap-highlight-color:#d3ecfd}button{width:auto;overflow:visible}.ie7 img{-ms-interpolation-mode:bicubic}body,input,select,textarea{color:#444}a,a:active,a:visited{color:#103E7B}

::-webkit-input-placeholder {
   color: #000;
}
:-moz-placeholder { /* Firefox 18- */
   color: #000;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}
:-ms-input-placeholder {  
   color: #000;  
}

/*
978 Grid System CSS Framework http://978.gs
*/

div.layout-978, header.layout-978, footer.layout-978 { width: 978px; margin: 0px auto; }
div.row { heightunused: 1%; }
div.row-end { clear: both; font: 1px/1px sans-serif; height: auto; overflow: hidden; }

div.col1, div.col2, div.col3, div.col4, div.col5, div.col6, div.col7, div.col8, div.col9, div.col10, div.col11, div.col12 { float: left; margin-left: 30px; }
div.col1:first-child, div.col2:first-child, div.col3:first-child, div.col4:first-child, div.col5:first-child, div.col6:first-child, div.col7:first-child, div.col8:first-child, div.col9:first-child, div.col10:first-child, div.col11:first-child, div.col12:first-child { margin-left: 0px; }
div.col1 { width: 54px; }
div.col2 { width: 138px; }
div.col3 { width: 222px; }
div.col4 { width: 306px; }
div.col5 { width: 390px; }
div.col6 { width: 474px; }
div.col7 { width: 558px; }
div.col8 { width: 642px; }
div.col9 { width: 726px; }
div.col10 { width: 810px; }
div.col11 { width: 894px; }
div.col12 { width: 978px; }

/* SITE CSS */
body{
	background-color: #bdbdbd;
	font-family: Arial, sans-serif;
	color:#333;
	min-width:1024px;
	font-size: 13px;
	line-height: 18px;
}
h2{
	font-size:19px;
	padding: 25px 0px 15px 0px;
}

div#container {
    background: #f6f6f6 url(/images/header_bg.png) repeat-x 0 0;
}
div#main{
	background-color: #f6f6f6;
	min-height:400px;
	padding-bottom: 40px;
	position: relative;
    z-index: 1;
}
a {
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
p{
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

/* ========== */
/* = HEADER = */
/* ========== */

header.mobile_header,
.mobileonly,
div.mobileonly,
div.cbs_home_item.mobileonly,
#modaldialog,
#mobile_nav {
    display: none;
}

#mobile_nav {
    border-right: 1px solid #aaa;
}

header.standard {
	height: auto; 
	margin: 0;
	padding-top: 14px;
	position: relative;
	z-index: 10000;	
}
header div#main_nav {
	margin: 10px auto 5px auto;
	background: #515151;
	-webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    border: 1px solid #515151;
	
	width:978px;
	height:31px;
	padding: 0;
	color:#c2c0c0;
	line-height:31px;
}
header div#main_nav ul {
	list-style-type: none;
	height:31px;
	margin:0;
	padding:0 8px;
	font-size: 13px;
	font-weight: bold;
}
header div#main_nav ul li {
	float:left;
	text-align:center;
	padding: 0 10px;
}

header div#main_nav ul li a{
	text-transform: uppercase;
}

header div#main_nav ul.active-cbs-entertainment li#nav-cbs-entertainment a,
header div#main_nav ul.active-cbs-news li#nav-cbs-news a,
header div#main_nav ul.active-cbs-sports li#nav-cbs-sports a,
header div#main_nav ul.active-the-cw li#nav-the-cw a,
header div#main_nav ul.active-showtime li#nav-showtime a
{
	color: #fff;
}
header div#main_nav li#nav-cbs-more {
	position: relative;
}
header div#main_nav div#cbs-sites-menu {
	position: relative;
	margin:-2px auto 0 auto;
	width: 820px;
	display: none;
	background-color: #2B2B2B;
	color: #ccc;
	height: auto;
	z-index: 1000;
	padding: 0 0 10px 0;
}

header div#main_nav div#cbs-sites-menu .column {
	padding: 10px 0 0 10px;
    width: 195px;
	float: left;
}
header div#main_nav div#cbs-sites-menu p {
	height: auto;
    line-height: 16px;
    padding: 4px 0;
}
header div#main_nav div#cbs-sites-menu a {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase; 
	color: #D3D3D3;
}
header div#main_nav div#cbs-sites-menu a.mixedcase{
	text-transform: none;
}
header div#main_nav div#cbs-sites-menu a:hover {
	color: #FFF;
}

header div#main_nav li#nav-cbs-more.opened {
	background-color: #2B2B2B;
}
header div#main_nav ul li#sign_in_register_element,
header div#main_nav ul li#signed_in_element {
	color: #fff;
	float: right;
}

header div#main_nav ul li#sign_in_register_element a,
header div#main_nav ul li#signed_in_element a{
	color: #fff;
	font-size: 12px;
	text-transform: none;
}

header div#main_nav ul li a:hover{
	text-decoration: underline;
}

header div#main_nav a{
	color:#c2c0c0;
	text-decoration: none;
}
header div#main_nav a:hover{
	color:#fff;
}

header div.section_header{
	position: relative;
	margin:0;
	height: 107px;
	z-index: 2; /*fix IE z-index issue for the menu*/
}
header div.section_header ul {
	list-style-type: none;
	height:16px;
	margin:0;
	padding:0 15px;
	font-size: 13px;
	display: inline-block;
}
header div.section_header ul li{
	float:left;
	text-align:center;
	padding:3px 0 2px 0;
}
header div.section_header ul#nav-rss {
	float: right;
	left: auto;
	top: 68px;
	right: 0;
	position: relative;
	
}
header div.section_header ul#nav-rss li {
    text-align: right;
}
header div.section_header ul#nav-rss a {
    display: inline-block;
	width: 38px;
	height: 16px;
	background: transparent url(/images/buttons-sprite.gif) no-repeat -1221px 0;
}

header div.section_header ul li a{
	color: #d3d3d3;
	font-weight: bold;
	text-decoration: none;
}
header div.section_header ul li.active a {
	color:#fff;
}
header div.section_header ul li a:hover {
	color:#fff;
	text-decoration: underline;
}

div#cbs_press_express_logo {
	width: 266px;
	height: 29px;
	margin: 0 auto;
}

div.nav_down_arrow {
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #d2d2d2 transparent transparent transparent;
}
div.search_form {
	display: block;
}
#search_form {
	position: absolute;
	top:23px;
	right: 20px;
	width: 204px;
	height: 23px;
	z-index: 100;
}
#search_input {
	position: relative;
    width: 185px;
    height: 23px;
    font-size: 11px;
    margin: 0;
	padding: 0 0 0 10px;
	outline: none;
	
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid #6f6e6e;
}

#search_submit {
    position: relative;
    width: 29px;
    height: 23px;
    padding: 0;
    margin: 0 0 0 -38px;
    border: none;
    outline: none;
    color: #666;
    background: transparent;
}

#expanded_options {
	display: none;
}

#expanded_options p {
	margin: 6px 0;
}

#expanded_options select {
	height: 24px;
	width: 166px;
	font-size: 11px;
	padding: 2px 0;
}

#expanded_options select option {
	margin: 2px 0;
}

#search_form.expanded {
	top: 13px;
	right: 12px;
	padding: 10px 0 0 10px;
	width: 212px;
	height: 124px;
	background-color: #333;
}
#search_form.expanded #expanded_options {
	display: block;
}
#search_expanded_submit {
	float: left;
	position: relative;
	width: 64px;
    height: 22px;
   	background: transparent url(/images/buttons-sprite.gif) no-repeat -353px -2px;
	text-indent: -9999px;
	text-transform: capitalize;
	font-size: 0;
	display: block;
	border: none;
}
#search_expanded_submit:hover {
	background-position:-353px -28px;
}

#search_expanded_close {
	float: right;
	margin-top: 6px;
	margin-right: 15px;
	position: relative;
	width: 45px;
    height: 12px;
   	background: transparent url(/images/buttons-sprite.gif) no-repeat -422px -9px;
	text-indent: -9999px;
	display: block;
	border: none;
}
#search_expanded_close:hover {
	background-position:-422px -34px;
}




/* ========== */
/* = ENT HOME = */
/* ========== */

#cbs_billboard_wrapper>ul {
    margin: 0;
    padding: 0;
    list-style: none;
	position: relative;
	overflow: hidden;
    height: 322px;
    width: 642px;
    display: none;
}


#videoscrollable>ul {
    margin: 0;
    padding: 0;
    list-style: none;
	position:relative;
	overflow:hidden;
	width: 280px;
	height: 220px;
}
#videoscrollable>ul li a {
    display: block;
    position:relative;
}
div#videoscrollable ul li img {
     width: 280px;
}
#videoscrollable>ul li .caption {
}
#video_nav {
	display: block;
	float: right;
    margin: -5px 0 10px 0;
}


.naviwrap {
	position: absolute;
	bottom: 0;
	height: 26px;
	float: left;
	width: 100%;
}
.navi ul {
    position: relative;
	margin: 0;
    padding: 0;
    height: 26px;
    text-align:center;
}
.navi li {
    display:inline-block;
    white-space: nowrap;
    padding: 0 12px 0 0;
}
.navi li:last-child {
    padding: 0 !important;
}
.navi li button {
    width: 7px;
    height: 7px;
    margin: 0;
    padding: 0;
    outline: none;
    text-indent: -9999px;
    white-space: nowrap;
    
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 7px solid #6f6e6e;    
}
.navi li button:hover {
	border: 7px solid #333;
}
.navi li.slick-active button {
	border: 7px solid #fff;    
}


#video_nav button {
    padding: 0;
    display: inline-block;
	border: none;
	outline: none;
	width: 26px;
	height: 26px;
	background-color: transparent;
	color: #103e7b;
	font-size: 22px;
}
#video_nav button:hover {
    color: #000;
}

a.cbs_button {
	background: transparent url(/images/buttons-sprite.gif) no-repeat 0 0;
	width: 22px;
	height: 26px;
	text-indent: -9999px;
	display: block;
	float: right;
	border: none;
	outline: none;
}
.cbs_button.nav_back {
	margin-left: 5px;
	background-position:-329px -52px;
}
.cbs_button.nav_back:hover {
	background-position:-329px -78px;
}
.cbs_button.nav_fwd {
	background-position:-329px 0px;
}
.cbs_button.nav_fwd:hover {
	background-position:-329px -26px;
}


#cbs_billboard_wrapper {
	float: left;
}
#billboard_info {
	position: relative;
	float: left;
	margin: 40px 0 20px 20px;
	width: 300px;
	height: 262px;
}
#billboard_info p.t {
	color: #103E7B;
	text-transform: uppercase;
	font-weight: bold;
	padding:0;
}
#billboard_info p.t a {
    font-size: 16px;
}
#billboard_info p.d {
	font-size: 14px;
	color: #333333;
	margin-top: 10px;
	padding:0;
}
.bbinfo {
	position: relative;
	float: left;
	top: -18px;
	left: 0px;
	width: 300px;
	max-height: 234px;
	overflow: hidden;
}
.bbinfo a:hover p{
	color: #333;
}

#cbs_billboard_arrow {
	width: 0;
	height: 0;
	top: 0px;
	left: -36px;
	position: absolute;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right:16px solid #DADADA; 
}

ul#daylisting {
	margin: 0;
}

ul#daylisting li {
	list-style: none;
	margin-top: 8px;
	margin-bottom: 8px;
}
div.day_item {
	display:none;
}
div.day_item span {
	font-weight: bold;
}
div.day_item span.link {
	float: right;
	font-weight: normal;
}
ul#daylisting div.time {
	float: left;
	font-weight: bold;
	width: 18%;
}
ul#daylisting div.info {
	float: right;
	width: 80%;
	font-size: 12px;
}
ul#daylisting div.info p {
	color: #012a62;
}
ul#daylisting div.info p.st {
	font-weight: bold;
	font-size: 13px;
}
ul#daylisting div.info p.et {
	color: #000;
	font-style: italic;
}
ul#daylisting div.info a {
	color: #103E7B;
}

ul#daylisting div.info a.rc{
	color: #007FD4;
}

p.see_more_birthdays{
	margin-top: 25px;
}
p.see_more_birthdays a{
	color: #007FD4;
}

.thumbBlock {
	float: left;
	display: block;
	height: auto;
}

.thumbnail-overlay {
	display: block;
	position: absolute;
	top: 0;
	z-index: 2;
	
	cursor: pointer;
	background: transparent url(/images/play-lrg.png) no-repeat center;
		
	height: 100%;
	width: 100%;
}

.cbs_home_item {
    display: block;
    float: left;
}
.cbs_home_item.featured_photos {
     width: 390px;
}
.cbs_home_item.featured_videos {
    width: 294px;
    margin-left: 30px;
}
.cbs_home_item.press_releases {
    width: 294px;
    margin-left: 30px;
}
.cbs_home_item.mini_schedule {
    width: 224px;
    margin-left: 40px;
    float: right;
}
.cbs_home_item .birthdays {
    clear: left;
}

div.featured_photo a.photothumblink {
    width: 168px;
    min-height: 95px;
    display: block;
}

li.cbs_billboard_item a {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;  
    background-color: #000;
    width: 642px;
    height: 322px;
}

div#home_content .home-right {
    width: 558px;
    float: right;
}
div#home_content.template-b #featured_releases {
    float: left;
}
div#home_content.template-b div.about_division,
div#home_content.template-d div.about_division {
    width: 270px;
    float: right;
}
div#home_content.template-d div.home-right,
div#home_content.template-d div.about_division  {
    width: 390px;
    float: right;
}

div#home_content.template-c #featured_releases {
    width: 390px;
}
div#home_content.template-c div.home-right {
	margin-top: 25px;
}
div#home_content.template-e div.column1 {
    width: 390px;
    float: left;
}
div#home_content.template-e div.column2 {
    width: 306px;
    float: left;
    margin-left: 30px;
}
div#home_content.template-e div.column3 {
    width: 222px;
    float: right;
}


/* ========== */
/* = FOOTER = */
/* ========== */

footer{
	height:91px;
	font-size:12px;
	padding: 10px 0 0 0;
    background-color: #f6f6f6;
	background-image: linear-gradient(#f6f6f6, #bebebe);
	background: #f6f6f6;
	background: linear-gradient(#f6f6f6, #bebebe);
}

footer a{
	color: #103E7B;
	text-decoration:none;
	font-weight: bold;
}

footer div#footer_line{
	text-align:center;
}

footer span#footer_copyright{
	margin-left: 20px;
}

/* ===================== */
/* = CBS ENTERTAINMENT = */
/* ===================== */

div#cbs_billboard{
	height: 322px;	
	background-color: #ccc;
	background-image: linear-gradient(#e0e0e0, #a8a8a8);
	background: #ccc;
	background: linear-gradient(#e0e0e0, #a8a8a8);
}

a.featheader_link {
	color: #000;
}
a.featheader_link:hover {
	color: #103E7B;
}

div.featured_photo div.tools {
    display: none;
}
#tools {
    margin-top: 10px;
    padding: 8px 0;
    background-color: #E2E2E2;
}
#tools a {
    color: #012a62;
    font-weight: bold;
    margin: 0 10px;
    line-height: 24px;
}

div#featured_photos div.featured_photo{
	float:left;
	width: 168px;
	padding-right: 27px;
	padding-bottom: 15px;
}

/*offset the individual padding that gets added*/
div#featured_photos{
	margin-bottom: -15px;
}

div#featured_photos div.featured_photo div.featured_photo_text {
	font-size:10px;
	text-transform: uppercase;
}

div#featured_photos div.featured_photo div.featured_photo_text p {
	font-size:11px;
	line-height:14px;
	text-transform: uppercase;
	padding: 0 0 10px 0;
}

div#featured_birthday img{
	float:left;
	margin-right: 17px;
}

div#featured_birthday h3{
	padding-top: 20px;
	padding-bottom:17px;
	font-size:14px;
	color: #666;
}

div#featured_birthday h4{
	color:#103E7B;
	font-weight: bold;
	font-size:16px;
}

div#featured_birthday h5{
	font-size:12px;
	font-weight: normal;
	text-transform: uppercase;
	color:#103E7B;
}

div#featured_birthday p{
	font-size:13px;
	color:#1a82d2;
}

div.more_info_link {
	padding: 0px;
	color: #232161;
	
	margin: 25px 0 15px 0;
	
	padding-left: 8px;
	height: 30px;
	
	background-color: #fff;
	background-image: linear-gradient(#fff, #ececec);
	background: #fff;
	background: linear-gradient(#fff, #ececec);
	
	border-top: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;


}
div.more_info_link i {
    display: inline-block;
	color: #232161;
	font-size: 18px;
	line-height: 30px;
}

div.more_info_link a {
	display: inline-block;
	text-indent: 5px;
    font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}

div#featured_video, 
div#featured_releases {
	width: 280px;
}

div#featured_video p.st,
div#featured_video h3 {
	font-size:11px;
	line-height:14px;
	font-weight: normal;
}

div.latest_news{
	margin-right:26px;
	margin-bottom:18px;
}

div.latest_news h3 a{
	font-size:12px;
	font-weight: normal;
	text-transform: uppercase;
	color:#103E7B;
}
div.latest_news h3 a:hover{
	color:#000;
}

div.latest_news h4{
	font-size:12px;
}
span.news_related, span.news_related a {
	color:#1a82d2;
}
h3#home_mobile_alerts {
	margin-bottom: 10px;
	height:26px;
	line-height:26px;
}
h3#home_mobile_alerts a {
	display:inline;
	vertical-align:top;
	height:26px;
	line-height:26px;
	color:#007fd4;
	font-size:16px;
}

ul#weekbar {
	list-style-type: none;
	height: 28px;
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0;
	
    background-color: #fcfcfc;
	background-image: linear-gradient(#fff, #afafaf);
	background: #fcfcfc;
	background: linear-gradient(#fff, #afafaf);
    
    border-color: #cccccc;
	border-style: solid;
    border-width: 1px;
    border-radius: 4px;
}
ul#weekbar li {
	float:left;
	text-align: center;
	line-height: 28px;
	padding: 0;
	margin: 0;
}
ul#weekbar li a {
	display: block;
	color: #103E7B;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	min-width: 31.5px;
}
ul#weekbar li a:hover,
ul#weekbar li a.active {
	text-decoration: none;
	background-color: #1a82d2;
	background: #1a82d2;
	color: #fff;
}

div#week_at_a_glance {
	width: 200px;
	background-color:#e4e2e2;
	padding: 20px 12px;
	margin-bottom: 20px;
}
div.info p.rc a,
div.info a.rc {
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #333;
    color: #007fd4;
}
div.info p.rc a.last,
div.info a.rc.last {
    border: none;
}

span.page_heading {
	margin-top: 10px;
	display: block;
	font-size: 19px;
	font-weight: bold;
}

#filters {
	padding: 10px 0 20px 0;
}
#filters label {
	color: #007FD4;
	font-size: 14px;
}


.autocomplete-w1 { background:url('/images/shadow.png') no-repeat bottom right; position:absolute; top:0px; left:0px; margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#FFF259; }
.autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }
.autocomplete strong { font-weight:normal; color:#1A82D2; }

div.cb { clear: both; }


div.show_header {
	position: relative;
	height: 82px;
	background-color: #2b2b2b;
	z-index: 1;
	margin-top: 5px;
}
div.show_header h2 {
	position: relative;
	height: 42px;
	color: #fff;
	padding: 0;
	margin: 0 0 5px 18px;
	font-size: 24px;
	line-height: 52px;
	font-weight: bold;
	z-index: 3;
}
div.show_header.image {
	height: 164px;
	background: #000 url('{@ show_header_image @}') no-repeat top right;
}
div.show_header h2.image {
	width: 340px;
	height: 90px;
	bottom: 54px;
	left: 0px;
	text-indent: -9999px;
	background: transparent url('{@ show_logo_image @}') no-repeat 0 0;
}

div.show_header_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 501px;
	height: 164px;
	z-index: 2;
	display: none;
}
div.show_header_overlay.image {
	background: transparent url('/images/hdr-show-overlay.png') no-repeat 0 0;
	display: block;
}

div.show_header .show_subnav {
	padding: 0 0 6px 0;
	margin: 0px;
	height: 25px;
	position: relative;
	width: 100%;
	z-index: 3;
}
div.show_header .show_subnav ul {
	list-style-type: none;
	margin: 0px;
	height: 34px;
}
div.show_header .show_subnav ul li {
	float: left;
	color: #a3a3a3;
	width: auto;
	min-width: 80px;
	text-align: center;
    height: 18px;
    margin: 3px 0;
    padding: 0;
}

div.show_header .show_subnav ul li a {
    display: block;
	color: #a3a3a3;
	font-weight: bold;
	font-size: 13px;
	border-right: 1px solid #999;
	padding: 0 15px;
}
div.show_header .show_subnav ul li.last a {
    border-right: none;
}
div.show_header .show_subnav ul li.active a,
div.show_header .show_subnav ul li a:active,
div.show_header .show_subnav ul li a:hover {
	color: #fff;
}

div#shows .column {
	width: 310px;
	min-height: 40px;
	float: left;
	padding-bottom: 35px;
	padding-left: 10px;
}
div#shows .column a {
	padding-bottom: 7px;
	line-height: auto;
	display: inline-block;
}
div#shows div.dp {
	padding: 2px 0 10px 0;
	line-height: 14px;
}
div#shows p.name {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #007FD4;
	padding: 10px 0 5px 0;
}


div#show_photos {
    display: none;
}
div#please_wait {
    display: none;
    padding-top: 100px;
    color: #333;
    background-color: #ebebeb;
    text-align: center;
    width: 100%;
    height: 1080px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
div#please_wait span {
    width: 32px;
    height: 32px;
    background: transparent url(/images/mobile/loading.gif) no-repeat;
    background-size: cover;
    display: block;
    margin: 0 auto;
}


div#show_photos .featured_photo {
	width: 220px;
	min-height: 70px;
	display: inline;
	float: left;
	padding-bottom: 15px;
	margin-bottom: 20px;
	margin-right: 32px;
	border: none;
}
div#show_photos .featured_photo.col_3 {
	margin-right: 0px;
}
div#show_photos.captioned .featured_photo {
	width: 894px;
	height: 100%;
	border-bottom: 1px solid gray;
}


div.photo {
	position: relative;
	width: 240px;
	float: left;
	line-height: 14px;
	overflow: hidden;
}
div.photo p {
	font-size: 11px;
	line-height: 16px;
}
div.photo p.lblinks,
div.photo p.dllinks {
	display: none;
}
div.photo p.show_title_ep {
    text-transform: uppercase;
    font-weight: 600;
}
div.photo p.filename { word-wrap: break-word;}
    
div.photo_caption {
	float: left;
	font-size: 13px;
	line-height:18px;
	color:#333;
	width: 600px;
	margin-left: 20px;
	display: none;
}

#photolist div.photo a img.s_badge {
	position: absolute; 
	left: 0; 
	top: 0;
	width: 23px !important;
	height: 23px !important;
	min-width: 23px;
	min-height: 23px;
	z-index: 1;
}

div#show_photos.captioned div.photo_caption {
    display: block;
}

#photo_type {
	margin-right: 10px;
	display: inline-block;
	width: 242px;
}


#tweets {
	float: right;
	width: 240px;
	margin-top: 6px;
}
#twitterfeed_hdr {
	float: right;
	margin: 0;
    background: transparent url("/images/latest-tweets.png") no-repeat scroll 0 0;
    width: 228px;
    height: 69px;
}
#twitterfeed_hdr h2 {
	text-indent: -9999px;
}

#twitterfeed .tweets {
	height: 330px;
    width: 223px;
    float: right;
}
#twitterfeed .tweets {
    overflow: hidden;
    margin: 0;
}
#twitterfeed .profile-pic {
    float: left;
    height: 24px;
    width: 24px;
    overflow: hidden;
}
#twitterfeed .entry-content {
	clear: left;
    color: #000000;
    font: 11px Arial,sans-serif;
}
#twitterfeed ul {
	margin: 0;
    float: left;
}
#twitterfeed li {
    float: left;
    height: 106px;
    overflow: hidden;
    list-style: none;
    padding: 8px 0px;
    border-bottom: 1px solid #aaa;
	width: 223px;
}
#twitterfeed .entry-author {
    line-height: 22px;
    margin-left: 6px;
}
#twitterfeed .entry-author a {
	color: #103E7B;
    font-size:14px;
    font-weight: bold;
}
#twitterfeed .entry-content {
	padding: 4px 0;
    clear: left;
    float: left;
    font: 12px Arial,sans-serif;
    width: 100%;
}
#twitterfeed .entry-meta {
    clear: both;
    float: left;
    width: 100%;
}
#twitterfeed .entry-meta a {
    color: #999999;
    font: 11px Arial,sans-serif;
}
#twitterfeed .timestamp {
    color: #999999;
    padding-left: 1px;
    text-transform: uppercase;
}

#contenthdr {
	padding: 20px 0 5px 0;
}
#contenthdr .hdr {
	font-size: 19px;
	font-weight: bold;
	display: inline-block;
	margin-left: 0px;
}
#contenthdr .hdr.shows {
	margin-left: 6px;
}

div.episode_info {
	display: none;
}

#pr_content {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333;
}
#pr_content p {
	margin-bottom: 10px;
}
#bio_view #pr_content {
	margin-top: 35px;
}
#bio_view .pr_title {
	padding-bottom: 0;
}


#pressreleases .wrap {
	display: inline-block;
	margin-right: 10px;
}
div#pressreleases .date_query_wrap {
    display: inline-block;
    position: relative;
}

#release_view .pr_date {
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 15px;
	display: inline-block;
}
#release_view .pr_title {
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 35px;
	text-align: center;
}



a.back_link { margin-left: 10px; }

div.group_date {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
}

div.addthis_toolbox a.at300m .at4-icon {
    margin-right: 5px;
}
.cbs_addthis {
	margin-bottom: 10px;
	float: right;
	width: 180px;
    margin-top: 5px;
}
.cbs_addthis_separator {
    float: left;
    margin: 0 3px;
}
#followuson {
	position: relative;
	height: 22px;
	width: 223px;
	display: inline-block;
	padding: 20px 0;
	margin-top: 20px;
	border-top: 1px solid #AAA;
}
#followuson span {
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin-right: 8px;
	margin-top: 3px;
}
a.follow_button {
	width: 22px;
    height: 22px;
   	background: transparent url('/images/buttons-sprite.gif') no-repeat 0 0;
	text-indent: -9999px;
	display:block;
	float: left;
	border: none;
	outline: none;
	margin-right: 8px;
}
.follow_button.fb {
	background-position:-1045px 0px;
}
.follow_button.fb:hover {
	background-position:-1045px -22px;
}
.follow_button.tw {
	background-position:-1067px 0px;
}
.follow_button.tw:hover {
	background-position:-1067px -22px;
}
.follow_button.tm {
	background-position:-1089px 0px;
}
.follow_button.tm:hover {
	background-position:-1089px -22px;
}
.follow_button.in {
	background-position:-1111px 0px;
}
.follow_button.in:hover {
	background-position:-1111px -22px;
}

div#cbs_entertainment_header {
	z-index: 10;
}
div#cbs_entertainment_header ul#div-subnav {
	position: relative;
	top: 68px;
	left: 186px;
	margin: 0;
}
header div.section_header ul#div-subnav li {
}
header div.section_header ul#div-subnav li.hassubmenu>a {
	text-decoration: none;
}
header div.section_header ul#div-subnav li.hassubmenu:hover a {
	color: #fff;
}
div#cbs_entertainment_header ul#div-subnav li#div-subnav-shows.opened {
	background-color: #2B2B2B;
}

div#cbs_entertainment_header ul#div-subnav li {
	position: relative;
}

header div.section_header ul.submenu {
	position: relative;
	display: none;
	left: 0px;
	top: 2px;
	width: 200px;
	height: 100%;
	background: transparent url(/images/bg-000-50.png) 0 0 repeat;
	color: #000;
	z-index: 2000;
	overflow: hidden;
	padding: 5px 8px;
	
}
header div.section_header ul.submenu li {
	float: none;
	clear: left;
	text-align: left;
}
header div.section_header ul.submenu li a:hover {
	text-decoration: underline;
}


div#shows_menu {
	margin: 68px auto 0 auto;
	width: 900px;
	display: none;
	background-color: #2B2B2B;
	color: #ccc;
	height: auto;
	z-index: 1000;
	padding: 15px;
	position: relative;
}
	
div#shows_menu .column {
	width: 299px;
	min-height: 40px;
	float: left;
	padding-bottom: 0px;
}
div#shows_menu a {
	font-size: 11px;
	color: #D3D3D3;
}
div#shows_menu p {
	font-size: 11px;
	font-weight: bold;
	color: #fff200;
	padding-bottom: 4px;
	text-transform: uppercase;
}
div#shows_menu .column .dp {
	padding-bottom: 15px;
}

div#overDiv {
	background-color: #e6e6e6;
	font-size: 12px;
	line-height: 14px;
	color: #333;
	border: 1px solid #dcdcdc;
	padding: 10px;
	-moz-box-shadow: 2px 2px 8px #333;
	-webkit-box-shadow: 2px 2px 8px #333;
	box-shadow: 2px 2px 8px #333;
}
div#overDiv td.overcap {
	color: #017dc7;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #e6e6e6;
	padding: 0 0 2px 0;
}

.qtip-content {
	line-height: 15px;
}
.qtip-content a,
.qtip-content a:active,
.qtip-content a:visited {
	color: #103E7B;
	font-weight: bold;
}
.qtip-content p {
	color: #000;
	line-height: 14px;
	font-size: 11px;
	margin-top: 5px;
}

div.date_query_input_wrap {
    display: inline-block;
    
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
    
    border-width: 1px !important;
    border-radius: 1px !important;
    border-color: #aaaaaa !important;
    border-style: solid !important;
    cursor: pointer;

    width: 158px;
}
input#date_query {
    position: relative;
    z-index: 9999;
    padding: 5px;
    
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
    
    border-width: 0 !important;
    cursor: pointer;

    color: #007fd4 !important;
    width: 130px;
}
input#date_query::focus {
    border-color: #5897fb;
}
.date_query-arrow {
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    background: transparent url('/images/select2.png') no-repeat -1px 3px;
    z-index: 10000;
}

a.showall {
    margin-left: 10px;
    color: #007fd4 !important;
}





select.large {
	height: 26px;
	line-height: 26px;
	max-width: 280px;
	display: inline-block;
	padding: 4px 6px;
	font-size: 14px;
	vertical-align: middle;
	font-family: Arial, sans-serif;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

div#sitebanner {
	color: #000;
	background-color: #ff0;
	border-bottom: 1px solid #5C5C02;
	text-align: center;
}

#photolist div.photo a img {
    max-width: 168px;
    max-height: 225px;
    height: auto;
}
#photolist div.photo.portrait a img {
    max-height: 205px;
    width: auto;
}

#photolist div.photo div.info_a {
    position: relative;
    font-size: 18px;
    color: #000;
    min-height: 14px;
}
#photolist div.photo div.info1 a.ctog {
    display: none;
}

#lightbox {
	padding: 0;
	position: fixed;
	left: 0;
	bottom: 0;
	height: 0px;
	width: 100%;
	overflow: hidden;
	_top: expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
	z-index: 1000;	
	background-color: #4b4c4b;
	border-top: 1px solid #000;
}
#lightbox .photolist {
	padding: 0;
	bottom: 0;
	width: 100%;
	height: 162px;
	overflow: auto;
	overflow-x: visible;
	overflow-y: hidden;
}
#downloading_msg {
	display: none;	
}

/* Show About */

body.shows.about #pr {
	border: 1px solid #CCC;
	width: 688px;
	padding: 20px;
	background-color: white;
	float: left;
}

body.shows.about #pr table td p,
body.shows.about #pr table td a,
body.shows.about #pr table td span {
    word-wrap: break-word;
}

#pr_info {
	width: 223px;
	float: right;
}
.pr_photo {
	margin-bottom: 35px;
	color: #666;
}
#pr_info .pr_contacts {
	color: #333;
	background-color: #E2E2E2;
	padding: 16px;
	margin-bottom: 15px;
	word-wrap: break-word;
}
#pr_info .pr_contacts p.hdr {
	font-weight: bold;
	color: #000;
}

#pr_info .pr_contacts p.contact {
	margin: 6px 0 10px 0;
}

#lowertoolbar,
.lowertoolbar {
	display: none;
}

/* Photos */
label.b {
    color: #007fd4;
}

#shareable {
	display: none;
	height: 23px;
	width: 262px;
	margin-bottom: 8px;
	clear: left;
	margin-right: 10px;
	display: inline-block;
}

#shareable input label {
	vertical-align: text-bottom;
}

#shareable input {
	margin-bottom: 2px;
}
#shareable img {
	margin-bottom: -8px;
}

/* Releases */
.release_date {
	color: #333;
}


/* Photo View */
body.photoview {
	width: 540px;
	min-width: 540px;
	background-color: #F6F6F6;
}
body.photoview div.layout-978,
body.photoview #container {
	width: 540px;
}
body.photoview  div#main {
	padding-bottom: 0;
}
body.photoview div.layout-978 { width: 540px; }
body.photoview #photo_outer {
	padding: 20px;
}
body.photoview #photo_wrap {
	width: 500px;
	text-align: center;
}
/* Schedule */
tr.grid_hdr td {
	font-size: 13px;
	font-weight: bold;
	padding: 8px 0 5px 5px;
	height: 24px;
	border-left: 1px solid #ccc;
}
tr.grid_hdr td.grid_nav {
	padding: 2px 24px 5px 5px;
	border: none;
	width: 43px;
}
td.grid_day {
	padding: 8px 24px 5px 5px;
	font-weight: bold;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	width: 43px;
	height: 100px;
	border-top: 1px solid #ccc;
}
td.grid_day p {
	color: #333;
	font-size: 11px;	
}
td.grid_item {
	font-size: 11px;
	padding: 8px 0 5px 5px;
	width: 158px;
	min-height: 100px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
td.grid_item a,
td.grid_item a.show_title,
td.grid_item span.show_title,
td.grid_item p {
	font-size: 11px;
}
td.grid_item p {
	margin: 6px 0;
}
td.d_30 {
	width: 158px;
}
td.d_60 {
	width: 322px;
}
td.d_90 {
	width: 444px;
}
td.t_1000PM {
	width: 190px;
}

#schedule div.list_item {
	display: block;
	margin-bottom: 20px;
}
#schedule div.time {
	display: block;
	float: left;
	width: 68px;
	color: #000;
	font-size: 13px;
	font-weight: bold;
}
#schedule div.info {
	display: block;
	border: none;
	font-size: 13px;
	line-height: 14px;
	color:#333;
}
#schedule div.list_item div.info {
	float: left;
	width: 650px;
}
#schedule div.info p {
	margin: 10px 0;
}
#schedule div.info p.special {
	color: #ed4800;
	font-weight: bold;
	line-height: 14px;
}
#schedule div.info a.show_title,
div.info span.show_title {
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
    display: inline-block;
}
#schedule div.info a.show_title {
    color: #103e7b;
}

/* Bio list and details */
#biolist div.photo,
#biolist div.photo img {
	width: 100px;
}
#biolist .info {
    margin-top: 0;
}
#bio_view div.photo.bio_photo {
	width: 168px;
}

#bio_view #pr {
	width: 560px;
	float: left;
	border:none;
	padding: 0px;
	background-color: transparent;
}
#bio_view #pr_content {
	margin-top: 0px;
}
#bio_view .pr_title {
	padding-bottom: 0;
}
div#pr_contentwrap div#pr_content {
     padding-top: 15px;
}


/* Execs */
#execlist div.photo {
	width: 100px;
}
#exec_bio img {
	width: 136px;
}

#execlist .exec {
	width: 320px;
	min-height: 40px;
	float: left;
	padding-top: 20px;
	padding-bottom: 15px;
}
#execlist .photo_link{
	display: block;
	width: 100px;
	float: left;
}
#execlist .info {
	width: 200px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}
#execlist p {
	color: #333;
}
#execlist p.name {
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
#execlist p.etitle {
    margin-bottom: 10px;
}
div#execlist div.photo img {
    width: 100px;
}
div.exec .info a.info_link {
    display: inline-block;
}

div.exec .info a.info_link {
    display: none;
}
div.exec .info a.info_button {
    xxxmargin-left: 10px;
}
#exec_details .exec_name {
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 30px;
	display: inline-block;
}
#exec_details .exec_title {
	font-size: 14px;
	padding-bottom: 20px;
	display: inline-block;
}

/* Buttons */
a.info_button {
    display: inline-block;
    margin: 0;
	padding: 4px 5px;
	
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    color: #007fd4;

    background-color: #fff;
	background-image: linear-gradient(#fff, #ececec);
	background: #fff;
	background: linear-gradient(#fff, #ececec);
	
	border: 1px solid #d4d5d6;
}
a.info_button i.fa {
    font-size: 14px;
    color: #fff;
    background-color: #333;
    padding: 3px;
    margin-right: 4px;
}
a.info_button:hover {
    border-color: #007fd4;
    color: #000;
}

a.info_button.watchfullvideo {
    margin-top: 1px;
    margin-left: 20px;
    vertical-align: middle;
}
#videos #filters span#show_options {
    margin-left: 10px;
}

/* Birthdays */


#featured_birthday a img {
    width: 160px;
}

#birthdays ul.tabs { margin-left: 1px !important; }
#birthdays div.panes {
	background-color:#fff;
	display: block;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 20px 0 20px 10px;
	margin-left: 1px;
}

/* Videos */

#videos p {
	color: #333;
	line-height:14px;
}

#videomain {
	margin-top: 15px;
	height: 405px;
}

#videoplayer {
	float: left;
	background-color: #666;
	color: #fff;
	height: 405px;
	width: 720px;
}

#videoinfowrap {
	background: #e1e1e1;
	width: 258px;
	height: 405px;
	float: right;
	background-color: #ddd;
}

#videoinfo  {
	padding: 24px 24px 10px 24px;
}

#videoinfo #video_description{
	height: 130px;
	overflow-y: hidden;
}

#videoinfo #video_description p {
	font-size:12px;
	line-height:17px;
}

#videoinfo h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #007fd4;
	padding: 0 0 10px 0;
}
#videoinfo h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
#videoinfo p {
	font-size: 14px;
	margin-bottom: 10px;
}
#videoinfo p.at {
	margin-bottom: 0px;
}
#videolist {
	margin-top: 15px;
}
a.moreless{
	display: inline-block;
	margin-top: 5px;
	font-weight:bold;
	font-size:12px;
}

.videoitem {
	width: 222px;
	height: 210px;
	float: left;
	padding-left: 30px;
	padding-bottom: 5px;
	font-size: 11px;
}
.videoitem.col_0 {
	padding-left: 0;
}
.videoitem p {
	font-size: 11px;
	line-height: 14px;
}
.videoitem p.st {
	text-transform: uppercase;
}
.videoitem p.st a {
	text-transform: uppercase;
}
.video_related {
	display: block;
	margin: 0;
	font-size: 11px;
	line-height: 14px;
}
.vtype { color: #007FD4; }
span.airdate {
    padding-left: 4px;
    margin-left: 2px;
	border-left: 1px solid #ccc;
}

#videoerror {
	float: left;
	background-color: #000;
	width: 720px;
	height: 405px;
}
#videoerrormsg {
	text-align: center;
	font-size: 14px;
	background-color: #ccc;
	border: 1px solid #333;
    float: left;
    height: 40px;
    left: 70px;
    padding: 28px 10px;
    position: relative;
    top: 131px;
    width: 560px;
}
#videoerrormsg p {
	font-weight: bold;
	line-height: 20px;
}
#video_type_menu {
	font-size: 14px;
}

span#vid_buttons .info_button {
    margin-bottom: 4px;
    border-color: #999;
}

#videolist .videoitem>a>img {
    width: 222px;
    height: 125px;
}

/* Login */

#login_outer {
	width: 490px;
	padding: 20px;
}
#login_outer p {
	font-size: 13px;
}
#login_outer p.notes {
	color: #333;
}
#login_outer p.hdr {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#login_outer p.hdr2 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}
#login_outer p.hdr2 a {
	text-decoration: underline;
}
#login_outer p.hdr3 {
	margin-top: 36px;
}
#login {
	width: 500px;
	text-align: left;
}

#login_outer p.hdr img {
	height: 25px;
	width: 263px;
}

#registrationform p.passwordrules {
	width: 400px;
}

/* Photo detail */

#webres_photo {
	margin: 0 auto;
}
div.tools {
	margin-top: 10px;
	padding: 8px 0;
	background-color: #E2E2E2;
}
div.tools a {
	color: #012a62;
	font-weight: bold;
	margin: 0;
	
	line-height: 24px;
}
div.featured_photo div.tools,
div.exec_photo div.tools {
    display: none;
}
div.tools .buttons {
    
}
div.tools a.photo_button {
	background: transparent;
	height: 24px;
	padding: 4px 10px 4px 8px;
	display: inline-block;
    text-transform: uppercase;
    color: #007fd4;
    cursor: pointer !important;
}
div.tools a.photo_button i {
	background: #333;
	color: #e1e1e1;
	padding: 3px 4px;
}
div.tools a.photo_button:hover {
    text-decoration: none;
    color: #000;
}

a.info_button i,
a.photo_button i {
	min-width: 12px;
}

div.tools a.photo_button.embed,
div.tools a.photo_button.webres {
    border-right: 1px solid #999;
}
div.embedcode {
	display: none;
	padding: 10px;
}
div.embedcode p {
	font-size: 10px;
}
div.embedcode textarea {
    width: 100%;
}


/* Jquery UI dialog */

.ui-dialog .ui-dialog-content { padding: 0; }
.ui-dialog.ui-widget-content { background-color: #f6f6f6; }
.ui-dialog-title {
    display:none;
}
.ui-dialog-titlebar {
    background:transparent;
    border:none;
}
.ui-dialog .ui-dialog-titlebar {
    padding: .8em 1em;
}
.ui-dialog .ui-dialog-titlebar-close {
    right: 10px;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-front {
    z-index: 100;
}


div#ooyalaplayer {
	float: left;
	position: relative;
	z-index: 1;
	width: 720px;
	height: 405px;
}

span#vid_buttons {
    display: block;
    overflow: hidden;
}

@media print {
	#cbs_entertainment_header,
	#main_nav,
	header
	footer {
		display: none;
	}

	div#main {
		background-color: #FFF !important;
	}

	div.contact {
		page-break-inside: avoid;
	}
}


/* RESET AFTER */

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

			
