/* _resets.css *//* reset.css */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td, img { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	/* this breaks sifr.  please leave it out
	font-size:100%;
	*/
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym { 
	border:0;
}
/* ui.core.css */
/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* ui.slider.css *//* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: 1%; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }
/* ui.tabs.css */.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

/* ui.theme.css *//*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ /*url(images/ui-bg_glass_75_ffffff_1x400.png){bgImgUrlContent}*/ 0/*{bgContentXPos}*/ 0/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background: #cccccc/*{bgColorHeader}*/ /*url(images/ui-bg_highlight-soft_75_cccccc_1x100.png){bgImgUrlHeader}*/ 0/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ /*url(images/ui-bg_glass_75_e6e6e6_1x400.png){bgImgUrlDefault}*/ 0/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ /*url(images/ui-bg_glass_75_dadada_1x400.png){bgImgUrlHover}*/ 0/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ /*url(images/ui-bg_glass_65_ffffff_1x400.png){bgImgUrlActive}*/ 0/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 0/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_inset-soft_95_fef1ec_1x100.png)/*{bgImgUrlError}*/ 0/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #363636/*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsHeader}*/; }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png)/*{iconsDefault}*/; }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsHover}*/; }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsActive}*/; }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/; }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/; }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-top { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-right {  -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-left { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all { -moz-border-radius: 4px/*{cornerRadius}*/; -webkit-border-radius: 4px/*{cornerRadius}*/; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ none/*{bgImgUrlOverlay}*/ 0/*{bgOverlayXPos}*/ 0/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -4px/*{offsetTopShadow}*/ 0 0 -4px/*{offsetLeftShadow}*/; padding: 4px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ none/*{bgImgUrlShadow}*/ 0/*{bgShadowXPos}*/ 0/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .35;filter:Alpha(Opacity=35)/*{opacityShadow}*/; -moz-border-radius: 4px/*{cornerRadiusShadow}*/; -webkit-border-radius: 4px/*{cornerRadiusShadow}*/; }
/* _tds.css *//* element styles */

/* Follow Us*/
.followUs{
	width:162px;
	height:33px;
	float:left;
	position: relative;
	right: 84px;
}

.followUsText{
	width:70px;
	height:12px;
	position:absolute;
	background:transparent url('/sitewide/images/sprites/TDS_SocialSprite.png') no-repeat scroll 0 0;
	background-position: 0px -318px;
	margin:16px 0 0 13px;
}

.followUsTwitter{
	width:33px;
	height:33px;
	position:absolute;
	z-index:10;
	background:transparent url('/sitewide/images/sprites/TDS_SocialSprite.png') no-repeat scroll 0 0;
	background-position: -1px -123px;
	margin:8px 0 0 0px;
}

.followUsFacebook{
	width:39px;
	height:33px;
	position:absolute;
	z-index:10;
	background:transparent url('/sitewide/images/sprites/TDS_SocialSprite.png') no-repeat scroll 0 0;
	background-position: 3px -82px;
	margin:8px 0 0 0px;
	left:-3px;
}

.faceBookIframe{
	position:absolute;
	z-index:20000;
	background-color:#FFFFFF;
	margin:28px 0 0 -5px;
	border:1px solid #000000;
	display:none;
	left: 8px;
	top: 7px;
}

.FBhover{
	background:transparent url(/sitewide/images/sprites/TDS_SocialSprite.png) no-repeat scroll 0px -210px;
	left: 5px;
}

.faceBookHead{
	position:absolute;
	width:30px;
	height:37px;
	z-index:20001;
	float:left;
	margin:0px 92px;
	cursor:pointer;
}

.twitterHead{
	position:absolute;
	z-index:20001;
	width:30px;
	height:37px;
	float:left;
	margin:0px 128px;
	cursor:pointer;
}

.followUsFaceBookHolder{
	position:absolute;
	z-index:30000;
	height:37px;
	margin:0 0 0 -5px;
	width:40px;
	top: 8px;
}

.twitterFrame{
	cursor: default;
	position:absolute;
	z-index:20000;
	background-color:#FFFFFF;
	margin:28px 0 0 -5px;
	border:1px solid #000000;
	display:none;
	max-height: 370px;	
	width: 282px;
	top: 7px;
	left: 4px;
}

.twitterFollowButton { 
	padding: 10px 0 0 8px;
}

.twitterHover{
	background:transparent url(/sitewide/images/sprites/TDS_SocialSprite.png) no-repeat scroll -35px -256px;
	left: -1px;
}

.followUsTwitterHolder{
	position:absolute;
	z-index:30000;
	height:40px;
	margin:8px 0 0 0;
	width:40px;
}

.followUsBackground {
	background-image: url('/sitewide/images/sprites/TDS_SocialSprite.png');
	background-repeat: no-repeat;
	background-position:  0px -164px;
	float: left;
	position: relative;
	height: 36px; width: 71px;
	left: 79px;
	top:8px;
}

.facebookNumber{
	height:15px;
	margin:4px 0 0 -7px;
	position:absolute;
	width:16px;
	z-index:500000;
}

.twitterNumber {
	height:15px;
	margin:4px 0 0 -7px;
	position:absolute;
	width:16px;
	z-index:500000;
	
}
.twitterAlert{
	background:transparent url('/sitewide/images/sprites/TDS_SocialSprite.png') no-repeat scroll 0 0;
	background-position: -1px -42px;
}

.facebookAlert{
	background:transparent url('/sitewide/images/sprites/TDS_SocialSprite.png') no-repeat scroll 0 0;
	background-position: -1px -42px;
}

.follow_container {
	padding-bottom: 10px;	
}

/* End of follow us*/


body {background-color:#0f62b3;font-family:arial,helvetica,sans-serif;}
strong {font-weight:bold;}
a {text-decoration:none;}
a:hover {color:#EF9509;}

/* master page elements */
#vertical_cap {width:960px;height:29px;}
/* this needs to be broken out */
#backgroundHolder {
	background-image:url(/sitewide/images/common/tds_header.jpg);
	background-repeat:no-repeat;
	background-position:50% 0;
	background-color:#0f62b3;
	min-width:960px;
}
#visibleHeader{position:relative;z-index:9999;
}
#body_holder {width:980px;position:relative;margin:auto;}

#content_holder {
	width:980px;
	padding:10px 0 0 0;
	background:white url(/sitewide/images/common/contentHolderCorner.gif) no-repeat top left;
	position:relative;
}
#content_holder .corner-bl{
	width:980px;
	height:6px;
	overflow:hidden;
	position:absolute;
	bottom:0px;
	left:0px;
	background:transparent url(/sitewide/images/common/footer_corner.gif) no-repeat scroll 0 0;
}
#tds_logo {
	cursor: pointer;
	display: block;
	width: 303px;
	height: 90px;
	position: relative;
	overflow: hidden;
	float: left;
	left: 23px;
	top: 6px;
}

/* ads */
div#leaderboard {width:728px;height:90px;float:right;}
#footer_banner_ad {width:728px;height:90px;margin:15px auto;}
#ad_300x250 {width:300px;height:250px;}
.ad_160x600 {width:160px;margin:0 auto 8px;}
#leaderboard .ad_728x90.module{margin-bottom:0;}
#ad_300x250 object { position: relative; }

/* top navigation */
#top-nav {float:right;width:609px;height:32px;overflow:hidden;background:url(/sitewide/images/top_nav/menuBackground.gif) no-repeat; }
#top-nav a span {display:none;}
#top-nav li {display:block;float:left;}
#top-nav ul {padding:7px 4px 0px 15px;height:32px;}

/* master page classes */
#footer, #footer a, #footer a:visited, #footer a:hover {text-align:center;color:white; font-family:verdana, helvetica, sans-serif;font-size:9px;line-height:15px; }
#footer { margin:4px 0 0 0; }
#footer p.copyRight { margin:4px 0 10px 0 ;}

.policy p { padding:0 0 10px; }

/* page layouts */
.One_Column_A, .Two_Column_A, .Three_Column_B {padding:10px 20px 0 20px;}

.Three_Column_A, .Two_Column_B, .Three_Column_C{
	padding:10px 10px 0 10px;
}
.Three_Column_A #right_column, .Three_Column_C #right_column {
	width:300px;
	float:right;
}
.Three_Column_A #double_left_column, .Three_Column_C #double_left_column{
	width:650px;
	float:right;
	margin-right:10px;
}
.Three_Column_A #center_column, .Three_Column_C #center_column {
	width:400px;
	float:right;
	margin-right:10px;
}
.Three_Column_A #left_column, .Three_Column_C #left_column {
	width:242px;
	float:right;
	margin-right:8px;
}

.Three_Column_A #right_column .genericPromo .footer{width:300px;display:block;zoom:1;margin-left:1px !important;}
.Three_Column_A #right_column .genericPromo .header{width:300px;display:block;zoom:1;margin-left:1px !important;}

.Three_Column_C #right_column .genericPromo .footer{width:300px;display:block;zoom:1;margin-left:1px !important;}
.Three_Column_C #right_column .genericPromo .header{width:300px;display:block;zoom:1;margin-left:1px !important;}

.Three_Column_B #left_column{width:200px;float:left;}
.Three_Column_B #center_column{width:520px;float:left;margin-left:10px;}
.Three_Column_B #right_column{width:200px;float:left;margin-left:10px;}

.One_Column_A #left_column {width:960px;}
.Two_Column_A #left_column {float:left;width:630px;}
.Two_Column_B #left_column {width:650px;float:left;}
.Two_Column_A #right_column, .Two_Column_B #right_column {float:left;width:300px;margin-left:10px;}
.Two_Column_B #restOfRightColumn {position:absolute;z-index:1000;width:440px;top:378px;right:20px;}
.Two_Column_B #right_column .adHolderForVideoPage {width:300px;height:250px;}
.Two_Column_C{
	margin-top:10px;
}
.Two_Column_C #left_column{
	float:left;
	width:650px;
	margin-left:10px;
}
.Two_Column_C #right_column{
	float:left;
	width:300px;
	margin-left:10px;
}

#top_column {
	margin: 10px auto 10px auto;
	width: 980px;
	height: 90px;
	overflow: hidden;
}

/* tds specific styles */
/* move these when site is in production */
.module {margin-bottom:8px;}
.module a {cursor:pointer;} /* for IE 6 */
.header,.footer {background:transparent url(/sitewide/images/sprites/tds_module_sprite.gif) no-repeat 0px 0px;overflow:hidden;}
.middle {background-color:#F9F9F9;border-left-style:solid;border-left-color:#C3C3C3;border-left-width:1px;border-right-color:#C3C3C3;border-right-width:1px;border-right-style:solid;border-top-width:1px;border-top-color:#C3C3C3;border-top-style:solid;padding:10px;}
.footer {height:5px;}
.mtvnLogo {padding:5px 0 5px 0; width:125px;height:31px;margin:auto;}

.imageMargin {padding:1px;}
.imageHolder {position:relative;margin:auto;overflow:hidden;background-color:white;}/*height and width dynamically entered into style attribute */
.niagara_image {display:none;}
.playArrow {position:absolute;right:10px; bottom:10px;height:12px;width:15px;display:inline;background:transparent url(/sitewide/images/buttons/play_btn_small.gif) no-repeat 0 0;}
a .imageMargin , .imageMargin {border:1px solid #EF9509;display:block;margin:auto;}
a:hover .imageMargin {background-color:#EF9509;}
a span.hideText {text-indent:-20000px;display:block;}
.side .imageHolder {margin:0 4px 0 0;float:left;}

.rule {background-color:#C3C3C3;font-size:0;height:1px;line-height:0;margin:6px auto;overflow:hidden;width:100%;clear:both;}

/* text styles */
.header .headerText {font-size:18px;font-weight:bold;line-height:19px;color:#00349F;}
.headerPad {padding:5px 5px 4px 10px;}
.grey.headerPad {padding:4px 10px 2px 10px;}
.blue.headerPad {padding:5px 11px 5px 11px;}
.subheadText{font-size:14px;font-weight:bold;color:#00349F;margin:8px 0 3px 0;}
.copy, a strong  {font-size:12px;line-height:13px;color:#3D3D3D;}
.linksHolder{ margin-top:5px;}
/* .link {font-size:10px;} */

/* bookmarks */
.bookmarks a {background:transparent url(/sitewide/images/sprites/bookmark_sprite.png) no-repeat 0 0;display:block;width:17px;height:17px;overflow:hidden;margin-right:3px;}
a.digg {background-position:0px 0px;}
a.facebook {background-position:0px -25px;}
a.delicious {background-position:0px -50px;}
a.newsvine {background-position:0px -75px;}
a.stumbleupon {background-position:0px -100px;}
a.reddit {background-position:0px -125px;}
a.yahoo {background-position:0px -150px;}
a.fark {background-position:0px -175px;}
a.technorati {background-position:0px -200px;}
a.furl {background-position:0px -225px;}
a.magnolia {background-position:0px -250px;}

/* autocomplete search styles */
.ac_results {padding: 0px;border: 1px solid #232323;background-color:#f9f9f9;overflow: hidden;z-index:10000000;}
.ac_left {margin-left:-21px;}
.ac_results ul {width: 100%;list-style-position: outside;list-style: none;padding: 0;margin: 0;}
.ac_results li {margin: 0px;padding: 2px 5px 2px 18px;cursor: default;display: block;font-family:Arial, sans-serif;font-size: 12px;line-height: 17px;overflow:hidden;color:#000000;}
.ac_loading {}
.ac_odd {}
.ac_results li.ac_over {background-color: #EE813D;color: white;}
.ac_suggest {display:block; font-size:10px; font-family:Arial, sans-serif; font-weight:bold;color:#232323;padding-left:8px;margin-bottom:8px;margin-top:4px;}

.ad_1x2 {margin-bottom:0;}

.cc_footy{
	width:1066px;
	height:30px;
	overflow:hidden;
	margin:0 0 0 -43px;
	position:fixed;
	bottom:0px;
	z-index:20000;
}


/* ad_styles.css *//* 5x5 text ads */
/* 5x5 div class name for ad content served by DART */
.textAdContent {
	position:relative;
	left: 3px;
}
/* 5x5 div class name for ad header served by DART */
.textAdHeader {
	position:relative;
	float:left;
}

/* baseball-card.css *//* Baseball Card */
#bb_popup{position:fixed; top:30px; left:300px;z-index:10001; display:none;}
.baseball-card {display:none;background: #fff; border: 5px solid #000; border-top: none; border-bottom: none; width: 430px;}
#bbc_close{position:absolute; top: -35px; right: -22px; width: 30px; height:30px; background: url(/sitewide/images/sprites/tds_icon_sprite.gif) -260px -193px no-repeat; text-indent:-10000px; outline:none;}
#bbc_close:hover{background-position: -260px -227px;}
#bb_popup .baseball-card {display:block;}
.baseball-card .header, .baseball-card .footer {height: 12px; width: 440px; position: absolute; right:0; background: url(/sitewide/images/sprites/TDS_GuestSearch_Sprite.png) no-repeat;}
.baseball-card .header {top:-12px; background-position: -10px -797px;}
.baseball-card .footer {bottom: -12px; background-position: -10px -820px; }

.baseball-card .middle {background: none; border: none !important; padding: 0 15px;}

.baseball-card h2 {font: bold 20px Arial, Helvetica, sans-serif; padding: 3px 0;}
.bc-content {color: #3d3d3d; font: 12px/15px Arial, Helvetica, sans-serif; overflow: hidden;}
.bc-content img {border: 1px solid #f2910c; display: block; float: left; margin: 0 10px 5px 0; padding: 1px;}

.bc-related-news {clear: both; margin: 0 0 0 -8px; overflow: hidden; padding: 15px 0 10px 8px; width: 100%;}
.bc-related-news dt {clear: left; color: #232323; line-height:19px; font: bold 12px Arial, Helvetica, sans-serif; padding: 0 8px 0 0; display:inline;}
.bc-related-news dd {font: 12px Arial, Helvetica, sans-serif; padding:2px 0; display:inline; line-height:19px; color:#5a5a5a}

.bc-related-news dd a {color: #5ea1fa;  padding: 0px 8px;}
.bc-related-news dd.first a{padding-left:0}

.bc-related-news dd a:hover {color: #ef9509;}

.bc-previous {border-top: 1px solid #c3c3c3; clear: both; overflow: hidden; width: 100%;} 
.bc-previous dt {clear: both; color: #232323; font: bold 16px/16px Arial, Helvetica, sans-serif; padding: 8px 0 4px; width: 100%;}
.bc-previous dd {float: left; height: 62px; padding: 0 4px 0 90px; position: relative; width: 105px;}
.bc-previous dd img {border: 1px solid #ef9509; display: block; left: 0; padding: 1px; position: absolute; top: 2px;}

.bcp-date {color: #232323; display: block; font: bold 12px Arial, Helvetica, sans-serif; margin: 0 0 3px;}
.bc-previous dd a.bcp-date:hover img{ border: 2px solid #ef9509; padding: 0px;}
.bcp-clips, .bcp-interview { color: #3d3d3d; display: block; font: 11px Arial, Helvetica, sans-serif;}
.bcp-clips:hover, .bcp-interview:hover {color: #ef9509;}

#darkbox {
	display: block;
	position: fixed; top: 0; left: 0; width: 100%; height: 100%; padding: 0; margin: 0; z-index: 10000; background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.5);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
	filter: alpha(opacity=50);	
	
}
/* cappy.css */#visibleCappy{
	height:140px;
	position:relative;
	z-index:1000000;
}

.cappyHolder{
	width:100%;
	background:#181c1d;
	height:25px;
	margin: 0px 0px 10px 0px;
}

.cappy {
	height:25px;
	position:relative;
	z-index:100000;
	background:#181c1d;
	margin:auto;
	width:980px;
}

.cappy .moreSites ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

.cappy .moreSites ul li {
	display:inline;
	float:left;
	position:relative;
	text-indent:-20000px;
	z-index:2000000;
}

.cappy .moreSites ul li a{
	display:block;
	background:transparent url('/sitewide/images/sprites/cappy_sprite01.gif') no-repeat scroll 0 0;
	height:35px;
	outline:none;
	border:none;
}

 li.last a{
	width:auto !important;
	height:auto;
	color:#ffff00!important;
}

#flux_quickmenu_3 .fluxWidget {
margin:0px!important;
}

.cappy .moreSites .moreLinks a:hover {
	background-position:-170px -35px;
}
.cappy .moreSites .moreLinks a{
	background-position:-170px 0px;
	width:110px;
	height:29px;
}

.cappy .logo a:hover {
	background-position: 0px -35px;
}
.cappy .logo a{
	background-position: 0px 0px;
	width:160px;
	height:29px;
}

.cappy .moreSites ul li ul li a{
	display:block;
	width:194px!important;
	height:16px!important;
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	padding: 3px 0 2px 10px;
	overflow:hidden;
	background-position:-1396px -989px !important;
	text-decoration:none;
	border:none;
}

.cappy .moreSites ul li ul {
	background:#657678 none repeat scroll 0 0;
	left:0px;
	position:absolute;
	top:25px;
	width:204px;
	padding:0px;
	z-index:20000000;
	display:none;
	overflow:hidden;
}

.cappy .moreSites ul li ul li {
	border-bottom:1px solid #000000;
	display:block;
	float:none;
	height:20px;
	text-indent:0;
	width:205px;
	overflow:hidden;
	margin:0px 0px 0px -1px;
}

.cappy .moreSites ul li:hover ul,
.cappy .moreSites ul li.over ul{/* For the IE DOM script hack. */
	display:block;
}

.cappy .moreSites ul li ul li:hover{
	background:#333832;
}

#flux_quickmenu_3 .fluxWidget .fluxBtn {
	color:#3bb9d6!important;
	font-family:arial!important;
	font-size:12px!important;
	font-weight:bold!important;
	text-decoration:none!important;
}

#flux_quickmenu_3 .fluxWidget .fluxBtn:hover{
	text-decoration:underline!important;
}

#flux_quickmenu_3 .fluxWidget .widgetContainer .container {
	padding:3px 0px 0px 0px!important;
	text-align:right!important;
}

.flux .widgetContainer {
	margin-top:-1px!important;
}

#flux_quickmenu_3 .fluxWidget img.avatarSmall {
	margin-top:-3px!important;
}

#backgroundHolder {
	background-position:50% 0px!important;
}

/* carousel.css */.hpCarousel { margin:1px 0px 0px 1px; float:left; width:133px; height:288px; background:transparent url(/sitewide/images/sprites/tds_module_sprite.gif) no-repeat -10px -4289px;}
.hpCarousel .header { background:transparent url(/sitewide/images/sprites/ToshVertical_ModuleSprite.png) no-repeat -10px -10px;width:650px;height:31px;overflow:hidden; }
.hpCarousel .header h2 { color:#FFFFFF;font-weight:bold;font-size:22px;text-transform:uppercase;padding:3px 0 0 10px; }
.hpCarousel #video_hpCarousel { background-color:black; }
.hpCarousel #video_hpCarousel,.hpCarousel .thumbnailViewerHolder { float:left; }
.hpCarousel .thumbnailViewerHolder { width:133px;height:288px;position:relative; }
.hpCarousel .thumbnailViewer { width:133px; }
.hpCarousel .middle { background-color:white;padding:0 1px 1px;width:648px; }
.hpCarousel .button a { cursor:pointer;display:block;background:transparent url(/sitewide/images/sprites/ToshVertical_ModuleSprite.png) no-repeat -990px -55px;width:136px;height:17px;overflow:hidden; }
.hpCarousel .scrollUp.button a { background-position:-990px -32px;}
.hpCarousel .scrollDown.button a { background-position:-990px -103px;}
.hpCarousel .scrollUp.button a:hover { background-position:-990px -54px;}
.hpCarousel .scrollDown.button a:hover { background-position:-990px -125px;}
.hpCarousel .imagesHolder { height:220px;overflow:hidden; }
.hpCarousel .imageHolder { border:1px solid #FFFFFF;width:111px;height:64px;margin:0 auto;position:relative; }
.hpCarousel .seeAll { width:133px;height:26px;overflow:hidden;margin:0px; }
.hpCarousel .seeAll a { cursor:pointer;display:block;background:transparent url(/sitewide/images/sprites/tds_icon_sprite.gif) no-repeat -160px -136px;width:134px;height:26px; }
.hpCarousel .seeAll a:hover { background-position:-160px -162px; }
.hpCarousel .metaHolder { clear:both; }
.hpCarousel .video_entry { width:107px;height:60px;display:block;position:relative; }
.hpCarousel .videoDetailsHolder { padding:8px 15px; }
.hpCarousel .videoDetailsHolder .title { font-size:20px;font-weight:bold;color:#666666;margin:0 0 5px; }
.hpCarousel .videoDetailsHolder .duration { font-size:14px;color:#999999;font-weight:normal; }    
.hpCarousel .videoDetailsHolder .description { font-size:14px;color:#666666;font-weight:normal;margin:0 0 5px;clear:both; }    
.hpCarousel .videoDetailsHolder .tags { font-size:12px;color:#666666;font-weight:bold;margin:0 0 5px; }  
.hpCarousel .videoDetailsHolder .tags a { color:#95181A;text-decoration:none; }
.hpCarousel .videoDetailsHolder .tags a:hover { color:#CC0000; }
.hpCarousel .videoDetailsHolder .airDate { float:left;font-size:12px;width:49%;color:#666666;margin:0 0 5px; }
.hpCarousel .videoDetailsHolder .views { float:right;text-align:right;color:#666666;font-size:14px;width:49%;margin:0 0 5px; }
.hpCarousel .videoDetailsHolder .views span { font-weight:bold; }
.hpCarousel .socialDetailsHolder { background-color:#F3F3F3;padding:10px 15px 6px; }
.hpCarousel .metaData { display:none; }
.hpCarousel .metaData.active { display:block; }
.hpCarousel .nowPlayingHolder { display:none;position:absolute;right:0;bottom:2px;width:107px;height:15px;background-color:black; opacity:0.8; }
.hpCarousel .nowPlayingHolder .nowPlaying { color:white;font-weight:bold;font-size:10px;width:96px;height:15px;margin:0 auto; }
.hpCarousel .vidPlayHolder {position:absolute;right:4px;bottom:4px;width:15px;height:12px;}
.hpCarousel .active { border:1px solid #309ae8; }
.hpCarousel .disabled { display:none; }

/* clickable-sponsor-banner.css */div#clickable_sponsor_banner {
	width: 980px;
	overflow: hidden;
	
	background: transparent;
}

a#sponsor_banner_left { 
	width: 700px;
	height: 90px;
	float: left;
	display: block;
	outline: 0;
}

a#sponsor_banner_right {
	width: 280px;
	height: 90px;
	float: left;
	display: block;
	outline: 0;
}


/* collection-module.css *//*colectionModule*/
.colectionModule{width:300px; margin-bottom:10px;}
.colectionModule .middle{padding:0; background:none; border:0;}
.colectionModule .footer{ height:7px;background: #000 url(/sitewide/images/sprites/tds_module_sprite.gif) -10px -5007px no-repeat;}

.colectionModule a, .colectionModule a:hover{padding: 5px 5px 0px 70px; font-weight:bold; font-size:20px; color:#fff; outline:none; display:block; background: #000 url(/sitewide/images/sprites/tds_module_sprite.gif) -10px -4878px no-repeat; line-height:20px;}
.colectionModule a img{display:block;}
.colectionModule a:hover small{color:#ef9509}
.colectionModule a strong{font-size:12px; color:#fff; display:block; padding:5px 0 10px 0;}
.colectionModule a small{font-size:12px; display:block; background:#000; display:block; padding:8px 10px 0 0; text-align:right; font-size:12px; margin:0 -5px 0 -70px;}
.colectionModule a small span{position:relative; top:-1px;}
.colectionModule a img{margin-left:-70px; display:block;}


/* collection-playlist.css */.gr-playlist{width:300px;}
#tds_vertical_hp .gr-playlist { width:400px; }
.gr-playlist .middle{overflow:hidden;}
.gr-playlist .middle .side{float:none; padding-bottom:6px;}
.gr-playlist .middle .side .imageHolderBlock{width:135px; border: 1px solid #EF9509; padding:1px; float:left; margin:0 5px 2px 0; position:relative;}
.gr-playlist .middle .side .imageHolderBlock img{padding:0;}
.gr-playlist .middle .side .imageHolderBlock:hover{border: 2px solid #EF9509; padding:0px; width:135px;}
.gr-playlist .middle .side .imageHolderBlock a{}
.gr-playlist .middle .side .imageHolderBlock a:hover{background:none !important;}
.gr-playlist .middle .side .imageHolderBlock img{display:block !important;}
.gr-playlist .middle .side .imageHolderBlock .play_arrow{height:18px; overflow:hidden; line-height:22px; width:130px; padding-left:5px; background-color:#fff; font-size:11px; font-weight:bold; color:#5EA1FA}
.gr-playlist .middle .side .imageHolderBlock .play_arrow span{padding:0px 5px; font-size:11px; background: url(/sitewide/images/sprites/tds_module_sprite.gif) -157px -2553px no-repeat; margin-left:3px;}

.gr-playlist .middle .side .shortTitle{display:block;}
.gr-playlist .middle .side .textHolder{float:none; font-size:11px; line-height:14px;}

.gr-playlist .middle .side .watch_now, .gr-playlist .middle .side .watch_now a{display:inline; font-size:11px;}

.gr-playlist .middle .rule{margin:0 0 6px 0 !important;}

#tds_green_room #right_column  .gr-playlist .header{background-position: -10px -1157px;}
/* editorial_collection.css *//* layout */
#coll_top_row {}
.coll_top_left, .coll_top_right {display:block;/*float:left;*/}
.coll_top_left {padding-left:10px;max-width:800px;display:inline-block;}
.coll_top_right {}
.coll_top {display:block;width:940px;height:5px;background-image:url(/sitewide/images/collections/TopModule_BG_Header940.gif);background-repeat:no-repeat;margin-left:10px;}
.coll_right_bot {display:block;width:371px;height:6px;background-image:url(/sitewide/images/collections/Carbunkle_BG_Footer.gif);margin-left:1px;}
.coll_left_bot {margin-left:10px;display:block;width:570px;height:5px;background-image:url("/sitewide/images/collections/VideoModule_BG_Footer570.gif");background-repeat:no-repeat;}

/* video page overrides */
#coll_layout .layoutF {font-size:12px;/*background-color:#dddddd;*/}
#coll_layout .layoutF #left_column .video_player {margin-bottom:20px;}
#coll_layout .layoutF #left_column {width:560px;float:left;}
#coll_layout .layoutF #right_column {width:380px;padding:0;float:right;margin: 0 22px 0 0;}
#coll_layout .playerBg {border-left:1px solid #c4c4c4;}
#coll_layout .vid_player {background:none repeat scroll 0 0 #F9F9F9;margin-left:10px;width:570px;}
#coll_layout .video_player .Container {background:none repeat scroll 0 0 #F9F9F9;border-left:1px solid #c4c4c4;border-right:1px solid #c4c4c4;margin-left:10px;min-height:100px;width:568px;}
#coll_layout .video_player .Container a {text-decoration:none;}
#coll_layout .video_player .Container .date {padding-top:10px;color:#777777;font-size:11px;text-decoration:none;}
#coll_layout .video_player .Container .date em{font-weight:bold;}
#coll_layout .video_player .Container .vid_hdr h2{color:#232323;font-size:16px;font-weight:bold;}
#coll_layout .video_player .Container .playerPlay p{color:#3D3D3D;font-size:12px;line-height:15px;padding:0 0 5px;}
#coll_layout .video_player .Container .playerPlay h4{color:#232323;font-size:11px;font-weight:bold;}
#coll_layout .video_player .Container .playerPlay h4 a{color:#5EA1FA;font-size:11px;text-decoration:none;}
#coll_layout .video_player .Container .tags span {color:#232323;font-size:11px;font-weight:bold;}
#coll_layout .video_player .Container .tags a, 
#coll_layout .video_player .Container .tags h2 a {color:#5EA1FA;font-size:11px;text-decoration:none;}
#coll_layout .video_player .Container .tags a:hover, 
#coll_layout .video_player .Container .tags h2 a:hover {color:#EF9509;font-size:11px;text-decoration:none;}
#coll_layout .video_player .Container .tags h2{display:inline;}
#coll_layout .video_player .Container .view_block{padding-right:10px;}
#coll_layout .playerBg #videoPlayer {margin: 27px 0 0 39px;}
#coll_layout .video_player .performerLinks {width:280px;}
#coll_layout .video_player h2 {margin-left:0px;font-size:18px;}
#coll_layout .flux h2 {margin-left:0px;font-size:12px;}
#coll_layout .Container h3 {border-bottom:1px solid #999999;color:#767676;font-size:11px;text-align:center;}
#coll_layout #left_column .coll_player_holder .Container .detailsBot {margin-left:5px;width:550px;}
#coll_layout #left_column .coll_player_holder .Container .Center {margin-left: 39px;}
#coll_layout .fluxWidget .contentAction .cacVertical li.commentCount {padding-left:15px;}
#coll_layout .flux .comments {background-color:#ffffff !important;margin-left:10px;}
#coll_layout .flux .comments3 {width:550px;}
#coll_layout .flux .comments3 a.saveButton {margin-left:486px !important;}
#coll_layout .fluxWidget .Comments3_3 a {color:#0094AF;}
#coll_layout .flux .greetingArea a:hover {color:#D40807;}
#coll_layout .link .videoIcon {background-position:-1px -75px;}
#coll_layout .fluxWidget .widgetContainer {border:none 0px #ffffff;}
#coll_layout #right_column .ad_300X250 {margin:20px 0 20px 40px!important;}
#coll_layout #left_column .coll_player_holder .Container .meta_block {padding:0 5px;}
#coll_layout #left_column .coll_player_holder .Container .share_block {float:right;}
#coll_layout #left_column .coll_player_holder .Container .share_block .share_container {left:6px;}

/* intro and above player */
#top_carbunkle .comedy_share.video {left:110px;	top:-3px;}
#top_carbunkle .comedy_share.video.hover { left:-169px; }
.coll_intro_header table {display:inline;}
.coll_intro_header .module {margin-bottom:0;}	
.coll_intro_header {line-height:40px;float:left;}	
.coll_intro {padding:10px;}
.coll_intro_header{} 
.coll_intro_blurb {}
.coll_intro_blurb {color:#2D2D2D;display:inline-block;font-size:14px;line-height:17px;padding:10px;}
.coll_intro_blurb a:link,
.coll_intro_blurb a:visited {color:#0094AF;}
.coll_intro_blurb a:hover {color:#D40807;}
.coll_intro_header {font-weight:bold;font-size:32px;color:#00349f;}
.coll_views_share {float:right;font-size:14px;line-height:40px;padding-top:10px;width:220px;}
.coll_views {margin-right:15px;color:#333;font-weight:bold;}
.coll_share {margin-right:15px;}
.coll_diggs {margin-right:5px;color:#333;font-weight:bold;}
.coll_views{display:block;float:left;}
.coll_share{display:block;float:left;}
.coll_diggs_img a {display:block;width:38px;height:16px;background-image:url(/sitewide/images/collections/digg_it.jpg);}

/* player */
.coll_player_holder {background:#fff;}
.coll_player_top {display:block;width:570px;height:5px;overflow:hidden;}
.coll_player_bot {display:block;height:0;overflow:hidden;width:570px;}


/* right column and ad */
.coll_right {background:none repeat scroll 0 0 #F9F9F9;border-right:1px solid #c4c4c4;min-height:310px;height:310px;width:371px;padding:15px 0 0;display:block;zoom:1;}
.coll_ad_holder {margin:20px 0 0 40px;}

/* title and intro graph */
#top_carbunkle{margin:10px 0 10px;}
.top_carbunkle_header{background-image:url("/sitewide/images/collections/TopModule_BG_Header940.gif");background-repeat:no-repeat;display:block;height:5px;margin-left:10px;width:940px;}
.top_carbunkle_middle{background-color:#F9F9F9;border-left:1px solid #C4C4C4;border-right:1px solid #C4C4C4;margin-left:10px;padding-right:15px;width:923px;}
.top_carbunkle_footer{background-image:url("/sitewide/images/collections/TopModule_BG_Footer940.gif");background-repeat:no-repeat;display:block;height:5px;margin-left:10px;width:940px;}
.coll_title, .coll_copy {padding-bottom:2px;}
.coll_title {font-weight:bold;}
.coll_title {padding-top:10px;font-size:16px;color:#00349f}
.coll_copy {border-bottom:1px solid #C3C3C3;margin-bottom:15px;padding:0 10px 15px 0;width:344px;}

/* rank and header */
.coll_rank_holder,
.coll_header_holder {}
.coll_rank_holder {color:#00349F;font-weight:bold;height:50px;font-size:50px;line-height:50px;padding-right:5px;}
.coll_header_holder {color:#2d2d2d;font-weight:bold;height:50px;font-size:20px;line-height:20px;width:280px;padding-bottom:5px;}

/* next back arrow thumbnail images and arrows */
.coll_right .flip_container{padding:10px 0 0 5px;}
.coll_block_left {display:block;float:left;width:175px;font-weight:bold;}
.coll_block_right {display:block;float:left;width:175px;font-weight:bold;padding-left:14px;}
.coll_block_left div{display:block;float:left;padding-right:5px} 
.coll_block_right div {display:block;float:left;}
.coll_block_left {border-right:1px solid #C3C3C3;}

.coll_block_left .coll_arr_holder div, .coll_block_left .coll_arr_holder a {margin:30px 0 0 0;display:block;width:12px;height:24px;background-image:url(/sitewide/images/collections/col_arrow_left.gif);}
.coll_block_left .coll_arr_holder a:hover{background-image:url(/sitewide/images/collections/col_arrow_left_on.gif);}

.coll_block_right .coll_arr_holder div, .coll_block_right .coll_arr_holder a {margin:30px 0 0 13px;display:block;width:12px;height:24px;background-image:url(/sitewide/images/collections/col_arrow_right.gif);}
.coll_block_right .coll_arr_holder a:hover{background-image:url(/sitewide/images/collections/col_arrow_right_on.gif);}

.coll_block_left .coll_arr_holder .coll_arrow_off {background-image:url(/sitewide/images/collections/col_arrow_left_off.gif);padding-right:0px !important;}
.coll_block_right .coll_arr_holder .coll_arrow_off {background-image:url(/sitewide/images/collections/col_arrow_right_off.gif);}

.coll_block_right .coll_img_holder .coll_prev_off{background-image:url(/sitewide/images/collections/Thumbnail_LastVideo129x75.gif);width:129px;height:75px;}
.coll_block_left .coll_img_holder .coll_next_off{background-image:url(/sitewide/images/collections/Thumbnail_FirstVideo129x75.gif);width:129px;height:75px;}

.coll_img_holder {width:124px;}
.coll_block_right .coll_img_holder {padding-left:7px;}

.coll_thumb_link {display:block;position:relative;overflow:hidden;width:133px;height:79px;}
.coll_img_holder .coll_thumb_link img{padding:1px;border:1px solid #EF9509;}
.coll_img_holder .coll_thumb_link:hover{background-color: #EF9509;}
.coll_video_thumb {margin:0 20px 0 0;}
.coll_off {border:2px solid #ccc;margin:0 20px 0 0;}
.col1_small_rank_holder{width:142px;}
.coll_play_arrow {background:transparent url(/sitewide/images/sprites/tds_icon_sprite.gif) no-repeat scroll -3px -44px;height:12px;left:101px;overflow:hidden;position:absolute;top:59px;width:15px;}
.coll_small_rank {font-size:20px;color:#00349F;}
.col1_small_link {color:#2d2d2d;}

/* small bio module overrides */
#coll_layout .moduleBioSmall .header {padding:10px 0 0 0;}
#coll_layout .comediansClose {display:none;}

/* right column */
#coll_layout #right_column .module {margin:20px 40px;}	

/*new flux widgets */
#coll_layout .comments {padding:10px 0 0;width:570px;}
#coll_layout .commentsText, 
#coll_layout h3 span{color:#666666;}
#coll_layout .flux .pageNumber {color:#666666;}
.coll_intro_header .ad_120x60  {display:inline;}





/* extended-interview.css *//* All extended interviews */
.all-extended-interviews { clear: both; width: 650px; }

.all-extended-interviews .header { background: url(/sitewide/images/sprites/tds_module_sprite.gif) no-repeat -8px -2159px; border-bottom: 1px solid #c2c2c2; height: 29px; }
.all-extended-interviews .header h2 { color: #00349f; font: bold 18px/29px Arial, Helvetica, sans-serif; padding: 0 10px; text-transform:capitalize;}

.all-extended-interviews .middle {background: #f9f9f9; border-color: #c2c2c2; border-style: solid; border-width: 0 1px; padding: 5px 0; overflow:hidden;}
.all-extended-interviews .middle .pagination{clear:both;}
.all-extended-interviews .middle .loader-container { text-align: center; padding-top: 10px; }

.aei-nav { border-bottom: 1px solid #c1c1c1; clear: both; margin: 0 10px; overflow: hidden; padding: 4px 0 11px; }
.aei-most-recent { background: url(/sitewide/images/sprites/tds_icon_sprite.gif) no-repeat -161px -197px; display: block; float: left; height: 26px; margin: 0 10px 0 0; text-indent: -99999px; width: 88px; }
.aei-most-recent:hover { background-position: -161px -229px; }
.aei-alpha { border-left: 1px solid #c1c1c1; float: left; padding: 0 0 0 10px; }
.aei-alpha li { float: left; }
.aei-alpha li a { background: url(/sitewide/images/sprites/TDS_AlphaBtns.gif) no-repeat -5px -5px; display: block; height: 26px; margin: 0 5px 0 0; overflow: hidden; text-indent: -99999px; width: 52px; }
.aei-alpha .aei-1 { background-position: -5px -5px; }
.aei-a:hover, .aei-1.active { background-position: -5px -36px; }
.aei-alpha .aei-2 { background-position: -62px -5px; }
.aei-e:hover, .aei-2.active { background-position: -62px -36px; }
.aei-alpha .aei-3 { background-position: -119px -5px; }
.aei-i:hover, .aei-3.active { background-position: -119px -36px; }
.aei-alpha .aei-4 { background-position: -176px -5px; }
.aei-m:hover, .aei-4.active { background-position: -176px -36px; }
.aei-alpha .aei-5 { background-position: -233px -5px; }
.aei-q:hover, .aei-5.active { background-position: -233px -36px; }
.aei-alpha .aei-6 { background-position: -290px -5px; }
.aei-t:hover, .aei-6.active { background-position: -290px -36px; }
.aei-alpha .aei-7 { background-position: -347px -5px; }
.aei-x:hover, .aei-7.active { background-position: -347px -36px; }

.aei-list { clear: both; }
.aei-list li { min-height: 94px; padding: 10px 10px 10px 184px; position: relative; }
.aei-list li:hover { background: #cfe4ff; }
.aei-list li h3 { color: #232323; font: bold 16px Arial, Helvetica, sans-serif; margin: 0 0 2px; }
.aei-list li h3 span { color: #3d3d3d; font: 12px Arial, Helvetica, sans-serif; }
.aei-date { color: #3d3d3d; display: block; font: 11px Arial, Helvetica, sans-serif; margin: 0 0 8px; }
.aei-list li p { color: #3d3d3d; font: 12px Arial, Helvetica, sans-serif; }
.aei-video { float: left; left: 10px; position: absolute; top: 10px; }
.aei-video img { border: 1px solid #f19609; display: block; padding: 1px; }
.aei-video a:hover img { border: 2px solid #f19609; padding: 0px;}
.aei-play { background: url(/sitewide/images/sprites/tds_icon_sprite.gif) no-repeat 0 -442px; bottom: 7px; display: block; height: 18px; position: absolute; right: 8px; width: 29px; }
.aei-list li i { background: #c1c1c1; bottom: 0; display: block; height: 1px; left: 10px; overflow: hidden; position: absolute; width: 628px; }
.aei-list strong { display: block; text-align: center; padding: 10px; }

.all-extended-interviews .footer { background: url(/sitewide/images/sprites/tds_module_sprite.gif) no-repeat -8px -2205px; height: 5px; }




/* footer.css *//* footer */
#tds_footer {
	/*background-image:url(/sitewide/images/common/footer_bgtile.gif);*/
	background-color: #0f1417;
	width:980px;
	font: normal 11px/17px arial;
	color:#fff;
  	min-height:315px;
  	height:auto !important;
  	height:315px;
	overflow-x:hidden;
}
#tds_footer a {
	color:#fff;
	text-decoration:none;
}
#tds_footer a:hover {
	color:#5EDEFA;
}
#tds_footer h6 {
	color:#5EDEFA;
	font: bold 15px/19px arial;
	border-bottom:1px solid #666;
	margin-bottom:3px;
}
#tds_footer .tds_footer_content {
	padding:20px 0px 20px 30px;
}

#tds_footer .tds_footer_column {
	display:block;
	float:left;
	width:215px;
	margin-right:20px;
}
#tds_footer .tds_footer_column a {
	display:block;
}
#tds_footer .tds_footer_clear {
	clear:both;
}
#tds_footer .tds_footer_search {
	margin-bottom:20px;
}
#tds_footer .ms_search {
	background-image:url(/sitewide/images/search/search_field.gif);
	background-repeat:no-repeat;
	float:none;
	width:534px;
}
#tds_footer .ms_search_text {
	border:none;
	left:20px;
	padding:0;
	position:absolute;
	top:5px;
	width:283px;
}
#tds_footer .ms_search_button_site_cc {
	background-position:0 0;
	height:17px;
	position:absolute;
	right:168px;
	top:4px;
	width:80px;
}
#tds_footer .ms_search_button_site_cc:hover {
	background-position:0 -17px;
}
#tds_footer .ms_search_button_web_cc {
	background-position:-82px 0;
	height:17px;
	right:86px;
	top:4px;
	width:80px;
}
#tds_footer .ms_search_button_web_cc:hover {
	background-position:-82px -17px;
}
#tds_footer .tds_footer_mtv_logo {
	margin-top:30px;
}	
#tds_footer .tds_footer_wide {
	width:685px;
}
#tds_footer .tds_footer_wide a {
	float:left;
}
#tds_footer .cc_footer_divider {
	display:block;
	float:left;
	margin:0 10px;
}

.ms_search {
	float:right;
	width: 346px;
	position: relative;
	height:35px;
}
.ms_search{
	background:none;
}

.ms_search_text{
	position: absolute;
	top: 7px;
	left: 10px;
	font-size:12px;
	padding: 2px 3px 0px 3px;
	color: #888;
	width: 183px;
	height: 15px;
	border: 1px solid #6d8091;
}

.ms_search_button_site_cc{
	position: absolute;
	top: 8px;
	right: 77px;
	background-color: transparent;
	background-image:url(/sitewide/images/buttons/search_sprite.gif);
	background-repeat: no-repeat;
	width:60px;
	height:17px;
	cursor: pointer;
	border: none;
}

.ms_search_button_web_cc{
	position: absolute;
	top: 8px;
	right: 10px;
	background-color: transparent;
	background-image: url(/sitewide/images/buttons/search_sprite.gif);
	background-repeat: no-repeat;
	width:60px;
	height:17px;
	cursor: pointer;
	border: none;
}
/* full-ep-exclusive.css *//* full episode/exclusive below player */
.full_ep_exclusive {}
.full_ep_exclusive  .full_ep_box, .most_viewed_box {margin-right:10px;}
.full_ep_exclusive  .exclusive_box, .full_ep_box, .most_viewed_box {display:block;float:left;width:320px;background:transparent url(/sitewide/images/sprites/tds_module_sprite.gif) no-repeat scroll -10px -2676px;}
.full_ep_exclusive .box_bottom {overflow:hidden;display:block;width:320px;height:5px;background:transparent url(/sitewide/images/sprites/tds_module_sprite.gif) no-repeat scroll -10px -3133px;}
.full_ep_exclusive .videoHolder {padding:10px 10px 0;}	
.full_ep_exclusive .clipTitle, .full_ep_exclusive .clipTitle a:link, .full_ep_exclusive .clipTitle a:visited {font-size:14px;line-height:17px;}	
.full_ep_exclusive .infoHolder {width:180px;}
.full_ep_exclusive .clipPopular {font-size:14px;line-height:17px;color:#2E83F6;font-weight:bold;}
.one_box {width:650px;overflow-x:hidden;}
.one_box .full_ep_exclusive, .one_box .full_ep_exclusive  .full_ep_box, .one_box .full_ep_exclusive  .resultHolder {width:100%;}
.one_box .full_ep_exclusive  .infoHolder {width:auto;}
.two_boxes .full_ep_box, .two_boxes .exclusive_box,
.two_boxes .most_viewed_box, .two_boxes .resultHolder {width:320px;}
.two_boxes .full_ep_exclusive .infoHolder {width:180px;}
.full_ep_exclusive  .exclusive_box .playButton {background:transparent url(/sitewide/images/sprites/cn_modules_sprite.gif) no-repeat scroll -717px -347px;height:24px;margin:40px 0 0 -110px;width:110px;z-index:10;}
.full_ep_exclusive  .full_ep_box .playButton {margin:0 0 0 -110px; z-index:10;width:110px;height:64px;background:transparent url(/sitewide/images/sprites/cn_modules_sprite.gif) no-repeat scroll -809px -247px;}
.full_ep_exclusive  .exclusive_box .playArrow, .full_ep_box .playArrow {bottom:0;right:0;width:110px;}
.full_ep_exclusive  .full_ep_box .playArrow {background:#fff url(/sitewide/images/common/full_episode.gif) no-repeat scroll 0 0;}
.full_ep_exclusive .exclusive_box .playArrow {background:#fff url(/sitewide/images/common/exclusive.gif) no-repeat scroll 0 0;}
.full_ep_exclusive .textHolder {font-size:11px;width:175px;float:left;}
.full_ep_exclusive .textHolder .title {color:#2D2D2D;font-size:14px;font-weight:bold;line-height:17px;}
.full_ep_exclusive .textHolder .title a, .full_ep_exclusive .textHolder .title a:hover {color:#2E83F6;}
.full_ep_exclusive .imageHolder {background:#000;border:2px solid #fff;width:110px;height:64px;text-align:center;}
.full_ep_exclusive .imageBorder {border:1px solid #EF9509;height:68px;width:114px;display:block;float:left;margin:0 5px 0 0;overflow:hidden;}
.not_episode .full_ep_box .playArrow {background:transparent url(/sitewide/images/buttons/play_btn_small.gif) no-repeat scroll 0 0;bottom:10px;display:inline;height:12px;position:absolute;right:10px;width:15px;}
.not_episode .full_ep_box .title a, .not_episode .full_ep_box .title, .not_episode .full_ep_box .duration {font-size:11px; line-height:14px; color:#2d2d2d;}
.not_episode .full_ep_box .views {font-size:11px; line-height:14px; color:#2d2d2d;}
.one_box .full_ep_exclusive  .exclusive_box {display:none;}
.one_box .full_ep_exclusive  .full_ep_box {background:transparent url(/sitewide/images/sprites/tds_module_sprite.gif) no-repeat scroll -10px -3150px;}
.one_box .full_ep_exclusive .box_bottom {background:transparent url(/sitewide/images/sprites/tds_module_sprite.gif) no-repeat scroll -10px -3607px;width:100%;}
/* full-episode.css *//* Full episode global */

#tds_full_episode_player_page #visibleHeader, #tds_tests_full_episode_player_page #visibleHeader {height:150px;}

#tds_full_episode_player_page #content_holder {
	background:transparent none !important;
	width:980px !important;
	padding:0px !important;
	color:#fff;
}

#tds_full_episode_player_page #logo {
	width:300px;
	height:100px;
	top:10px;
	left:20px;
}

.full-episode-page .column_holder {
	position: relative;
	width: 980px;
	background:url("/sitewide/images/full_episodes/full_ep_bg.png") repeat-y scroll 0 0 white;
}

.full-episode-page #left_column {
	position:relative;
	float: right;
	width: 640px;
	padding:10px 10px 0 0;
}
.full-episode-page #right_column  {
	position:relative;
	float: right;
	width:320px;
	padding:0 5px 0 0;
}

.full-episode-page .fluxWidget .comments h2.widgetTitle {display:none;}
.full-episode-page .comments {width:637px;}
.full-episode-page .fluxWidget .comments .widgetContent {width:596px;}

.full-episode-page a.button{
	position:absolute;
	display:block;
	text-indent:-2000px;
	overflow:hidden;
	cursor:pointer;
	background:transparent url('/sitewide/images/full_episodes/button_sprite.png') scroll no-repeat 0 0;
}


#sponsor{
	position:absolute;
	top:0px;
	right:0px;
}

/* Carousel */
.full-episode-page .carousel{
	position:relative;
	width:100%;
	background-color:white;
	color:black;
}

/* Carousel tabs */
.full-episode-page .carousel ul.tabs{
	width:100%;
	height:40px;
	background-color:#c8d1d6;
	list-style:none;
	border-bottom:1px solid #557987;
}

.full-episode-page .carousel ul.tabs li {
	display:block;
	width:auto;
	height:auto;
	padding:10px 0 0 10px;
	float:left;
}

.full-episode-page .carousel ul.tabs li a.tab{
	position:static;
	text-indent:0px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}

.full-episode-page .carousel .tabs a.tab span{
	display:block;
	margin-top:3px;
	padding:0px 2px;
	line-height:13px;
}

.full-episode-page .carousel .tabs #tds_tab {
	width:auto;	
}

.full-episode-page .carousel .tabs #colbert_tab {
	width:auto;
}	


/* Carousel scroll */
.full-episode-page .carousel a.browse{
	width:24px;
	height:124px;
	position:absolute;
	bottom:8px;
	z-index:1;
}
.full-episode-page .carousel a.browse-left.browse-disabled {
	background-position:-87px -71px !important;
	cursor:default !important;
}
.full-episode-page .carousel a.browse-left:hover {
	background-position:-58px -71px;
}
.full-episode-page .carousel a.browse-left{
	left:15px;
	background-position:-29px -71px;
	cursor:pointer;
}
.full-episode-page .carousel a.browse-right.browse-disabled {
	background-position:0px -71px !important;
	cursor:default !important;
}
.full-episode-page .carousel a.browse-right:hover {
	background-position:-145px -71px;
}
.full-episode-page .carousel a.browse-right{
	right:40px;
	background-position:-116px -71px;
	cursor:pointer;
}
/* Carousel content */
.full-episode-page .carousel .content-selected{
	display:block !important;
}
.full-episode-page .carousel .content{

}
.full-episode-page .carousel .content .seasons {
	position:relative;
	font-size:12px;
	color:#3d3d3d;
	margin:7px 0px 0px 15px;
}
.full-episode-page .carousel .content .seasons .label{
	display:block;
	float:left;
	margin:3px 10px 0px 0px;
}
.full-episode-page .carousel .content .seasons a.season:hover,
.full-episode-page .carousel .content .seasons a.season-selected{
	background-color:#f56505 !important;
	color:white !important;
}
.full-episode-page .carousel .content .seasons a.season {
	display:block;
	float:left;
	border:1px solid #F0F0F0;
	padding:2px;
	font-weight:bold;
	color:#F56505;
	margin:0px 0px 0px 2px;
}

/* Carousel episodes. */
.full-episode-page .carousel .content .episodes .episode{
	position:relative;
	margin-left:15px;
	border:solid 2px #000;
	float:left;
	width:165px;
	display:inline;
}
.full-episode-page .carousel .content .episodes .episode .label{
	position:absolute;
	bottom:0px;
	left:0px;
	height:50px;
	width:100%;
	color:#fff;
	background:transparent url('/sitewide/images/full_episodes/episode_label_bg.png') repeat scroll 0 0;
}
.full-episode-page .carousel .content .episodes .episode .label .date{
	font-size:14px;
	font-weight:bold;
	display:block;
	margin:4px 0px 0px 4px;
}
.full-episode-page .carousel .content .episodes .episode .label .guest{
	font-size:10px;
	display:block;
	margin:0px 0px 0px 4px;
}
/* Episode overlays. */
.full-episode-page .carousel .content .overlay-box-over{
	display:block !important;
}
.full-episode-page .carousel .content .overlay-box{
	position:absolute;
	top:35px;
	z-index:1;
	display:none;
	margin:15px 0px 0px 30px;
}
.full-episode-page .carousel .content .episodes a.episode .overlay{
	display:none;
}
.full-episode-page .carousel .content .overlay{
	z-index:2;
	background:transparent url('/sitewide/images/full_episodes/episode_overlay_bg.png') repeat scroll 0 0;
	position:absolute;
	top:10px;
	left:30px;
	width:225px;
	min-height:75px;
	color:#63686c;
	font-size:12px;
	border:1px solid #5E6f83;
	padding-bottom:5px;
}
.full-episode-page .carousel .content .overlay .date{
	display:block;
	margin:2px 0px 5px 6px;
	color:#626f7f;
	font-size:15px;
	font-weight:bold;
}
.full-episode-page .carousel .content .overlay .guest{
	display:block;
	margin:0px 0px 0px 6px;
	color:#383d43;
	font-size:14px;
	font-weight:bold;
}
.full-episode-page .carousel .content .overlay .description{
	display:block;
	margin:4px 0px 5px 6px;
	color:#383d43;
	font-size:12px;
}
.full-episode-page .carousel .content .overlay .action{
	color:#626f7f;
	font-size:14px;
	font-weight:bold;
	background:transparent url('/sitewide/images/full_episodes/play_button.gif') no-repeat scroll right 6px;
	padding:4px 26px 6px 6px;
}


/* Share */
.full-episode-page .sharePromo{
	width:318px;
	height:210px;
	position:absolute;
	right:0px;
	top:798px;
	background:#c7d1d7 url('/sitewide/images/full_episodes/share_bg.gif') no-repeat scroll 0 0;
	color:#40444c;
}
.full-episode-page .sharePromo .header,
.full-episode-page .sharePromo .middle,
.full-episode-page .sharePromo .footer{
	background:none;
	border:none;
}
.full-episode-page .sharePromo .header{
	margin:15px 0px 0px 20px;
	font-size:18px;
	font-weight:bold;
}
.full-episode-page .sharePromo .middle{
	padding:0px;
}
.full-episode-page .sharePromo .middle .textHolder{
	margin-left:20px;
}
.full-episode-page .sharePromo .middle .textHolder .subheaderText{
	font-size:13px;
	font-weight:bold;
	margin-top:5px;
}
.full-episode-page .sharePromo .textHolder .copy{
	position:relative;
}
.full-episode-page .sharePromo .bookmarks{
	margin:5px 0px;
}
.full-episode-page .sharePromo .bookmarks a{
	float:left;
	padding:4px 0px 0px 19px;
	width:61px;
	font-size:11px;
	color:#F16C14;
}
.full-episode-page .sharePromo input{
	border:1px solid #ccc;
	color:#ccc;
	background-color:#fff;
	width:200px;
	padding:1px;
}
.full-episode-page .sharePromo .copy-button.hover {
	background-position:-175px -93px;
}
.full-episode-page .sharePromo .copy-button{
	background-position:-175px -71px;
	width:68px;
	height:17px;
	position:absolute;
	left:216px;
	top:3px;
}

/* Toss */
.full-episode-page .tossPromo{
	width:318px;
	position:absolute;
	top:1008px;
	right:0px;
	background-color:#c7d1d7;
	color:#40444c;
}
.full-episode-page .tossPromo a{
	color:#40444c;
}
.full-episode-page .tossPromo a:hover {
	text-decoration:underline;
	color:#40444c;
}
.full-episode-page .tossPromo .header{
	border:none;
	background:#c7d1d7 url('/sitewide/images/full_episodes/toss_top.gif') no-repeat scroll 0 0;
	width:315px;
	height:11px;
}
.full-episode-page .tossPromo .middle{
	border:none;
	background:#c7d1d7 url('/sitewide/images/full_episodes/toss_middle.gif') repeat-y scroll 0 0;
	width:315px;
	padding:20px 0px 0px 0px;
}
.full-episode-page .tossPromo .footer{
	background:#c7d1d7 url('/sitewide/images/full_episodes/toss_bottom.gif') no-repeat scroll 0 0;
	width:315px;
	height:30px;
}
.full-episode-page .tossPromo .middle .title,
.full-episode-page .tossPromo .middle .imageHolder,
.full-episode-page .tossPromo .middle .textHolder{
	margin-left:20px;
}
.full-episode-page .tossPromo .middle .textHolder{
	width:272px;
}
.full-episode-page .tossPromo .middle .title{
	font-size:18px;
	font-weight:bold;
}
.full-episode-page .tossPromo .middle .textHolder .subheaderText a{
	color:#55768D;
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	display:block;
}
.full-episode-page .tossPromo .middle .textHolder .guest a{
	display:block;
	font-size:12px;
	font-weight:bold;
	margin:3px 0px;
}
.full-episode-page .tossPromo .middle .textHolder .guest a{
	font-size:12px;
}
.full-episode-page .tossPromo .middle .imageHolder{
	width:272px;
	height:135px;
	background:transparent url('/sitewide/images/full_episodes/toss_image_bg.jpg') no-repeat scroll 0 0;
	text-align:center;
	position:relative;
}
.full-episode-page .tossPromo .middle .imageHolder a img{
	border:none;
	position:absolute;
	top:5px;
	left:52px;
}
.full-episode-page .tossPromo .middle .imageHolder a .overlay{
	width:164px;
	height:124px;
	background:transparent url('/sitewide/images/full_episodes/toss_overlay.gif') no-repeat scroll 0 0;
	position:absolute;
	top:5px;
	left:52px;
}
/*
 * Error pages
 */
.full-episode-page.error .player-pane .player-box,
.full-episode-page.expired .player-pane .player-box{
	background:transparent url('/sitewide/images/full_episodes/episode_label_bg.png') repeat scroll 0 0;
	margin-bottom:85px;
}
.full-episode-page.error .player-pane .player-box .message,
.full-episode-page.expired .player-pane .player-box .message{
	display:block;
	padding-top:95px;
	width:100%;
	text-align:center;
	font-weight:bold;
	color:#fff;
}
.full-episode-page .player-pane .player-box .episode-clips,
.full-episode-page .player-pane .player-box .episode-clips .date,
.full-episode-page .player-pane .player-box .episode-clips a{
	font-weight:bold;
	color:#fff;
	font-size:13px;
	text-align:left;
}
.full-episode-page .player-pane .player-box .episode-clips{
	margin:45px 0px 0px 90px;
}
.full-episode-page .player-pane .player-box .episode-clips img{
	float:left;
}
.full-episode-page .player-pane .player-box .episode-clips .date,
.full-episode-page .player-pane .player-box .episode-clips ul{
	margin-left:175px;
	display:block;
	list-style-type:disc;
	list-style-position:inside;
}
.full-episode-page .player-pane .player-box .episode-clips .date{
	font-size:15px;
}
.full-episode-page .player-pane .player-box .episode-clips ul a:hover {
	text-decoration:underline;
}

.scroll .loading {
	margin:42px 0 0 424px;
}

.clearfix:after,
.tabs:after,
.full-episode-page .carousel .content .season:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.facebook_like_full_episodes {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-left: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width:470px;
	height: 27px;
}
.full-episode-page .share_block {
	border-right:none;
	padding-left: 10px;
	float:left;
	height: 32px;
	position:relative;
	left: 742px;
	top: -30px;
	*height: 0px;
}
.full-episode-page .share_text {display:block;float:left;}

.full-episode-page .facebook_like {
	height: 24px;
	padding-top: 3px;
}


.moreEpisodesContainer {width:650px; margin-left:10px; float:left;}
.moreEpisodesImage {width:175px; float:left;}
.moreEpisodesInfo {width:400px; float:left;}

.moreEpisodesTitle{float:left;}
.moreEpisodesAirDate{float:left;}
.moreEpisodesComments{float:left;}
.moreEpisodesViews{float:left;}
.moreEpisodesDescription{float:left;}

.infoLine1{float:left; width:400px;}
.infoLine2{float:left; width:400px;}
.infoLine3{float:left; width:400px;}
.infoLine4{float:left; width:400px;}


/* full-episode_player.css *//* Full episode global */
.full-episode-page{
	position:relative;
	width:980px;
}
.full-episode-page a.button{
	position:absolute;
	display:block;
	text-indent:-2000px;
	overflow:hidden;
	cursor:pointer;
	background:transparent url('/sitewide/images/full_episodes/button_sprite.png') scroll no-repeat 0 0;
}

/* Player pane */
.full-episode-page .player-pane{
	margin-bottom:0px;
	width:100%;
	text-align:center;/* IE doesn't obey margin autos. */
	z-index:100;
	position:relative;
}

.full-episode-page .player-pane .player-box{
	width:768px;
	height:432px;
	margin:0 auto;
}

.full-episode-page .player-pane .meta{
	width:760px;
	border:solid 1px #949494;
	color:#ccc;
	margin:0 auto;
	padding-left:5px;
	text-align:left;
}

.full-episode-page .player-pane .subMeta{
	width:760px;
	border:solid 1px #949494;
	color:#ccc;
	margin:0 auto;
	padding:5px 0px 5px 5px;
	text-align:left;
	max-height:83px;
}

.full-episode-page .player-pane .meta h2,
.full-episode-page .player-pane .meta h1 .type{
	display:inline;
	margin:0px;
	padding:0px;
}

.mainTitle{
	font-size:19px;
	color: #c7d1d7;
	font-weight:bold;
}

.subTitle{
	font-size:14px;
	color: #c7d1d7;
	font-weight:bold;
	margin:0px 5px;
}

.subDescription{
	font-size:12px;
	color: #c7d1d7;
	font-weight:bold;
	margin:0px 5px;
}


.full-episode-page .player-pane .meta h1{
	margin:2px 4px;
	font-size:14px;
}

.full-episode-page .player-pane .meta h1 .date{
	font-weight:bold;
	font-size:16px;
}

.full-episode-page .player-pane a.home{
	top:0px;
	left:0px;
	width:136px;
	height:45px;
	/*background:transparent url('/sitewide/images/full_episodes/logo.gif') scroll no-repeat 0 0;*/
}

.full-episode-page .player-pane a.share:hover {
	background-position:-87px -33px;
}

.full-episode-page .player-pane a.share{
	top:180px;
	right:45px;
	width:87px;
	height:33px;
	background-position:-87px 0;
}

.full-episode-page .player-pane a.info:hover {
	background-position:0px -33px;
}

.full-episode-page .player-pane a.info{
	top:255px;
	right:45px;
	width:87px;
	height:33px;
	background-position:0 0;
}

/* Carousel */




/*
 * Comments
 * The bulk of this is defined inline inside the Flux template.
 */
.full-episode-page .commentsHolder{
	width:100%;
	margin:0px;
	background:white;
	float:left;
	background:white url('/sitewide/images/full_episodes/full_ep_bg.png') !important;
	background-repeat:repeat-y !important;	height:auto !important;
	margin:0;
	padding:0 0 20px;

}
.full-episode-page .commentsHolder .flux{
	width:630px;
	margin:0px 5px;
}
/* Since we're using the template for the video page, we need to fix the header. */
.full-episode-page .commentsHolder .Flux .comments .header{
	background:none;
}
.full-episode-page .commentsHolder .Flux .comments .header div{
	color:#40444c;
	font-size:18px;
	font-weight:bold;
	padding-left:0px;
}

/* More Full Episodes */


/* Toss */
.full-episode-page .tossPromo{
	width:300px;
	position:absolute;
	top:1008px;
	right:0px;
	background-color:#c7d1d7;
	color:#40444c;
}
.full-episode-page .tossPromo a{
	color:#40444c;
}
.full-episode-page .tossPromo a:hover {
	text-decoration:underline;
	color:#40444c;
}
.full-episode-page .tossPromo .header{
	border:none;
	background:#c7d1d7 url('/sitewide/images/full_episodes/toss_top.gif') no-repeat scroll 0 0;
	width:315px;
	height:11px;
}
.full-episode-page .tossPromo .middle{
	border:none;
	background:#c7d1d7 url('/sitewide/images/full_episodes/toss_middle.gif') repeat-y scroll 0 0;
	width:315px;
	padding:20px 0px 0px 0px;
}
.full-episode-page .tossPromo .footer{
	background:#c7d1d7 url('/sitewide/images/full_episodes/toss_bottom.gif') no-repeat scroll 0 0;
	width:315px;
	height:30px;
}
.full-episode-page .tossPromo .middle .title,
.full-episode-page .tossPromo .middle .imageHolder,
.full-episode-page .tossPromo .middle .textHolder{
	margin-left:20px;
}
.full-episode-page .tossPromo .middle .textHolder{
	width:272px;
}
.full-episode-page .tossPromo .middle .title{
	font-size:18px;
	font-weight:bold;
}
.full-episode-page .tossPromo .middle .textHolder .subheaderText a{
	color:#55768D;
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	display:block;
}
.full-episode-page .tossPromo .middle .textHolder .guest a{
	display:block;
	font-size:12px;
	font-weight:bold;
	margin:3px 0px;
}
.full-episode-page .tossPromo .middle .textHolder .guest a{
	font-size:12px;
}
.full-episode-page .tossPromo .middle .imageHolder{
	width:272px;
	height:135px;
	background:transparent url('/sitewide/images/full_episodes/toss_image_bg.jpg') no-repeat scroll 0 0;
	text-align:center;
	position:relative;
}
.full-episode-page .tossPromo .middle .imageHolder a img{
	border:none;
	position:absolute;
	top:5px;
	left:52px;
}
.full-episode-page .tossPromo .middle .imageHolder a .overlay{
	width:164px;
	height:124px;
	background:transparent url('/sitewide/images/full_episodes/toss_overlay.gif') no-repeat scroll 0 0;
	position:absolute;
	top:5px;
	left:52px;
}
/*
 * Error pages
 */
.full-episode-page.error .player-pane .player-box,
.full-episode-page.expired .player-pane .player-box{
	background:transparent url('/sitewide/images/full_episodes/episode_label_bg.png') repeat scroll 0 0;
	margin-bottom:85px;
}
.full-episode-page.error .player-pane .player-box .message,
.full-episode-page.expired .player-pane .player-box .message{
	display:block;
	padding-top:95px;
	width:100%;
	text-align:center;
	font-weight:bold;
	color:#fff;
}
.full-episode-page .player-pane .player-box .episode-clips,
.full-episode-page .player-pane .player-box .episode-clips .date,
.full-episode-page .player-pane .player-box .episode-clips a{
	font-weight:bold;
	color:#fff;
	font-size:13px;
	text-align:left;
}
.full-episode-page .player-pane .player-box .episode-clips{
	margin:45px 0px 0px 90px;
}
.full-episode-page .player-pane .player-box .episode-clips img{
	float:left;
}
.full-episode-page .player-pane .player-box .episode-clips .date,
.full-episode-page .player-pane .player-box .episode-clips ul{
	margin-left:175px;
	display:block;
	list-style-type:disc;
	list-style-position:inside;
}
.full-episode-page .player-pane .player-box .episode-clips .date{
	font-size:15px;
}
.full-episode-page .player-pane .player-box .episode-clips ul a:hover {
	text-decoration:underline;
}

.scroll .loading {
	margin:42px 0 0 424px;
}

.clearfix:after,
.tabs:after,
.full-episode-page .carousel .content .season:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}




/* generic_formatting.css */.border				{ border:1px solid #000;}

/*text */
.underline 			{ text-decoration: underline; }
.no_underline 			{ text-decoration: none; }
.uppercase 			{ text-transform: uppercase; }
.capitalize	 		{ text-transform: capitalize; }

/*effects*/
.visibilityHidden	{ visibility: hidden; }
.overflowHidden		{ overflow: hidden; }
.overflowScroll		{ overflow: scroll; }
.hidden				{display:none;}

/* text weights */
.bold {font-weight:bold;}
.normal {font-weight:normal;}

.modPadding			{padding: 5px 5px 5px 5px;}

/* Font: colors, sizes */
.black,.black a,.black a:link {color:#000000;}
.blue, .blue a,.blue a:link {color:#00349F;}
.lightBlue, .lightBlue a, .lightBlue a:link {color:#2E83F6;}
.lightGrey {color:#d0d0d0;}
.grey {color:#232323;}
.grey a,.grey a:link {color:#232323; text-decoration: none;}
.grey a:hover{color:#F1660E; text-decoration: none;}
.darkGrey {color:#3D3D3D;}
.white, .white a,.white a:link {color:white;}
.cyan,.cyan a,.cyan a:link {color:#5EA1FA;}
.red {color:#FF0000;}
.yellow {color:#FFD259;}
.red {color:red;}
.darkGrey_search a {color:#3D3D3D; text-decoration: underline;}
/* this must be last in color definitions list */
.white a:hover {color:#232323;}
.orange,.orange a,.blue a:hover,.cyan a:hover,.black a:hover,.on .cyan a, .on .black, .lightBlue a:hover{color:#EF9509;}
.darkGrey_search a:hover {color:#F1660E; text-decoration: underline;}

.text9 {font-size:9px;line-height:10px;}
.text10 {font-size:10px;line-height:11px;}
.text11 {font-size:11px;line-height:12px;}
.text12 {font-size:12px;line-height:14px;}
.text14 {font-size:14px;line-height:16px;}
.text16 {font-size:16px;line-height:100%;}
.text18 {font-size:18px;line-height:100%;}

.smallSpaceBefore {margin-top:3px;}

.smallSpaceAfter {margin-bottom:3px;}
.mediumSpaceAfter {margin-bottom:8px;}
.largeSpaceAfter {margin-bottom:12px;}

.smallSpaceBefore {margin-top:3px;}
.mediumSpaceBefore {margin-top:8px;}
.largeSpaceBefore {margin-top:12px;}

.tinySpaceRight {margin-right:2px;}
.smallSpaceRight {margin-right:5px;}
.mediumSpaceRight {margin-right:10px;}
.largeSpaceRight {margin-right:15px;}

/* generic_positioning.css *//*layout:margin, padding, float, clear, display  properties  */
.clearLeft		{ clear:left; }
.clearRight		{ clear:right; }
.clearBoth 		{ clear: both; }

.displayNone	{ display:none; }
.displayBlock	{ display:block; }

.floatLeft 		{ float:left; }
.floatRight		{ float:right; }

/* position */
.relative 		{position:relative; }

/* text align */
.center { text-align:center; }
.right 	{ text-align: right; }
.left	{ text-align: left; }
/* positioning, pads, margins,  */
.clearAll { width:0px;height:0px;overflow:hidden;clear:both;font-size:0px; }

/* green-room-ad.css */.ad_{display:none;}
/* green-room-poll.css *//* Sidebar Poll */
.sb-poll {clear: both; width: 299px;}

.sb-poll .header {background: url(/sitewide/images/sprites/tds_module_sprite.gif) no-repeat -10px -4817px; height: 37px; text-indent: -99999px;}

.sb-poll .middle {background: #0043a3; border-color: #00214c; border-style: solid; border-width: 0 1px; padding: 5px 10px;}
.sb-poll .middle h2 {color: #fff; font: bold 12px Arial, Helvetica, sans-serif; margin: 0 0 10px;}
.sb-poll .middle h2 span {font-weight: normal;}

.sbp-img {clear: both;}
.sbp-img li {float: left; padding: 0 20px 12px; width: 98px;}
.sbp-img li label {cursor: pointer; display: block; float: left; margin: 0 0 5px;}
.sbp-img li label input {cursor: pointer; float: left; margin: 22px 7px 0 0;}
.sbp-img li h3 {clear: both; color: #fff; font: bold 12px Arial, Helvetica, sans-serif; text-align: center;}

.sbp-txt {clear: both; padding: 10px 0 0;}
.sbp-txt li {clear: both; overflow: hidden; padding: 0 15px 20px;}
.sbp-txt li label {display: block; overflow: hidden;}
.sbp-txt li input {cursor: pointer; float: left; margin: 0 10px 0 0;}
.sbp-txt li span {color: #fff; cursor: pointer; float: left; font: bold 12px Arial, Helvetica, sans-serif;}

.sbp-result-vert {clear: both; overflow: hidden;}
.sbp-result-vert li {float: left; height: 100px; padding: 20px 0 40px; position: relative; width: 68px;}
.sbp-result-vert .pr-title {bottom: 10px; color: #fff; display: block; font: bold 10px Arial, Helvetica, sans-serif; position: absolute; text-align: center; width: 68px;}
.sbp-result-vert .pr-fill {background: #d8d6e4; bottom: 40px; display: block; height: 100%; left: 14px; position: absolute; width: 40px;}
.sbp-result-vert .pr-winner .pr-fill {background: #ee813e;}
.sbp-result-vert .pr-counter {color: #fff; display: block; font: bold 12px/20px Arial, Helvetica, sans-serif; position: absolute; text-align: center; top: -20px; width: 100%;}

.sbp-result-hor {clear: both; overflow: hidden;}
.sbp-result-hor li {padding: 0 0 0 10px; position: relative;}
.sbp-result-hor .pr-title {clear: both; color: #fff; display: block; font: bold 10px Arial, Helvetica, sans-serif; margin: 0 0 10px;}
.sbp-result-hor .pr-fill {background: #d8d6e4; display: block; height: 14px; margin: 0 40px 3px 0; position: relative; width: 100%;}
.sbp-result-hor .pr-winner .pr-fill {background: #ee813e;}
.sbp-result-hor .pr-counter {color: #fff; display: block; font: bold 12px/14px Arial, Helvetica, sans-serif; position: absolute; right: -40px; text-align: center; width: 40px;}

.pr-thanks {color: #fff; display: block; font: bold 14px Arial, Helvetica, sans-serif; padding: 10px 0 0;}
.sbp-submit {background: url(/sitewide/images/sprites/tds_module_sprite.gif) no-repeat -45px -180px; border: none; cursor: pointer; display: block; height: 22px; margin: 0 auto; text-indent: -99999px; width: 62px;}

.sb-poll .footer {background: url(/sitewide/images/sprites/tds_module_sprite.gif) no-repeat -10px -4861px; height: 7px;}

/* !!! */
.PDS_Poll .pds-box {
	background: none !important;
	border: none !important;
	color: inherit !important;
	font: inherit !important;
	width: auto !important;}
.PDS_Poll .pds-box-outer {padding: 0 !important;}
.PDS_Poll .pds-question-top {
	color: #fff !important;
	font: bold 12px Arial, Helvetica, sans-serif !important;
	margin: 0 0 10px !important;
	padding: 0 !important;}
.PDS_Poll .pds-answer {
	border: none !important;
	padding: 10px 0 0 !important;}
.PDS_Poll .pds-answer-group {padding: 0 15px 20px !important;}
.PDS_Poll .pds-answer-input {width: auto !important;}
.PDS_Poll .pds-answer-input input {
	float: left !important;
	margin: 0 10px 0 0 !important;}
.PDS_Poll .pds-input-label {width: 215px !important;}
.PDS_Poll .pds-answer label {
	color: #fff !important;
	font: bold 12px Arial, Helvetica, sans-serif !important;}
.PDS_Poll .pds-links a {color: #fff !important;}
.PDS_Poll .pds-vote-button {
    background: url(/sitewide/images/sprites/tds_icon_sprite.gif) no-repeat -216px -422px !important;
    border: none !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
    cursor: pointer !important;
    display: block !important;
    height: 28px !important;
    margin: 0 auto !important;
	padding: 0 !important;
    text-indent: -99999px !important;
    width: 78px !important;}
.PDS_Poll .pds-vote-button:hover{
	background-position: -216px -454px !important;
}
.PDS_Poll .pds-answer-group p {display: block !important; height:60px; position:relative;}
.PDS_Poll .pds-answer-group p  img {display: block !important;}
.poll_img .pds-answer {overflow: hidden !important;}
.poll_img .pds-answer-group {
	float: left !important;
	padding: 0 20px 50px !important;
	position: relative !important;
	width: 98px !important;}
.poll_img .pds-answer-input input {margin: 22px 7px 0 0 !important;}
.poll_img .pds-input-label {
	clear: both !important;
	left: 20px !important;
	display: block !important;
	position: absolute !important;
	text-align: center !important;
	top: 67px !important;
	width: 98px !important;}
.PDS_Poll .pds-vote-button-load {
	border: none !important;
	border-radius: 15px !important;
		-moz-border-radius: 15px !important;
		-webkit-border-radius: 15px !important;
	display: block !important;
	height: 20px !important;
	margin: 0 auto !important;
	padding: 5px !important;
	width: 20px !important;}
.PDS_Poll .pds-answer-feedback-bar {
	background: #d8d6e4 !important;
	height: 14px !important;}
.PDS_Poll .pds-answer-feedback {
	background: none !important;
	border: none !important;
	height: 14px !important;}
.PDS_Poll .pds-total-votes, .PDS_Poll .pds-totalvotes-outer, .PDS_Poll .pds-links {display: none !important;}




/*CSS*/

.poll_res{}
.poll_res div{height:14px; background:#d8d6e4; min-width:10px;}
.poll_res div b{float:right; height:14px; background:#0043A3; font-size:12px; color:#fff; padding-left:2px;}
.max_val div{background:#ea8140; width: auto;}
.poll_res span{color: #fff; font-size:11px;}
/* guest-player.css *//*player*/
.player_box{width:960px; margin:0 auto 0px auto;}
.player_box .header{background:#d9d9d9 url(/sitewide/images/sprites/tds_module_sprite.gif) -10px -5066px no-repeat;}
.player_box .middle{background:#f9f9f9; border-left: solid 1px #c0c0c0; border-right: solid 1px #c0c0c0}
.player_box .footer{background:#d9d9d9 url(/sitewide/images/sprites/tds_module_sprite.gif) -10px -5119px no-repeat; height:55px; overflow:visible;}


.player_box .header h2{float:left; max-width:800px; font-size:22px; color:#00349f; font-weight:bold; padding:7px 10px;}
.player_box .header span{float:right; font-size:14px; font-weight:normal; color:#232323; padding:16px 10px 0px 10px;}
.player_box .description_video{padding:20px 112px 0 112px;}
.player_box .description_video h2{font-size:20px; color:#00349f; font-weight:bold; padding-bottom:10px;}
.player_box .description_video .posted{font-size:11px; color:#3d3d3d; display:block;}
.player_box .description_video .views{font-size:15px; color:#3d3d3d; float:right;  padding-bottom:8px;  margin-top:-4px;}
.player_box .description_video h4{font-size:14px;  color:#3d3d3d; clear:both; padding-bottom:10px;}
.player_box .video-container{padding:0 108px; position:relative; min-height:405px;}
.player_box .list-prev,.player_box .list-next{display:block; width:97px; height:405px; position:absolute; top: 0; background: url(/sitewide/images/sprites/TDS_LargeCollectionBtns.gif) no-repeat;}
.player_box .list-prev{left:0px; background-position:-112px -10px;}
.player_box .list-next{right:0px;  background-position:-418px -10px;}
.player_box .list-prev:hover{background-position: -214px -10px;}
.player_box .list-next:hover{background-position: -316px -10px;}
.player_box .list-prev-disabled{background-position: -10px -10px;}
.player_box .list-next-disabled{background-position: -520px -10px;}


/*social*/
.player_box .social{padding-top:15px}
.player_box .social .tweet{float:left; width:95px; padding:3px 45px 0 0;}
.player_box .social .comments{float:left; clear:none; width:92px; padding:2px 42px 0 0; font-size:11px; color:#3d3d3d; background:#e8e8e8}
.player_box .social .icon{background-image: url("/sitewide/images/sprites/tds_icon_sprite.png"); background-position: 0 -342px; background-repeat: no-repeat; height: 15px; width: 20px;}
.player_box .facebook_like_full_episodes{float:left; padding:0 20px 0 110px; width:305px;}
.player_box .share_block{min-width:115px;}

/*flux fix*/
.player_box .social .fluxWidget .contentAction .textItem p.itemText{position:static !important;}
.player_box .social .fluxWidget{width: auto; float:right;}
.player_box .social .fluxWidget .contentAction .cacVertical{padding:0;}
.player_box .social .comments .Flux{margin:0;}
/* help.css */#help strong {font-weight:bold;}
#help .central	 	{font-size: 11px; font-weight: normal; color:#333333;padding-bottom:10px; }
#help .central strong, p strong {font-weight:bold;}
#help .centralTitle 	{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height:14px;font-weight: bold; color:#333333;padding-bottom:10px; }
#help .centralSubhead {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height:14px;font-weight: bold; color:#333333;}


.STitle 		{font-size: 16px; font-weight: bold; color: 00013B;padding:20px 0 10px;line-height:18px;}

#help #content_duplex {float:none;position:static;width:651px;height:64px;background-color:white;}
#help {width:950px;}
#help .content_holder {float:left;width:651px;margin-right:8px;}
#help ul,#help ol {padding:10px;font-size:11px;}
#help li {margin-left:15px;}
#help li a,#help a {color:#0094AF;}
#help li a:hover,#help a:hover {color:#D40807;}

.STitle a, .centralTitle a, .centralSubhead a {color:#333333;}

#help .text_holder {padding-bottom:10px;}
#help .text_holder a {line-height:13px;}
#help .STitle.first {padding:0 0 10px 0;}
#help .help_form {width:400px;margin-bottom:10px;}
#help .label {width:50px;float:left;padding-right:10px;}
#help .input {float:left;}

#help strong {font-weight:bold;}
#help ol.alphaList {list-style-type:lower-alpha;}
#help ol.alphaList li {font-weight:bold;padding:0 0 10px 0;}
#help ol.alphaList ol li {font-weight:normal;}
#help ol.alphaList ol.roman {list-style-position:inside;list-style-type:lower-roman;padding:0 10px 10px;}
#help ol.alphaList ol.roman li {font-weight:normal;padding:10px 0 0;}
#help ol li.noListStyle {list-style-type:none; font-weight:normal;}
#help ul.bullet {list-style-type:disc;list-style-position:outside;padding:0 0 0 10px;}
#help ol.alphaList ol.roman ul.bullet li,#help ol.alphaList ul.bullet li {padding:0;}
#help ol.alphaList.noBold li {font-weight:normal;}
#help ol.numeric {list-style-type:decimal;list-style-position:outside;padding:0 0 0 30px;}
#help a.noLink {text-decoration:none;cursor:default;color:#333333;}
#help a:hover.noLink {text-decoration:none;cursor:default;color:#333333;}
#help address {padding: 0 0 10px;font-weight:bold;}
#help span.underline {text-deocration:underline;}
/* jquery.tooltip.css */#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #eee;
	padding: 8px;
	color:#666666;
	width:500px;
}

#tooltip h3 {font-weight:bold;font-size:14px;}
#tooltip h4 {font-wieght:normal;font-size:12px;}
/* mini_player.css */.miniPlayerPromo .header {
	background-position:-10px -408px
}
.miniPlayerPromo .headerText {
	font-size:16px;
}
.miniPlayerPromo .middle {
	position:relative;
	padding:3px 0 0;
}
.miniPlayerPromo .middle .playerHolder .bookmarks a {
	float:left;
}
.miniPlayerPromo .playerHolder {
	margin:0 2px;
	position:relative;
	z-index:2;
}
.miniPlayerPromo .player {
	width:360px;
	height:293px;
	margin:0 auto;
}
.miniPlayerPromo .videoInformation {
	padding:4px 10px;
	display:none;
}
.miniPlayerPromo .dateAndViews {
	font-size:10px;
	color:#3d3d3d;
}
.miniPlayerPromo .dateAndViews a {
	color:#2E83F6;
	text-decoration:underline;
}
.miniPlayerPromo .videoInformation .shortTitle {
	color:#232323;
	font-size:16px;
	font-weight:bold;
}
.miniPlayerPromo .description {
	color:#3D3D3D;
	font-size:11px;
	padding:0 0 4px;
}
.miniPlayerPromo .videoInformation .description span {
	font-weight:bold;
}
.miniPlayerPromo .videoInformation .tags {
	color:#3D3D3D;
	font-size:11px;
	padding:2px 0 8px;
}
.miniPlayerPromo .videoInformation .tags span {
	font-weight:bold;
}
.miniPlayerPromo .videoInformation .tags a {
	color:#777777;
}

.miniPlayerPromo .videoInformation .tags a:hover {
	color:#EF9509;

}
.miniPlayerPromo .shareHolder {
	border-top:1px solid #C3C3C3;
	border-bottom:1px solid #C3C3C3;
	margin-bottom:5px;
	height:22px;
	position:relative;
}
.miniPlayerPromo .shareHolder .bookmarks{
	float:left;
	margin-right:10px;
	border-right:1px solid #C3C3C3;
	padding:3px 19px 3px 0;
	height:17px
}
.miniPlayerPromo .shareHolder a.url {
	display:block;
	background:transparent url(/sitewide/images/buttons/home_vid_btn_url_OFF.gif) no-repeat 0 3px;
	height:19px;
	width:43px;
	position:absolute;
	right:50px;
	top:0px;
	z-index:101;
	border:1px solid black;
	border-bottom-color:#F9F9F9;
}
.miniPlayerPromo .shareHolder a:hover.url {
	background-image: url(/sitewide/images/buttons/home_vid_btn_url_ON.gif);
}
.miniPlayerPromo .shareHolder a.embed {
	background:transparent url(/sitewide/images/buttons/home_vid_btn_embed_OFF.gif) no-repeat 0 3px;
	height:19px;
	width:43px;
	position:absolute;
	right:0;
	top:0;
	z-index:101;
	border:1px solid black;
	border-bottom-color:#F9F9F9;
}
.miniPlayerPromo .shareHolder a:hover.embed {
	background-image:url(/sitewide/images/buttons/home_vid_btn_embed_ON.gif);
}
.miniPlayerPromo .shareHolder .getUrlBox {
	position:absolute;
	width:230px;
	right:0;
	top:20px;
	z-index:100;
	background-color:white;
	border:1px solid black;
	padding:5px;
	text-align:left;
	display:none;
}
.miniPlayerPromo .shareHolder .getUrlBox input{
	width:225px;
	margin-bottom:4px;
}
.miniPlayerPromo .shareHolder .getUrlBox a.closeButton {
	background:transparent url(/sitewide/images/buttons/close_btn_OFF.gif) no-repeat 0 0;
	display:block;
	width:50px;
	height:15px;
	overflow:hidden;
	float:right;
}
.miniPlayerPromo .shareHolder .getUrlBox a:hover.closeButton {
	background-image: url(/sitewide/images/buttons/close_btn_ON.gif);
}
.miniPlayerPromo .shareHolder a.hideBorder {
	border-color:#F9F9F9;
	z-index:3;
}
.miniPlayerPromo .dateAndViews a:hover,.miniPlayerPromo .comingUpHolder a:hover .shortTitle strong {
	color:#EF9509;
}
.miniPlayerPromo .comingUpHolder {
	width:346px;
	margin:auto;
	padding-bottom:5px;
	clear:both;
}
.miniPlayerPromo .comingUpHolder .header {
	background:transparent url(/sitewide/images/promos/mini_player/mini_player_playlist_header.gif) no-repeat 0 0;
	height:14px;
}
.miniPlayerPromo .comingUpHolder .header .headerPad {
	padding:2px 0 3px 5px
}
.miniPlayerPromo .comingUpHolder .header .headerText {
	color:#00349F;
	font-weight:bold;
	font-size:11px;
	line-height:12px;
	text-transform:uppercase;
}
.miniPlayerPromo .comingUpHolder .middle {
	position:relative;
	width:344px;
	border:1px solid #777777;
	height:185px;
	overflow:auto;
	overflow-x:hidden;
}
.miniPlayerPromo .comingUpHolder .videosHolder {
	padding:5px;
}
.miniPlayerPromo .comingUpHolder a .shortTitle, .miniPlayerPromo .comingUpHolder a .shortTitle strong{
	color:#232323;
	font-size:11px;
}
.miniPlayerPromo .footer {
	background-position:-10px -471px;
}
.miniPlayerPromo .video_entry_selected {
	background:#F4E6D9;
}

.miniPlayerPromo .playArrow{
	bottom:6px;
	right:6px;
}



}
/*
 * Tooltips
 */
.miniPlayerDoubleColumnPromo .video_entry_tooltips{
	width:256px;
	height:311px;
	position:absolute;
	top:13px;
	left:267px;
	overflow:hidden;
	display:none;
}
.miniPlayerDoubleColumnPromo .video_entry_tooltips .video_entry_tooltip{
	display:none;
	width:256px;
	position:absolute;
	top:0px;
}
.miniPlayerDoubleColumnPromo .video_entry_tooltips .tooltip-selected{
	display:block;
}
.miniPlayerDoubleColumnPromo .video_entry_tooltips .tooltip-selected-0 {
	top:28px;
}
.miniPlayerDoubleColumnPromo .video_entry_tooltips .tooltip-selected-1 {
	top:64px;
}
.miniPlayerDoubleColumnPromo .video_entry_tooltips .tooltip-selected-2 {
	top:114px;
}
.miniPlayerDoubleColumnPromo .video_entry_tooltips .tooltip-selected-3 {
	top:144px;
}
/* Tooltip arrow. */
.miniPlayerDoubleColumnPromo .video_entry_tooltips .video_entry_tooltip .arrow{
	position:absolute;
	left:232px;
	width:24px;
	/*
	height:31px;
	*/
	z-index:3;
	background:transparent url('/sitewide/images/promos/mini_player/tooltip_arrows.png') no-repeat scroll 0 0;
	height:13px;
	background-position:0px -42px;
	top:42%;
}
.miniPlayerDoubleColumnPromo .video_entry_tooltips .tooltip-below .arrow{
	background-position:0px 0px;
	top:0px;
}
.miniPlayerDoubleColumnPromo .video_entry_tooltips .tooltip-within .arrow{
	height:13px;
	background-position:0px -42px;
	top:42%;
}
.miniPlayerDoubleColumnPromo .video_entry_tooltips .tooltip-above .arrow{
	background-position:0px -65px;
	bottom:-10px;
}
/* Tooltip content. */
.miniPlayerDoubleColumnPromo .video_entry_tooltips .video_entry_tooltip .content{
	position:relative;
	z-index:2;
	padding-right:24px;/* space for the arrow */
}
.miniPlayerDoubleColumnPromo .video_entry_tooltips .video_entry_tooltip .content .title{
	display:block;
	font-size:12px;
	font-weight:bold;
	line-height:17px;
	color:#00349F;
	background-color:#e0e0e0;
	padding:5px 5px 0px 5px;
}
.miniPlayerDoubleColumnPromo .video_entry_tooltips .video_entry_tooltip .content .description{
	display:block;
	font-size:11px;
	line-height:14px;
	color:#2d2d2d;
	background-color:#e0e0e0;
	padding:0px 5px 5px 5px;
}
/*
 * Video details.
 */
.miniPlayerDoubleColumnPromo .video-details{
	margin:10px;
	margin-bottom:0px;
	padding-bottom:10px;
}
.miniPlayerDoubleColumnPromo .video_detail{
	display:none;
}
.miniPlayerDoubleColumnPromo .video_detail_selected{
	display:block;
}
.miniPlayerDoubleColumnPromo .video_detail .date{
	font-size:11px;
	line-height:19px;
	color:#3d3d3d;
}
.miniPlayerDoubleColumnPromo .video_detail .date em{
	font-weight:bold;
}
.miniPlayerDoubleColumnPromo .video_detail .title{
	color:#232323;
	font-size:18px;
	line-height:19px;
	font-weight:bold;
}
.miniPlayerDoubleColumnPromo .video_detail .description{
	font-size:12px;
	line-height:15px;
	color:#3d3d3d;
}
.miniPlayerDoubleColumnPromo .video_detail .tags,
.miniPlayerDoubleColumnPromo .video_detail .tags a{
	font-size:10px;
	line-height:13px;
	color:#2e83f6;
}
.miniPlayerDoubleColumnPromo .video_detail .tags a:hover {
	color:#ef9509;
}
.miniPlayerDoubleColumnPromo .video_detail .tags .label{
	font-weight:bold;
	color:#3d3d3d;
}
.miniPlayerDoubleColumnPromo .video_detail .linksHolder{
	font-size:12px;
	line-height:15px;
}
/* Meta data. */
.detailsBot {
	height:27px;
	background:#f2f2f2;
	border:1px solid #ccc;
	font: bold 11px arial, sans-serif;
	color:#2d2d2d;
	margin-top:6px;
}
.detailsBot .blogPostedViewedRatings {float:left;margin:0 0 3px 3px;font-weight:normal;border-bottom:1px solid #717171;width:107px;}
.detailsBot .blogPostedViewedRatings div {padding-left:6px;font-size:10px;white-space:nowrap;}
.detailsBot .blogPostedViewedRatings div span.views {font:bold 12px arial;color:#203260;}
.detailsBot .clearAll {border-bottom:1px solid #ddd;}

.meta_block {
	display:block;
	float:left;
	font: bold 11px arial, sans-serif;
	color:#2d2d2d;
	border-right:1px solid #ccc;
	line-height:27px;
	width: 146px;
	text-align: center;
	vertical-align: middle;
	height: 27px;
	margin: auto;
}
.comment_count .fluxWidget .contentAction .cacVertical li.cacItem {
	float:none;
	*position: relative;
	*top:-10px;
}

.view_count{
	
}
	
	
/* ** Begin Comment to Clip Link ** */
/* Override commentCount Flux Style from flux3_contentaction.css */
.detailsBot .fluxWidget .contentAction .cacVertical li.commentCount .itemText {
	padding-left:0px !important;padding-right:6px !important;
}
.detailsBot .clipLink {
	display:inline-block;
	position:relative;
	left:-40px;
	margin-bottom:-20px;
	top: 7px;
}
.detailsBot .clipLink .icon {
	background-position:0 -342px;
	height:15px;
	width:20px;
	background-image:url("/sitewide/images/sprites/tds_icon_sprite.png");
	background-repeat:no-repeat;
}

/* ** End Comment to Clip Link ** */

.share_block {
	border-right:none;
	padding-left: 10px;
	float:left;
	height: 32px;
	position:relative;
	left: 0px;
	top: 0px;
	*height: 0px;
}
.share_text {display:block;float:left;}

.subHeader{
}

.clipLink {
	position:relative;
	display:inline-block;
	left:-40px;
	top:7px;
	margin-bottom:-20px;
	float:left;
	width:20px;
	border:none;
}
.clipLink .icon {
	background-position:0 -0px;
	height:15px;
	width:20px;
	background-repeat:no-repeat;
}
 .facebook_like {
 	position: relative;
	left: 10px;
	height: 24px;
	padding-top: 3px;
}

.share_text {display:block;float:left;}

.miniPlayerPromo .share_popup {
	margin:-210px 0 0 401px;
}

/* Collection Player Display Adjustments */

.coll_player_holder .meta_block {
	width: 126px;
}

.coll_player_holder .share_block {
	left: -10px;
	top: -8px;
}

 .coll_player_holder .facebook_like {
	padding-top: 0px;
	top: 5px;
}

/* ms_search.css *//* MS Search */
.search
{
	float:right;
	padding-left: 0px;
	margin:13px 0;
	background:transparent url(/sitewide/images/search/searchBoxBackground.gif) no-repeat 0 0;
	width:390px;
	height:32px;
}

.search .search_holder{
	margin:4px 0 0 5px;
}

.search_text{
	font-size:12px;
	margin:5px 10px 3px;
	color: #b4b4b4;
	font-weight:bold;
	height: 17px;
	width:212px;
	float:left;
	padding-left: 17px;
	border: none;
	background-color: transparent;
}

.search .search_button_site_tds {border:none;cursor:pointer;float:left;width:64px;height:24px;margin:0 4px 0 0;background:transparent url(/sitewide/images/search/TDS_btn_thissite.gif) no-repeat center;}
.search .search_button_site_tds:hover {background-image:url(/sitewide/images/search/TDS_btn_thissite_over.gif);}
.search .search_button_web_tds {border:none;cursor:pointer;float:left;width:64px;height:24px;margin:0;background:transparent url(/sitewide/images/search/TDS_btn_theweb.gif) no-repeat center;}
.search .search_button_web_tds:hover {background-image:url(/sitewide/images/search/TDS_btn_theweb_over.gif);}
.search .optionalText {display:none;}


/* 404 page search */
.promo404 .search {float:none;width:361px; height:64px; margin:0 0 50px 50px; padding:0; background:url(/sitewide/images/promos/404/tds_404_bluesearchbg.gif) no-repeat 0 0;}
.promo404 .search .optionalText {display:block;margin:0; padding:9px 0 3px 13px; color:#06c;font-size:14px;font-weight:bold;}
.promo404 .search .search_text {background-color:white;width:285px;}
.promo404 .search .search_button_site_tds {border:none;width:31px;height:20px;float:left;margin:-1px 0 0 2px;background:transparent url(/sitewide/images/promos/404/tds_404_search.gif) no-repeat 0 0;}
.promo404 .search .search_holder {float:left;width:343px; height:24px; border:none; padding:5px 0px 0 17px; text-align:left; background:url(/sitewide/images/promos/404/tds_404_search_txtfieldbg.gif) no-repeat 8px 0;}
.promo404 .search .search_holder input.search_text {float:left; margin:0 4px 0 0; width:289px; height:15px; font-size:12px; font-color:#3d3d3d;padding:0 0 2px;}
.promo404 .search .search_button_web_tds {display:none;}

.promo404 .footer {background-position:-10px -346px;}

/* navigation.css *//* navigation styles */
#top-nav li a {display:block;background:url(/sitewide/images/top_nav/menu.gif) no-repeat 0px 0px;height:25px;overflow:hidden;}
#top-nav a span {display:none;}
#top-nav #home a {width:57px;}

/* off state  */
#top-nav #fullepisodes a {background-position:-58px 0px;width:99px;}
#top-nav #videos a {background-position:-158px 0px;width:55px;}
#top-nav #guests a {background-position:-214px 0px;width:57px;}
#top-nav #newsteam a {background-position:-272px 0px;width:79px;}
#top-nav #electioncenter a {background-position:-352px 0px;width:109px;}
#top-nav #tickets a {background-position:-462px 0px;width:58px;}
#top-nav #forums a {background-position:-520px 0px;width:63px;}
/* #top-nav #extras a {background-position:-530px 0px;width:53px;}  */

/* rollover state  */
#top-nav #home a:hover {background-position:0px -25px;}
#top-nav #fullepisodes a:hover {background-position:-58px -25px;}
#top-nav #videos a:hover {background-position:-158px -25px;}
#top-nav #guests a:hover {background-position:-214px -25px;}
#top-nav #newsteam a:hover {background-position:-272px -25px;}
#top-nav #electioncenter a:hover {background-position:-352px -25px;}
#top-nav #tickets a:hover {background-position:-462px -25px;}
#top-nav #forums a:hover {background-position:-520px -25px;}
/* #top-nav #extras a:hover {background-position:-530px -25px;}  */

/* active state  */
#top-nav #home a.selected {background-position:0px -50px;cursor:default;}
#top-nav #fullepisodes a.selected {background-position:-58px -50px;cursor:default;}
#top-nav #videos a.selected {background-position:-158px -50px;cursor:default;}
#top-nav #guests a.selected {background-position:-214px -50px;cursor:default;}
#top-nav #newsteam a.selected {background-position:-272px -50px;cursor:default;}
#top-nav #electioncenter a.selected {background-position:-352px -50px;cursor:default;}
#top-nav #tickets a.selected {background-position:-462px -50px;cursor:default;}
#top-nav #forums a.selected {background-position:-520px -50px;cursor:default;}
/* pagination.css *//* pagination (AKA bookie) */
.bookieHolder {width:608px;overflow:hidden;}
.disabled .pageHolder {float:left;padding:2px;margin:3px;border:1px solid #d0d0d0;}
.disabled .pageHolder a,.disabled .pageHolder a:hover {font-size:12px;color:#d0d0d0;text-decoration:none;cursor:default;}
.off .pageHolder {float:left;padding:2px;margin:3px;border:1px solid #5EA1FA;}
.off .pageHolder a {float:left;font-size:12px;color:#5EA1FA;text-decoration:none;}
.on .pageHolder {float:left;padding:2px;margin:3px;border:1px solid #EF9509;cursor:pointer;}
.on .pageHolder a {float:left;font-size:12px;color:#EF9509;text-decoration:underline;}
.off .prevHolder .pageHolder,.on .prevHolder .pageHolder,.disabled .prevHolder .pageHolder {margin-right:100px;}
.off .nextHolder,.on .nextHolder,.disabled .nextHolder {float:right;}
.page {float:left;padding-top:8px;}
.facebook .page {float:none;padding-top:8px;}
/* poll.css */.poll {
	position:relative;
	display:block;
	font-size:14px;	
}
.poll.gr {
	color:#fff;	
}
.poll .loading {
	background:url(/sitewide/images/common/ajax-loader.gif) no-repeat top left;
	margin:8px auto;	
	display:block;
	width:32px;
	height:32px;
}

.poll .header {
	background:url(/sitewide/images/sprites/tds_module_sprite.gif) -8px -2159px;
	height:42px;	
}
.poll.gr .header {
	background:url(/sitewide/images/sprites/tds_module_sprite.gif) -10px -4588px;
}
.poll .footer {
	background:url(/sitewide/images/sprites/tds_module_sprite.gif) -8px -2205px;
	height:5px;	
}
.poll.gr .footer {
	background:url(/sitewide/images/sprites/tds_module_sprite.gif) -10px -5425px;
	height:11px;
}
.poll .header h2 {
	font-size:24px;
	font-weight:bold;
	line-height:42px;
	float:left;
	padding:0 0 0 10px;
	color:#00349F;
}
.poll.gr .header h2 {
	color:#fff;	
}
.poll .middle {
	background:#f9f9f9;
	padding:15px 15px 2px;
	display:block;
	position:relative;	
}
.poll.gr .middle {
	background:#0043A3;
	border-color:#00214C;	
}
.poll .middle .question .text {
	font-weight:bold;
	font-size:16px;
	margin:0 0 15px 0;
	color:#232323;	
}
.poll .middle .question .text.result {
	margin-right:120px;	
}
.poll.gr .middle .question .text {
	color:#fff;	
}
.poll .middle .question .image, .poll .middle .question .video {
	margin: 0 0 15px 0;	
}
.poll .middle .question .image img {
	padding:1px;
	border:1px solid #EF9509;
}
.poll.gr .middle .question .image img {
	border:1px solid #fff;	
}
.poll .middle .question .video {
	width:512px;
	padding:1px;
	border:1px solid #EF9509;	
}
.poll.gr .middle .question .video {
	border:1px solid #fff;
}
.poll .middle .question .player {
	background:transparent;
	margin:0 0 15px 0;
	width:512px;
	height:288px;
	padding:1px;
	border:1px solid #EF9509;	
}
.poll.gr .middle .question .player {
	border:1px solid #fff;
}
.poll .middle .answers {
	display:block;
	position:relative;
	float:left;
	width:100%;	
}
.poll .middle .answers .answer {
	display:block;
	position:relative;
	margin:0 0 15px 0;
	color:#232323;	
	float:left;
	width:100%;
}
.poll.gr .middle .answers .answer {
	color:#fff;	
}
.poll .middle .answers.images .answer {
	width:130px;
	margin-right:10px;
}
.poll .middle .answers.videos .answer {
	width:300px;
	margin-right:0px;
	min-height: 200px;
	overflow: hidden;
}
.poll .middle .answers .answer .image { 
	margin: 4px 0;	
	float:left;
	display:block;
}
.poll .middle .answers.images img {
	padding:1px;
	border:1px solid #EF9509;
}
.poll.gr .middle .answers.images img {
	border:1px solid #fff;
}
.poll .middle .answers .answer .image.nocaption {
	margin: 4px 0 4px 22px;	
}
.poll .middle .answers .answer .video, .poll .middle .answers .answer .player {
	margin:4px 0;	
	display:block;
	float:left;
	width:256px;
	height:144px;
	background:transparent;
	padding:1px;
	border:1px solid #EF9509;
}
.poll.gr .middle .answers .answer .video, .poll.gr .middle .answers .answer .player {
	border:1px solid #fff;
}
.poll .middle .answers .answer .image img {
	border:1px solid #EF9509;	
}
.poll.gr .middle .answers .answer .image img {
	border:1px solid #fff;
}
.poll .middle .answers .answer .input {
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:20px;
	height:20px;	
}
.poll .middle .answers .answer .input input {
	position:absolute;
	top:2px;
	left:0px;	
	vertical-align:top;
}
.poll .middle .answers.videos .answer input {
	bottom:2px;	
}
.poll .middle .answers .answer label {
	float:left;
	position:relative;
	width:242px;
	margin-left: 20px;
	line-height:16px;
	vertical-align:middle;	
}

.poll .middle .answers .answer .answerText {
	margin-left: 20px;
	display:inline-block;
	width: 241px;
}
.poll .middle .answers.images .answer label {
	width:130px;	
}
.poll .middle .answers.images .answer label span {
	width:80px;	
}

.poll .middle .answers.videos .answer label span, .poll .middle .answers.videos .answer span {
	width:248px;
	margin-left:22px;	
}
.poll .middle .result .answer {
	color:#232323;	
	margin-bottom:4px;
	/*width:200px;*/
}
.poll.gr .middle .result .answer {
	color:#fff;	
}
.poll .middle div.submit {
	float:left;
	position:relative;
	display:block;
	width:600px;	
}
.poll input.submit {
	background:url(/sitewide/images/promos/poll/TDS_VoteBtn_OFF.jpg) no-repeat top left;
	width:70px;
	height:24px;
	overflow:hidden;
	text-indent:-20000px;
	cursor:pointer;
	float:left;
	display:block;
	position:relative;
	border:0;
}
.poll input.submit.hover {
	background:url(/sitewide/images/promos/poll/TDS_VoteBtn_ON.jpg) no-repeat top left;	
}
.poll.gr input.submit {
	background:url(/sitewide/images/promos/poll/TDS_GreenRoom_VoteBtn_OFF.jpg) no-repeat top left;
}
.poll.gr input.submit.hover {
	background:url(/sitewide/images/promos/poll/TDS_GreenRoom_VoteBtn_ON.jpg) no-repeat top left;
}

/* results styles */
.poll .middle .result {
	margin-bottom:15px;	
}
.poll .middle .result.image {
	float:left;
	width:130px;
	text-align:center;	
}
.poll .middle .result.video {
	float:left;
	position:relative;
	width:100%;	
}
.poll .middle .result.image .answerHolder {
	width:130px;
	text-align:center;	
}
.poll .middle .result .imageHolder {
	margin-bottom:9px;
	background:transparent;	
}
.poll .middle .result.image img {
	padding:1px;
	border:1px solid #EF9509;	
}
.poll.gr .middle .result.image img {
	border:1px solid #fff;
}
.poll .middle .result .bar {
	display:block;
	float:left; 
	position:relative;
	width:200px;
	height:15px;
	background:#EF9509;
	margin:0 0 8px 0;
}
.poll .middle .result .hint {
	position:relative;
	float:left;
	font-size:10px;
	width:50px;	
	margin-left:4px;
}
.poll .middle .result .hint .percent, .poll .middle .result .hint .votes {
	font-size:14px;
	font-weight:bold;
	float:left;
	display:block;
	color:#232323;	
}
.poll.gr .middle .result .hint .percent, .poll.gr .middle .result .hint .votes {
	color:#fff;	
}
.poll .middle .result.video .percent {
	float:left;
	margin-left:10px;
	font-weight:bold;	
}
.poll .middle .back {
	font-weight:bold;
	color:#00349F;
	cursor:pointer;
	margin:10px 0 0 0;	
	float:left;
	position:relative;
	display:block;
}
.poll.gr .middle .back {
	color:#fff;	
}
.poll .middle .back.hover {
	color:#ef9509;	
}
.poll .middle .comedy_share {
	top:2px;	
}
.poll .middle .comedy_share .middle {
	padding:0 !important;	
}
.poll .middle .links ul {
	list-style:none;
	color:#00349F;
	margin-left:0;
	margin-top:10px;
}
.poll.gr .middle .links ul {
	color:#fff;	
}
.poll .middle .links ul li a {
	font-weight:bold; 
	color:#00349F;	
}
.poll.gr .middle .links ul li a {
	color:#fff;	
}
.poll .middle .links ul li a:hover {
	color:#EF9509;
}
.poll .middle .ad {
	float:right;
	margin:4px;
	position:relative;
	display:block;	
}
.poll input:active, .poll input:focus, .poll_mini input:active, .poll_mini input:focus {
	outline:none;	
	border:0;
}
.poll input::-moz-focus-inner, .poll_mini input::-moz-focus-inner {border:0;}
.poll .middle .coming-soon {
	font-size: 16px;
	color: #232323;
	padding-bottom: 15px;
}
.poll.gr .middle .coming-soon {
	font-size: 16px;
	color: #ffffff;
	padding-bottom: 15px;
}
.poll .answer.nocaption {
	min-height: 0 !important;
}

/* poll_mini.css *//* Mini Poll Module */
.poll_mini {
	position:relative;
	display:block;	
	font-size:14px;
}
.poll_mini.gr {
	color:#fff;	
}

.poll_mini .loading {
	background:url(/sitewide/images/common/ajax-loader.gif) no-repeat top left;
	margin:8px auto;
	display:block;
	position:relative;
	height:32px; 	
	width:32px;
}
.poll_mini .header {
	background:url(/sitewide/images/sprites/tds_module_sprite.gif) no-repeat;
	background-position:-10px -479px;
	height:42px;
}
.poll_mini.gr .header {
	background-position:-10px -5304px;	
}
.poll_mini.poll_242 .header {
	background-position:-10px -549px;	
}
.poll_mini.poll_400 .header {
	background-position:-10px -2409px;
}
.poll_mini .footer {
	background:url(/sitewide/images/sprites/tds_module_sprite.gif) no-repeat;
	background-position:-10px -542px;
	height:5px;	
}
.poll_mini.gr .footer {
	background-position:-10px -4861px;	
}
.poll_mini.poll_242 .footer {
	background-position:-10px -613px;
}
.poll_mini.poll_400 .footer {
	background-position:-10px -2456px;
}
.poll_mini .header h2 {
	font-size:24px;
	font-weight:bold;
	line-height:42px;
	float:left;
	padding:0 0 0 10px;
	color:#00349F;	
}
.poll_mini.gr .header h2 {
	color:#fff;	
}
.poll_mini .middle {
	background:#f9f9f9;
	position:relative;
	display:block;	
	padding:15px 15px 2px;
}
.poll_mini.gr .middle {
	background:#0043A3;
	border-color:#00214C;
}
.poll_mini .middle .question .text {
	font-weight:bold;
	font-size:14px;
	margin:0 0 15px 0;
	color:#232323;	
}
.poll_mini .middle .question .text.result {
	margin-right:120px;	
}
.poll_mini.gr .middle .question .text {
	color:#fff;	
}
.poll_mini .middle .question .image, .poll_mini .middle .question .video {
	margin: 0 0 15px 0;	
}
.poll_mini .middle .question .image img {
	padding:1px;
	border:1px solid #EF9509;	
}
.poll_mini.gr .middle .question .image img {
	border:1px solid #fff;	
}
.poll_mini .middle .question .player {
	margin:0 0 15px 0;
	background:transparent;
	width:256px;
	height:144px;	
}
.poll_mini.poll_400 .question .player {
	width:355px;
	height:200px;
	padding:1px;
	border:1px solid #EF9509;	
}
.poll_mini .middle .answers {
	display:block;
	position:relative;
	float:left;	
}
.poll_mini .middle .answers .answer {
	display:block;
	position:relative;
	margin:0 0 15px 0;
	color:#232323;	
	float:left;
	width:270px;
}
.poll_mini.gr .middle .answers .answer {
	color:#fff;

}
.poll_mini.poll_242 .middle .answers .answer {
	width:210px;	
}
.poll_mini.poll_400 .middle .answers .answer {
	width:370px;	
}
.poll_mini .middle .answers.images .answer {
	width:130px;
	min-height: 118px;
}
.poll_mini.poll_242 .answers.images .answer {
	width:100px;	
}
.poll_mini.poll_400 .answers.images .answer {
	width:180px;	
}
.poll_mini .middle .answers .answer .image {
	margin:8px 0 4px 0;	
	display:block;
	float:left;
}
.poll_mini .middle .answers .answer .image.nocaption {
	margin-left:18px;	
}
.poll_mini .middle .answers .answer .image img {
	padding:1px;
	border:1px solid #EF9509;	
}
.poll_mini.gr .middle .answers .answer .image img {
	border:1px solid #fff;
}
.poll_mini .middle .answers .answer .input {
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:20px;
	height:20px;
}
.poll_mini .middle .answers .answer .input input {
	position:absolute;
	top:0px;
	left:0px;	
}
.poll_mini .middle .answers .answer label {
	float:left;
	position:relative;
	font-size:14px;
	line-height:16px;
	vertical-align:middle;
	padding-left: 19px;
}
.poll_mini .middle .answers .answer label span {
	float:left;
	display:block;	
	font-size:14px;
	line-height:16px;
	vertical-align:middle;
	margin-left:22px;
	margin-right:8px;
}
.poll_mini div.submit {
	position:relative;
	float:left;
	display:block;
}
.poll_mini input.submit {
	background:url(/sitewide/images/promos/poll/TDS_VoteBtn_OFF.jpg) no-repeat top left;
	width:70px;
	height:24px;
	overflow:hidden;
	text-indent:-20000px;
	cursor:pointer;
	float:left;
	display:block;
	position:relative;
	border:0;
}
.poll_mini.gr input.submit {
	background:url(/sitewide/images/promos/poll/TDS_GreenRoom_VoteBtn_OFF.jpg) no-repeat top left;
}
.poll_mini input.submit.hover {
	background:url(/sitewide/images/promos/poll/TDS_VoteBtn_ON.jpg) no-repeat top left;	
}
.poll_mini.gr input.submit.hover {
	background:url(/sitewide/images/promos/poll/TDS_GreenRoom_VoteBtn_ON.jpg) no-repeat top left;
}

.poll_mini .links {
	display:block;
	position:relative;
	margin:10px 0;	
}

/* results styles */
.poll_mini .middle .result {
	margin-bottom:15px;	
}
.poll_mini .middle .result.image {
	width:130px;
	text-align:center;	
	position:relative;
	display:block;
	float:left;
}
.poll_mini.poll_242 .result.image {
	width:100px;	
}
.poll_mini.poll_400 .result.image {
	width:180px;
	text-align:center;	
}
.poll_mini .middle .result .answer {
	color:#232323;	
	margin-bottom:4px;
}
.poll_mini.gr .middle .result .answer, .poll_mini.gr .result .answerHolder {
	color:#fff;	
}
.poll_mini .middle .result .imageHolder {
	display:block;
	float:left;
	margin:0 0 5px 0;
	width:100%;	
	background:transparent;
}
.poll_mini .middle .result.image .imageHolder {
	text-align:center;
	margin-top:18px;	
}
.poll_mini .middle .result.image .imageHolder img {
	padding:1px;
	border:1px solid #EF9509;	
}
.poll_mini.gr .middle .result.image .imageHolder img {
	border:1px solid #fff;
}
.poll_mini .middle .result .bar {
	display:block;
	float:left; 
	position:relative;
	height:15px;
	background:#EF9509;
	margin:0 0 8px 0;
}
.poll_mini .middle .result .hint {
	position:relative;
	float:left;
	font-size:10px;
	width:50px;
	margin-left:4px;	
}
.poll_mini .middle .result .hint .percent {
	font-size:14px;
	font-weight:bold;
	display:block;
	color:#232323;	
}
.poll_mini .middle .result .hint .votes {
	font-size:11px;
	color:#232323;
	float:right;
	display:block;
	text-align:right;	
}
.poll_mini.gr .middle .result .hint .percent, .poll_mini.gr .middle .result .hint .votes {
	color:#fff;
}
.poll_mini .middle .back {
	font-weight:bold;
	color:#00349F;
	cursor:pointer;	
	margin:10px 0 0 0;
	font-size:12px;
	float:left;
	position:relative;
	display:block;
}
.poll_mini.gr .middle .back {
	color:#fff;	
}
.poll_mini .middle .back.hover {
	color:#ef9509;	
}
.poll_mini .middle .links ul {
	list-style:none;
	color:#00349F;
	margin-left:0;
	margin-top:10px;
}
.poll_mini.gr .middle .links ul {
	color:#fff;
}	
.poll_mini .middle .links ul li a {
	font-weight:bold; 
	color:#00349F;	
	font-size:12px;
}
.poll_mini.gr .middle .links ul li a {
	color:#fff;	
}
.poll_mini .middle .links ul li a:hover {
	color:#EF9509;
}
.poll_mini .middle .ad {
	float:right;
	margin:4px;
	position:relative;
	display:block;	
}
.poll_mini .middle .comedy_share .middle {
	padding:0 !important;	
}
.poll_mini .answer.nocaption {
	min-height: 0 !important;
}

/* 404.css */.promo404 .header {width:630px; height:84px; overflow:hidden; background:transparent url(/sitewide/images/promos/404/tds_404_header.jpg) no-repeat 0 0;}
.promo404 .headerText {text-indent:-2000px;}
.promo404 .middle {width:628px;margin:0; padding:0; border-left:solid 1px #c7c7c7; border-right:solid 1px #c7c7c7;border-top:none;background:#F7F7F7 url(/sitewide/images/promos/404/tds_404_satellite.gif) no-repeat bottom right}
.promo404 .middle p {width:530px; padding:0; margin:0 30px 17px 50px; padding:0;font-size:12px;color:#777;}

.promo404 .middle p a {color:#2e83f6; text-decoration:none;}
.promo404 .middle p a:hover {color:#f1660e; text-decoration:underline;}
.promo404 .middle p a:visited {color:#2e83f6; text-decoration:underline;}

/* alumni.css *//* Alumni promo on the News Team page. */
.alumniPromo{
	position:relative;
	margin-bottom:0;
}
.alumniPromo .header{
	background-position: -10px -300px;
}

.alumniPromo .header .headerText{
	font-size:16px;
}

.alumniPromo .footer{
	clear:both;
	background-position:-10px -346px;
}

.alumniPromo .middle{
	float:left;
	width:608px;
	position:relative;/* for IE6 */
}
.alumniPromo .middle .entry{
	margin:0px 10px 10px 0px;
	padding-top:10px;
	float:left;
	clear:both;
	width:410px;
	border-top:solid 1px #c3c3c3;
	position:relative;/* for IE6 */
}
.alumniPromo .middle .entry_1{
	border-width:0px;
}
.alumniPromo .middle .entry img{
	float:left;
}
.alumniPromo .middle .entry .details{
	margin-left:120px;
	font-size:12px;
	color:black;
}
.alumniPromo .middle a{
	font-size:12px;
	font-weight:bold;
	color:#5EA1FA;
	text-decoration:underline;
	display:block;
	margin-bottom:6px;
}
.alumniPromo .middle a:hover {
	color:#EF9509;
}
.alumniPromo .middle .entry .details .link{
	float:right;
	margin-top:10px;
	font-size:11px;
	font-weight:bold;
}
.alumniPromo .middle .entry .details .link a{
	color:black;
	text-decoration:none;
}
.alumniPromo .middle .entry .details .link a u{
	text-decoration:underline;
	color:#5ea1fa;
}
.alumniPromo .middle .entry .details .link a:hover u{
	color:#EF9509;
}
.alumniPromo .middle .right{
	text-align:left;
	margin-left:420px;
	border-left:1px solid #C3C3C3;
	font-size:12px;
	padding-left:10px;
	position:relative;
	line-height:14px;
	margin-bottom:-20px;/* This is for the margin-bottom on the ul. */
	width:174px;/* for IE6 */
}
.alumniPromo .middle .right .list-title{
	font-weight:bold;
}
.alumniPromo .middle .right ul{
	margin-bottom:20px;
}
.alumniPromo .middle .right ul li{
	margin-top:4px;
	position:relative;
	height:100%;
}
.alumniPromo .middle .right a{
	display:block;
	width:100px;
	margin-bottom:0px;
}
.alumniPromo .middle .right .year{
	position:absolute;
	right:0px;
	top:0px;
}

/* article.css *//* About the Show promo on the About page. */
.articlePromo{
	position:relative;
}
.articlePromo .header{
	background:white url('/sitewide/images/headers/about_the_show_header.jpg') no-repeat scroll top right;
	height:39px;
}
.articlePromo .middle{
	background-color:#f9f9f9;
	border:1px solid #c3c3c3;
	border-bottom:0px;
	border-top:0px;
	float:left;
	padding:5px 10px;
	position:relative;
	width:608px;
}
.articlePromo .footer{
	background-position:-10px -346px;
	clear:left;
}
.articlePromo .middle .imageHolder{
	float:left;
	margin:0px 5px 3px 0px;
	width:204px;
	height:154px;
	overflow:hidden;
}
.articlePromo .middle .copy{
	font-size:12px !important;
	line-height:14px !important;
}

.articlePromo .middle a {color:#5EA1FA;}
.articlePromo .middle a:hover {color:#F2A60C;}
/* ask_a_correspondent.css */.askACorrespondentPromo .header,
.askACorrespondentPromo .footer,
.askACorrespondentPromo .middle .header,
.askACorrespondentPromo .middle .footer{
	background:transparent url('/sitewide/images/sprites/ask_a_correspondent.png') no-repeat scroll 0 0;
}

.askACorrespondentPromo{
	position:relative;
}

.askACorrespondentPromo .header{
	background-position:-60px -70px;
	height:50px;
	text-indent:-20000px;
}
.askACorrespondentPromo .header .headerText{
	margin-left:20px;
	margin-top:10px;
}
.askACorrespondentPromo .header .subHeaderText{
	margin-left:20px;
}

.askACorrespondentPromo .footer{
	background-position:-60px -150px;
	height:6px;
}

.askACorrespondentPromo .middle{
	padding:19px;
	padding-bottom:13px;
	background-color:#eaeaea;
	border-color:#d4d4d4;
	border-width:0 1px;
}
.askACorrespondentPromo .middle .header{
	background-position:-60px -175px;
	height:6px;
}
.askACorrespondentPromo .middle .mHeader {
	background:transparent url(http://www.comedycentral.com/images/shows/tds/site/Ask_A_Correspondant_Sprite.png) no-repeat scroll 0 0;
	background-position:-60px -175px;
	height:6px;
}
.askACorrespondentPromo .middle .footer{
	background-position:-60px -190px;
	height:6px;
}
.askACorrespondentPromo .middle .textHolder{
	padding:9px 15px;
	padding-bottom:5px;
	background-color:#f9f9f9;
	border:solid 1px #d4d4d4;
	border-width:0 1px;
}
.askACorrespondentPromo .middle .textHolder .correspondents{
	width:560px;
	height:92px;
	border-bottom:solid 1px #d4d4d4;
	margin-bottom:15px;
	background:transparent url('/sitewide/images/promos/ask_a_correspondent/correspondents.jpg') no-repeat scroll 0 0;
}
.askACorrespondentPromo .middle .textHolder .copy{
	font-size:12px;
	color:#000;
}
.askACorrespondentPromo .middle .textHolder .copy em{
	font-weight:bold;
}

.askACorrespondentPromo .middle .textHolder p{
	margin-bottom:10px;
	clear:both;
}

.askACorrespondentPromo .middle .textHolder form{
	margin-top:30px;
}
.askACorrespondentPromo .middle .textHolder form p{
	text-align:right;
}
.askACorrespondentPromo .middle .textHolder form label{
	font-size:16px;
	font-weight:bold;
	color:#000;
	float:left;
}
.askACorrespondentPromo .middle .textHolder form input{
	width:215px;
	font-family:inherit;
	font-size:inherit;
}
.askACorrespondentPromo .middle .textHolder form .submit{
	width:auto !important;
}
.askACorrespondentPromo .middle .textHolder form textarea{
	width:215px;
	height:85px;
	font-family:inherit;
	font-size:inherit;
}

/* bio_large.css */.bioLargePromo{
	position:relative;
	font-size:12px;
}
.bioLargePromo .header{
	background-position: -10px -10px;
	border-bottom:1px solid #A7C2EA;
}

.bioLargePromo .header .headerText{
	color:white;
}

.bioLargePromo .footer{
	background-position: -10px -346px;
}
.bioLargePromo .middle{
	border:solid 1px #c3c3c3;
	border-width:1px 1px 0;
	background-color:#f9f9f9;
	border-top-color:#3567B3;
}
.bioLargePromo .middle .imageHolder{
	float:left;
	margin:5px 5px 0px 10px;
	width:204px;
	height:164px;
	overflow:hidden;
}
.bioLargePromo .middle .textHolder{
	padding:5px 10px 0px 10px;
}
.bioLargePromo .middle .linksHolder{
	margin:0px;/* It's a global style mucking with my layout. */
}

/* blog.css */.Three_Column_A #right_column .blogPromo .header {background-position:-10px -479px;}
.Three_Column_A #right_column .blogPromo .footer {background-position:-10px -542px;}
.Three_Column_A #center_column .blogPromo .header {background-position:-10px -408px;}
.Three_Column_A #center_column .blogPromo .footer {background-position:-10px -471px;}
.Three_Column_A #left_column .blogPromo .header {background-position:-10px -550px;}
.Three_Column_A #left_column .blogPromo .footer {background-position:-10px -613px;}
.blogPromo .header {background-position:-10px -621px;}
.blogPromo .header .headerText {font-size:16px;}
.blogPromo .middle .subheadText a, .blogPromo .middle .subheadText{font-size:11px;color:#3D3D3D;margin:0;font-weight:normal;}
.blogPromo .middle .headerText a{font-weight:bold;font-size:12px;color:#232323;line-height:15px;}
.blogPromo .middle .text_holder .link {margin:5px 0 0 0;}
.blogPromo .middle .text_holder .link a {color:#00349F;font-size:11px;text-decoration:underline;}
.blogPromo .middle .text_holder .link a:hover,.blogPromo .middle .headerText a:hover,.blogPromo .middle .subheadText a:hover {color:#EF9509;}
.blogPromo .middle .text_holder {padding:0 0 10px;}
.blogPromo .footer {background-position:-10px -684px;}

.blogPromo .middle .link .icon {background:transparent url(/sitewide/images/sprites/tds_icon_sprite.png) no-repeat;width:19px;height:16px;float:left;margin:0 2px 0 0;clear:both;}
.blogPromo .middle .videoIcon .icon {background-position:-4px -43px;}

/* cast.css *//* News team bios on the News Team page. */
.castPromo{
	position:relative;
	font-size:12px;
	color:#fff;
	width:630px;/* redundant declaration for IE6's floats */
}
.castPromo .header{
	background-position: -10px -10px;
	border-bottom:1px solid #A7C2EA;
	height:29px;
	overflow:hidden;
}
.castPromo .header .headerText{
	color:white;
}
.castPromo .middle{
	background:#448dd2 url('/sitewide/images/middles/tds_blue_630.gif') no-repeat scroll 0 0;
	padding:10px;
	border-color:#00349F #00349F white;
	border-style:solid;
	border-width:1px 1px 0;
}
.castPromo .middle img{
	float:left;
}
.castPromo .middle p{
	margin-left:115px;
	width:230px;
	margin-bottom:5px;
}
.castPromo .middle a{
	margin-left:115px;
	color:#fff;
	text-decoration:underline;
}
.castPromo .middle a:hover {
	color:#232323;
}
.castPromo .team-box{
	width:226px;
	height:300px;
	float:right;
}
.castPromo .team-box .footer{
	display:none;
}
.castPromo .team-box .header{
	background:transparent url('/sitewide/images/headers/news_team.gif') no-repeat scroll -1px 0px;
	height:13px;
	border-bottom:none;
}
.castPromo .team-box .header span{
	font-size:11px;
	color:#00349f;
	margin-top:1px;
	margin-left:5px;
	font-weight:bold;
}
.castPromo .team-box .middle{
	background:#fff;
	padding:0px;
	height:287px;
	overflow:auto;
	width:223px;
	border:1px solid #c3c3c3;
}
.castPromo .team-box .middle .entry{
	border-bottom:solid 1px #c3c3c3;
	padding:4px 0px;
	margin-bottom:8px;
	width:205px;
	overflow:hidden;
	color:black;
	font-size:11px;
}
.castPromo .team-box .middle .entry a{
	color:#5EA1FA;
	font-weight:bold;
	text-decoration:underline;
}
.castPromo .team-box .middle .entry a:hover {
	color:#ef950a;
}
.castPromo .team-box .middle .headshot, .castPromo .team-box .middle .team-details{
	margin:0px;
	margin-left:5px;
	float:left;
}
.castPromo .team-box .middle .team-details{
	width:100px;
}
.castPromo .team-box .middle .team-details a{
	margin:0px;
}
.castPromo .footer{
	background-position:-10px -65px;
	height:5px;
}

/* clip_featured_episode.css */.clip_featured_episode {width:320px;float:left}
.clip_featured_episode .full_ep_exclusive .textHolder {font-size:12px;line-height:15px;color:#3d3d3d;width:170px;}
.clip_featured_episode .full_ep_exclusive .textHolder .title a {color:#232323;}
.clip_featured_episode .full_ep_exclusive .textHolder .title a:hover {color:#2E83F6;}
.clip_featured_episode .full_ep_exclusive .imageBorder {margin:0 10px 0 0;background-color:#EF9509;}
.clip_featured_episode .full_ep_exclusive .imageHolder:hover {border:1px solid #FFFFFF;margin: 1px 5px 1px 1px;}
.clip_featured_episode .full_ep_exclusive .full_ep_box .playArrow {height:13px;}
/* comments.css */.comments{
	width:640px;
	margin:0px;
	background:white;
	clear:both;
}
.comments .Flux{
	width:652px;
	margin:0px 5px;
}
/* Since we're using the template for the video page, we need to fix the header. */
.comments .Flux .comments .header{
	background:none;
}
.comments .Flux .comments .header div{
	color:#40444c;
	font-size:18px;
	font-weight:bold;
	padding-left:0px;
}

body .fluxWidget .widgetContainer {border:0 none !important;background-color:transparent !important;}
/* cross_promotion.css */.cross_promotion{
	color:black;
	margin-top:0px;
	padding-bottom:10px;
	display:block;
	float:left;
	clear:both;
	}

.cross_promotion #theToss {
	width:311px;
	background-color: #F0F1F3;
	float:left;
	clear:both;
}

.cross_promotion .toss_content_top {
	background:transparent url('/sitewide/images/full_episodes/fulleps_leftcol_small_unit_top.gif') scroll no-repeat 0 0;
	width:311px;
	height:5px;
	float:left;
}
.cross_promotion .toss_content_bottom {
	background:transparent url('/sitewide/images/full_episodes/fulleps_leftcol_small_unit_bot.gif') scroll no-repeat 0 0;
	width:311px;
	height:5px;
	float:left;
}

.cross_promotion .toss_content{
	border-left: 1px solid #D6DADB;
	border-right: 1px solid #D6DADB;
	float:left;
	width:299px;
	min-height:111px;
	padding:5px 0px 5px 10px;
}

.cross_promotion .toss_title{
	font-weight:bold;
	font-size:14px;
	color:#40444c;
	border-bottom:1px solid #C3C3C3;
	margin-bottom:10px;
	padding-bottom:5px;
	width:289px;
}

.cross_promotion .toss_image_holder{
	float:left;
	width:116px;
	height:63px;
	border: 1px solid 4A4E4D;
	background:#000000;
	text-align:center;
}

.cross_promotion .toss_image_play {
	width:20px;
	height:20px;
	float:left;
	margin-top:45px;
	margin-left:-35px;
}

.cross_promotion .toss_copyHolder {
	float:left;
	width:165px;
	margin-left:10px;
}

.cross_promotion .toss_guest{
	font-weight:bold;
	font-size:12px;
	color:#40444c;
}

.cross_promotion .toss_airDate {
	font-weight:bold;
	font-size:10px;
	color:#67749a;
}

.cross_promotion .toss_description {
	font-weight:normal;
	font-size:12px;
	color:#40444c;
}

.cross_promotion .toss_image_holder a.play_arrow {
	display:block;
	position:relative;
}

.cross_promotion .arrow {
	background:transparent url(/sitewide/images/full_episodes/fulleps_play_icon.gif) no-repeat 0 0;
	width:17px;
	height:12px;
	position:absolute;
	right:5px;
	bottom:5px;
}

/* download_300.css */.download_300Promo .header {background-position:-10px -300px;}
.download_300Promo .header .headerText {font-size:16px;}
.download_300Promo .middle {}
.download_300Promo .middle .holder {width:610px;}
.download_300Promo .middle .holder .subheaderTextPad {padding:0 0 5px 0;}
.download_300Promo .middle .holder .subheaderText {font-size:12px;font-weight:bold;color:#232323;}
.download_300Promo .middle .holder .wallpaperHolder {margin:0 8px 10px 0;width:104px;float:left;}
.download_300Promo .middle .holder .imageHolder {margin:0 8px 8px 0;float:left;}
.download_300Promo .middle .holder .wallpaperHolder .imageHolder {margin:5px 0 10px 0;}
.download_300Promo .middle .holder .wallpaperHolder .textHolder {text-align:center;}
.download_300Promo .middle .holder .wallpaperHolder .textHolder a {font-size:10px;text-decoration:underline;color:#5EA1FA;}
.download_300Promo .middle .holder .wallpaperHolder .textHolder a:hover {color:#EF9509;}
.download_300Promo .footer {background-position:-10px -346px;}

/* exclusive_clip.css */.exclusive_clip {width:320px;float:left;margin-left:10px;}
.exclusive_clip .full_ep_exclusive .textHolder {font-size:12px;line-height:15px;color:#3d3d3d;width: 170px;}
.exclusive_clip .full_ep_exclusive .textHolder .title a {color:#232323;}
.exclusive_clip .full_ep_exclusive .textHolder .title a:hover {color:#2E83F6;}
.exclusive_clip .full_ep_exclusive .imageBorder {margin:0 10px 0 0;background-color:#EF9509;}
.exclusive_clip .full_ep_exclusive .imageHolder:hover {border:1px solid #FFFFFF;margin: 1px 5px 1px 1px;}
.exclusive_clip .full_ep_exclusive .full_ep_box .playArrow {background: url("/sitewide/images/common/ExclusiveOverlay_106.gif") no-repeat scroll 0 0 #FFFFFF;height:13px;}
/* exclusive_content.css */.exclusive_content {
	width:310px;
	background-color: #F0F1F3;
	float:left;
	margin:0 0 8px 8px;
}

.exclusive_content .exclusive_content_top {
	background:transparent url('/sitewide/images/full_episodes/fulleps_leftcol_small_unit_top.gif') scroll no-repeat 0 0;
	width:311px;
	height:5px;
	float:left;
}
.exclusive_content .exclusive_content_bottom {
	background:transparent url('/sitewide/images/full_episodes/fulleps_leftcol_small_unit_bot.gif') scroll no-repeat 0 0;
	width:311px;
	height:5px;
	float:left;
}

.exclusive_content .middle {
	border-left: 1px solid #D6DADB;
	border-right: 1px solid #D6DADB;
	border-top:0 none;
	border-bottom:0 none;
	float:left;
	width:289px;
	min-height:111px;
	padding:5px 10px 5px 10px;
	background-color:transparent;
}

.exclusive_content .exclusive_title{
	font-weight:bold;
	font-size:14px;
	color: #40444C;
	line-height:16px;
	border-bottom:1px solid #C3C3C3;
	margin-bottom:10px;
	padding-bottom:5px;
}

.exclusive_content .exclusive_title span {
	font-size:10px;
	color:#67749A;
	text-transform:uppercase;
}

.exclusive_content .exclusive_image_holder{
	float:left;
	width:116px;
	border: 1px solid 4A4E4D;
	background:#000000;
	text-align:center;
}

.exclusive_content .exclusive_image_play {
	width:20px;
	height:20px;
	float:left;
	margin-top:45px;
	margin-left:-35px;
}

.exclusive_content .exclusive_copyHolder {
	float:left;
	width:163px;
	margin-left:10px;
}

.exclusive_content .exclusive_shortTitle{
	font-weight:bold;
	font-size:12px;
	color:#40444c;
}
.exclusive_content .exclusive_airDate {
	font-weight:bold;
	font-size:10px;
	color:#67749a;
}

.exclusive_content  .exclusive_description {
	font-weight:normal;
	font-size:12px;
	color:#40444c;
}
/* fb_connect.css */.fb_connect {
	display:none;
	position:relative;
	width:280px;
	padding:10px;
	margin-bottom:10px;
}
.fb_connect_240 {
	position:relative;
	width:195px;
	padding:10px;
	margin-bottom:10px;
}
.fb_connect_240 .bg_top{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:transparent url('/sitewide/images/promos/facebook_connect/FB_Connect_240.gif') no-repeat scroll top left;
}
.fb_connect_240 .bg_bottom{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:50%;
	background:transparent url('/sitewide/images/promos/facebook_connect/FB_Connect_240.gif') no-repeat scroll bottom left;
}
.fb_connect .bg_top {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:50%;
	background:transparent url('/sitewide/images/promos/facebook_connect/FB_Connect_300.gif') no-repeat scroll top left;
}
.fb_connect .bg_bottom {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:50%;
	background:transparent url('/sitewide/images/promos/facebook_connect/FB_Connect_300.gif') no-repeat scroll bottom left;
}
.fb_connect #connectPromoButton, .fb_connect_240 #connectPromoButton2 {
	display:block;
	position:relative;
	width:169px;
	height:25px;
}
.fb_connect div.text {
	color:#3b5997;
	width:280px;
	position:relative;
	display:block;
	font-size:13px;
	line-height:16px;
	font-weight:bold;
	font-family:"Lucida Sans", "Lucida Grande", sans-serif;
	margin-top:6px;
}
.fb_connect_240 div.text {
	color:#3b5997;
	width:195px;
	position:relative;
	display:block;
	font-size:13px;
	line-height:16px;
	font-weight:bold;
	font-family:"Lucida Sans", "Lucida Grande", sans-serif;
	margin-top:6px;
}
.fb_connect div.link, .fb_connect div.link a{
	color:#3b5997;
	position:relative;
	width:280px;
	display:block;
	font-size:10px;
	line-height:13px;
	font-weight:normal;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration:none;
	margin-top:6px;
}
.fb_connect_240 div.link, .fb_connect_240 div.link a{
	color:#3b5997;
	position:relative;
	width:195px;
	display:block;
	font-size:10px;
	line-height:13px;
	font-weight:normal;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration:none;
	margin-top:6px;
}
#connectPromoButton .quickMenu {
	position:absolute;
	left:0;
	top:0;
}
#connectPromoButton  .quickMenu .container {
	text-indent:-20000px;
}
#connectPromoButton .quickMenu.widgetContainer {
	border:0;
}
#connectPromoButton  .quickMenu .span {
	display:none;
}
#connectPromoButton .quickMenu span.fbIcon {
	background:url(/sitewide/images/promos/facebook_connect/FB_Connect_Btn.gif) no-repeat;
	display:block;
	width:107px;
	height:25px;
	position:absolute;
	left:0;
	top:0;
	margin:0;
	cursor:pointer;
}

#connectPromoButton2 .quickMenu {
	position:absolute;
	left:0;
	top:0;
	
}

#connectPromoButton2 .quickMenu  .container {
	color: white;;
}
#connectPromoButton2  .flux .fluxBtn.btnMedium{
	display: none !important;
}
#connectPromoButton2  .flux .p{
	display: none !important;
}
.flux .fluxBtn.btnMedium {
}

#connectPromoButton2  .quickMenu .container .fbConnect {
}
 
#connectPromoButton2 .quickMenu span.fbIcon {
	display:block;
	width:107px;
	height:25px;
	position:absolute;
	left:0;
	top:0;
	margin:0;
	cursor:pointer;
}


.Three_Column_A #left_column .fb_connect_240,
.Three_Column_A #left_column .fb_connect_240 div.text{
	width:220px;
}

/* featured_episode.css */.featured_episode .header {
	background-position:-10px -218px; border-bottom:1px solid #A7C2EA;
}
.featured_episode .header .headerText {
color:white;}

.featured_episode .middle {
	padding:10px 10px 4px 10px;background-color:#F9F9F9;border-color:#C3C3C3;border-top-color:#3567B3; 
}

.featured_episode .middle .first .imageHolderMargin .imageHolder {
	width:165px;height:96px;border:0px solid #FFFFFF;overflow:hidden;
 }
 
.featured_episode .middle .first .imageHolderMargin:hover {
	background-color:#EF9509 !important;
}

.featured_episode .middle .first .imageHolderMargin {
	padding:0px;border:1px solid #ef9509; margin:auto; width:165px;padding:1px 1px;position:relative;
}
.featured_episode .middle .first .imageHolder .overlay {
	background:transparent url(/sitewide/images/full_episodes/full_episode_home_module.gif) no-repeat 0 0;width:166px;height:19px;position:absolute;bottom:0px;left:0px;
}
.featured_episode .middle .first .imageHolder:hover {
	background-color:#EF9509 !important;
}
.featured_episode .middle .first .textHolder {
	margin:5px 0;color:#232323;
}
.featured_episode .middle .first .textHolder .date a{
	font-weight:bold;font-size:14px;color:#232323;
}

.featured_episode .middle .textHolder .date a:hover, 
.featured_episode .middle .textHolder .guest a:hover,
.featured_episode .middle .moreEpisodes a:hover{
	color:#EF9509;
}
.featured_episode .middle .textHolder .guest, 
.featured_episode .middle .textHolder .guest a, 
.featured_episode .middle .theRest .textHolder .date a,
.featured_episode .middle .moreEpisodes a{
	font-weight:bold;font-size:12px;color:#2E83F6;
}

.featured_episode .middle .theRest .textHolder .date a:hover {
	color:#EF9509;}
.featured_episode .middle .first .textHolder .description {
	font-size:12px;line-height:13px;
}
.featured_episode .middle .episode {
	margin:10px 0 0;
}
.featured_episode .middle .theRest .imageHolder {
	width:166px;height:96px;overflow:hidden;
}

.featured_episode .middle .theRest .imageHolder .imageMargin {
	padding:2px;margin:0;border:none;
}

.featured_episode .footer {
	background-position:-398px -1614px; width:242px;
}

.featured_episode .rule {
	background-color:#9BC0EA;margin:10px auto 4px;
}

.featured_episode .middle .first .imageMargin.imageMargin {
	display:block!important; border:0px!important; margin:auto;
}

.featured_episode .middle .first .imageHolder a:hover{
	border:0px!important;
}
/* follow.css */#right.sidebar div {padding-bottom:0px;}
	#right.sidebar div img {margin:0px;padding:0px;}
	sidebar img {display:block;padding:0px;}
	#right.sidebar span {display:inline;margin-left:0px;}
    .follow {margin:0px 0px 10px;background-color:transparent;font-family:Arial, sans-serif;font-size:12px;width:300px;}
	#visibleHeader .follow {width:212px;}
	.follow .middle {background-color:#F9F9F9;border-left:1px solid #C3C3C3;border-right:1px solid #C3C3C3;border-top:1px solid #C3C3C3;padding-top:10px;min-height:400px;}
	.follow .tab_content .sub_feed{border-left:solid 1px #c2c2c2;border-right:solid 1px #c2c2c2;border-bottom:solid 1px #c2c2c2;display:inline-block;width:275px;}
    .follow .seoheader {display: none;}
    .follow a {text-decoration: none;}
    .follow .header {background-color: transparent;background-position:-10px -1157px;background-repeat:no-repeat;position:relative;overflow:hidden;}
    .follow .header h3 {color:#00349F;font-size:16px;font-weight:bold;line-height:15px;margin:0;padding:5px 3px 4px 10px;}
    .follow .tabs {height: 45px;width: 277px;margin:0 auto;}
    .follow .twitter_tab {width: 139px;height: 45px;float:left;}
	.follow .twitter_tab a {display:block;width:100%;height:40px;}
    .follow .twitter_tab,
    .follow .twitter_tab:hover {display:block;background-image: url('/sitewide/images/follow/twitter_tab_OFF.gif');width:139px;height:40px;margin-top:5px;}
    .follow .twitter_tab.selected,
	.follow .twitter_tab.selected:hover {display:block;background-image: url('/sitewide/images/follow/twitter_tab_ON.gif');width: 139px;height: 45px;margin-top:0px;}
    .follow .facebook_tab {width: 138px;height: 45px;float:left;}
	.follow .facebook_tab,
    .follow .facebook_tab:hover {display:block;background-image: url('/sitewide/images/follow/facebook_tab_OFF.gif');width: 138px;height: 40px;margin-top:5px;}
    .follow .facebook_tab.selected,
    .follow .facebook_tab.selected:hover {display:block;background-image: url('/sitewide/images/follow/facebook_tab_ON.gif');width: 138px;height: 45px;margin-top:0px;}
	.follow .facebook_tab a {display:block;width:100%;height:40px;}
    .follow .tab_content {width: 277px;margin: 0 auto;padding-bottom: 10px;}
    .follow .topics {background-position: 100% 100%;background-color: #FFFFFF;height: 240px;padding: 8px 2px 5px 2px; font-size: 12px;}
	.follow .twitter_topics_container {background-color:#fff;border-left:1px solid #b6b6b4;border-right:1px solid #b6b6b4;border-bottom:1px solid #b6b6b4;}
    .follow .twitterFeedContainer {height:240px;overflow-x:hidden;overflow-y:scroll;}
    .follow .trending_row2{height:auto;padding:3px;}
    .follow ul.twitter-feed {width:255px;}
    .follow ul.twitter-feed li.tweet {width:255px;height:auto;list-style: none;padding: 5px;border-bottom: 1px solid #bab6b5;}
    .follow ul.twitter-feed li.tweet img.tweetPic {margin:0px 8px 0px 0px;float:left;}
    .follow ul.twitter-feed li.tweet .tweetText {margin:0px;padding:0px;width:209px; float:left;}
    .follow ul.twitter-feed li.tweet .tweetText a {color:#202360;}
    .follow ul.twitter-feed li.tweet .twitterUserName {color:#202360;font-weight:bold;}
    .follow ul.twitter-feed li.tweet .tweetDate {color:#C3C3C3;font-size:10px;}
	.follow .twitterForm .twitterLetters{color:#202360;font-size:12px;}
	.follow .twitterPost .twitterLoginName{color:#202360;font-weight:bold;}
    .follow #facebook_tab_content {padding-bottom: 0;background-color:#fff;}
    .follow .facebook_widget {}
    .follow .trending_accounts {width: 132px;color: #000;height: auto;float:right;}
    .follow .trending_topics {width: 132px;color: #000;height: auto;float:left;border-right:solid 1px #c2c2c2;clear:both;}
    .follow .featured_accounts{display:block;background-color:#e0eef1;padding:7px;}
    .follow .featured_accounts a{float:left;padding-top:3px;width:132px;height:28px;color:#000000;font-weight:bold;}
    .follow .featured_accounts img{padding-left:3px;padding-right:3px;}
    .follow .featured_accounts span{height:28px;vertical-align:middle;display:inline-block;}
	.follow .featured_account_left{float:left;}
	.follow .featured_account_right{float:right;}
	.follow .featured_accounts p.featuring,
	.follow .trending_topics p.trending,
	.follow .trending_accounts p.trending{font-size:12px;color:#000;font-weight:bold;}
    .follow .trending_topics p,
    .follow .trending_accounts p {padding: 2px 0 0 0px;margin: 0;color:#000;}
    .follow .trending_topics a,
    .follow .trending_accounts a {color: #5EA1FA;}
    .follow .trending_topics a:hover,
    .follow .trending_accounts a:hover {color: #f2a60c;}
    .follow .twitterForm {padding:3px;font-size: 12px;display:inline-block;width:269px;}
    .follow .twitterForm a.login_button {left:175px;position:relative;width:90px;height:21px;background-image:url('/sitewide/images/follow/new_login_to_twitter_btn.gif');display:block;}
    .follow .twitterForm a.login_button:hover {background-image:url('/sitewide/images/follow/new_login_to_twitter_btn_rollover.gif');}
    .follow .twitterForm input {width:107px;height:20px;float:left;border:none;color:#aaaaaa;}
	.follow .twitterForm input.twitter_password {margin:0px 5px 0px 5px;}
    .follow .twitterForm div.signin {padding:0px 0px 6px 0px;font-weight: bold;color:#000;}
	.follow ul.twitterPost {margin:0px;padding:0 0 0 3px;width:277px;}
    .follow ul.twitterPost li {margin:0px;padding:0px;border:none;list-style: none;padding:0px 0px 5px 0px;}
    .follow ul.twitterPost li img.twitterProfileImg {margin:0px 5px 0px 0px;float:left;}
    .follow ul.twitterPost li span.twitterUserName {display:block;float:left;font-weight: bold;color:#202360;padding-top:5px}
    .follow ul.twitterPost li div.twitterPostContainer {width:261px; background-color:#FFF;position:relative;border:1px solid #bab6b5;}
    .follow ul.twitterPost li div.twitterPostContainer .twitterMsgArea {width:208px;height:90px;border:none;overflow:hidden;}
    .follow ul.twitterPost li div.twitterPostContainer img.tweetPostBtn {position:absolute;bottom:35%;right:5px;top:95px;}
	.follow .footer {background-color:#F9F9F9;background-position:-10px -1614px;background-repeat:no-repeat;height: 5px;}
	.clearFix:after,
    ul.twitter-feed:after,
    ul.twitter-feed li.tweet:after,
    ul.twitter-feed li.tweet div.tweetText:after,
    ul.twitterPost:after,
    ul.twitterPost li:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
	*:first-child+html .follow .follow .twitterForm div.signin a.login_button {float:none;margin:0px 0px 0px 15px;border:1px solid red;}
	:first-child+html .follow ul.twitter-feed li.tweet:after {content: ".";display: block;clear: both;visibility: hidden;line-height:0;height: 0;}

/* full-episode.css *//* Carousel */
.full-episode{
	background-repeat:repeat-y !important;
	color:black;
	margin-top:0px;
	}

/* Carousel content */

.full-episode .seasons {
	position:relative;
	font-size:11px;
	color:#3d3d3d;
	margin-left:15px;
	float:left;
	width:600px;
}
.full-episode .seasons .label{
	display:block;
	float:left;
	margin:3px 10px 0px 0px;
}
.full-episode .seasons a.season:hover,
.full-episode .seasons a.season-selected{
	background:transparent url('/sitewide/images/full_episodes/fulleps_seasonbutton_on.gif') scroll no-repeat 0 0 !important;
	color:FFFFFF !important;
}
.full-episode .seasons a.season {
	display:block;
	float:left;
	border:1px solid #F0F0F0;
	padding:2px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0px 0px 0px 2px;
	width:94px;
	height:22px;
	text-align:center;
	padding-top:4px;
	background:transparent url('/sitewide/images/full_episodes/fulleps_seasonbutton_off.gif') scroll no-repeat 0 0;
}

/* Carousel episodes. */
.full-episode .more_episodes{
	position:relative;
	margin-left:10px;
	width:600px;
	display:block;
	float:left;
}

.full-episode #content {
	background-color: #F0F1F3;
	border-left: 1px solid #D6DADB;
	border-right: 1px solid #D6DADB;
	width:629px;
	padding-bottom:10px;
	min-height:240px;
}

.full-episode .carousel_content_top {
	background:transparent url('/sitewide/images/full_episodes/fulleps_leftcol_unit_top.gif') scroll no-repeat 0 0;
	width:631px;
	height:5px;
}

.full-episode .carousel_content_bottom {
	background:transparent url('/sitewide/images/full_episodes/fulleps_leftcol_unit_bot.gif') scroll no-repeat 0 0;
	width:631px;
	height:5px;
}

.full-episode .showName {
	width:600px; margin-left:15px;
	margin-top:5px;
	float:left;
	font-weight:bold;
	font-size:19px;
	color:#40444c;
	border-bottom:1px solid #C3C3C3;
	padding-bottom:10px;
}

.full-episode .browseSeason {
	width:600px;
	margin-left:17px;
	margin-top:8px;
	margin-bottom:8px;
	float:left;
	font-weight:bold;
	font-size:12px;
	color:#40444c;
}

.full-episode .moreEpisodesContainer {
	width:590px;
	margin-left:10px;
	margin-top:15px;
	float:left;
	border-bottom:1px solid #C3C3C3;
	padding-bottom:10px;
}

.full-episode .moreEpisodesContainer-selected {
	width:595px;
	padding-left:5px;
	margin-left:5px;
	padding-top:15px;
	float:left;
	padding-bottom:10px;
	background-color:#FFFFFF;
}

.full-episode .selectedBottom {
	width:590px;
	height:1px;
	margin:0px 0px 0px 10px;
	float:left;
	border-bottom:1px solid #C3C3C3;
}

.full-episode .moreEpisodesImage {
	width:156px;
	height:86px;
	float:left;
	border:1px solid #4B4C4E;
	text-align:center;
	background:#000000;
}

.full-episode .moreEpisodesImagePlay {
	width:20px;
	height:20px;
	float:left;
	margin-top:65px;
	margin-left:-45px;
}

.full-episode .moreEpisodesNowPlaying {
	float:left;
	margin-top:60px;
	margin-left:-127px;
}

.full-episode .moreEpisodesInfo {
	width:400px;
	float:left;
	margin-left:10px;
}

.full-episode .moreEpisodesTitle{
	float:left;
	width:325px;
	color:#40444c;
	font-weight:bold;
	font-size:12px;
}

.full-episode .moreEpisodesTitle a{
	color:#40444C;
}

.full-episode .moreEpisodesTitle a:hover{
	color:#F46506;
}

.full-episode .moreEpisodesAirDate{
	float:left;
	width:325px;
	font-size:10px;
	color:#67749a;
	font-weight:bold;
}

.full-episode .moreEpisodesComments{
	float:left;
	font-size:10px;
	color:#67749a;
	font-weight:bold;
}

.full-episode .moreEpisodesViews{
	float:left;
	font-size:10px;
	color:#67749a;
	font-weight:bold;
	width:400px;
}

.full-episode .moreEpisodesNumber{
	float:left;
	font-size:10px;
	color:#67749a;
	font-weight:bold;
}

.full-episode .moreEpisodesDescription{
	float:left;
	font-size:12px;
	padding-top:11px;
	color:#40444c
}

.full-episode .infoLine1{
	float:left;
	width:400px;
}

.full-episode .infoLine2{
	float:left;
	width:400px;
}

.full-episode .infoLine3{
	float:left;
	width:400px;
}

.full-episode .infoLine4{
	float:left;
	width:400px;
}

.full-episode .content .overlay{
	z-index:2;
	background:transparent url('/sitewide/images/full_episodes/episode_overlay_bg.png') repeat scroll 0 0;
	position:absolute;
	top:10px;
	left:30px;
	width:225px;
	min-height:75px;
	color:#63686c;
	font-size:12px;
	border:1px solid #5E6f83;
	padding-bottom:5px;
}
.full-episode .content .overlay .date{
	display:block;
	margin:2px 0px 5px 6px;
	color:#626f7f;
	font-size:15px;
	font-weight:bold;
}
.full-episode .content .overlay .guest{
	display:block;
	margin:0px 0px 0px 6px;
	color:#383d43;
	font-size:14px;
	font-weight:bold;
}
.full-episode .content .overlay .description{
	display:block;
	margin:4px 0px 5px 6px;
	color:#383d43;
	font-size:12px;
}
.full-episode .content .overlay .action{
	color:#626f7f;
	font-size:14px;
	font-weight:bold;
	background:transparent url('/sitewide/images/full_episodes/play_button.gif') no-repeat scroll right 6px;
	padding:4px 26px 6px 6px;
}
/* game_multiple.css */.gameMultiplePromo .header {background-position:-10px -300px;}
.gameMultiplePromo .headerText {color:#00349F;font-size:16px;}
.gameMultiplePromo .middle {width:608px;}
.gameMultiplePromo .middle .innerPromo .imageHolder {width:84px;height:64px;}
.gameMultiplePromo .footer {background-position:-10px -346px;}
.gameMultiplePromo .middle a div.startButton {background:transparent url(/sitewide/images/promos/games_multiple/TDS_gameImg_start_OFF.gif) no-repeat 0 0;width:93px;height:60px;overflow:hidden;display:block;position:absolute;right:20px;bottom:12px;}
.gameMultiplePromo .middle a:hover div.startButton {background-image:url(/sitewide/images/promos/games_multiple/TDS_gameImg_start_ON.gif)}
.gameMultiplePromo .middle .textHolder {float:right:width:244px;}
.gameMultiplePromo .middle .imageHolder {margin-right:5px;}
.gameMultiplePromo .middle .featureLinkText {font-size:16px;font-weight:bold;color:#00349F;}
.gameMultiplePromo .middle .featuredLinkPad {margin:0 0 5px 0;}
.gameMultiplePromo .middle .copyPad {margin:0 0 10px 0;}
.gameMultiplePromo .middle .copy {font-size:12px;line-height:14px;color:#3D3D3D;}
.gameMultiplePromo .middle .innerPromo {width:244px;overflow:hidden;}
.gameMultiplePromo .middle .innerPromo .header {background:transparent url(/sitewide/images/promos/games_multiple/TDS_GamesToutBG_Header.gif) no-repeat 0 0;width:244px;overflow:hidden;height:100%;}
.gameMultiplePromo .middle .innerPromo .middle {background:none;border:none;width:224px;}
.gameMultiplePromo .middle .innerPromo .middle .textHolder {font-size:12px;font-weight:bold;}
.gameMultiplePromo .middle .innerPromo .footer {background:transparent url(/sitewide/images/promos/games_multiple/TDS_GamesToutBG_Bottom.gif) no-repeat 0 0;width:244px;overflow:hidden;height:6px;}

/* generic.css *//*
	Someone defined a margin on this promo's header in _tds.css. I don't know why
	and I don't want to deal with changes to that file in my publish. If you're
	reading this and it caused you problems, you have my sympathy.
*/
body #backgroundHolder #body_holder #content_holder .genericPromo .header{
	margin-left:0px !important;
}
/* default size is for the 300 pixel width column */
.genericPromo .header {
	background-position:-10px -1157px;
	max-height:400px;
	height:100%;
}

.genericPromo .middle {
	background:none;
	padding:8px 10px 5px;
}

.genericPromo .middle .imageHolder{
	margin-bottom:5px;
}
.genericPromoSide .middle .imageHolder{
	display:inline;
	float:left;
	margin-right:5px;
}
.genericPromo .middle .imageHolder{
	text-align:center;
}
.genericPromo .middle .imageHolder a,
.genericPromo .middle .imageHolder a img{
	margin: 0 auto;
}

.genericPromo .headerText,.genericPromo .headerText a {
	color:#00349F;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	margin:0;
}

.genericPromo .copy {
	font-size:12px;
	line-height:150%;
}

.genericPromo .copy a,
.genericPromo .link a {
	color:#5EA1FA;
}

.genericPromo .headerText a:hover,
.genericPromo a:hover .headerText,
.genericPromo a:hover .copy a,
.genericPromo .link a:hover,
.genericPromo .copy a:hover {
	color:#F2A60C;
}

.genericPromo .linksHolder .link a span {
	color:#5FA1F9;
}

.genericPromo .linksHolder .link a:hover span {
	color:#F1660E;
}

.genericPromo .footer {
	background-position:-10px -1614px;
	clear:both;
}

.Three_Column_A #double_left_column .genericPromo {
	background:none repeat scroll 0 0 #F9F9F9;
	color:#3D3D3D;
	font-size:12px;
	line-height:15px;
	margin-bottom:8px;
	padding:0;
}

.Three_Column_A #double_left_column .genericPromo .header .headerText {
	line-height:19px;
	font-size:16px;
	margin:0;
}

.Three_Column_A #double_left_column .genericPromo .middle {
	border:1px solid #C3C3C3;
	border-bottom:none;
	padding-top:10px;
}

.genericPromo {
	background-color:#f9f9f9;
}

.Three_Column_A #double_left_column .genericPromo img {
	display:inline;
	float:left;
	margin:0 10px 8px 0;
}

.Three_Column_A #double_left_column .genericPromo img.center {
	float:none;
	display:block;
	margin:0 auto 8px;
}

.Three_Column_A #double_left_column .genericPromo p {
	margin-bottom:8px;
}

.Three_Column_A #right_column {
	margin-bottom:50px;
}

.Three_Column_A #left_column .genericPromo .header {
	background-position:-398px -1157px;
}

.Three_Column_A #left_column .genericPromo .footer {
	background-position:-398px -1614px;
}

.Three_Column_A #center_column .genericPromo .header {
	background-position:-10px -2410px;
}

.Three_Column_A #center_column .genericPromo .copy {
	font-size:12px;
	line-height:15px;
}

.Three_Column_A #center_column .genericPromo .footer {
	background-position:-10px -2456px;
}

.Two_Column_B #restOfRightColumn .genericPromo .header {
	background-position:-10px -1676px;
}

.Two_Column_B #restOfRightColumn .genericPromo .footer {
	background-position:-10px -1668px;
}

.Three_Column_B #left_column .genericPromo .footer {
    background-position: -440px -1150px;
}
.Three_Column_B #left_column .genericPromo .header {
	background-position:-440px -692px;
}

.Three_Column_B #right_column .genericPromo .header {
	background-position:-440px -692px;
}

.Three_Column_B #right_column .genericPromo .footer {
	background-position:-440px -1150px;
}

.Three_Column_A #double_left_column .genericPromo .header {
	background-position:-8px -2159px;
}

.Three_Column_A #double_left_column .genericPromo .footer {
	background-position:-8px -2205px;
}



.clearFix:after,
.module650 .middle:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}


/*fix*/
div.Three_Column_A #right_column .Generic_200 .footer,
div.Three_Column_A #right_column .Generic_240 .footer,
div.Three_Column_A #right_column .Generic_300 .footer,
div.Three_Column_A #right_column .Generic_400 .footer,
div.Three_Column_A #right_column .Generic_650 .footer,
div.Three_Column_A #right_column .Generic_960 .footer {margin-left: 0 !important}


/*ad styles*/
.basicSponsor{overflow:hidden; clear:both;}
.basicSponsor a, .basicSponsor iframe{float:right;}
.basicSponsor iframe{width:178px;}
.genericPromo .link{font-size:12px;}



.genericImgOnly{background:none;}
.genericImgOnly .middle{border:0; padding:0; background:none;}
.subheaderText{color:#232323; font-size:14px; font-weight:bold;}
.sponsored h2 a{color:#fff;}


/**/
.Generic_400 .header{background-position: -9px -5791px}
.Generic_400 .footer{background-position: -9px -5854px;}

.Generic_650{width:650px;}
.Generic_650 .header{background-position: -9px -5736px}
.Generic_650 .footer{background-position: -9px -5782px;}

.Generic_960{width:940px;}
.Generic_960 .header{background-position: -9px -5890px;}
.Generic_960 .footer{background-position: -9px -5727px;}

.Generic_400 .imageHolder,
.Generic_650 .imageHolder,
.Generic_960 .imageHolder
{
	float:left;
	margin-right:10px;
}

.Three_Column_A #double_left_column .Generic_650
{
	background-color:#fff;
	border: 0;
}

.Three_Column_A #double_left_column .Generic_650 .middle
{
	border: 0;
	padding: 0;
}

.Three_Column_A #double_left_column .Generic_650 img
{
	display: block;
	float: none;
	margin: 0;
}

/* guest_page_search.css */.guestPageSearchPromo{
	position:relative;
}
.guestPageSearchPromo .header{
	background-position:-10px -10px;
	height:30px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
}
.guestPageSearchPromo .header .submit{
	border-width:0px;
	background:transparent url('/sitewide/images/buttons/search_pill_glass.gif') no-repeat scroll 0 0;
	width:31px;
	height:20px;
}
.guestPageSearchPromo .header .submit:hover {
	background-image:url('/sitewide/images/buttons/search_pill_glass-over.gif');
}
.guestPageSearchPromo .header form label{
	display:block;
	margin:7px 0px 0px 7px;
	float:left;
}
.guestPageSearchPromo .header form .inputText{
	margin-top:9px;
	margin-left:10px;
	width:385px;
}
.guestPageSearchPromo .footer{
	background-position:-10px -2143px;
}
.guestPageSearchPromo .middle{
	background-color:#003984;
	padding:0px 7px;
	border-width:0px;
	font-size:12px;
}
.guestPageSearchPromo .middle .label{
	color:#ffce6a;
	font-weight:bold;
}
.guestPageSearchPromo .middle a{
	font-weight:bold;
	color:#5ea1fa;
	text-decoration:underline;
}
.guestPageSearchPromo .middle a:hover {
	color:#ef9509;
}

/* mini_player.css *//************************
This file is a duplicate from /styles/mini_player/

I merged the difference and commented out this file.  If there are no layout issues it can be deleted.


*************************

.miniPlayerPromo .header {
	background-position:-10px -408px
}
.miniPlayerPromo .headerText {
	font-size:16px;
}
.miniPlayerPromo .middle {
	position:relative;
	padding:3px 0 0;
}
.miniPlayerPromo .middle .playerHolder .bookmarks a {
	float:left;
}
.miniPlayerPromo .playerHolder {
	margin:0 2px;
	position:relative;
	z-index:2;
}
.miniPlayerPromo .player {
	width:360px;
	height:293px;
	margin:0 auto;
}
.miniPlayerPromo .videoInformation {
	padding:4px 10px;
	display:none;
}
.miniPlayerPromo .dateAndViews {
	font-size:10px;
	color:#3d3d3d;
}
.miniPlayerPromo .dateAndViews a {
	color:#2E83F6;
	text-decoration:underline;
}
.miniPlayerPromo .videoInformation .shortTitle {
	color:#232323;
	font-size:16px;
	font-weight:bold;
}
.miniPlayerPromo .description {
	color:#3D3D3D;
	font-size:11px;
	padding:0 0 4px;
}
.miniPlayerPromo .videoInformation .description span {
	font-weight:bold;
}
.miniPlayerPromo .videoInformation .tags {
	color:#3D3D3D;
	font-size:11px;
	padding:2px 0 8px;
}
.miniPlayerPromo .videoInformation .tags span {
	font-weight:bold;
}
.miniPlayerPromo .videoInformation .tags a {
	color:#777777;
}

.miniPlayerPromo .videoInformation .tags a:hover {
	color:#EF9509;

}
.miniPlayerPromo .shareHolder {
	border-top:1px solid #C3C3C3;
	border-bottom:1px solid #C3C3C3;
	margin-bottom:5px;
	height:22px;
	position:relative;
}
.miniPlayerPromo .shareHolder .bookmarks{
	float:left;
	margin-right:10px;
	border-right:1px solid #C3C3C3;
	padding:3px 19px 3px 0;
	height:17px
}
.miniPlayerPromo .shareHolder a.url {
	display:block;
	background:transparent url(/sitewide/images/buttons/home_vid_btn_url_OFF.gif) no-repeat 0 3px;
	height:19px;
	width:43px;
	position:absolute;
	right:50px;
	top:0px;
	z-index:101;
	border:1px solid black;
	border-bottom-color:#F9F9F9;
}
.miniPlayerPromo .shareHolder a:hover.url {
	background-image: url(/sitewide/images/buttons/home_vid_btn_url_ON.gif);
}
.miniPlayerPromo .shareHolder a.embed {
	background:transparent url(/sitewide/images/buttons/home_vid_btn_embed_OFF.gif) no-repeat 0 3px;
	height:19px;
	width:43px;
	position:absolute;
	right:0;
	top:0;
	z-index:101;
	border:1px solid black;
	border-bottom-color:#F9F9F9;
}
.miniPlayerPromo .shareHolder a:hover.embed {
	background-image:url(/sitewide/images/buttons/home_vid_btn_embed_ON.gif);
}
.miniPlayerPromo .shareHolder .getUrlBox {
	position:absolute;
	width:230px;
	right:0;
	top:20px;
	z-index:100;
	background-color:white;
	border:1px solid black;
	padding:5px;
	text-align:left;
	display:none;
}
.miniPlayerPromo .shareHolder .getUrlBox input{
	width:225px;
	margin-bottom:4px;
}
.miniPlayerPromo .shareHolder .getUrlBox a.closeButton {
	background:transparent url(/sitewide/images/buttons/close_btn_OFF.gif) no-repeat 0 0;
	display:block;
	width:50px;
	height:15px;
	overflow:hidden;
	float:right;
}
.miniPlayerPromo .shareHolder .getUrlBox a:hover.closeButton {
	background-image: url(/sitewide/images/buttons/close_btn_ON.gif);
}
.miniPlayerPromo .shareHolder a.hideBorder {
	border-color:#F9F9F9;
	z-index:3;
}
.miniPlayerPromo .dateAndViews a:hover,.miniPlayerPromo .comingUpHolder a:hover .shortTitle strong {
	color:#EF9509;
}
.miniPlayerPromo .comingUpHolder {
	width:346px;
	margin:auto;
	padding-bottom:5px;
	clear:both;
}
.miniPlayerPromo .comingUpHolder .header {
	background:transparent url(/sitewide/images/promos/mini_player/mini_player_playlist_header.gif) no-repeat 0 0;
	height:14px;
}
.miniPlayerPromo .comingUpHolder .header .headerPad {
	padding:2px 0 3px 5px
}
.miniPlayerPromo .comingUpHolder .header .headerText {
	color:#00349F;
	font-weight:bold;
	font-size:11px;
	line-height:12px;
	text-transform:uppercase;
}
.miniPlayerPromo .comingUpHolder .middle {
	position:relative;
	width:344px;
	border:1px solid #777777;
	height:185px;
	overflow:auto;
	overflow-x:hidden;
}
.miniPlayerPromo .comingUpHolder .videosHolder {
	padding:5px;
}
.miniPlayerPromo .comingUpHolder a .shortTitle, .miniPlayerPromo .comingUpHolder a .shortTitle strong{
	color:#232323;
	font-size:11px;
}
.miniPlayerPromo .footer {
	background-position:-10px -471px;
}
.miniPlayerPromo .video_detail_selected {
	display:block !important;
}
.miniPlayerPromo .video_entry_selected {
	background:#F4E6D9;
}

.miniPlayerPromo .playArrow{
	bottom:6px;
	right:6px;
}




.detailsBot {
	height:27px;
	background:#f2f2f2;
	border:1px solid #ccc;
	font: bold 11px arial, sans-serif;
	color:#2d2d2d;
	margin-top:6px;
}
.detailsBot .blogPostedViewedRatings {float:left;margin:0 0 3px 3px;font-weight:normal;border-bottom:1px solid #717171;width:107px;}
.detailsBot .blogPostedViewedRatings div {padding-left:6px;font-size:10px;white-space:nowrap;}
.detailsBot .blogPostedViewedRatings div span.views {font:bold 12px arial;color:#203260;}
.detailsBot .clearAll {border-bottom:1px solid #ddd;}
.meta_block {
	display:block;
	float:left;
	font: bold 11px arial, sans-serif;
	color:#2d2d2d;
	padding:0 23px;
	border-right:1px solid #ccc;
	line-height:27px;
}
.comment_count{

}
.view_count{
	
}
	
	
.detailsBot .fluxWidget .contentAction .cacVertical li.commentCount .itemText {
	padding-left:0px !important;padding-right:6px !important;
}
.detailsBot .clipLink {
	/*position:relative;display:inline-block;
	left:-282px;top:5px;
}
.detailsBot .clipLink .icon {
	background-position:0 -342px;
	height:15px;width:20px;
	background-image:url("/sitewide/images/sprites/tds_icon_sprite.png");
	background-repeat:no-repeat;
}


.share_block {border-right:none;padding:0 0 0 8px;}
.share_text {display:block;float:left;}

.miniPlayerPromo .share_popup {
	margin:-210px 0 0 401px;
}
*/

/* mini_player_double_column.css */.miniPlayerDoubleColumn .middle {
	position:relative;
	padding:0px 0 0;
}

.miniPlayerDoubleColumn{
	position:relative;
	background-color:#e0e0e0;
	z-index:98;
}
.miniPlayerDoubleColumn .header{
	background-position:-8px -2159px;
}
.miniPlayerDoubleColumn .footer{
	background-position:-8px -2205px;
}
.miniPlayerDoubleColumn .video-box{
	margin:1px 0 0 1px;
	width:512px;
	height:288px;
	float:left;
	padding:0px;
	
}
/*
 * Video list.
 */
.miniPlayerDoubleColumn .video_list{
	position:absolute;
	left:525px;
	top:13px;
	width:112px;
	height:311px;
	overflow:hidden;
	background-color:#6c6c6c;
}
/* Scroll up and down. */
.miniPlayerDoubleColumn .video_list .scroll{
	display:block;
	background:transparent url('/sitewide/images/sprites/tds_icon_sprite.gif') no-repeat scroll -45px -25px;
	position:absolute;
	width:110px;
	height:16px;
}
/* Scroll up. */
.miniPlayerDoubleColumn .video_list .scroll-up:hover {
	background-position:-45px -47px;
}
.miniPlayerDoubleColumn .video_list .scroll-up.scroll-disabled{
	background-position:-45px -89px;
}
.miniPlayerDoubleColumn .video_list .scroll-up{
	top:1px;
	left:1px;
}
/* Scroll down. */
.miniPlayerDoubleColumn .video_list .scroll-down:hover {
	background-position:-45px -68px;
}
.miniPlayerDoubleColumn .video_list .scroll-down.scroll-disabled{
	background-position:-45px -109px;
}
.miniPlayerDoubleColumn .video_list .scroll-down{
	background-position:-45px -4px;
	top:294px;
	left:1px;
}
/* Scrollable window. */
.miniPlayerDoubleColumn .video_list_window{
	width:112px;
	height:275px;
	margin-top:18px;/* button height (17px) - button margin top (5px) */
	overflow:hidden;
	position:absolute;
}
/* Video entries. */
.miniPlayerDoubleColumn .video_list_window .video_entry{
	position:relative;
	display:block;
	width:110px;
	margin-left:1px;
	padding-bottom:5px;
}
.miniPlayerDoubleColumn .video_list_window .video_entry .video_image_holder{
	border:solid 2px #fff;
	width:106px;
	height:60px;
	background:#000000;
	text-align:center;
	display:block;
}
.miniPlayerDoubleColumn .video_list_window .video_entry_selected .video_image_holder{
	border:solid 2px #319AE7;
}
.miniPlayerDoubleColumn .video_list_window .video_entry .playArrow{
	background:transparent url('/sitewide/images/sprites/tds_icon_sprite.gif') no-repeat scroll -3px -44px;
	width:15px;
	left:12px;
	display:block;
	position:absolute;
	top:43px;
	left:88px;
}



.miniPlayerDoubleColumn .video_list_window .video_entry_selected img{
	border-color:#2e83f6;
}
.miniPlayerDoubleColumn .video_list_window .video_entry_selected .playArrow{
	background:transparent url('/sitewide/images/sprites/tds_module_sprite.gif') no-repeat scroll -10px -2598px;
	width:110px;
	height:64px;
	top:0px;
	left:0px;

}
/*
 * Tooltips
 */
.miniPlayerDoubleColumn .video_entry_tooltips{
	width:256px;
	height:311px;
	position:absolute;
	top:13px;
	left:267px;
	overflow:hidden;
	display:none;
}
.miniPlayerDoubleColumn .video_entry_tooltips .video_entry_tooltip{
	display:none;
	width:256px;
	position:absolute;
	top:0px;
}
.miniPlayerDoubleColumn .video_entry_tooltips .tooltip-selected{
	display:block;
}
.miniPlayerDoubleColumn .video_entry_tooltips .tooltip-selected-0 {
	top:28px;
}
.miniPlayerDoubleColumn .video_entry_tooltips .tooltip-selected-1 {
	top:64px;
}
.miniPlayerDoubleColumn .video_entry_tooltips .tooltip-selected-2 {
	top:114px;
}
.miniPlayerDoubleColumn .video_entry_tooltips .tooltip-selected-3 {
	top:144px;
}
/* Tooltip arrow. */
.miniPlayerDoubleColumn .video_entry_tooltips .video_entry_tooltip .arrow{
	position:absolute;
	left:232px;
	width:24px;
	/*
	height:31px;
	*/
	z-index:3;
	background:transparent url('/sitewide/images/promos/mini_player/tooltip_arrows.png') no-repeat scroll 0 0;
	height:13px;
	background-position:0px -42px;
	top:42%;
}
.miniPlayerDoubleColumn .video_entry_tooltips .tooltip-below .arrow{
	background-position:0px 0px;
	top:0px;
}
.miniPlayerDoubleColumn .video_entry_tooltips .tooltip-within .arrow{
	height:13px;
	background-position:0px -42px;
	top:42%;
}
.miniPlayerDoubleColumn .video_entry_tooltips .tooltip-above .arrow{
	background-position:0px -65px;
	bottom:-10px;
}
/* Tooltip content. */
.miniPlayerDoubleColumn .video_entry_tooltips .video_entry_tooltip .content{
	position:relative;
	z-index:2;
	padding-right:24px;/* space for the arrow */
}
.miniPlayerDoubleColumn .video_entry_tooltips .video_entry_tooltip .content .title{
	display:block;
	font-size:12px;
	font-weight:bold;
	line-height:17px;
	color:#00349F;
	background-color:#e0e0e0;
	padding:5px 5px 0px 5px;
}
.miniPlayerDoubleColumn .video_entry_tooltips .video_entry_tooltip .content .description{
	display:block;
	font-size:11px;
	line-height:14px;
	color:#2d2d2d;
	background-color:#e0e0e0;
	padding:0px 5px 5px 5px;
}
/*
 * Video details.
 */
.miniPlayerDoubleColumn .video-details{
	margin:10px;
	margin-bottom:0px;
	padding-bottom:10px;
	float:left;
}
.miniPlayerDoubleColumn .video_detail{
	display:none;
}
.miniPlayerDoubleColumn .video_detail_selected{
	display:block;
}
.miniPlayerDoubleColumn .video_detail .date{
	font-size:11px;
	line-height:19px;
	color:#3d3d3d;
}
.miniPlayerDoubleColumn .video_detail .date em{
	font-weight:bold;
}
.miniPlayerDoubleColumn .video_detail .title{
	color:#232323;
	font-size:18px;
	line-height:19px;
	font-weight:bold;
}
.miniPlayerDoubleColumn .video_detail .description{
	font-size:12px;
	line-height:15px;
	color:#3d3d3d;
}
.miniPlayerDoubleColumn .video_detail .tags,
.miniPlayerDoubleColumn .video_detail .tags a{
	font-size:10px;
	line-height:13px;
	color:#2e83f6;
}
.miniPlayerDoubleColumn .video_detail .tags a:hover {
	color:#ef9509;
}
.miniPlayerDoubleColumn .video_detail .tags .label{
	font-weight:bold;
	color:#3d3d3d;
}

.miniPlayerDoubleColumn .video_detail .video_links {
	font-weight:bold;
	margin-top:5px;
	margin-bottom:4px;
	font-size:12px;
	color:#232323;
}
.miniPlayerDoubleColumn .video_detail .video_links a{
	color:#2E83F6;
}
.miniPlayerDoubleColumn .video_detail .video_links a:hover {
	color:#EF9509;
}


.miniPlayerDoubleColumn .video_detail .linksHolder{
	font-size:12px;
	line-height:15px;
}

.miniPlayerDoubleColumn:after,
.miniPlayerDoubleColumn .middle:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.miniPlayerDoubleColumn,
.miniPlayerDoubleColumn .middle {
	min-height: 1%;	
}
/* news_team_history.css */.newsTeamHistoryPromo .header {background-position:-10px -479px;}
.newsTeamHistoryPromo .headerText {font-size:16px;}
.newsTeamHistoryPromo .middle {width:278px;}
.newsTeamHistoryPromo .sliderBackground {background:transparent url(/sitewide/images/promos/news-team_timeline/sliderBackground.gif) no-repeat 0 0;width:275px;height:83px;padding:5px 0;margin:0 auto;position:relative;}
.newsTeamHistoryPromo .sliderTextHeaderPad {padding:0 0 0 10px;}
.newsTeamHistoryPromo .sliderTextHeader {color:white;font-weight:bold;font-size:14px;}
.newsTeamHistoryPromo .yearHolder {position:absolute;left:25px;top:35px}
.newsTeamHistoryPromo .yearHolder div.year {color:white;font-size:11px;padding:0 7px;cursor:pointer;float:left;text-align:center;}
.newsTeamHistoryPromo a.yearScrollDown, .newsTeamHistoryPromo a.yearScrollUp {position:absolute;height:5px;width:5px;background-color:#00349F;top:40px;overflow:hidden;cursor:pointer;}
.newsTeamHistoryPromo a:hover.yearScrollDown, .newsTeamHistoryPromo a:hover.yearScrollUp {background-color:#EF9509;}
.newsTeamHistoryPromo .yearScrollDown{left:15px;}
.newsTeamHistoryPromo .yearScrollUp{right:15px;}
.newsTeamHistoryPromo .slider {position:absolute;left:35px;top:60px;width:189px;}
.newsTeamHistoryPromo .yearHolder div.highlight {color:white;font-size:14px;font-weight:bold;margin:-1px 0 0 -4px;background:transparent url(/sitewide/images/promos/news-team_timeline/inidicator.gif) no-repeat 0 0;width:43px;height:22px;overflow:hidden;padding:0 0 0 1px;}
.newsTeamHistoryPromo .imageHolder {width:274px;height:204px;}
.newsTeamHistoryPromo .yearPadding {width:275px;margin:5px auto 5px}
.newsTeamHistoryPromo .yearPadding .yearText {font-weight:bold;}
.newsTeamHistoryPromo .textHolder {width:275px;margin:auto;padding-bottom:8px;}
.newsTeamHistoryPromo .textHolder .header {background:transparent url(/sitewide/images/promos/news-team_timeline/insert_top.gif) no-repeat 0px 0px;height:8px;width:275px;overflow:hidden;}
.newsTeamHistoryPromo .textHolder .middle {width:273px;overflow:hidden;padding:0;border-top:none;}
.newsTeamHistoryPromo .textHolder .footer {background:transparent url(/sitewide/images/promos/news-team_timeline/insert_bottom.gif) no-repeat 0px 0px;height:8px;width:275px;overflow:hidden;}
.newsTeamHistoryPromo .textHolder .seasonInfoHolder {height:150px;overflow:auto;padding:0 0 0 8px;}
.newsTeamHistoryPromo .textHolder .seasonInfoHolder .dataHolder {clear:both;padding:0 0 5px;}
.newsTeamHistoryPromo .textHolder .seasonInfoHolder .label {float:left;width:115px;font-size:13px;font-weight:bold;}
.newsTeamHistoryPromo .textHolder .seasonInfoHolder .values {float:left;width:130px;}
.newsTeamHistoryPromo .textHolder .seasonInfoHolder .values a {display:block;font-size:13px;color:#5EA1FA;}
.newsTeamHistoryPromo .textHolder .seasonInfoHolder .values a:hover {color:#EF9509;}
.newsTeamHistoryPromo .footer {background-position:-10px -542px;}
.newsTeamHistoryPromo .ui-widget-content {background:none;border:none;color:transparent;}
.newsTeamHistoryPromo .ui-state-default, .ui-widget-content .ui-state-default {cursor:pointer;background:transparent url(/sitewide/images/promos/news-team_timeline/sliderTab.gif) no-repeat 0 0;width:38px;height:8px;overflow:hidden;border:none;}

/* newsletter.css *//* News Letter Promo CSS Right, Center and Left column implementations */

/* left column 242px */
.Three_Column_A #left_column .newsletter .header {background-position:-10px -550px;}
.Three_Column_A #left_column .newsletter .footer {background-position:-10px -613px;}
.Three_Column_A #left_column .newsletter .middle .textHolder {float:left;width:130px;}
.Three_Column_A #left_column .newsletter .middle form .emailField {font-size:11px;line-height:12px;width:125px;}
.Three_Column_A #left_column .newsletter .middle form .dobField {font-size:11px;line-height:12px;width:80px;margin-top:4px;margin-right:8px}
.Three_Column_A #left_column .newsletter .middle form .monthField {font-size:11px; line-height:12px; width:95px; margin-top:4px; }
.Three_Column_A #left_column .newsletter .middle form .dayField {font-size:11px;line-height:12px;width:95px;margin-top:4px;}
.Three_Column_A #left_column .newsletter .middle form .yearField {font-size:11px;line-height:12px;width:95px;margin-top:4px;}
.Three_Column_A #left_column .newsletter .middle form .zipField {font-size:11px;line-height:12px;width:60px;margin-top:4px;}


/* center column 368px */
.Three_Column_A #center_column .newsletter .header {background-position:-10px -692px;}
.Three_Column_A #center_column .newsletter .footer {background-position:-10px -1149px;}
.Three_Column_A #center_column .newsletter .middle .textHolder {float:left;width:250px;}
.Three_Column_A #center_column .newsletter .middle form .emailField {font-size:11px;line-height:12px;width:245px;}
.Three_Column_A #center_column .newsletter .middle form .dobField {font-size:11px;line-height:12px;width:100px;margin-top:4px;margin-right:8px}
.Three_Column_A #center_column .newsletter .middle form .zipField {font-size:11px;line-height:12px;width:80px;margin-top:4px;}


/* right column 300px */
.Three_Column_A #right_column .newsletter .header {background-position:-10px -1157px;}
.Three_Column_A #right_column .newsletter .footer {background-position:-10px -1614px;}
.Three_Column_A #right_column .newsletter .middle .textHolder {float:left;width:180px;}
.Three_Column_A #right_column .newsletter .middle form .emailField {font-size:11px;line-height:12px;width:175px;}
.Three_Column_A #right_column .newsletter .middle form .dobField {font-size:11px;line-height:12px;width:90px;margin-top:4px;margin-right:8px}
.Three_Column_A #right_column .newsletter .middle form .zipField {font-size:11px;line-height:12px;width:70px;margin-top:4px;}

/* column generic - promo specific css */
.newsletter .header .headerText {font-size:16px;}
.newsletter .header {background: transparent url(/sitewide/images/sprites/tds_module_sprite.gif) no-repeat;background-position:0 0;}
.newsletter .middle .copy  {font-size:11px;line-height:12px;}
.newsletter .middle .copyPad {margin:0 0 12px;}
.newsletter .middle form .submitButton {float:right;margin:5px 0;}
.newsletter .middle .subscription_error, .newsletter .middle .subscription_error a{color:red;font-size:11px;line-height:12px;padding:5px 0 0 0;}

.newsletter form.formNewsletter {
    margin:0px 0px 0px 0px;
	float:left;        	
}

.newsletter form.formNewsletter input.email {
	width:215px;
	padding:1px;
	border:1px solid #9e9e9e;
}

.newsletter form.formNewsletter select {
	margin-right:3px;
    font-size:10px;
    font-family:Arial, Helvetica, sans-serif;
}

.newsletter form.formNewsletter select.month,
.newsletter form.formNewsletter select.day,
.newsletter form.formNewsletter select.year {
	width:65px;
}

.newsletter form.formNewsletter input.zip {
	width:108px;
	padding:1px;
	border:1px solid #9e9e9e;
}

.newsletter form.formNewsletter label {
	display:block;
	width:100%;
	padding:6px 0px 2px 0px;
	font-size:10px;
}

.newsletter form.formNewsletter input.submit {
	margin:1px 0px 0px 0px;
	float:right;
}


.newsletter div.subscribe_error {
    margin:8px 0px 0px 0px;
    padding:0px;
    width:100%;
    height:auto;
    min-height:10px;
    color:red;
    font-size:11px;
    line-height:12px;
}

.newsletter .error {
	color:red;
}

.newsletter *:first-child+html form.formNewsletter input.zip {
	display:block;
	float:left;   
}

.newsletter *:first-child+html form.formNewsletter input.submit {
	display:block;
	margin-top:2px;
}

.newsletter *:first-child+html .newsletter form.formNewsletter { 
    width:98%;
}

.newsletter .imageHolder {
	width:84px;
	height:108px;
	overflow:hidden;
}

.newsletter form {
	width:220px;
	overflow:hidden;
}

/* player.css *//* Player pane */
.player{
	width:100%;
	text-align:center;/* IE doesn't obey margin autos. */
	position:relative;
}

.player .player-box{
	width:768px;
	height:432px;
	margin:0 auto;
}
.player .meta{
	width:760px;
	border:solid 1px #949494;
	color:#ccc;
	margin:0 auto;
	padding-left:5px;
	text-align:left;
}

.player .meta h2 {
	font-weight:bold;
}
.player .meta h2,
.player .meta h1 .type{
	display:inline;
}
.player .meta h1{
	margin:2px 4px;
	font-size:14px;
}
.player .meta h1 .date{
	font-weight:bold;
	font-size:16px;
}
.player a.home{
	top:0px;
	left:0px;
	width:136px;
	height:45px;
	/*background:transparent url('/sitewide/images/full_episodes/logo.gif') scroll no-repeat 0 0;*/
}
.player a.share:hover {
	background-position:-87px -33px;
}
.player a.share{
	top:180px;
	right:45px;
	width:87px;
	height:33px;
	background-position:-87px 0;
}

.player a.info:hover {
	background-position:0px -33px;
}

.player a.info{
	top:255px;
	right:45px;
	width:87px;
	height:33px;
	background-position:0 0;
}
/* playlist.css */.playlistPromo {position:relative;z-index:1;}
.playlistPromo .hiddenVideos {display:none;}
.playlistPromo .visibleVideos {display:block;}
.playlistPromo .header {background-position: -10px -218px;border-bottom:1px solid #A7C2EA;}
.playlistPromo .side .imageHolder{margin:0 8px 5px 0; width:175px; height:100px; background:white; text-align:center;padding:2px;}

.playlistPromo .side .imageHolder:hover,
.fullEpisodePromo .middle .first .imageHolderMargin .imageHolder:hover {background-color:#EF9509 !important;}

.Three_Column_A #right_column .playlistPromo .header {background-position:-10px -136px;}
.Three_Column_B #right_column .playlistPromo .header {background-position:-315px -136px;}
/*.playlistPromo .header .headerText {color:white;padding:0 0 1px;}*/
.playlistPromo .header .videoCount {color:white;font-size:11px;}
.playlistPromo .middle {border-color:#C3C3C3;border-top-color:#C3C3C3;padding:6px 10px;} /*background-color:#e3edf7;*/
/* .playlistPromo .textHolder {float:left;width:125px;} */
.Three_Column_B #right_column .playlistPromo .textHolder {float:left;width:105px;}
.Three_Column_A #right_column .playlistPromo .textHolder {width:188px;}
.playlistPromo .footer {background-position:-257px -282px}
.Three_Column_A #right_column .playlistPromo .footer {background-position:-257px -272px;}
.Three_Column_B #right_column .playlistPromo .footer {background-position:-257px -292px;}
.Three_Column_B #right_column .playArrow {bottom:5px;right:5px;}
/* .playlistPromo .rule {background-color:#9bc0ea;} */
.playlistPromo .airDate a {font-size:11px;color:#5EA1FA;text-decoration:underline;}
.Three_Column_B #right_column .playlistPromo .airDate a {font-size:10px;}
.playlistPromo .airDate a:hover, .playlistPromo .shortTitle a:hover {color:#EF9509;}
.playlistPromo .shortTitle a{font-size:14px;line-height:16px;margin-bottom:3px;color:#232323;font-weight:bold;}
.Three_Column_B #right_column .playlistPromo .shortTitle a{font-size:11px;line-height:13px;}
.playlistPromo .views {font-size:10px;line-height:11px;margin-bottom:3px;color:#3d3d3d;}
.playlistPromo .tags {font-size:10px;line-height:11px;}
.playlistPromo .tags span {font-weight:bold;}
.playlistPromo .tags a.tag {color:#5EA1FA;text-decoration:underline;}
.playlistPromo .tags a:hover.tag {color:#EF9509;}
.playlistPromo a.seeMore {color:#5EA1FA;font-size:12px;text-decoration:underline;}
.playlistPromo a:hover.seeMore {color:#EF9509;}
.playlistPromo .arrowSeeMore {background:transparent url(/sitewide/images/sprites/tds_icon_sprite.png) no-repeat 51px -219px;}
.playlistPromo .arrowSeeMore.arrowHide {background-position:27px -240px;}
.playlistPromo .playAll {margin:4px 0 0 1px;background:transparent url(/sitewide/images/sprites/tds_icon_sprite.png) no-repeat 0px -465px;height:22px;}
.playlistPromo .playAll a {color:#5EA1FA;font-size:13px;font-weight:bold;padding:4px 0 0 37px;display:block;}
.playlistPromo .playAll a:hover {color:#EF9509;}
.playlistPromo .middle .playArrow {right:6px;bottom:5px;border-right:1px solid #fff;}
.playlistPromo .middle .watch_now a{color:#5EA1FA;}
.playlistPromo .middle .watch_now a:hover{color:#EF9509;}

/* 16 x 9 stuff */
#left_column .playlistPromo .header {background-position: -10px -550px;border:0;}
#left_column .playlistPromo .footer {background-position: -10px -613px;border:0;}
#center_column .playlistPromo .header {background-position: -10px -2410px;border:0;}
#center_column .playlistPromo .footer {background-position: -10px -2456px;border:0;}
#right_column .playlistPromo .header {background-position: -10px -1159px;border:0;}
#right_column .playlistPromo .footer {background-position: -10px -542px;border:0;}
.playlistPromo .header .headerText {color:#00349F;font-size:16px;}
.playlistPromo .rule {background-color:#C3C3C3;}
#left_column .playlistPromo .imageHolder {float:none;width:177px;}
.playArrow {font-size:12px;color:#5EA1FA;font-weight:bold;}

.playlistPromo .blue.headerPad {
	padding:5px 11px 3px;
}
.playlistPromo .side { position:relative; }
.playlistPromo .side .imageHolder {
	border:1px solid #EF9509;
}

.playlistPromo .side .imageHolder a {
	background-color:white;
	display:block;
}

.playlistPromo .side .imageHolder a:hover{
	background-color:#EF9509;
}
.playlistPromo a .imageMargin,.playlistPromo .imageMargin {
	border:0 none;
}

.playlistPromo .imageHolder{
	/*position:relative;*/
	height:102px;
}

.playlistPromo .middle .playArrow {
	background:transparent url(/sitewide/images/sprites/tds_module_sprite.gif) no-repeat -10px -2548px;
	height:20px;
	width:175px;
	bottom:1px !important;
	left:2px !important;
}

.playlistPromo a .imageMargin {
	display:inline!important;
}

.playlistPromo a:hover .imageMargin {background-color:transparent;}

.playlistPromo .textHolder { float:right;width:189px;font-size:12px;line-height:15px;color:#3d3d3d; }
/* quote.css */#coll_layout #right_column .Quote_400 {
	width:300px;
	overflow:hidden;
}

#coll_layout #right_column .Quote_400 .tdsquote_promo {
	height:338px;
}

#coll_layout #right_column .Quote_400 .quote_text {
	width:215px;
	padding:20px 5px;
}

#Quote_400_Wrapper {
	width:400px;
	height:237px;
}

#Quote_300_Wrapper {
	width:300px;
	height:337px;
}

.tdsquote_promo {
	display:block;
}
.Quote_400 .tdsquote_promo {
	width:400px;
	height:237px;
	background:url("/sitewide/images/sprites/tds_module_sprite.gif") repeat scroll -10px -3676px #fff;			
}
.Quote_300 .tdsquote_promo {
	width:300px;
	height:337px;
	background:url("/sitewide/images/sprites/tds_module_sprite.gif") repeat scroll -10px -3933px #fff;
}			
.Quote_400 .tdsquote_promo .quoteMiddle {
	padding:40px 0 0 0px;
}	
.Quote_300 .tdsquote_promo .quoteMiddle {
	padding:40px 0 0 0px;
}	
.watch_clip {
	display:block;
	float:left;
	height:18px;
	width:104px;
	background:url("/sitewide/images/sprites/tds_icon_sprite.gif") repeat scroll -104px -375px transparent;
}
.watch_clip:hover {
	background:url("/sitewide/images/sprites/tds_icon_sprite.gif") repeat scroll -104px -394px transparent;
}				

.Quote_400 .watch_clip {
	margin:12px 5px 0 10px;
}
.Quote_300 .watch_clip {
	margin:12px 10px 0 10px;
	width:104px;
}

.tdsquote_fb {
	display:block;
	float:left;
	height:18px;
}				
.tdsquote_fb a {
	display:block;
	height:18px;	
}
.Quote_400 .tdsquote_fb {
	margin:12px 61px 0 0px;
	width:149px;
}				
.Quote_400 .tdsquote_fb a {
	width:149px;
	background:url("/sitewide/images/sprites/tds_icon_sprite.gif") repeat scroll -104px -326px transparent;	
}
.Quote_400 .tdsquote_fb a:hover {
	background:url("/sitewide/images/sprites/tds_icon_sprite.gif") repeat scroll -104px -345px transparent;	
}		
.Quote_300 .tdsquote_fb {
	margin:12px 10px 0 0px;
	width:95px;
}				
.Quote_300 .tdsquote_fb a {
	width:95px;
	background:url("/sitewide/images/sprites/tds_icon_sprite.gif") repeat scroll -104px -422px transparent;	
}
.Quote_300 .tdsquote_fb a:hover {
	background:url("/sitewide/images/sprites/tds_icon_sprite.gif") repeat scroll -104px -441px transparent;	
}	
.quote_content {
	display:block;
	display: table;
	#position: relative;
	overflow: hidden;	
}		
.quote_content_outer {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}
.quote_content_inner {
	#position: relative;
	#top: -50%;
}
.Quote_400 .quote_content {
	height:158px;
	width:400px;		
}			
.Quote_300 .quote_content {
	height:252px;
	width:300px;		
}				
.quote_text {
	font-family:times New Roman;
	color:#333;
	font-size:15px;
	line-height:17px;
	font-weight:bold;
}		
.quote_text,
.quotation_left,
.quotation_right {
	display:block;
	float:left;
}
.quotation_left,
.quotation_right {
	width:20px;
	height:15px;
}	
.quotation_left {
	background:url("/sitewide/images/sprites/tds_icon_sprite.gif") repeat scroll -219px -375px transparent;
	margin:0 0 0 23px;
}				
.quotation_right {
	background:url("/sitewide/images/sprites/tds_icon_sprite.gif") repeat scroll -248px -375px transparent;
	margin:0 23px 0 0;
}				
.Quote_400 .quote_text {
	padding:0 5px 0 5px;
	width:304px;
}			
.Quote_300 .quote_text {
	padding:0 5px 0 5px;
	width:204px;
}
.quote_context {
	color:#999;
	font-weight:normal;
	font-family:arial;
	font-size:12px;
	line-height:14px;
}					
.Quote_400 .quote_context {
	margin:5px 0 0 0;
}	
.Quote_300 .quote_context {
	margin:5px 0 0 0;
}	
.tdsquote_previous, .tdsquote_next  {
	display:block;
	float:left;
	height:25px;
	width:25px;	
}	
.tdsquote_previous {
	background:url("/sitewide/images/sprites/tds_icon_sprite.gif") repeat scroll -133px -269px transparent;
}	
.tdsquote_previous:hover {
	background:url("/sitewide/images/sprites/tds_icon_sprite.gif") repeat scroll -133px -295px transparent;
}			
.tdsquote_next {
	background:url("/sitewide/images/sprites/tds_icon_sprite.gif") repeat scroll -170px -269px transparent;
}	
.tdsquote_next:hover {
	background:url("/sitewide/images/sprites/tds_icon_sprite.gif") repeat scroll -170px -295px transparent;
}					
.Quote_400 .tdsquote_previous {
	margin:8px 5px 0 0;
}	
.Quote_300 .tdsquote_previous {
	margin:8px 5px 0 0;
}
.Quote_400 .tdsquote_next {
	margin:8px 5px 0 0;
}			
.Quote_300 .tdsquote_next {
	margin:8px 5px 0 0;
}			
.watch_clip:hover,
.tdsquote_next:hover,	
.tdsquote_previous:hover {
	cursor:pointer;
}		
#current_quote {
	display:block;			
}
.Quote_400 #current_quote {
	height:195px;
	width:400px;			
}										
.Quote_300 #current_quote {
	height:235px;
	width:300px;			
}
/* adding 12/8/2010 for ETCMDY-9742 */
.Quote_400 .quote_table {
    height:158px;	
}			
.Quote_300 .quote_table {
    height:252px;	
}	
.Quote_400 .tdsquote_random {
	margin:-29px 13px 0 0;
}
.Quote_300 .tdsquote_random {
	margin:8px 13px 0 0;
}
.tdsquote_random {
	background:url("/sitewide/images/sprites/tds_icon_sprite.gif") repeat scroll -207px -270px transparent;
}
.tdsquote_random:hover {
	background:url("/sitewide/images/sprites/tds_icon_sprite.gif") repeat scroll -207px -296px transparent;
}
.tdsquote_random {
	display:block;
	float:right;
	height:25px;
	width:31px;
}
/* search_box_200.css */.searchBox200Promo{
	margin-bottom:0px !important;
}
.searchBox200Promo .footer{
	display:none;
}
.searchBox200Promo .header{
	background-position:-315px -136px;
	border-bottom:1px solid #A7C2EA;
}
.searchBox200Promo .header h3{
	display:block;
	background:transparent url('/sitewide/images/buttons/play_arrow.gif') no-repeat scroll 0px 0px;
	padding-left:34px;
	color:#fff;
	font-weight:bold;
	font-size:18px;
}
.searchBox200Promo .middle{
	border:solid 1px #3e73bf;
	background-color:#74b4f3;
	border-width:1px 1px 0 1px;
	font-size:11px;
	line-height:17px;
	padding:0px;
}
.searchBox200Promo .middle form{
	height:25px;
	padding:9px 0px 0px 9px;
}
.searchBox200Promo .middle .searchText{
	background:transparent url('/sitewide/images/video_portal/search_input.gif') no-repeat scroll 0 0;
	width:149px;
	height:25px;
	float:left;
}
.searchBox200Promo .middle .searchText input{
	margin:5px 1px 1px 21px;
	height:16px;
	width:126px;
	border-width:0px;
	font-size:12px;
	color:#b4b4b4;
	background-color:#fff;
	font-weight:bold;
}
.searchBox200Promo .middle .searchSubmit{
	display:block;
	border-width:0px;
	background:transparent url('/sitewide/images/video_portal/search_submit.gif') no-repeat scroll 0 0;
	width:31px;
	height:25px;
	float:left;
	cursor:pointer;
}
.searchBox200Promo .middle .searchSubmit:hover {
	background:transparent url('/sitewide/images/video_portal/search_submit_over.gif') no-repeat scroll 0 0;
}
.searchBox200Promo .middle .textHolder{
	background:#74b4f3 url('/sitewide/images/video_portal/search_bubble_middle.gif') repeat-y scroll center top;
	width:198px;
	padding:0px;
	position:relative;
}
.searchBox200Promo .middle .textHolder .bubble-head{
	background:#74b4f3 url('/sitewide/images/video_portal/search_bubble_top.gif') no-repeat scroll 0 0;
	width:198px;
	height:14px;
	position:absolute;
	top:0px;
	left:0px;
}
.searchBox200Promo .middle .textHolder .bubble-foot{
	background:#74b4f3 url('/sitewide/images/video_portal/search_bubble_bottom.gif') no-repeat scroll 0 0;
	width:198px;
	height:15px;
	position:absolute;
	bottom:0px;
	left:0px;
}
.searchBox200Promo .middle .textHolder .subheaderText{
	padding-top:12px;
	color:#1a6bba;
	font-weight:bold;
	font-size:11px;
	margin-left:18px;
}
.searchBox200Promo .middle .textHolder .copy{
	margin-left:28px;
	line-height:14px;
	padding:0px 0px 20px 0px;
}
.searchBox200Promo .middle .textHolder .copy .recent-search{
	display:block;
	width:140px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	background:transparent url('/sitewide/images/video_portal/search_li.gif') no-repeat scroll 0 2px;
	padding-left:16px;
}
.searchBox200Promo .middle .textHolder .copy .recent-search:hover {
	text-decoration:underline;
}

/* search_left.css *//*
 * These are the promos in the left column on the Videos page.
 */
.searchLeftPromo{
	position:relative !important;
	margin-bottom:-5px !important;
	float:left;
	clear:left;
	width:100%;
}
.searchLeftPromo .header{
	background:none;
	background-color:#448dd2;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding:2px 10px 0px 10px;
	border:solid 1px #3e73bf;
	border-width:0px 1px;
}
.searchLeftPromo .middle{
	border:none;
	background-color:#74b4f3;
	font-size:11px;
	line-height:17px;
	border:solid 1px #3e73bf;
	border-width:0px 1px;
	padding-left:20px;
	font-size:10px;
	line-height:18px;
	color:#1a6bba;
	padding-top:6px;
}
.searchLeftPromo .middle a{
	color:#00325e;
	font-size:11px;
}
.searchLeftPromo .middle a:hover {
	text-decoration:underline;
}
.searchLeftPromo .middle a .count{
	font-size:10px;
	color:#1a6bba;
}
.searchLeftPromo .footer{
	background-position:-257px -613px;
}
/* A couple special styles for the Episodes by Date. */
.searchLeftPromo .middle .episode-date{
	font-size:11px;
	color:#033260;
	line-height:18px;
}
.searchLeftPromo .middle .episode-date em{
	font-weight:bold;
}
.searchLeftPromo .middle .episode-guest{
	font-size:11px;
	color:#1a6bba;
	line-height:13px;
}
.searchLeftPromo .middle .episode-guest:hover {
	text-decoration:none;
}

/* shop_multiple.css */.shopMultiplePromo .header {background-position:-10px -300px;}
.shopMultiplePromo .header .headerText {font-size:16px;}
.shopMultiplePromo .middle .side .imageHolder {border-right:1px solid #C3C3C3;padding: 0 10px 0 0;margin: 0 10px 0 0;}
.shopMultiplePromo .middle .imageHolder {padding:40px 10px 0 0;}
.shopMultiplePromo .middle .top .imageHolder {height:28px;}
.shopMultiplePromo .middle .imageHolder img.imageMargin {display:inline;vertical-align:middle;}
.shopMultiplePromo .middle .imageHolder a {font-size:12px;}
.shopMultiplePromo .middle .imageHolder a.linkCopy {padding: 0 0 0 10px;color:#5EA1FA;text-decoration:underline;}
.shopMultiplePromo .middle .imageHolder a:hover.linkCopy {color:#EF9509;}
.shopMultiplePromo .footer {background-position:-10px -346px;}

/* show_collection.css */.full-episode-page .show_collection .middle{
	width:315px;
	color:#40444c;
	background-color: #F0F1F3;
	position:absolute;
}

.full-episode-page .show_collection .rightColTop{
	background:transparent url('/sitewide/images/full_episodes/fulleps_rtcol_unit_top_315.gif') scroll no-repeat 0 0;
	width:315px;
	position:absolute;
	top:673px;
	right:10px;
	height:5px;
	float:left;
	margin-left:5px;
	margin-top:10px;
	float:left;
}

.full-episode-page .show_collection .rightColBot {
	background:transparent url('/sitewide/images/full_episodes/fulleps_rtcol_unit_bot_315.gif') scroll no-repeat 0 0;
	width:315px;
	height:5px;
	margin-left:0px;
	float:left;
	margin-top:10px;
}

.full-episode-page .show_collection .middle .moreFullEpisodesTitle {
	font-size:20px;
	font-weight:bold;
	color:#40444c;
	border-bottom:1px solid #C3C3C3;
	padding-bottom:5px;
	margin-left: 5px;
	width:300px;
}

.full-episode-page .show_collection .middle .allFullEpisodesTitle {
	font-size:19px;
	font-weight:bold;
	color:#40444c;
	border-bottom:1px solid #C3C3C3;
	padding-bottom:5px;
	margin-left: 5px;
	width:300px;
}

.full-episode-page .show_collection .middle .showDetail {
	float:left;
	width:300px;
	border-bottom:1px solid #C3C3C3;
	padding-bottom:10px;
	padding-top:10px;
	margin-left: 5px;
}

.full-episode-page .show_collection .middle .showDetail a {
	font-size:16px;
	font-weight:bold;
	color:#67749a;
}

.full-episode-page .show_collection .middle .showDetail a:hover {
	color: #f46506;
}

.full-episode-page .show_collection .middle .topPromo {
	float:left;
	width:300px;
	margin-bottom: 20px;
	padding-top: 5px;
}

.full-episode-page .show_collection .middle .topPromoImage {
	float:left;
	width:95px;
	margin-left: 5px;
}

.full-episode-page .show_collection .middle .topPromoCopyHolder {
	float:left;
	width:180px;
	margin-left: 5px;
}

.full-episode-page .show_collection .middle .topPromoCopyHeader a {
	font-size: 16px;
	font-weight:bold;
	color: #40444c;
}

.full-episode-page .show_collection .middle .topPromoCopy {
	font-size:10px;
	font-weight:normal;
	color: #40444c;
}

.full-episode-page .show_collection .middle .showDetailImage {
	float:left;
	width:33px;
}

.full-episode-page .show_collection .middle .showDetailCopy {
	float:left;
	width:200px;
	padding-left:10px;
}

.full-episode-page .show_collection .middle .showDetailCount {
	float:left;
	width:200px;
	font-weight:bold;
	font-size:10px;
	color:#40444c;
}
/* show_full_episodes.css *//* More Full Episodes */
.show_full_episodes{
	width:315px;
	color:#40444c;
	background-color: #F0F1F3;
}

.full-episode-page .rightColTop{
	background:transparent url('/sitewide/images/full_episodes/fulleps_rtcol_unit_top_315.gif') scroll no-repeat 0 0;
	width:315px;
	height:5px;
	margin-top:10px;
}

.full-episode-page .rightColBot {
	background:transparent url('/sitewide/images/full_episodes/fulleps_rtcol_unit_bot_315.gif') scroll no-repeat 0 0;
	width:315px;
	height:5px;
	margin-left:0px;
}

.show_full_episodes .moreFullEpisodesTitle {
	font-size:20px;
	font-weight:bold;
	color:#40444c;
	border-bottom:1px solid #C3C3C3;
	padding-bottom:5px;
	margin-left: 5px;
	width:300px;
}

.show_full_episodes .allFullEpisodesTitle {
	font-size:19px;
	font-weight:bold;
	color:#40444c;
	border-bottom:1px solid #C3C3C3;
	padding-bottom:5px;
	margin-left: 5px;
	width:300px;
}

.show_full_episodes .showDetail {
	float:left;
	width:300px;
	border-bottom:1px solid #C3C3C3;
	padding-bottom:10px;
	padding-top:10px;
	margin-left: 5px;
}

.show_full_episodes .showDetail a {
	font-size:16px;
	font-weight:bold;
	color:#67749a;
}

.show_full_episodes .showDetail a:hover {
	color: #f46506;
}

.show_full_episodes .topPromo {
	float:left;
	width:300px;
	margin-bottom: 20px;
	padding-top: 5px;
}

.show_full_episodes .topPromoImage {
	float:left;
	width:95px;
	margin-left: 5px;
}

.show_full_episodes .topPromoCopyHolder {
	float:left;
	width:180px;
	margin-left: 5px;
}

.show_full_episodes .topPromoCopyHeader a {
	font-size: 16px;
	font-weight:bold;
	color: #40444c;
}

.show_full_episodes .topPromoCopy {
	font-size:10px;
	font-weight:normal;
	color: #40444c;
}

.show_full_episodes .showDetailImage {
	float:left;
	width:33px;
}

.show_full_episodes .showDetailCopy {
	float:left;
	width:200px;
	padding-left:10px;
}

.show_full_episodes .showDetailCount {
	float:left;
	width:200px;
	font-weight:bold;
	font-size:10px;
	color:#40444c;
}
/* sponsored_video_player.css */.sponsoredVideoPlayerPromo{
	width:650px;
	height:550px;
	overflow:hidden;
	background:transparent url('/sitewide/images/sprites/tds_sponsored_video_player.gif') no-repeat scroll -1881px 0px;
}
.sponsoredVideoPlayerPromo .header{
	background:transparent none;
	border:0px;
	height:48px
}
.sponsoredVideoPlayerPromo .header .headerPad{
	padding-top:15px;
}
.sponsoredVideoPlayerPromo .header .headerText{
	font-size:22px;
}
.sponsoredVideoPlayerPromo .footer{
	background:transparent none;
	border:0px;
}
.sponsoredVideoPlayerPromo .middle{
	border:0px;
	background:transparent none;
	height:468px;
	position:relative;
}
/*
 * Left column.
 */
.sponsoredVideoPlayerPromo .middle .video_list{
	position:absolute;
	top:0px;
	left:0px;
}
.sponsoredVideoPlayerPromo .middle .video_list_window{
	position:absolute;
	top:19px;
	left:10px;
	width:260px;
	height:450px;
	overflow:hidden;
}
.sponsoredVideoPlayerPromo .middle .video_list .scroll-up:hover {
	background-position:-489px -342px;
}
.sponsoredVideoPlayerPromo .middle .video_list .scroll-up{
	background:#f9f9f9 url('http://www.comedycentral.com/comedycentral/sitewide/images/master_sprite.gif') no-repeat scroll -489px -324px;
	display:block;
	width:69px;
	height:17px;
	position:absolute;
	top:-2px;
	left:100px;
}
.sponsoredVideoPlayerPromo .middle .video_list .scroll-down:hover {
	background-position:-489px -288px;
}
.sponsoredVideoPlayerPromo .middle .video_list .scroll-down{
	background:#f9f9f9 url('http://www.comedycentral.com/comedycentral/sitewide/images/master_sprite.gif') no-repeat scroll -489px -306px;
	display:block;
	width:69px;
	height:17px;
	position:absolute;
	top:475px;
	left:100px;
}
.sponsoredVideoPlayerPromo .middle .colleft .video_entry_selected{
	background-position:-1228px -503px !important;
}
.sponsoredVideoPlayerPromo .middle .colleft .video_entry_selected .title{
	display:none !important;
}
.sponsoredVideoPlayerPromo .middle .colleft .video_entry_selected .tune-in{
	display:block !important;
}
.sponsoredVideoPlayerPromo .middle .colleft .video_entry:hover {
	background-position:-948px -599px;
}
.sponsoredVideoPlayerPromo .middle .colleft .video_entry{
	display:block;
	background:transparent url('/sitewide/images/sprites/tds_sponsored_video_player.gif') no-repeat scroll -948px -503px;
	width:260px;
	height:74px;
	padding-top:17px;
	overflow:hidden;
	cursor:pointer;
}
.sponsoredVideoPlayerPromo .middle .colleft .video_entry .imageMargin img{
	margin:1px;
}
.sponsoredVideoPlayerPromo .middle .colleft .video_entry .imageMargin{
	float:left;
	margin-left:8px;
	height:57px;
	padding:0px;
	overflow:hidden;
}
/*
	I'm not sure why this IE6 hack is necessary. On .imageMargin, the float
	makes the margin-left double, but when I add a container and do a float
	with a margin-left, it's not doubled. One of the other CSS properties
	must be colliding, but since the bug is fixed, I don't care.

	.f-ie6 is a span inside a conditional comment in the template.
*/
.sponsoredVideoPlayerPromo .middle .colleft .video_entry .f-ie6{
	float:left;
	margin-left:8px;
}
.sponsoredVideoPlayerPromo .middle .colleft .video_entry .f-ie6 .imageMargin{
	margin-left:0px;
}
.sponsoredVideoPlayerPromo .middle .colleft .video_entry .title{
	display:block;
	width:160px;
	color:#00348f;
	font-size:12px;
	line-height:15px;
	font-weight:bold;
	margin-left:94px;
}
.sponsoredVideoPlayerPromo .middle .colleft .video_entry .tune-in{
	display:none;
	background:transparent url('/sitewide/images/sprites/tds_sponsored_video_player.gif') no-repeat scroll -484px -134px;
	margin-left:94px;
	padding:1px 20px 0 5px;
	width:134px;
	height:30px;
	overflow:hidden;
	color:#fff;
	font-size:11px;
	line-height:13px;
	font-weight:bold;
}
.sponsoredVideoPlayerPromo .middle .colleft .video_entry .meta{
	font-size:9px;
	color:#666;
	font-weight:bold;
	padding-left:7px;
}
.sponsoredVideoPlayerPromo .middle .colleft .video_entry .meta .label{
	color:#9e9f9f;
	font-weight:normal;
}
/*
 * Right column.
 */
.sponsoredVideoPlayerPromo .middle .colright{
	width:371px;
	height:480px;
	position:absolute;
	top:4px;
	left:268px;
	overflow:hidden;
}
.sponsoredVideoPlayerPromo .middle .colright .player{
	margin:6px;
	width:360px;
	height:290px;
}
.sponsoredVideoPlayerPromo .middle .colright .details{
	margin:0px 6px;
}
.sponsoredVideoPlayerPromo .middle .colright .details .video_detail_selected{
	display:block !important;
}
.sponsoredVideoPlayerPromo .middle .colright .details .video_detail{
	display:none;
	position:relative;
	border-top:1px solid #eee;
}
.sponsoredVideoPlayerPromo .middle .colright .details .video_detail h3{
	color:#5a768a;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	width:230px;
	margin:3px 0 0 6px;
}
.sponsoredVideoPlayerPromo .middle .colright .details .video_detail p{
	color:#40444c;
	font-size:12px;
	line-height:15px;
	width:230px;
	margin:3px 0 0 6px;
}
.sponsoredVideoPlayerPromo .middle .colright .details .video_detail .meta-box{
	float:right;
	margin-top:25px;
	padding-right:5px;
	width:110px;
	overflow:hidden;
	position:relative;
}
.sponsoredVideoPlayerPromo .middle .colright .details .video_detail .meta-views{
	font-weight:bold;
}
.sponsoredVideoPlayerPromo .middle .colright .details .video_detail .meta-views .label{
	font-weight:normal;
}
.sponsoredVideoPlayerPromo .middle .colright .details .video_detail .meta{
	display:block;
	background-color:#e3edf7;
	color:#000;
	border:1px solid #99ccff;
	border-width:1px 0px;
	font-size:10px;
	width:110px;
	padding:0px 0px 0px 5px;
}
.sponsoredVideoPlayerPromo .middle .colright .details .video_detail .meta-posted{
	position:relative;
	top:-1px;
}
.sponsoredVideoPlayerPromo .middle .colright .details .video_detail .meta-flux{
	position:relative;
	top:-2px;
}
.sponsoredVideoPlayerPromo .middle .colright .details .video_detail .meta-flux .Flux{
	position:relative;
	top:-1px;
	left:-3px;
}
.sponsoredVideoPlayerPromo .middle .colright .details .video_detail .linksHolder{
	border-top:1px solid #eee;
	padding-top:4px;
	color:#5a768a !important;
	font-size:11px !important;
	line-height:13px;
	font-weight:bold;
	position:relative;
}
.sponsoredVideoPlayerPromo .middle .colright .details .video_detail .linksHolder .link{
	font-size:11px;
	line-height:13px;
}
.sponsoredVideoPlayerPromo .middle .colright .details .video_detail .linksHolder .link .icon{
	background:transparent url('/sitewide/images/sprites/tds_sponsored_video_player.gif') no-repeat scroll -494px -213px;
	display:block;
	width:11px;
	height:12px;
	float:left;
	margin-right:5px;
	margin-left:6px;
	position:relative;
}
.sponsoredVideoPlayerPromo .middle .colright .details .video_detail .linksHolder a:hover {
	text-decoration:underline;
}
.sponsoredVideoPlayerPromo .middle .colright .details .video_detail .linksHolder a{
	color:#f46506;
}

/* tag_cloud.css */.tagCloudPromo .header {background-position:-10px -479px;}
.tagCloudPromo .footer {background-position:-10px -542px;}

/* tickets.css */.ticketsIFramePromo {margin-bottom:0;}
.ticketsIFramePromo .header {background-position:-10px -10px;border-bottom:1px solid #A7C2EA;}
.ticketsIFramePromo .header .headerText {color:white;}
.ticketsIFramePromo .middle {width:628px;padding: 10px 0 0 0;border-top-color:#3567B3;}
.ticketsIFramePromo .middle .alert {
	font-family:Verdana;
	margin:0 0 10px 0;
	font-size:10px;
	width:400px;
	text-align:left;
	margin-left:98px;
	color:#000;
}
.ticketsIFramePromo .middle	.alert h3, .alert p {font-weight:bold; margin:5px 0; font-size:12px;}
.ticketsIFramePromo .middle	.alert p {margin:10px 0; font-size:10px;}
.ticketsIFramePromo .footer {background-position:-10px -346px;}
.ticketsIFramePromo .alert {font-size:10px;font-family:verdana;width:400px;margin:0 0 20px 96px;color:red;}

/* timeline.css *//*
 * This is the timeline sli.timelinePromo-2011 div#year_sliderder on the Videos portal.
 */

/* Updates for additional years. */
.timelinePromo-2010 .sliders,
.timelinePromo-2010 .slider-handle,
.timelinePromo-2010 .slider-bar .tick,
.timelinePromo-2010 .slider-handle-glass .slider-bar .tick
{
	background-image:url('/sitewide/images/sprites/timeline-2010.gif');
}

.timelinePromo-2011 .sliders,
.timelinePromo-2011 .slider-handle,
.timelinePromo-2011 .slider-bar .tick,
.timelinePromo-2011 .slider-handle-glass .slider-bar .tick
{
	background-image:url('/sitewide/images/sprites/timeline-2011.gif');
}

.timelinePromo-2012 .sliders,
.timelinePromo-2012 .slider-handle,
.timelinePromo-2012 .slider-bar .tick,
.timelinePromo-2012 .slider-handle-glass .slider-bar .tick
{
	background-image:url('/sitewide/images/sprites/timeline-2012.gif');
}


.timelinePromo-2011 div#year_slider .slider-handle{
	background-position: -3px -130px;	
	width:38px;
}

.timelinePromo-2012 div#year_slider .slider-handle{
	background-position: -4px -130px;	
	width:38px;
}

/* 2010 */
/* on, normal */
.timelinePromo-2010 #year_slider .slider-bar .tick-0                               { background-position: -16px -166px; }/* 1999 */
.timelinePromo-2010 #year_slider .slider-bar .tick-1                               { background-position: -50px -166px; }
.timelinePromo-2010 #year_slider .slider-bar .tick-2                               { background-position: -83px -166px; }
.timelinePromo-2010 #year_slider .slider-bar .tick-3                               { background-position:-115px -166px; }
.timelinePromo-2010 #year_slider .slider-bar .tick-4                               { background-position:-147px -166px; }
.timelinePromo-2010 #year_slider .slider-bar .tick-5                               { background-position:-180px -166px; }
.timelinePromo-2010 #year_slider .slider-bar .tick-6                               { background-position:-211px -166px; }
.timelinePromo-2010 #year_slider .slider-bar .tick-7                               { background-position:-245px -166px; }
.timelinePromo-2010 #year_slider .slider-bar .tick-8                               { background-position:-277px -166px; }
.timelinePromo-2010 #year_slider .slider-bar .tick-9                               { background-position:-310px -166px; }
.timelinePromo-2010 #year_slider .slider-bar .tick-10                              { background-position:-342px -166px; }
.timelinePromo-2010 #year_slider .slider-bar .tick-11                              { background-position:-375px -166px; }
.timelinePromo-2010 #year_slider .slider-bar .tick-12                              { background-position:-407px -166px; }
.timelinePromo-2010 #year_slider .slider-bar .tick-13                              { background-position:-440px -166px; }
.timelinePromo-2010 #year_slider .slider-bar .tick-14                              { background-position:-472px -166px; }/* 2009 */
/* off, normal */
.timelinePromo-2010 #year_slider .slider-bar .tick-0-disabled                      { background-position: -16px -184px; }
.timelinePromo-2010 #year_slider .slider-bar .tick-1-disabled                      { background-position: -50px -184px; }
.timelinePromo-2010 #year_slider .slider-bar .tick-2-disabled                      { background-position: -83px -184px; }
.timelinePromo-2010 #year_slider .slider-bar .tick-3-disabled                      { background-position:-115px -184px; }
.timelinePromo-2010 #year_slider .slider-bar .tick-4-disabled                      { background-position:-147px -184px; }
.timelinePromo-2010 #year_slider .slider-bar .tick-5-disabled                      { background-position:-180px -184px; }
.timelinePromo-2010 #year_slider .slider-bar .tick-6-disabled                      { background-position:-211px -184px; }
.timelinePromo-2010 #year_slider .slider-bar .tick-7-disabled                      { background-position:-245px -184px; }
.timelinePromo-2010 #year_slider .slider-bar .tick-8-disabled                      { background-position:-277px -184px; }
.timelinePromo-2010 #year_slider .slider-bar .tick-9-disabled                      { background-position:-310px -184px; }
.timelinePromo-2010 #year_slider .slider-bar .tick-10-disabled                     { background-position:-342px -184px; }
.timelinePromo-2010 #year_slider .slider-bar .tick-11-disabled                     { background-position:-375px -184px; }
.timelinePromo-2010 #year_slider .slider-bar .tick-12-disabled                     { background-position:-407px -184px; }
.timelinePromo-2010 #year_slider .slider-bar .tick-13-disabled                     { background-position:-440px -184px; }
.timelinePromo-2010 #year_slider .slider-bar .tick-14-disabled                     { background-position:-472px -184px; }
/* on, zoomed */
.timelinePromo-2010 #year_slider .slider-handle-glass .slider-bar .tick-0          { background-position: -16px -201px; }
.timelinePromo-2010 #year_slider .slider-handle-glass .slider-bar .tick-1          { background-position: -50px -201px; }
.timelinePromo-2010 #year_slider .slider-handle-glass .slider-bar .tick-2          { background-position: -83px -201px; }
.timelinePromo-2010 #year_slider .slider-handle-glass .slider-bar .tick-3          { background-position:-115px -201px; }
.timelinePromo-2010 #year_slider .slider-handle-glass .slider-bar .tick-4          { background-position:-147px -201px; }
.timelinePromo-2010 #year_slider .slider-handle-glass .slider-bar .tick-5          { background-position:-180px -201px; }
.timelinePromo-2010 #year_slider .slider-handle-glass .slider-bar .tick-6          { background-position:-211px -201px; }
.timelinePromo-2010 #year_slider .slider-handle-glass .slider-bar .tick-7          { background-position:-245px -201px; }
.timelinePromo-2010 #year_slider .slider-handle-glass .slider-bar .tick-8          { background-position:-277px -201px; }
.timelinePromo-2010 #year_slider .slider-handle-glass .slider-bar .tick-9          { background-position:-310px -201px; }
.timelinePromo-2010 #year_slider .slider-handle-glass .slider-bar .tick-10         { background-position:-342px -201px; }
.timelinePromo-2010 #year_slider .slider-handle-glass .slider-bar .tick-11         { background-position:-375px -201px; }
.timelinePromo-2010 #year_slider .slider-handle-glass .slider-bar .tick-12         { background-position:-407px -201px; }
.timelinePromo-2010 #year_slider .slider-handle-glass .slider-bar .tick-13         { background-position:-440px -201px; }
.timelinePromo-2010 #year_slider .slider-handle-glass .slider-bar .tick-14         { background-position:-472px -201px; }
/* off, zoomed */
.timelinePromo-2010 #year_slider .slider-handle-glass .slider-bar .tick-0-disabled { background-position: -16px -219px; }
.timelinePromo-2010 #year_slider .slider-handle-glass .slider-bar .tick-1-disabled { background-position: -50px -219px; }
.timelinePromo-2010 #year_slider .slider-handle-glass .slider-bar .tick-2-disabled { background-position: -83px -219px; }
.timelinePromo-2010 #year_slider .slider-handle-glass .slider-bar .tick-3-disabled { background-position:-115px -219px; }
.timelinePromo-2010 #year_slider .slider-handle-glass .slider-bar .tick-4-disabled { background-position:-147px -219px; }
.timelinePromo-2010 #year_slider .slider-handle-glass .slider-bar .tick-5-disabled { background-position:-180px -219px; }
.timelinePromo-2010 #year_slider .slider-handle-glass .slider-bar .tick-6-disabled { background-position:-211px -219px; }
.timelinePromo-2010 #year_slider .slider-handle-glass .slider-bar .tick-7-disabled { background-position:-245px -219px; }
.timelinePromo-2010 #year_slider .slider-handle-glass .slider-bar .tick-8-disabled { background-position:-277px -219px; }
.timelinePromo-2010 #year_slider .slider-handle-glass .slider-bar .tick-9-disabled { background-position:-310px -219px; }
.timelinePromo-2010 #year_slider .slider-handle-glass .slider-bar .tick-10-disabled{ background-position:-342px -219px; }
.timelinePromo-2010 #year_slider .slider-handle-glass .slider-bar .tick-11-disabled{ background-position:-375px -219px; }
.timelinePromo-2010 #year_slider .slider-handle-glass .slider-bar .tick-12-disabled{ background-position:-407px -219px; }
.timelinePromo-2010 #year_slider .slider-handle-glass .slider-bar .tick-13-disabled{ background-position:-440px -219px; }
.timelinePromo-2010 #year_slider .slider-handle-glass .slider-bar .tick-14-disabled{ background-position:-472px -219px; }
/* 2011 */
/* on, normal */
.timelinePromo-2011 #year_slider .slider-bar .tick-0                               { background-position: -16px -166px; }/* 1996 */
.timelinePromo-2011 #year_slider .slider-bar .tick-1                               { background-position: -49px -166px; }
.timelinePromo-2011 #year_slider .slider-bar .tick-2                               { background-position: -79px -166px; }
.timelinePromo-2011 #year_slider .slider-bar .tick-3                               { background-position:-109px -166px; }
.timelinePromo-2011 #year_slider .slider-bar .tick-4                               { background-position:-139px -166px; }
.timelinePromo-2011 #year_slider .slider-bar .tick-5                               { background-position:-170px -166px; }
.timelinePromo-2011 #year_slider .slider-bar .tick-6                               { background-position:-199px -166px; }
.timelinePromo-2011 #year_slider .slider-bar .tick-7                               { background-position:-231px -166px; }
.timelinePromo-2011 #year_slider .slider-bar .tick-8                               { background-position:-261px -166px; }
.timelinePromo-2011 #year_slider .slider-bar .tick-9                               { background-position:-292px -166px; }
.timelinePromo-2011 #year_slider .slider-bar .tick-10                              { background-position:-322px -166px; }
.timelinePromo-2011 #year_slider .slider-bar .tick-11                              { background-position:-353px -166px; }
.timelinePromo-2011 #year_slider .slider-bar .tick-12                              { background-position:-383px -166px; }
.timelinePromo-2011 #year_slider .slider-bar .tick-13                              { background-position:-414px -166px; }/* 2009 */
.timelinePromo-2011 #year_slider .slider-bar .tick-14                              { background-position:-444px -166px; }
.timelinePromo-2011 #year_slider .slider-bar .tick-15                              { background-position:-474px -166px; }
/* off, normal */
.timelinePromo-2011 #year_slider .slider-bar .tick-0-disabled                      { background-position: -16px -184px; }
.timelinePromo-2011 #year_slider .slider-bar .tick-1-disabled                      { background-position: -49px -184px; }
.timelinePromo-2011 #year_slider .slider-bar .tick-2-disabled                      { background-position: -79px -184px; }
.timelinePromo-2011 #year_slider .slider-bar .tick-3-disabled                      { background-position:-109px -184px; }
.timelinePromo-2011 #year_slider .slider-bar .tick-4-disabled                      { background-position:-139px -184px; }
.timelinePromo-2011 #year_slider .slider-bar .tick-5-disabled                      { background-position:-170px -184px; }
.timelinePromo-2011 #year_slider .slider-bar .tick-6-disabled                      { background-position:-199px -184px; }
.timelinePromo-2011 #year_slider .slider-bar .tick-7-disabled                      { background-position:-231px -184px; }
.timelinePromo-2011 #year_slider .slider-bar .tick-8-disabled                      { background-position:-261px -184px; }
.timelinePromo-2011 #year_slider .slider-bar .tick-9-disabled                      { background-position:-292px -184px; }
.timelinePromo-2011 #year_slider .slider-bar .tick-10-disabled                     { background-position:-322px -184px; }
.timelinePromo-2011 #year_slider .slider-bar .tick-11-disabled                     { background-position:-353px -184px; }
.timelinePromo-2011 #year_slider .slider-bar .tick-12-disabled                     { background-position:-383px -184px; }
.timelinePromo-2011 #year_slider .slider-bar .tick-13-disabled                     { background-position:-414px -184px; }
.timelinePromo-2011 #year_slider .slider-bar .tick-14-disabled                     { background-position:-444px -184px; }
.timelinePromo-2011 #year_slider .slider-bar .tick-15-disabled                     { background-position:-474px -184px; }
/* on, zoomed */
.timelinePromo-2011 #year_slider .slider-handle-glass .slider-bar .tick-0          { background-position: -16px -201px; }
.timelinePromo-2011 #year_slider .slider-handle-glass .slider-bar .tick-1          { background-position: -49px -201px; }
.timelinePromo-2011 #year_slider .slider-handle-glass .slider-bar .tick-2          { background-position: -79px -201px; }
.timelinePromo-2011 #year_slider .slider-handle-glass .slider-bar .tick-3          { background-position:-109px -201px; }
.timelinePromo-2011 #year_slider .slider-handle-glass .slider-bar .tick-4          { background-position:-139px -201px; }
.timelinePromo-2011 #year_slider .slider-handle-glass .slider-bar .tick-5          { background-position:-170px -201px; }
.timelinePromo-2011 #year_slider .slider-handle-glass .slider-bar .tick-6          { background-position:-199px -201px; }
.timelinePromo-2011 #year_slider .slider-handle-glass .slider-bar .tick-7          { background-position:-231px -201px; }
.timelinePromo-2011 #year_slider .slider-handle-glass .slider-bar .tick-8          { background-position:-261px -201px; }
.timelinePromo-2011 #year_slider .slider-handle-glass .slider-bar .tick-9          { background-position:-292px -201px; }
.timelinePromo-2011 #year_slider .slider-handle-glass .slider-bar .tick-10         { background-position:-322px -201px; }
.timelinePromo-2011 #year_slider .slider-handle-glass .slider-bar .tick-11         { background-position:-353px -201px; }
.timelinePromo-2011 #year_slider .slider-handle-glass .slider-bar .tick-12         { background-position:-383px -201px; }
.timelinePromo-2011 #year_slider .slider-handle-glass .slider-bar .tick-13         { background-position:-414px -201px; }
.timelinePromo-2011 #year_slider .slider-handle-glass .slider-bar .tick-14         { background-position:-444px -201px; }
.timelinePromo-2011 #year_slider .slider-handle-glass .slider-bar .tick-15         { background-position:-474px -201px; }
/* off, zoomed */
.timelinePromo-2011 #year_slider .slider-handle-glass .slider-bar .tick-0-disabled { background-position: -16px -219px; }
.timelinePromo-2011 #year_slider .slider-handle-glass .slider-bar .tick-1-disabled { background-position: -49px -219px; }
.timelinePromo-2011 #year_slider .slider-handle-glass .slider-bar .tick-2-disabled { background-position: -79px -219px; }
.timelinePromo-2011 #year_slider .slider-handle-glass .slider-bar .tick-3-disabled { background-position:-109px -219px; }
.timelinePromo-2011 #year_slider .slider-handle-glass .slider-bar .tick-4-disabled { background-position:-139px -219px; }
.timelinePromo-2011 #year_slider .slider-handle-glass .slider-bar .tick-5-disabled { background-position:-170px -219px; }
.timelinePromo-2011 #year_slider .slider-handle-glass .slider-bar .tick-6-disabled { background-position:-199px -219px; }
.timelinePromo-2011 #year_slider .slider-handle-glass .slider-bar .tick-7-disabled { background-position:-231px -219px; }
.timelinePromo-2011 #year_slider .slider-handle-glass .slider-bar .tick-8-disabled { background-position:-261px -219px; }
.timelinePromo-2011 #year_slider .slider-handle-glass .slider-bar .tick-9-disabled { background-position:-292px -219px; }
.timelinePromo-2011 #year_slider .slider-handle-glass .slider-bar .tick-10-disabled{ background-position:-322px -219px; }
.timelinePromo-2011 #year_slider .slider-handle-glass .slider-bar .tick-11-disabled{ background-position:-353px -219px; }
.timelinePromo-2011 #year_slider .slider-handle-glass .slider-bar .tick-12-disabled{ background-position:-383px -219px; }
.timelinePromo-2011 #year_slider .slider-handle-glass .slider-bar .tick-13-disabled{ background-position:-414px -219px; }
.timelinePromo-2011 #year_slider .slider-handle-glass .slider-bar .tick-14-disabled{ background-position:-444px -219px; }
.timelinePromo-2011 #year_slider .slider-handle-glass .slider-bar .tick-15-disabled{ background-position:-474px -219px; }

/* 2012 */
/* on, normal */
.timelinePromo-2012 #year_slider .slider-bar .tick-0                               { background-position: -16px -166px; }/* 1999 */
.timelinePromo-2012 #year_slider .slider-bar .tick-1                               { background-position: -51px -166px; }
.timelinePromo-2012 #year_slider .slider-bar .tick-2                               { background-position: -86px -166px; }
.timelinePromo-2012 #year_slider .slider-bar .tick-3                               { background-position:-121px -166px; }
.timelinePromo-2012 #year_slider .slider-bar .tick-4                               { background-position:-156px -166px; }
.timelinePromo-2012 #year_slider .slider-bar .tick-5                               { background-position:-191px -166px; }
.timelinePromo-2012 #year_slider .slider-bar .tick-6                               { background-position:-226px -166px; }
.timelinePromo-2012 #year_slider .slider-bar .tick-7                               { background-position:-261px -166px; }
.timelinePromo-2012 #year_slider .slider-bar .tick-8                               { background-position:-296px -166px; }
.timelinePromo-2012 #year_slider .slider-bar .tick-9                               { background-position:-331px -166px; }
.timelinePromo-2012 #year_slider .slider-bar .tick-10                              { background-position:-366px -166px; }
.timelinePromo-2012 #year_slider .slider-bar .tick-11                              { background-position:-401px -166px; }
.timelinePromo-2012 #year_slider .slider-bar .tick-12                              { background-position:-436px -166px; }
.timelinePromo-2012 #year_slider .slider-bar .tick-13                              { background-position:-471px -166px; }/* 2012 */

/* off, normal */
.timelinePromo-2012 #year_slider .slider-bar .tick-0-disabled                      { background-position: -16px -184px; }
.timelinePromo-2012 #year_slider .slider-bar .tick-1-disabled                      { background-position: -51px -184px; }
.timelinePromo-2012 #year_slider .slider-bar .tick-2-disabled                      { background-position: -86px -184px; }
.timelinePromo-2012 #year_slider .slider-bar .tick-3-disabled                      { background-position:-121px -184px; }
.timelinePromo-2012 #year_slider .slider-bar .tick-4-disabled                      { background-position:-156px -184px; }
.timelinePromo-2012 #year_slider .slider-bar .tick-5-disabled                      { background-position:-191px -184px; }
.timelinePromo-2012 #year_slider .slider-bar .tick-6-disabled                      { background-position:-226px -184px; }
.timelinePromo-2012 #year_slider .slider-bar .tick-7-disabled                      { background-position:-261px -184px; }
.timelinePromo-2012 #year_slider .slider-bar .tick-8-disabled                      { background-position:-296px -184px; }
.timelinePromo-2012 #year_slider .slider-bar .tick-9-disabled                      { background-position:-331px -184px; }
.timelinePromo-2012 #year_slider .slider-bar .tick-10-disabled                     { background-position:-366px -184px; }
.timelinePromo-2012 #year_slider .slider-bar .tick-11-disabled                     { background-position:-401px -184px; }
.timelinePromo-2012 #year_slider .slider-bar .tick-12-disabled                     { background-position:-436px -184px; }
.timelinePromo-2012 #year_slider .slider-bar .tick-13-disabled                     { background-position:-471px -184px; }

/* on, zoomed */
.timelinePromo-2012 #year_slider .slider-handle-glass .slider-bar .tick-0          { background-position: -16px -203px; }
.timelinePromo-2012 #year_slider .slider-handle-glass .slider-bar .tick-1          { background-position: -51px -203px; }
.timelinePromo-2012 #year_slider .slider-handle-glass .slider-bar .tick-2          { background-position: -86px -203px; }
.timelinePromo-2012 #year_slider .slider-handle-glass .slider-bar .tick-3          { background-position:-121px -203px; }
.timelinePromo-2012 #year_slider .slider-handle-glass .slider-bar .tick-4          { background-position:-156px -203px; }
.timelinePromo-2012 #year_slider .slider-handle-glass .slider-bar .tick-5          { background-position:-191px -203px; }
.timelinePromo-2012 #year_slider .slider-handle-glass .slider-bar .tick-6          { background-position:-226px -203px; }
.timelinePromo-2012 #year_slider .slider-handle-glass .slider-bar .tick-7          { background-position:-261px -203px; }
.timelinePromo-2012 #year_slider .slider-handle-glass .slider-bar .tick-8          { background-position:-296px -203px; }
.timelinePromo-2012 #year_slider .slider-handle-glass .slider-bar .tick-9          { background-position:-331px -203px; }
.timelinePromo-2012 #year_slider .slider-handle-glass .slider-bar .tick-10         { background-position:-366px -203px; }
.timelinePromo-2012 #year_slider .slider-handle-glass .slider-bar .tick-11         { background-position:-401px -203px; }
.timelinePromo-2012 #year_slider .slider-handle-glass .slider-bar .tick-12         { background-position:-436px -203px; }
.timelinePromo-2012 #year_slider .slider-handle-glass .slider-bar .tick-13         { background-position:-471px -203px; }


.timelinePromo-2012 #year_slider .slider-handle-glass .slider-bar .tick-0-disabled { background-position: -16px -221px; }
.timelinePromo-2012 #year_slider .slider-handle-glass .slider-bar .tick-1-disabled { background-position: -51px -221px; }
.timelinePromo-2012 #year_slider .slider-handle-glass .slider-bar .tick-2-disabled { background-position: -86px -221px; }
.timelinePromo-2012 #year_slider .slider-handle-glass .slider-bar .tick-3-disabled { background-position:-121px -221px; }
.timelinePromo-2012 #year_slider .slider-handle-glass .slider-bar .tick-4-disabled { background-position:-156px -221px; }
.timelinePromo-2012 #year_slider .slider-handle-glass .slider-bar .tick-5-disabled { background-position:-191px -221px; }
.timelinePromo-2012 #year_slider .slider-handle-glass .slider-bar .tick-6-disabled { background-position:-226px -221px; }
.timelinePromo-2012 #year_slider .slider-handle-glass .slider-bar .tick-7-disabled { background-position:-261px -221px; }
.timelinePromo-2012 #year_slider .slider-handle-glass .slider-bar .tick-8-disabled { background-position:-296px -221px; }
.timelinePromo-2012 #year_slider .slider-handle-glass .slider-bar .tick-9-disabled { background-position:-331px -221px; }
.timelinePromo-2012 #year_slider .slider-handle-glass .slider-bar .tick-10-disabled{ background-position:-366px -221px; }
.timelinePromo-2012 #year_slider .slider-handle-glass .slider-bar .tick-11-disabled{ background-position:-401px -221px; }
.timelinePromo-2012 #year_slider .slider-handle-glass .slider-bar .tick-12-disabled{ background-position:-436px -221px; }
.timelinePromo-2012 #year_slider .slider-handle-glass .slider-bar .tick-13-disabled{ background-position:-471px -221px; }




/* off, normal - No disabled years for 2012
.timelinePromo-2012 #year_slider .slider-bar .tick-0-disabled                      { background-position: -16px -184px; }
.timelinePromo-2012 #year_slider .slider-bar .tick-1-disabled                      { background-position: -54px -184px; }
.timelinePromo-2012 #year_slider .slider-bar .tick-2-disabled                      { background-position: -92px -184px; }
.timelinePromo-2012 #year_slider .slider-bar .tick-3-disabled                      { background-position:-130px -184px; }
.timelinePromo-2012 #year_slider .slider-bar .tick-4-disabled                      { background-position:-139px -184px; }
.timelinePromo-2012 #year_slider .slider-bar .tick-5-disabled                      { background-position:-170px -184px; }
.timelinePromo-2012 #year_slider .slider-bar .tick-6-disabled                      { background-position:-199px -184px; }
.timelinePromo-2012 #year_slider .slider-bar .tick-7-disabled                      { background-position:-231px -184px; }
.timelinePromo-2012 #year_slider .slider-bar .tick-8-disabled                      { background-position:-261px -184px; }
.timelinePromo-2012 #year_slider .slider-bar .tick-9-disabled                      { background-position:-292px -184px; }
.timelinePromo-2012 #year_slider .slider-bar .tick-10-disabled                     { background-position:-322px -184px; }
.timelinePromo-2012 #year_slider .slider-bar .tick-11-disabled                     { background-position:-353px -184px; }
.timelinePromo-2012 #year_slider .slider-bar .tick-12-disabled                     { background-position:-383px -184px; }
.timelinePromo-2012 #year_slider .slider-bar .tick-13-disabled                     { background-position:-414px -184px; }
.timelinePromo-2012 #year_slider .slider-bar .tick-14-disabled                     { background-position:-444px -184px; }
*/
.timelinePromo .header{
	background-position:-10px -73px;
}
.timelinePromo .header h3,
.timelinePromo .header h2{
	color:#fff;
}
.timelinePromo .middle{
	padding:0px;
	background:none;
	border:none;
}
.timelinePromo .footer{
	display:none;
}
.sliders{
	width:520px;
	height:125px;
	margin-bottom:10px;
	padding:0px;
	background:transparent url('/sitewide/images/sprites/timeline-2012.gif') no-repeat scroll 0 0;
	position:relative;
}
.slider{
	position:absolute;
	width:490px;
	height:35px;
	left:15px;
}
.slider *{
	position:relative;
}
#year_slider{
	top:10px;
}
#month_slider{
	top:45px;
}
#day_slider{
	top:80px;
}
.slider-handle{
	width:44px;
	height:30px;
	overflow:hidden;
	background:transparent url('/sitewide/images/sprites/timeline-2012.gif') no-repeat scroll 0 -130px;
	margin-top:3px;
	z-index:1;
	cursor:pointer;
}
.slider-handle-glass{
}
.slider-bar{
	width:490px;
	position:absolute;
	top:5px;
	cursor:pointer;
}
.slider-bar .tick{
	float:left;
	height:14px;
	/*background-color:#d3d7cf;
	border-left:solid 1px #babdb6;
	margin-left:-1px;*/
	background:transparent url('/sitewide/images/sprites/timeline-2012.gif') no-repeat scroll 0 -165px;
	overflow:hidden;
}

.timelinePromo-2011 .slider-bar .tick {
	height: 14px;
}
#day_slider .slider-bar .tick{
	height:13px;
}
.slider-bar .tick-disabled{
	/*background-color:#babdb6;*/
}
.slider-handle-glass .slider-bar .tick{
	/*background-color:black;*/
	background:transparent url('/sitewide/images/sprites/timeline-2012.gif') no-repeat scroll 0 -165px;
}
.timelinePromo-2011 #year_slider .slider-handle-glass{
	width: 30px;
}
#year_slider .slider-handle-glass{
	position:relative;
	top:-2px;
	left:3px;
	height:20px;
	width:32px;
	overflow:hidden;
}
/* on, normal */
#year_slider .slider-bar .tick-0                               { background-position: -16px -166px; }/* 1999 */
#year_slider .slider-bar .tick-1                               { background-position: -51px -166px; }
#year_slider .slider-bar .tick-2                               { background-position: -86px -166px; }
#year_slider .slider-bar .tick-3                               { background-position:-121px -166px; }
#year_slider .slider-bar .tick-4                               { background-position:-156px -166px; }
#year_slider .slider-bar .tick-5                               { background-position:-191px -166px; }
#year_slider .slider-bar .tick-6                               { background-position:-226px -166px; }
#year_slider .slider-bar .tick-7                               { background-position:-261px -166px; }
#year_slider .slider-bar .tick-8                               { background-position:-296px -166px; }
#year_slider .slider-bar .tick-9                               { background-position:-331px -166px; }
#year_slider .slider-bar .tick-10                              { background-position:-366px -166px; }
#year_slider .slider-bar .tick-11                              { background-position:-401px -166px; }
#year_slider .slider-bar .tick-12                              { background-position:-436px -166px; }
#year_slider .slider-bar .tick-13                              { background-position:-471px -166px; }/* 2012 */
/* off, normal */
#year_slider .slider-bar .tick-0-disabled                      { background-position: -16px -184px; }
#year_slider .slider-bar .tick-1-disabled                      { background-position: -51px -184px; }
#year_slider .slider-bar .tick-2-disabled                      { background-position: -86px -184px; }
#year_slider .slider-bar .tick-3-disabled                      { background-position:-121px -184px; }
#year_slider .slider-bar .tick-4-disabled                      { background-position:-156px -184px; }
#year_slider .slider-bar .tick-5-disabled                      { background-position:-191px -184px; }
#year_slider .slider-bar .tick-6-disabled                      { background-position:-226px -184px; }
#year_slider .slider-bar .tick-7-disabled                      { background-position:-261px -184px; }
#year_slider .slider-bar .tick-8-disabled                      { background-position:-296px -184px; }
#year_slider .slider-bar .tick-9-disabled                      { background-position:-331px -184px; }
#year_slider .slider-bar .tick-10-disabled                     { background-position:-366px -184px; }
#year_slider .slider-bar .tick-11-disabled                     { background-position:-401px -184px; }
#year_slider .slider-bar .tick-12-disabled                     { background-position:-436px -184px; }
#year_slider .slider-bar .tick-13-disabled                     { background-position:-471px -184px; }
/* on, zoomed */
#year_slider .slider-handle-glass .slider-bar .tick-0          { background-position: -16px -201px; }
#year_slider .slider-handle-glass .slider-bar .tick-1          { background-position: -51px -201px; }
#year_slider .slider-handle-glass .slider-bar .tick-2          { background-position: -86px -201px; }
#year_slider .slider-handle-glass .slider-bar .tick-3          { background-position:-121px -201px; }
#year_slider .slider-handle-glass .slider-bar .tick-4          { background-position:-156px -201px; }
#year_slider .slider-handle-glass .slider-bar .tick-5          { background-position:-191px -201px; }
#year_slider .slider-handle-glass .slider-bar .tick-6          { background-position:-226px -201px; }
#year_slider .slider-handle-glass .slider-bar .tick-7          { background-position:-261px -201px; }
#year_slider .slider-handle-glass .slider-bar .tick-8          { background-position:-296px -201px; }
#year_slider .slider-handle-glass .slider-bar .tick-9          { background-position:-331px -201px; }
#year_slider .slider-handle-glass .slider-bar .tick-10         { background-position:-366px -201px; }
#year_slider .slider-handle-glass .slider-bar .tick-11         { background-position:-401px -201px; }
#year_slider .slider-handle-glass .slider-bar .tick-12         { background-position:-436px -201px; }
#year_slider .slider-handle-glass .slider-bar .tick-13         { background-position:-471px -201px; }
/* off, zoomed */
#year_slider .slider-handle-glass .slider-bar .tick-0-disabled { background-position: -16px -219px; }
#year_slider .slider-handle-glass .slider-bar .tick-1-disabled { background-position: -51px -219px; }
#year_slider .slider-handle-glass .slider-bar .tick-2-disabled { background-position: -86px -219px; }
#year_slider .slider-handle-glass .slider-bar .tick-3-disabled { background-position:-121px -219px; }
#year_slider .slider-handle-glass .slider-bar .tick-4-disabled { background-position:-156px -219px; }
#year_slider .slider-handle-glass .slider-bar .tick-5-disabled { background-position:-191px -219px; }
#year_slider .slider-handle-glass .slider-bar .tick-6-disabled { background-position:-226px -219px; }
#year_slider .slider-handle-glass .slider-bar .tick-7-disabled { background-position:-261px -219px; }
#year_slider .slider-handle-glass .slider-bar .tick-8-disabled { background-position:-296px -219px; }
#year_slider .slider-handle-glass .slider-bar .tick-9-disabled { background-position:-331px -219px; }
#year_slider .slider-handle-glass .slider-bar .tick-10-disabled{ background-position:-366px -219px; }
#year_slider .slider-handle-glass .slider-bar .tick-11-disabled{ background-position:-401px -219px; }
#year_slider .slider-handle-glass .slider-bar .tick-12-disabled{ background-position:-436px -219px; }
#year_slider .slider-handle-glass .slider-bar .tick-13-disabled{ background-position:-471px -219px; }

#month_slider .slider-handle{
	background-position:-49px -130px;
}
#month_slider .slider-handle-glass{
	position:relative;
	top:-2px;
	left:2px;
	height:20px;
	width:38px !important;
	overflow:hidden;
}

/* on, normal */
#month_slider .slider-bar .tick-0                               { background-position: -16px -237px; }
#month_slider .slider-bar .tick-1                               { background-position: -56px -237px; }
#month_slider .slider-bar .tick-2                               { background-position: -95px -237px; }
#month_slider .slider-bar .tick-3                               { background-position:-138px -237px; }
#month_slider .slider-bar .tick-4                               { background-position:-178px -237px; }
#month_slider .slider-bar .tick-5                               { background-position:-220px -237px; }
#month_slider .slider-bar .tick-6                               { background-position:-261px -237px; }
#month_slider .slider-bar .tick-7                               { background-position:-300px -237px; }
#month_slider .slider-bar .tick-8                               { background-position:-343px -237px; }
#month_slider .slider-bar .tick-9                               { background-position:-383px -237px; }
#month_slider .slider-bar .tick-10                              { background-position:-424px -237px; }
#month_slider .slider-bar .tick-11                              { background-position:-466px -237px; }
/* off, normal */
#month_slider .slider-bar .tick-0-disabled                      { background-position: -16px -255px; }
#month_slider .slider-bar .tick-1-disabled                      { background-position: -56px -255px; }
#month_slider .slider-bar .tick-2-disabled                      { background-position: -95px -255px; }
#month_slider .slider-bar .tick-3-disabled                      { background-position:-138px -255px; }
#month_slider .slider-bar .tick-4-disabled                      { background-position:-178px -255px; }
#month_slider .slider-bar .tick-5-disabled                      { background-position:-220px -255px; }
#month_slider .slider-bar .tick-6-disabled                      { background-position:-261px -255px; }
#month_slider .slider-bar .tick-7-disabled                      { background-position:-300px -255px; }
#month_slider .slider-bar .tick-8-disabled                      { background-position:-343px -255px; }
#month_slider .slider-bar .tick-9-disabled                      { background-position:-383px -255px; }
#month_slider .slider-bar .tick-10-disabled                     { background-position:-424px -255px; }
#month_slider .slider-bar .tick-11-disabled                     { background-position:-466px -255px; }
/* on, normal */
#month_slider .slider-handle-glass .slider-bar .tick-0          { background-position: -16px -273px; }
#month_slider .slider-handle-glass .slider-bar .tick-1          { background-position: -56px -273px; }
#month_slider .slider-handle-glass .slider-bar .tick-2          { background-position: -95px -273px; }
#month_slider .slider-handle-glass .slider-bar .tick-3          { background-position:-138px -273px; }
#month_slider .slider-handle-glass .slider-bar .tick-4          { background-position:-178px -273px; }
#month_slider .slider-handle-glass .slider-bar .tick-5          { background-position:-220px -273px; }
#month_slider .slider-handle-glass .slider-bar .tick-6          { background-position:-261px -273px; }
#month_slider .slider-handle-glass .slider-bar .tick-7          { background-position:-300px -273px; }
#month_slider .slider-handle-glass .slider-bar .tick-8          { background-position:-343px -273px; }
#month_slider .slider-handle-glass .slider-bar .tick-9          { background-position:-383px -273px; }
#month_slider .slider-handle-glass .slider-bar .tick-10         { background-position:-424px -273px; }
#month_slider .slider-handle-glass .slider-bar .tick-11         { background-position:-466px -273px; }
/* off, normal */
#month_slider .slider-handle-glass .slider-bar .tick-0-disabled { background-position: -16px -291px; }
#month_slider .slider-handle-glass .slider-bar .tick-1-disabled { background-position: -56px -291px; }
#month_slider .slider-handle-glass .slider-bar .tick-2-disabled { background-position: -95px -291px; }
#month_slider .slider-handle-glass .slider-bar .tick-3-disabled { background-position:-138px -291px; }
#month_slider .slider-handle-glass .slider-bar .tick-4-disabled { background-position:-178px -291px; }
#month_slider .slider-handle-glass .slider-bar .tick-5-disabled { background-position:-220px -291px; }
#month_slider .slider-handle-glass .slider-bar .tick-6-disabled { background-position:-261px -291px; }
#month_slider .slider-handle-glass .slider-bar .tick-7-disabled { background-position:-300px -291px; }
#month_slider .slider-handle-glass .slider-bar .tick-8-disabled { background-position:-343px -291px; }
#month_slider .slider-handle-glass .slider-bar .tick-9-disabled { background-position:-383px -291px; }
#month_slider .slider-handle-glass .slider-bar .tick-10-disabled{ background-position:-424px -291px; }
#month_slider .slider-handle-glass .slider-bar .tick-11-disabled{ background-position:-466px -291px; }

#day_slider .slider-handle{
	background-position:-94px -130px;
}
#day_slider .slider-handle-double{
	background-position:-136px -130px;
}
#day_slider .slider-handle-triple{
	background-position:-179px -130px;
}
#day_slider .slider-bar{
	top:8px;
}
#day_slider .slider-handle-glass{
	position:relative;
	top:-3px;
	left:16px;
	height:20px;
	width:11px;
	overflow:hidden;
}
#day_slider .slider-handle-double .slider-handle-glass{
	position:relative;
	left:14px !important;
	width:16px !important;
}
#day_slider .slider-handle-triple .slider-handle-glass{
	position:relative;
	left:14px !important;
	width:11px !important;
}
/* on, normal */
#day_slider .slider-bar .tick-0                               { background-position: -16px -309px; }
#day_slider .slider-bar .tick-1                               { background-position: -32px -309px; }
#day_slider .slider-bar .tick-2                               { background-position: -44px -309px; }
#day_slider .slider-bar .tick-3                               { background-position: -54px -309px; }
#day_slider .slider-bar .tick-4                               { background-position: -65px -309px; }
#day_slider .slider-bar .tick-5                               { background-position: -76px -309px; }
#day_slider .slider-bar .tick-6                               { background-position: -86px -309px; }
#day_slider .slider-bar .tick-7                               { background-position: -97px -309px; }
#day_slider .slider-bar .tick-8                               { background-position:-108px -309px; }
#day_slider .slider-bar .tick-9                               { background-position:-119px -309px; }
#day_slider .slider-bar .tick-10                              { background-position:-136px -309px; }
#day_slider .slider-bar .tick-11                              { background-position:-152px -309px; }
#day_slider .slider-bar .tick-12                              { background-position:-170px -309px; }
#day_slider .slider-bar .tick-13                              { background-position:-186px -309px; }
#day_slider .slider-bar .tick-14                              { background-position:-201px -309px; }
#day_slider .slider-bar .tick-15                              { background-position:-218px -309px; }
#day_slider .slider-bar .tick-16                              { background-position:-234px -309px; }
#day_slider .slider-bar .tick-17                              { background-position:-252px -309px; }
#day_slider .slider-bar .tick-18                              { background-position:-268px -309px; }
#day_slider .slider-bar .tick-19                              { background-position:-284px -309px; }
#day_slider .slider-bar .tick-20                              { background-position:-300px -309px; }
#day_slider .slider-bar .tick-21                              { background-position:-316px -309px; }
#day_slider .slider-bar .tick-22                              { background-position:-334px -309px; }
#day_slider .slider-bar .tick-23                              { background-position:-350px -309px; }
#day_slider .slider-bar .tick-24                              { background-position:-366px -309px; }
#day_slider .slider-bar .tick-25                              { background-position:-382px -309px; }
#day_slider .slider-bar .tick-26                              { background-position:-399px -309px; }
#day_slider .slider-bar .tick-27                              { background-position:-416px -309px; }
#day_slider .slider-bar .tick-28                              { background-position:-432px -309px; }
#day_slider .slider-bar .tick-29                              { background-position:-448px -309px; }
#day_slider .slider-bar .tick-30                              { background-position:-464px -309px; }
#day_slider .slider-bar .tick-31                              { background-position:-480px -309px; }
/* off, normal */
#day_slider .slider-bar .tick-0-disabled                      { background-position: -16px -322px; }
#day_slider .slider-bar .tick-1-disabled                      { background-position: -32px -322px; }
#day_slider .slider-bar .tick-2-disabled                      { background-position: -44px -322px; }
#day_slider .slider-bar .tick-3-disabled                      { background-position: -54px -322px; }
#day_slider .slider-bar .tick-4-disabled                      { background-position: -65px -322px; }
#day_slider .slider-bar .tick-5-disabled                      { background-position: -76px -322px; }
#day_slider .slider-bar .tick-6-disabled                      { background-position: -86px -322px; }
#day_slider .slider-bar .tick-7-disabled                      { background-position: -97px -322px; }
#day_slider .slider-bar .tick-8-disabled                      { background-position:-108px -322px; }
#day_slider .slider-bar .tick-9-disabled                      { background-position:-119px -322px; }
#day_slider .slider-bar .tick-10-disabled                     { background-position:-136px -322px; }
#day_slider .slider-bar .tick-11-disabled                     { background-position:-152px -322px; }
#day_slider .slider-bar .tick-12-disabled                     { background-position:-170px -322px; }
#day_slider .slider-bar .tick-13-disabled                     { background-position:-186px -322px; }
#day_slider .slider-bar .tick-14-disabled                     { background-position:-201px -322px; }
#day_slider .slider-bar .tick-15-disabled                     { background-position:-218px -322px; }
#day_slider .slider-bar .tick-16-disabled                     { background-position:-234px -322px; }
#day_slider .slider-bar .tick-17-disabled                     { background-position:-252px -322px; }
#day_slider .slider-bar .tick-18-disabled                     { background-position:-268px -322px; }
#day_slider .slider-bar .tick-19-disabled                     { background-position:-284px -322px; }
#day_slider .slider-bar .tick-20-disabled                     { background-position:-300px -322px; }
#day_slider .slider-bar .tick-21-disabled                     { background-position:-316px -322px; }
#day_slider .slider-bar .tick-22-disabled                     { background-position:-334px -322px; }
#day_slider .slider-bar .tick-23-disabled                     { background-position:-350px -322px; }
#day_slider .slider-bar .tick-24-disabled                     { background-position:-366px -322px; }
#day_slider .slider-bar .tick-25-disabled                     { background-position:-382px -322px; }
#day_slider .slider-bar .tick-26-disabled                     { background-position:-399px -322px; }
#day_slider .slider-bar .tick-27-disabled                     { background-position:-416px -322px; }
#day_slider .slider-bar .tick-28-disabled                     { background-position:-432px -322px; }
#day_slider .slider-bar .tick-29-disabled                     { background-position:-448px -322px; }
#day_slider .slider-bar .tick-30-disabled                     { background-position:-464px -322px; }
#day_slider .slider-bar .tick-31-disabled                     { background-position:-480px -322px; }
/* on, zoomed*/
#day_slider .slider-handle-glass .slider-bar .tick-0          { background-position: -16px -335px; }
#day_slider .slider-handle-glass .slider-bar .tick-1          { background-position: -32px -335px; }
#day_slider .slider-handle-glass .slider-bar .tick-2          { background-position: -44px -335px; }
#day_slider .slider-handle-glass .slider-bar .tick-3          { background-position: -54px -335px; }
#day_slider .slider-handle-glass .slider-bar .tick-4          { background-position: -65px -335px; }
#day_slider .slider-handle-glass .slider-bar .tick-5          { background-position: -76px -335px; }
#day_slider .slider-handle-glass .slider-bar .tick-6          { background-position: -86px -335px; }
#day_slider .slider-handle-glass .slider-bar .tick-7          { background-position: -97px -335px; }
#day_slider .slider-handle-glass .slider-bar .tick-8          { background-position:-108px -335px; }
#day_slider .slider-handle-glass .slider-bar .tick-9          { background-position:-119px -335px; }
#day_slider .slider-handle-glass .slider-bar .tick-10         { background-position:-136px -335px; }
#day_slider .slider-handle-glass .slider-bar .tick-11         { background-position:-152px -335px; }
#day_slider .slider-handle-glass .slider-bar .tick-12         { background-position:-170px -335px; }
#day_slider .slider-handle-glass .slider-bar .tick-13         { background-position:-186px -335px; }
#day_slider .slider-handle-glass .slider-bar .tick-14         { background-position:-201px -335px; }
#day_slider .slider-handle-glass .slider-bar .tick-15         { background-position:-218px -335px; }
#day_slider .slider-handle-glass .slider-bar .tick-16         { background-position:-234px -335px; }
#day_slider .slider-handle-glass .slider-bar .tick-17         { background-position:-252px -335px; }
#day_slider .slider-handle-glass .slider-bar .tick-18         { background-position:-268px -335px; }
#day_slider .slider-handle-glass .slider-bar .tick-19         { background-position:-284px -335px; }
#day_slider .slider-handle-glass .slider-bar .tick-20         { background-position:-300px -335px; }
#day_slider .slider-handle-glass .slider-bar .tick-21         { background-position:-316px -335px; }
#day_slider .slider-handle-glass .slider-bar .tick-22         { background-position:-334px -335px; }
#day_slider .slider-handle-glass .slider-bar .tick-23         { background-position:-350px -335px; }
#day_slider .slider-handle-glass .slider-bar .tick-24         { background-position:-366px -335px; }
#day_slider .slider-handle-glass .slider-bar .tick-25         { background-position:-382px -335px; }
#day_slider .slider-handle-glass .slider-bar .tick-26         { background-position:-399px -335px; }
#day_slider .slider-handle-glass .slider-bar .tick-27         { background-position:-416px -335px; }
#day_slider .slider-handle-glass .slider-bar .tick-28         { background-position:-432px -335px; }
#day_slider .slider-handle-glass .slider-bar .tick-29         { background-position:-448px -335px; }
#day_slider .slider-handle-glass .slider-bar .tick-30         { background-position:-464px -335px; }
#day_slider .slider-handle-glass .slider-bar .tick-31         { background-position:-480px -335px; }
/* off, zoomed*/
#day_slider .slider-handle-glass .slider-bar .tick-0-disabled { background-position: -16px -348px; }
#day_slider .slider-handle-glass .slider-bar .tick-1-disabled { background-position: -32px -348px; }
#day_slider .slider-handle-glass .slider-bar .tick-2-disabled { background-position: -44px -348px; }
#day_slider .slider-handle-glass .slider-bar .tick-3-disabled { background-position: -54px -348px; }
#day_slider .slider-handle-glass .slider-bar .tick-4-disabled { background-position: -65px -348px; }
#day_slider .slider-handle-glass .slider-bar .tick-5-disabled { background-position: -76px -348px; }
#day_slider .slider-handle-glass .slider-bar .tick-6-disabled { background-position: -86px -348px; }
#day_slider .slider-handle-glass .slider-bar .tick-7-disabled { background-position: -97px -348px; }
#day_slider .slider-handle-glass .slider-bar .tick-8-disabled { background-position:-108px -348px; }
#day_slider .slider-handle-glass .slider-bar .tick-9-disabled { background-position:-119px -348px; }
#day_slider .slider-handle-glass .slider-bar .tick-10-disabled{ background-position:-136px -348px; }
#day_slider .slider-handle-glass .slider-bar .tick-11-disabled{ background-position:-152px -348px; }
#day_slider .slider-handle-glass .slider-bar .tick-12-disabled{ background-position:-170px -348px; }
#day_slider .slider-handle-glass .slider-bar .tick-13-disabled{ background-position:-186px -348px; }
#day_slider .slider-handle-glass .slider-bar .tick-14-disabled{ background-position:-201px -348px; }
#day_slider .slider-handle-glass .slider-bar .tick-15-disabled{ background-position:-218px -348px; }
#day_slider .slider-handle-glass .slider-bar .tick-16-disabled{ background-position:-234px -348px; }
#day_slider .slider-handle-glass .slider-bar .tick-17-disabled{ background-position:-252px -348px; }
#day_slider .slider-handle-glass .slider-bar .tick-18-disabled{ background-position:-268px -348px; }
#day_slider .slider-handle-glass .slider-bar .tick-19-disabled{ background-position:-284px -348px; }
#day_slider .slider-handle-glass .slider-bar .tick-20-disabled{ background-position:-300px -348px; }
#day_slider .slider-handle-glass .slider-bar .tick-21-disabled{ background-position:-316px -348px; }
#day_slider .slider-handle-glass .slider-bar .tick-22-disabled{ background-position:-334px -348px; }
#day_slider .slider-handle-glass .slider-bar .tick-23-disabled{ background-position:-350px -348px; }
#day_slider .slider-handle-glass .slider-bar .tick-24-disabled{ background-position:-366px -348px; }
#day_slider .slider-handle-glass .slider-bar .tick-25-disabled{ background-position:-382px -348px; }
#day_slider .slider-handle-glass .slider-bar .tick-26-disabled{ background-position:-399px -348px; }
#day_slider .slider-handle-glass .slider-bar .tick-27-disabled{ background-position:-416px -348px; }
#day_slider .slider-handle-glass .slider-bar .tick-28-disabled{ background-position:-432px -348px; }
#day_slider .slider-handle-glass .slider-bar .tick-29-disabled{ background-position:-448px -348px; }
#day_slider .slider-handle-glass .slider-bar .tick-30-disabled{ background-position:-464px -348px; }
#day_slider .slider-handle-glass .slider-bar .tick-31-disabled{ background-position:-480px -348px; }

/* tonights_guest.css */.tonightsGuestPromo {}
.tonightsGuestPromo .header{background-position:-10px -218px;border-bottom:1px solid #A7C2EA;}
.tonightsGuestPromo .header .headerText {color:white;}
.tonightsGuestPromo #leaveBehind {height:37px;overflow:hidden;display:none;}
.tonightsGuestPromo #flashPreloader {height:415px;overflow:hidden;display:none;}
.tonightsGuestPromo .middle{background:#448DD2 url(/sitewide/images/middles/tds_blue_242.gif) repeat-x 0 0;border-right:1px solid #3D76BB;border-left:1px solid #3D76BB;border-top:1px solid #00349F;border-bottom:0px solid white;padding:5px 10px;}
.tonightsGuestPromo .middle .datePad {padding: 0px 0px 4px 0px;}
.tonightsGuestPromo .middle .datePad .dateText {font-size:14px;font-weight:bold;color:#232323;}
.tonightsGuestPromo .imageHolder {border:1px solid white;}
.tonightsGuestPromo .imageMargin {border:2px solid #222627;padding:0;}
.tonightsGuestPromo .featuredGuestTextHolder {float: left;width: 160px;}
.tonightsGuestPromo .featuredGuestTextHolder .showStatusPad {margin:0 0 3px;}
.tonightsGuestPromo .showStatusText {font-size:10px;color:white;}
.tonightsGuestPromo .guestName {font-size:14px;font-weight:bold;color:#232323;line-height:14px;}
.tonightsGuestPromo .featuredGuestTextHolder .shortDescriptionPad {margin:0 0 3px;}
.tonightsGuestPromo .shortDescriptionText {font-size:11px;line-height:12px;color:white;}
.tonightsGuestPromo .guestLink a{
	font-size:11px;
	color:#232323;
	text-decoration:underline;
}
.tonightsGuestPromo .guestLink a:hover {color:#FFFFFF;}
.tonightsGuestPromo .featuredGuestTextHolder .longDescriptionPad {margin:3px 0 10px;}
.tonightsGuestPromo .featuredGuestTextHolder .longDescriptionPad .longDescriptionText {font-size:11px;line-height:14px;color:white;}
.tonightsGuestPromo .guestsHolder .guestHeader {border-bottom:none;background: url(/sitewide/images/promos/tonights_guest/home_guests-deck-header.gif) no-repeat;height:20px;padding:1px 0 0 5px;}
.tonightsGuestPromo .guestsHolder .headerPad {padding:2px 0 3px 0px;}
.tonightsGuestPromo .guestsHolder .headerPad .headerText {font-size:11px;font-weight:bold;color:#232323;}
/* If you leave the .tonightsGuestPromo off the .guestsHolder selectors, then I can use these styles for the version on the guests page. */
.guestsHolder .guestHolder {background:#FFFFFF url(/sitewide/images/promos/tonights_guest/home_guests-deck-bgtop.gif) no-repeat 0 0;width:207px;padding:5px;border-right:1px solid white;}

#right_column .guestsHolder .guestHolder {border-right:1px solid white;width:267px;background:#FFFFFF url(/sitewide/images/promos/tonights_guest/home_guests-deck-bgtop_300.gif) no-repeat scroll 0 0;}
#right_column .guestsHolder {overflow:hidden;}
#right_column .guestsHolder .footer {width:280px;}
#right_column .guestsHolder .guestHolder .textHolder {width:155px;}
#right_column .tonightsGuestPromo .header {background-position:-10px -136px;}
#right_column .tonightsGuestPromo .footer {background-position:-10px -210px;}

.guestsHolder .guestHolder .dateHolder {
	float:left;
	margin-right:8px;
	/*background:transparent url(/sitewide/images/promos/tonights_guest/home_guests-deck-datebox.gif) no-repeat 0 0;*/
	width:28px;
	height:27px;
	text-align:center;
	line-height:11px;
	font-size:11px;
}

.tonightsGuestPromo .guestsHolder .guestName {font-size:11px;font-weight:bold;color:#232323;}
.guestsHolder .guestHolder .dateHolder .datePad {margin:0 0 3px;}
.guestsHolder .guestHolder .dateHolder .dateDay {font-size:11px;font-weight:bold;color:white;text-align:center;}
.guestsHolder .guestHolder .dateHolder .dateNumber {font-size:11px;font-weight:bold;color:#00349F;text-align:center;}
.guestsHolder .guestHolder .textHolder {float:right;width:100px;}
.guestsHolder .guestHolder .textHolder.no-date {
	width:140px;
}
.guestsHolder .guestHolder .textHolder .showStatusText {text-align:center;}
.guestsHolder .footer {background:#FFFFFF url(/sitewide/images/promos/tonights_guest/home_guests-deck-bgbot.gif) no-repeat 0 0;width:218px;height:1px;overflow:hidden;}
.tonightsGuestPromo .footer{background-position:-10px -292px;}
.guestsHolder .guestHolder .dateHolder .day{
	font-weight:bold;
	color:#fff;
	background:transparent url(/sitewide/images/promos/tonights_guest/home_guests-deck-datebox-top.gif) no-repeat 0 0;
	width:28px;
	height:13px;
	padding-top:1px;
	overflow:hidden;
	display:block;
}
.guestsHolder .guestHolder .dateHolder .date{
	font-weight:bold;
	color:#232323;
	background:transparent url(/sitewide/images/promos/tonights_guest/home_guests-deck-datebox-bottom.gif) no-repeat 0 0;
	width:28px;
	height:13px;
	overflow:hidden;
	display:block;
}

/* 16 x 9 additions */
.tonightsGuestPromo .featured_link {color:#013E9E;font-size:11px;}
.tonightsGuestPromo .copy {font-size:11px;color:#2D2D2D;}
.tonightsGuestPromo .toss_subheader {font-size:14px;color:#203260;font-weight:bold;}
.tonightsGuestPromo .toss .image_holder{float:left;width:60px;height:45px;margin:0 10px 10px 0;border:2px solid white;}
.tonightsGuestPromo .toss {margin:10px 0 0 0;background-color:#E3EDF7;}
.tonightsGuestPromo .toss .text_holder{float:left;} 
#right_column .tonightsGuestPromo .toss .text_holder {width:194px;margin:0 0 4px;}
.tonightsGuestPromo .toss .toss_middle {margin:8px 5px;}
.tonightsGuestPromo .toss_header {background:transparent url(/sitewide/images/sprites/tds_module_sprite.gif) repeat-x scroll -10px -3630px;
height:20px;
overflow:hidden;
padding:3px 5px;
text-shadow:1px 1px 2px #000000;}
.tonightsGuestPromo .toss_header .header_pad {padding:0px 5px;}
.tonightsGuestPromo .toss_header .header_pad h3 {color:white;font-weight:bold;font-size:16px;}
.tonightsGuestPromo .imageBorder {border:2px solid white;}
/* added 3/22 for ETCMDY-6259 */
.tonightsGuestPromo .text_holder a {
	color:#013E9E;
	font-size:11px;
}
.tonightsGuestPromo a.toss_subheader {
	color:#203260;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
}
.tonightsGuestPromo .toss_header .header_pad h3 a {
	color:white;
}
.tonightsGuestPromo .side .imageHolder {
	width:104px;
	height:79px;
	overflow:hidden;
	margin:0 10px 0 0;
}
.featuredGuestTextHolder .guestName {
	margin-bottom:5px;
}
.tonightsGuestPromo .featuredGuestTextHolder .linksHolder,
.tonightsGuestPromo .guestsHolder .linksHolder {
	margin-top:3px;
}

.guestsHolder .guestHolder .imageHolder {width:64px;height:49px;overflow:hidden;}
/* top_clip.css */.top_clip {width:320px;float:left;margin-left:10px;}
.top_clip .full_ep_exclusive .textHolder {font-size:12px;line-height:15px;color:#3d3d3d;width: 170px;}
.top_clip .full_ep_exclusive .textHolder .title {color:#2f83f5}
.top_clip .full_ep_exclusive .imageBorder {margin:0 10px 0 0;background-color:#EF9509;}
.top_clip .full_ep_exclusive .imageHolder:hover {border:1px solid #FFFFFF;margin: 1px 5px 1px 1px;}
.top_clip .full_ep_exclusive .full_ep_box .playArrow {background: url("/sitewide/images/buttons/play_btn_small.gif") no-repeat scroll 0 0 transparent;bottom: 5px;height: 12px;position: absolute;right: 5px;width: 15px;}
.top_clip .full_ep_exclusive .textHolder .airDate a {color:#3D3D3D;font-weight:bold;line-height:14px;}
.top_clip .full_ep_exclusive .textHolder .airDate a:hover {color:#2E83F6;}
.top_clip .full_ep_exclusive .textHolder .views {font-size:11px;}
.top_clip_full_episode_replace {margin-left:0px}

.top_clips_vertical_fit{width: 311px; float: left; margin-left:10px;}
.top_clips_vertical_fit .top_content_top {background: url("/sitewide/images/full_episodes/fulleps_leftcol_small_unit_top.gif") no-repeat 0 0 transparent; float: left; height: 5px; width: 311px;}
.top_clips_vertical_fit .middle {border-left: 1px solid #D6DADB; border-right: 1px solid #D6DADB; background: #F0F1F3; min-height: 111px; padding: 5px 0 10px 10px; width: 299px;}
.top_clips_vertical_fit .top_content_bottom {background: url("/sitewide/images/full_episodes/fulleps_leftcol_small_unit_bot.gif") no-repeat 0 0 transparent; float: left; height: 5px; width: 311px;}

.top_clips_vertical_fit .top_title {border-bottom: 1px solid #C3C3C3; color: #40444C; font-size: 14px; font-weight: bold; margin-bottom: 10px; padding-bottom: 5px; width: 289px;}
.top_clips_vertical_fit .top_title span{color: #67749A; font-size: 10px; text-transform: uppercase;}

.top_clips_vertical_fit .top_image_holder{float: left;}
.top_clips_vertical_fit .top_content{float: left; padding-left:10px; width: 170px;}
.top_clips_vertical_fit .top_content p{color: #40444C; font-size: 12px; padding:0;}
.top_clips_vertical_fit .top_content .views{font-weight: bold; font-size: 10px; color: #67749A;}

/* top_ten.css */.topTenPromo{
	position:relative;
	margin-bottom:0;	
}
.topTenPromo .header{
	background:white url('/sitewide/images/headers/top_ten_moments.gif') no-repeat scroll top right;
	height:26px;
}
.topTenPromo .middle{
	background-color:#f9f9f9;
	border:1px solid #c3c3c3;
	border-bottom:0px;
	float:left;
	padding:5px 10px;
	color:#3d3d3d;
	font-size:12px;
	position:relative;
	width:608px;
}
.topTenPromo .footer{
	background-position:-10px -346px;
	clear:left;
}
.topTenPromo .middle .status{
	font-size:10px;
	display:block;
	margin-bottom:5px;
}
.topTenPromo .middle .topTenCount{
	float:left;
	height:100%;
	font-size:16px;
	font-weight:bold;
	margin-top:40px;
	margin-right:8px;
}
.topTenPromo .middle .imageHolder{
	float:left;
	margin:0px 5px 3px 0px;
	width:124px;
	height:94px;
	position:relative;
}
.topTenPromo .middle .imageHolder .playArrow{
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	top:60px;
	left:80px;
	width:31px;
	height:20px;
	background:transparent url('/sitewide/images/buttons/play_btn_med.gif') no-repeat scroll 0 0;
}
.topTenPromo .middle .copy{
	font-size:12px !important;
	line-height:14px !important;
}
.topTenPromo .middle .topTenVideo{
	float:left;
	clear:both;
	width:100%;
	padding:10px 0px;
	border-top:1px solid #C4C4C6;
}
.topTenPromo .middle .topTenVideo .topTenAirDate{
	font-size:10px;
	color:#2E83F6;
	margin-bottom:2px;
}
.topTenPromo .middle .topTenVideo .subheaderText{
	font-weight:bold;
	font-size:11px;
	color:#3d3d3d;
}
.topTenPromo .middle .topTenVideo .copy{
	line-height:13px;
	font-size:11px;
}
.topTenPromo .middle .topTenVideo .topTenViews{
	font-size:10px;
	color:#3d3d3d;
	margin:3px 0px;
}
.topTenPromo .middle .topTenVideo .topTenTags .label{
	color:#232323;
	font-weight:bold;
	font-size:11px;
}
.topTenPromo .middle .topTenVideo .topTenTags a{
	color:#777777;
	font-weight:normal;
	font-size:11px;
}
.topTenPromo .middle .topTenVideo .topTenTags a:hover{
	color:#EF9509;
}

/* upcoming_guests.css *//* Guest page upcoming guests promo */
/*
 * Shared
 */
.upcomingGuestsPromo a{
	color:white;
	text-decoration:underline;
}
.upcomingGuestsPromo a:hover {
	color:black;
}
/*
 * Layout
 */
.upcomingGuestsPromo .header .headerText {color:white;}
 
.upcomingGuestsPromo,
.upcomingGuestsPromo .middle{
	position:relative;
}
.upcomingGuestsPromo .middle .next{
	position:relative;
	float:left;
	width:350px;
}
.upcomingGuestsPromo .middle .guestsHolder{
	position:relative;
	float:right;
	width:220px;
	padding-right:20px;
}
/*
 * Skin
 */
.upcomingGuestsPromo .header{
	background-position:-10px -10px;
	border-bottom:1px solid #A7C2EA;
}

.upcomingGuestsPromo .middle{
	position:relative;
	background:#448dd2 url('/sitewide/images/middles/tds_blue_630.gif') no-repeat scroll 0 0;
	border-color:#00349F #00349F white;
	border-style:solid;
	border-width:1px 1px 0;
}
.upcomingGuestsPromo .footer{
	background-position:-10px -65px;
}
.upcomingGuestsPromo .middle .next{
	padding-bottom:5px;
	margin-bottom:5px;
	font-size:10px;
}
.upcomingGuestsPromo .middle .next .textHolder{
	height:100%;/* IE6 weirdness */
}
.upcomingGuestsPromo .middle .next .imageHolder{
	float:left;
	margin-right:10px;
	width:164px;
	height:124px;
	overflow:hidden;
}
.upcomingGuestsPromo .middle .textHolder .date,
.upcomingGuestsPromo .middle .textHolder .subheaderText,
.upcomingGuestsPromo .middle .textHolder .copy,
.upcomingGuestsPromo .middle .textHolder .date{
	margin-bottom:2px;
}
.upcomingGuestsPromo .middle .textHolder .date{
	color:white;
	font-size:10px;
}
.upcomingGuestsPromo .middle .textHolder .subheaderText{
	color:#232323;
	font-size:14px;
	font-weight:bold;
}
.upcomingGuestsPromo .middle .textHolder .copy{
	color:#232323;
	font-size:12px;
}
.upcomingGuestsPromo .middle .bio{
	clear:both;
	margin-top:63px;
	color:white;
	font-size:12px;
}
.upcomingGuestsPromo .guestsHolder{
	font-size:11px;
	line-height:12px;
}
.upcomingGuestsPromo .guestsHolder .header{
	background:transparent url('/sitewide/images/headers/guest_page_on_deck.gif') no-repeat scroll 0 0;
	width:222px;
	height:20px;
	overflow:hidden;
}

.upcomingGuestsPromo .guestsHolder .header .headerPad{
	padding:0 0 0 10px;
}

.upcomingGuestsPromo .guestsHolder .header .headerText{
	color:#232323;
	font-size:12px;
	font-weight:bold;
}
.upcomingGuestsPromo .guestsHolder .datePad{
	line-height:14px;/* I don't know why this isn't inheriting properly. */
}
.upcomingGuestsPromo .guest-type{
	font-size:12px;
	color:white;
	font-weight:bold;
	border-top:solid 1px #c3c3c3;
	margin-top:5px;
	padding-top:5px;
}

/* update.css */.updatePromo .header {background-position:-10px -2410px;}
#left_column .updatePromo .header {background-position:-10px -550px;}
.updatePromo .header .headerText {font-size:16px;}
.updatePromo .middle {overflow:hidden;padding:6px 10px 10px 20px;}
.updatePromo .middle .subheadText {font-weight:bold;color:#3D3D3D;}
.updatePromo .middle .subheadText {margin:0;width:250px;}
.updatePromo .middle a {color:#5EA1FA;}
.updatePromo .middle a:hover {color:#EF9509;}
.updatePromo .middle .featured .featuredTitle {margin:0 0 5px;}
.updatePromo .middle .featured .featuredTitle a{font-size:14px;color:#3D3D3D;font-weight:bold;}
.updatePromo .middle .featured .textHolder {font-size:11px;color:#3D3D3D;width:185px;float:left;}
.updatePromo .middle .side .imageHolder {padding:0 5px 0 26px;}
.updatePromo .middle .linksHolder {margin-top:0px;margin:0 0 1px;color:#3D3D3D;}
.updatePromo .middle .linksHolder .link:first-child {border-top:0 none;}
.updatePromo .middle .linkText {font-size:11px;width:290px;float:left;}
#center_column .updatePromo .middle .linkText {width:335px;}
#left_column .updatePromo .middle .linkText {font-size:11px;width:170px;float:left;}
.updatePromo .middle .link {border-top:1px solid #C3C3C3;padding:5px 0 0 0;margin:8px 0 0 0;width:330px;}
#center_column .updatePromo .middle .link {width:365px;}
#left_column .updatePromo .middle .link {width:205px;}
.updatePromo .middle .link .icon {background:transparent url(/sitewide/images/sprites/tds_icon_sprite.png) no-repeat;width:19px;height:16px;float:left;margin:0 5px 0 4px;clear:both;}
.updatePromo .middle .genericIcon .icon {background-position:0px -3px;}
.updatePromo .middle .websiteIcon .icon {background-position:-2px -303px;}
.updatePromo .middle .nonLinkingIcon .icon {background-position:0px -103px;}
.updatePromo .middle .videoIcon .icon {background-position:-1px -43px;}
.updatePromo .middle .gameIcon .icon {background-position:-1px -23px;}
.updatePromo .middle .ticketsIcon .icon {background-position:0px -82px;width:20px;}
.updatePromo .middle .blogIcon .icon {background-position:0 -62px;height:18px;}
.updatePromo .middle .rssIcon .icon {background-position:-2px -262px;}
.updatePromo .middle .videoPlaylistIcon .icon {background-position:-2px -323px;}
.updatePromo .middle .sendToAFriendIcon .icon {background-position:0 -183px;}
.updatePromo .middle .standUpIcon .icon {background-position:0 -201px;height:19px;}
.updatePromo .middle .commentsIcon .icon {background-position:0 -343px;}
.updatePromo .middle .podcastIcon .icon {background-position:-2px -360px;height:19px;}
.updatePromo .middle .shopIcon .icon {background-position:0 -384px;}
.updatePromo .middle .photoGalleryIcon .icon {background-position:0 -403px;}
.updatePromo .middle .thumbsUpIcon .icon {background-position:0 -121px;height:19px;}
.updatePromo .footer {background-position:-10px -2456px;}
#left_column .updatePromo .footer {background-position:-10px -613px;}


/* video_list.css *//*
 * This is the Video_List promo. Theses styles are for wrapping markup for the
 * search_fragment.css.
 */
.videoListPromo{
	position:relative;
	margin-bottom:0px !important;
}
.One_Column_A .videoListPromo .header,
.Two_Column_A .videoListPromo .header{
	background-position:-10px -300px;
	border-bottom:solid 1px #c3c3c7;
}
.Three_Column_B .videoListPromo .header{
	background-position:-10px -354px;
	border-bottom:solid 1px #c3c3c7;
}
.videoListPromo .header .headerText{
	color:#00349F;
	font-size:16px;
	display:inline;
}
.videoListPromo .header .update{
	font-size:11px;
	color:#3d3d3d;
	margin-left:5px;
}
.One_Column_A .videoListPromo .footer,
.Two_Column_A .videoListPromo .footer{
	background-position:-10px -346px;
}
.Three_Column_B .videoListPromo .footer{
	background-position:-10px -400px;
}
.videoListPromo .middle .header, .videoListPromo .middle .footer{
	display:none;
}
.videoListPromo .middle{
	margin:0px;
	padding:0px;
	background-color:#f9f9f9;
	border-width:0px;
}

/* video_player.css */.videoplayerPromo .header {background-position:-8px -2157px;width:650px;min-height:32px;height:auto !important;height:32px;}
.videoplayerPromo .header .headerText {color:#00349F;}
.videoplayerPromo .headerPad {padding:7px 3px 1px 10px;}
.videoplayerPromo .middle {padding:0;border-right:none;background-color:#F9F9F9;border-top:1px solid #C3C3C3;width:649px;float:none;}
.videoplayerPromo .middle #videoPlayerEmbedHolder {float:none;width:640px;height:auto;float:left;border-right:1px solid #C3C3C3;padding:4px 4px 0 4px}
.videoplayerPromo .middle .metaHolder {float:left;width:140px;height:251px;overflow:hidden;}
.videoplayerPromo .middle .metaHolder .middle {border-left:none;border-right:1px solid #C3C3C3;border-top:none;padding:8px 10px;background-color:#F9F9F9;}
.videoplayerPromo .middle .metaHolder .middle div {font-size:12px;font-weight:bold;}
.videoplayerPromo .middle .metaHolder .footer {background:transparent url(/sitewide/images/promos/video_player/meta_footer.gif) no-repeat 0 0;width:140px;height:5px;overflow:hidden;}
.videoplayerPromo .middle .metaHolder input {line:height:11px;width:115px;font-size:11px;margin-bottom:3px;height:15px;overflow:hidden;}
.videoplayerPromo .middle .metaHolder a.copyButton {float:right;background:transparent url(/sitewide/images/buttons/btn_copySmall_OFF.gif) no-repeat 0 0;width:37px;height:13px;overflow:hidden;display:block}
.videoplayerPromo .middle .metaHolder a:hover.copyButton, .videoplayerPromo .middle .metaHolder a.over.copyButton {background-image:url(/sitewide/images/buttons/btn_copySmall_ON.gif);}
.videoplayerPromo .middle .metaHolder a.copyButton span {display:block;text-indent:-20000px;}
.videoplayerPromo .middle .metaHolder .bookmarks a {float:left;margin:5px 5px 0;}
.videoplayerPromo .middle .textHolder {width:628px;padding:10px;border-right:1px solid #C3C3C3;overflow:visible;background-color:#F9F9F9;margin:0 0 0 0;float:none;}
.videoplayerPromo .middle .textHolder .videoData {width:614px;overflow:hidden;margin:0 8px 0 0;;}
.videoplayerPromo .middle .textHolder .videoData .airDate a {font-size:11px;color:#777777;text-decoration:none;}
.videoplayerPromo .middle .textHolder .videoData .title,
.videoplayerPromo .middle .textHolder .videoData .title h1
{font-size:16px;font-weight:bold;color:#232323;}
.videoplayerPromo .middle .textHolder .videoData .longDescription {font-size:12px;line-height:15px;color:#3D3D3D;padding:0 0 5px;}
.videoplayerPromo .middle .textHolder .videoData .tags {line-height:12px;}
.videoplayerPromo .middle .textHolder .videoData .tags span {font-size:11px;font-weight:bold;color:#232323;}
.videoplayerPromo .middle .textHolder .videoData .tags h2{
    display: inline;
}
.videoplayerPromo .middle .textHolder .videoData .tags a,
.videoplayerPromo .middle .textHolder .videoData .tags h2 a
{font-size:11px;color:#5EA1FA;text-decoration:none;}
.videoplayerPromo .middle .textHolder .videoData .tags a {font-size:11px;color:#5EA1FA;text-decoration:none;;}
.videoplayerPromo .middle .textHolder .videoData .tags a:hover,.videoplayerPromo .middle .textHolder .videoData .airDate a:hover {color:#EF9509;}
.videoplayerPromo .ruleBelow {border-bottom:1px solid #C3C3C3;}
.videoplayerPromo .spaceAfter {padding-bottom:3px;clear:both;}
.videoplayerPromo .commentsHolder {margin:10px 0 0;}
.videoplayerPromo .comments .header {background:transparent url(/sitewide/images/promos/video_player/tds_comments_header.gif) no-repeat 0 0;height:13px;overflow:hidden;}
.videoplayerPromo .comments .header .headerPad {padding:1px 0 3px 7px;}
.videoplayerPromo .comments .toutContents {border:1px solid #C3C3C3;border-bottom:none;padding:10px;width:444px;overflow:hidden;}
.videoplayerPromo .comments .footer {background: url(/sitewide/images/promos/video_player/tds_comments_footer.gif) no-repeat 0 0;height:5px;width:466px;overflow:hidden;}
.videoplayerPromo .footer {background:transparent url(/sitewide/images/sprites/tds_module_sprite.gif) no-repeat scroll -8px -2207px;}

/* Video Sharing Activity Bar */
.videoplayerPromo .comment_count {
	position: relative;
	left: 10px;	
}
.videoplayerPromo .meta_block {
	}
.videoplayerPromo .share_block {
	left: -18px;
	top: -1px;
}

.videoplayerPromo .clipLink {
	top: 5px;
}

.videoplayerPromo .facebook_like {
	padding-top: 4px;
}

/* video_tabs.css */.videoTabsPromo .header {background:transparent url(/sitewide/images/sprites/tds_module_sprite.gif) no-repeat scroll 0 0;overflow:hidden;background-position:-10px -479px;}
.videoTabsPromo .header .headerText {font-size:16px;font-weight:bold;color:#00349F;}
.videoTabsPromo .header h3 {border:none;padding:0;}
.videoTabsPromo .contentHolder {position:relative;margin:0;background:#F4F4F4 none repeat scroll 0 0;border:1px solid #767877;height:200px;width:298px;overflow:auto;overflow-x:hidden;padding-top:5px;}
.videoTabsPromo .contentHolder .date a {color:#5EA1FA;text-decoration:underline;}
.videoTabsPromo .contentHolder .tags span {color:#232323;font-size:11px;font-weight:bold;}
.videoTabsPromo .contentHolder .videoHolder {padding:0 5px 5px;font-size:11px;}
.videoTabsPromo .contentHolder a {color:#777777;}
.videoTabsPromo .contentHolder a:hover,.videoTabsPromo .contentHolder .date a:hover,.videoTabsPromo .contentHolder .textHolder .title a:hover {color:#EF9509;}
/*.videoTabsPromo .contentHolder .textHolder {height:80px;}*/
.videoTabsPromo .contentHolder .textHolder.highlighted {background-color:#f4e6d9;}
.videoTabsPromo .contentHolder .textHolder .title a {color:#2d2d2d;font-size:14px;line-height:17px;font-weight:bold;}
.videoTabsPromo .contentHolder .textHolder .title a:hover {color:#2e83f6;}
.videoTabsPromo .contentHolder .textHolder .title .duration {color:#2d2d2d;font-size:11px;line-height:13px;}
.videoTabsPromo .contentHolder .textHolder .views {padding:0 0 5px;color:#2d2d2d;font-size:11px;line-height:13px;}
.videoTabsPromo .rule {margin:5px auto 5px auto;}
.videoTabsPromo .imageHolder {background:#000;border:2px solid #fff;width:106px;height:60px;text-align:center;}
.videoTabsPromo .imageBorder {border:1px solid #EF9509;height:64px;width:110px;display:block;float:left;margin:0 5px 0 0;}
.videoTabsPromo .contentHolder .videoHolder.highlighted {background-color:#F4E6D9;}
.videoTabsPromo .contentHolder .videoHolder.highlighted .playArrow {background:transparent url(/sitewide/images/sprites/tds_module_sprite.gif) no-repeat scroll -10px -2599px;display:inline;height:64px;position:absolute;left:0px;top:0;width:110px;}
.videoTabsPromo .contentHolder .videoHolder.highlighted .imageHolder, .videoTabsPromo .contentHolder .videoHolder.highlighted .imageBorder {border:none;}
.videoTabsPromo .videoHolder.highlighted .imageHolder {width:110px;height:64px;}
/* overrides for the tab css */
.videoTabsPromo .ui-widget {font-family:arial,helvetica,sans-serif;font-size:11px;}
.videoTabsPromo .ui-widget-header {background:none;}
.videoTabsPromo .ui-tabs {width:442px;overflow:hidden;padding:0;}
.videoTabsPromo .ui-tabs .ui-tabs-nav {padding:0;background:transparent url(/sitewide/images/promos/video_tabs/tab_background.gif) repeat 0 0;border:none;}
.videoTabsPromo .ui-widget-content {background:none;border:none;}
.videoTabsPromo .ui-tabs .ui-tabs-panel {border:1px solid #9BC0EA;border-top:0;background-color:#E3EDF7;}
.videoTabsPromo .ui-tabs .ui-tabs-nav li {overflow:hidden;margin:0 0 -1px;float:left;background:transparent url(/sitewide/images/promos/video_tabs/inactive_tab.gif) no-repeat 0 0;width:185px;height:100%;}
.videoTabsPromo .ui-tabs .ui-tabs-nav li.ui-tabs-selected {background:transparent url(/sitewide/images/promos/video_tabs/active_tab.gif) no-repeat 0 0;width:185px;height:100%;}
.videoTabsPromo .ui-corner-all {-moz-border-radius: 0; }
.videoTabsPromo .ui-tabs .ui-tabs-nav li a {color:#333333;font-size:12px;font-weight:bold;text-align:center;}
.videoTabsPromo .ui-tabs .ui-tabs-nav .ui-tabs-selected a {color:#00349F;}
.videoTabsPromo .ui-state-default, .ui-widget-content .ui-state-default,.ui-state-active, .ui-widget-content .ui-state-active {border:none;}
.videoTabsPromo .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {display:block;width:160px;}
.related_videos_box .contentHolder {height:317px;}
.all_episodes_tab {
	height:240px;
}
.tabContent_tab {
	background:#F4F4F4 none repeat scroll 0 0;
	border:1px solid #767877;
	height:200px;
	margin:0;
	overflow-y:scroll;
	overflow-x:hidden;
	padding:0;
	width:298px;
	padding-top:5px;
}

	.videoTabsPromo .middle { 
		background:none repeat scroll 0 0 #F4F4F4;
		border:1px solid #767877;
		height:200px;
		margin:0;
		overflow-x:hidden;
		overflow-y:scroll;
		padding:5px 0 0;
		width:298px;
		position:relative;
	}
	.videoTabsPromo .video_list {
		margin:5px;
		border-bottom:1px solid #999999;
		padding-bottom:5px;
	}
	
	.videoTabsPromo .textHolder {
		color:#2D2D2D;
		float:left;
		margin-left:5px;
		width:145px;
	}
	
	
	.videoTabsPromo .shortTitle a {
		color:#2D2D2D;
		font-size:14px;
		font-weight:bold;
		line-height:17px;
	}
	
	.videoTabsPromo  a:hover{
		color:#2E83F6;
	}
	
	.videoTabsPromo .duration, .videoTabsPromo .views {
		font-size:11px;
		line-height:13px;
	}
	
	
	
	a.play_arrow { 
		 position:relative;
		display:block;
	}
	
	a.play_arrow .arrow{
		background:url(/sitewide/images/buttons/play_btn_small.gif) no-repeat scroll 0 0 transparent;
		height:12px;
		width:15px;
		position:absolute;
		bottom:5px;
		right:5px;
	}
	
	.videoTabsPromo .blueBorder,
	.videoTabsPromo .blueBorder .imageHolder {
		border-color: #309ae8; 
	}
	
	a.now_playing .arrow{
		position:absolute;
		bottom:5px;
		right:5px;	
		height:15px;
		width:96px;
		background:url(/sitewide/images/common/now_playing.gif);
	}
	

/* search-guest.css *//*searchGuest*/
.searchGuest{}
.searchGuest .header{ background: url(/sitewide/images/sprites/tds_module_sprite.gif) no-repeat -10px -4769px; height: 38px; text-indent: -99999px; }
.searchGuest .middle{padding:0; background:#f9f9f9; zoom:1;}
.searchGuest .footer{ background: url(/sitewide/images/sprites/tds_module_sprite.gif) no-repeat -10px -3607px; height: 5px; }

.searchGuest .filter_area{float:left; width: 151px; padding:15px 6px 15px 15px; }
.searchGuest .filter_area .hd{height:7px; background: url(/sitewide/images/sprites/TDS_GuestSearch_Sprite.png) -409px -10px no-repeat;}
.searchGuest .filter_area .ft{height:7px; background: url(/sitewide/images/sprites/TDS_GuestSearch_Sprite.png) -409px -28px no-repeat; margin-top:-1px;}
.searchGuest .filter_area ul{ background: #e2e2e2; border-left: solid 1px #aaa9a8; border-right: solid 1px #aaa9a8}
.sgfa li{background: url(/sitewide/images/sprites/TDS_GuestSearch_Sprite.png); margin:0 10px 1px 10px;}
.searchGuest .filter_area ul li a {width: 129px; height:38px; display:block; text-indent:-10000px; outline:none; }
.sgfa .i_1{background-position:-10px -10px;}
.sgfa .i_2{background-position:-10px -49px;}
.sgfa .i_3{background-position:-10px -88px;}
.sgfa .i_4{background-position:-10px -127px;}
.sgfa .i_5{background-position:-10px -166px;}
.sgfa .i_6{background-position:-10px -205px;}
.sgfa .i_7{background-position:-10px -244px;}
.sgfa .i_8{background-position:-10px -283px;}
.sgfa .i_9{background-position:-10px -322px;}
.sgfa .i_10{background-position:-10px -361px;}
.sgfa .i_11{background-position:-10px -400px;}
.sgfa .i_12{background-position:-10px -439px;}
.sgfa .i_13{background-position:-10px -478px;}
.sgfa .i_14{background-position:-10px -517px;}
.sgfa .i_15{background-position:-10px -556px;}
.sgfa .i_16{background-position:-10px -595px;}
.sgfa .i_17{background-position:-10px -634px;}
.sgfa .i_18{background-position:-10px -673px;}
.sgfa .i_19{background-position:-10px -712px;}
.sgfa .i_20{background-position:-10px -752px;}

.sgfa .i_1.enabled{background-position:-140px -10px;}
.sgfa .i_2.enabled{background-position:-140px -49px;}
.sgfa .i_3.enabled{background-position:-140px -88px;}
.sgfa .i_4.enabled{background-position:-140px -127px;}
.sgfa .i_5.enabled{background-position:-140px -166px;}
.sgfa .i_6.enabled{background-position:-140px -205px;}
.sgfa .i_7.enabled{background-position:-140px -244px;}
.sgfa .i_8.enabled{background-position:-140px -283px;}
.sgfa .i_9.enabled{background-position:-140px -322px;}
.sgfa .i_10.enabled{background-position:-140px -361px;}
.sgfa .i_11.enabled{background-position:-140px -400px;}
.sgfa .i_12.enabled{background-position:-140px -439px;}
.sgfa .i_13.enabled{background-position:-140px -478px;}
.sgfa .i_14.enabled{background-position:-140px -517px;}
.sgfa .i_15.enabled{background-position:-140px -556px;}
.sgfa .i_16.enabled{background-position:-140px -595px;}
.sgfa .i_17.enabled{background-position:-140px -634px;}
.sgfa .i_18.enabled{background-position:-140px -673px;}
.sgfa .i_19.enabled{background-position:-140px -712px;}
.sgfa .i_20.enabled{background-position:-140px -752px;}

.sgfa .i_1.disabled{background-position:-270px -10px;}
.sgfa .i_2.disabled{background-position:-270px -49px;}
.sgfa .i_3.disabled{background-position:-270px -88px;}
.sgfa .i_4.disabled{background-position:-270px -127px;}
.sgfa .i_5.disabled{background-position:-270px -166px;}
.sgfa .i_6.disabled{background-position:-270px -205px;}
.sgfa .i_7.disabled{background-position:-270px -244px;}
.sgfa .i_8.disabled{background-position:-270px -283px;}
.sgfa .i_9.disabled{background-position:-270px -322px;}
.sgfa .i_10.disabled{background-position:-270px -361px;}
.sgfa .i_11.disabled{background-position:-270px -400px;}
.sgfa .i_12.disabled{background-position:-270px -439px;}
.sgfa .i_13.disabled{background-position:-270px -478px;}
.sgfa .i_14.disabled{background-position:-270px -517px;}
.sgfa .i_15.disabled{background-position:-270px -556px;}
.sgfa .i_16.disabled{background-position:-270px -595px;}
.sgfa .i_17.disabled{background-position:-270px -634px;}
.sgfa .i_18.disabled{background-position:-270px -673px;}
.sgfa .i_19.disabled{background-position:-270px -712px;}
.sgfa .i_20.disabled{background-position:-270px -752px;}


.searchGuest .search_box{float:left; width: 469px; overflow:hidden; overflow:hidden;}
.searchGuest .search_box .search_line{}
.searchGuest .search_box .result{padding:10px 14px 10px 18px; font-size:14px; font-weight:bold; background: #F9F9F9; position:relative; z-index:30; overflow:hidden; width:439px;}
.searchGuest .search_box .result strong{float:left; padding: 0 5px 0 0;}
.searchGuest .search_box .result span {padding: 0 5px;}
.searchGuest .search_box .result a{color:#5EA1FA; padding: 0 5px;}
.searchGuest .search_box .result a:hover{color:#ef9509}
.searchGuest .search_box .result a.active, .searchGuest .search_box .result a.hover{color:#000;}
.searchGuest .search_box .result .filter{float:right;}
.searchGuest .search_box .baseball_cards{margin-right:-1px; clear:both; position:relative;}
.searchGuest .search_box .baseball_cards .loader-container{text-align: center; }
.searchGuest .search_box .baseball_cards .x1,
.searchGuest .search_box .baseball_cards .x2,
.searchGuest .search_box .baseball_cards .x3,
.searchGuest .search_box .baseball_cards .x4
{width:15px; height:2px; display:block; position:absolute; left:2px; background:#F9F9F9}
.searchGuest .search_box .baseball_cards .x1{top: 190px;}
.searchGuest .search_box .baseball_cards .x2{top: 380px;}
.searchGuest .search_box .baseball_cards .x3{top: 572px;}
.searchGuest .search_box .baseball_cards .x4{top: 762px;}

.searchGuest .search_box .baseball_cards ul.cards{padding:0; margin:0 0 0 5px; list-style:none; width: 465px;}
.searchGuest .search_box .baseball_cards ul.cards li{float:left; border-right: solid 1px #c1c1c1; border-bottom: solid 1px #c1c1c1; width: 124px; padding:14px 15px; height:162px; color: #3D3D3D; font-size: 11px; cursor:pointer;}
.searchGuest .search_box .baseball_cards ul.cards li .item{height:162px;}
.searchGuest .search_box .baseball_cards ul.cards li:hover{background:#cee4fc; z-index:20; border:0; width:126px; height:163px; margin-top:-1px; margin-left:-1px; padding:15px 14px 14px 16px; position:relative;}
.searchGuest .search_box .baseball_cards ul.cards li:hover i{width:16px; height:16px;  z-index:22; position:absolute; right:15px; bottom:15px;}
.searchGuest .search_box .baseball_cards li h3{color: #00349F; font-size: 14px; font-weight: bold; margin: 0; padding: 5px 0;}
.searchGuest .search_box .baseball_cards ul.cards li i{background:#f9f9f9; width:30px; height:30px; float:right; position:relative; margin:0 -30px -30px 0; z-index:20;}

.searchGuest .search_box .baseball_cards .img_w{border: 1px solid #F09707; padding:1px; background:#fff; width:120px;}
.searchGuest .search_box .baseball_cards .img_w img{display:block;}

.searchGuest strong.check-back-message { display: block; text-align: center; }

.search_line{padding:12px 0 10px 0px; border-bottom: solid 1px #c1c1c1; margin-left:18px; zoom:1; width:435px;}
.search_line form{}
.search_line div{border: solid 1px #b5b5b5; border-top: solid 1px #636363b; border-left: solid 1px #b5b5b5; padding:1px 2px 2px 2px; float:left; background:#fff; margin-top:3px; height:16px; overflow:hidden;}
.search_line input{color:#B4B4B4; font-weight:bold; border:0; background: url(/sitewide/images/search/SearchMag.gif) 2px 3px no-repeat; padding:1px 0 0 17px; width:245px;}
/* TODO: Move to original sprite*/ 
.search_line .bt_search{width:57px; height:21px; display:inline-block; background: url(/sitewide/images/sprites/TDS_GuestSearch_Sprite.png) -409px -112px no-repeat; margin:2px 0 0 11px; text-indent:-10000px; outline:none;}
.search_line .bt_search:hover{background-position:-409px -139px}
/* TODO: Move to original sprite*/ 
.search_line .bt_start_over{width:82px; height:24px; float:right; background: url(/sitewide/images/sprites/TDS_GuestSearch_Sprite.png) -409px -46px no-repeat; margin:1px 0 0 0; text-indent:-10000px; outline:none;}
.search_line .bt_start_over:hover{background-position:-409px -77px}


/*pagination*/
.searchGuest .pagination {clear: both;}
.pagination{text-align: center;	height: 27px;	position: relative;	left: 50%;	padding-top:20px;	float: left;}
.pagination ul{	list-style: none;	position: relative;	left: -50%;	float: left;}
.pagination ul li{	float: left;	list-style: none;	margin:0  1px;}
.pagination ul li a{	float: left;	border: solid 1px #3366ff;	color: #3366ff;	text-decoration: none;	padding: 2px 7px;	font-size: 11px;}
.pagination ul li.prev a,.pagination ul li.next a {	margin: 0 5px;	font-weight: bold;	width: 61px;}
.pagination ul li a:hover{	background: #3366ff;	border: solid 1px #3366ff;	color: #fff;}
.pagination ul li span{	float: left;	padding: 3px 8px;	font-size: 11px;	position: relative;	cursor: default; font-weight:bold;}

/* search_fragment.css *//*
 * This is the interactive search box.
 */
.search-box .middle{
	padding:5px 0px 1px 0px !important;
}
.search-box .middle .message{
	font-size:12px;
	font-weight:bold;
	color:#232323;
	display:block;
	padding-left:10px;
}
.search-box .search-info{
	color:#3d3d3d;
	font-weight:bold;
	font-size:11px;
	border:solid 1px #9bc0ea;
	border-width:1px 0px;
	background-color:#e3edf7;
	height:24px;
}
.Three_Column_B .search-box .search-info .sort-date{
	margin-left:165px !important;
	display:inline !important;
}
.One_Column_A .search-box .search-info .sort-date,
.Two_Column_A .search-box .search-info .sort-date{
	margin-left:165px !important;
	display:inline !important;
}
.search-box .search-info .sort-date,
.search-box .search-info .sort-views,
.search-box .search-info .sort-rating,
.search-box .search-info .sort-random {
	display:block;
	width:85px;
	height:18px;
	text-align:center;
	color:#5c8fc9;
	text-decoration:none;
	background:transparent url('/sitewide/images/buttons/search-sort.gif') no-repeat scroll 0 0;
	padding:3px 0px 0px 0px;
	float:left;
	margin-top:3px;
	margin-left:16px;
}
.search-box .search-info .sort-date:hover,
.search-box .search-info .sort-views:hover,
.search-box .search-info .sort-rating:hover,
.search-box .search-info .sort-random:hover {
	background:transparent url('/sitewide/images/buttons/search-sort_over.gif') no-repeat scroll 0 0;
	color:#fff;
}
.search-box .search-info .sort-date span{
	right:80px;
}
.search-box .search-info .sort-current{
	background:transparent url('/sitewide/images/buttons/search-sort_over.gif') no-repeat scroll 0 0;
	color:#fff;
	text-decoration:none;
	cursor:default;
}
.search-box .search-info .sort-current:hover span{
	color:#fff;
}
.search-box .search-results .suggestion {
	margin-left: 10px;
	font-size: 16px;
	color: red;
}
.search-box .search-results .suggestion a {
	color: #00349f;
	font-weight: bold;
	font-style: italic;
}
.search-box .search-results .suggestion a:hover {
	color: #ef9509;
}
.search-box .search-results .entry{
	position:relative;
	margin:10px;
	border-bottom:solid 1px #c3c3c3;
	clear:both;
	padding-bottom:5px;
}
.search-box .search-results .entry .imageHolder{
	height:75px;
	float:left;
}

.search-box .search-results .entry .imageHolder_small{
	float:left;
	margin:0 8px 0 17px;
}

.search-box a:hover .imageMargin {
	background-color: #000000;
}

.search-box .search-results .entry .videoImageHolder{
	width: 137px;
	height: 75px;
	text-align:center;
	background: #000000;
	float:left;
}

.search-box .search-results .entry .videoImageHolder .searchPlayArrow{
	background:transparent url(/sitewide/images/buttons/play_arrow.gif) no-repeat scroll 0 0;
	width:29px;
	height:18px;
	position:relative;
	left:100px;
	bottom:25px;
	float:left;
}

.search-box .search-results .entry .image_small .searchPlayArrow{
	left:80px;
}

.search-box .search-results .entry .videoImageHolder{
	border:2px solid #E3EDF7;
}

.search-box .search-results .entry .videoImageHolder:hover{
	border:2px solid #EF9509;
}

.search-box .search-results .entry .extraHolder{
	float:right;
	width:104px;
	margin-left:10px;
	position:relative;
}
.search-box .search-results .entry .image_small .imageMargin {
	border:none;
}

.search-box .search-results .entry .image_small .videoImageHolder {
	border:2px solid #e3edf7;
	background-color:#ef9509;
	padding:1px;
}
.search-box .search-results .entry .image_small .imageHolder {
	background-color:#000;
	border:1px solid #fff;
	margin:0;
	padding:0 19px;
	height:73px;	
}
.search-box .search-results .entry .image_small .imageHolder:hover {
	border:1px solid #ef9509;
}


.search-box .search-results .entry .textHolder{
	margin:0 10px 10px 145px;
}
.search-box .search-results .entry .textHolder .title a{
	display:block;
	font-size:12px;
	color:#232323;
	line-height:15px;
	font-weight:bold;
}
.search-box .search-results .entry .textHolder .title a:visited {
	color:#999999;
}
.search-box .search-results .entry .textHolder .title a:hover {
	color:#ef9509;
}
.search-box .search-results .entry .textHolder .episode{
	display:block;
	font-size:11px;
	color:#777;
	line-height:13px;
	margin-bottom:12px;
}
.search-box .search-results .entry .textHolder .description{
	display:block;
	font-size:11px;
	color:#3d3d3d;
	line-height:13px;
	margin-bottom:12px;
}
.search-box .search-results .entry .textHolder .tags{
	display:block;
	font-size:11px;
	color#3d3d3d;
	line-height:13px;
}
.search-box .search-results .entry .textHolder .tags .label{
	font-weight:bold;
}
.search-box .search-results .entry .textHolder .tags a{
	color:#777;
}
.search-box .search-results .entry .textHolder .tags a:hover {
	color:#ef9509;
}
.search-box .search-results .entry .extraHolder .aired{
	border-top:solid 1px #9bc0ea;
}
.search-box .search-results .entry .extraHolder .aired,
.search-box .search-results .entry .extraHolder .views,
.search-box .search-results .entry .extraHolder .rating{
	display:block;
	color:#3d3d3d;
	font-size:10px;
	border-bottom:solid 1px #9bc0ea;
	background-color:#e3edf7;
	padding:2px 10px;
	line-height:11px;
}
.search-box .search-results .entry .extraHolder .views{
	font-size:12px;
	font-weight:bold;
}
.search-box .search-results .entry .extraHolder .views .label{
	font-size:10px;
	font-weight:normal;
}
.search-box .search-results .entry .extraHolder .rating{
	background:#e3edf7 url('/sitewide/images/buttons/thumb.gif') no-repeat scroll 10px 4px;
	padding-left:28px;
}
.search-box .search-results .entry a.full-episode-url{
	display:block;
	background-color:#e3edf7;
	border-bottom:solid 1px #9bc0ea;
	font-size:11px;
	color:#0341de;
	padding:5px 0px 2px 5px;
	margin-bottom:-3px;
}
.search-box .search-results .entry a.full-episode-url:hover {
	color:#f1660e;
	text-decoration:underline;
}
.search-box .search-results .entry a.full-episode-url .label{
	display:block;
	float:left;
	text-decoration:none;
	color:#f1660e;
	padding-right:19px;
	background:transparent url('/sitewide/images/buttons/play_btn_small.gif') no-repeat scroll right center;
	margin-right:5px;
	position:relative;
}
.search-box .search-results .entry a.full-episode-url:hover .label{
	text-decoration:underline;
}
.search-box .search-pages{
	clear:both;
	text-align:center;
	padding:10px 10px 20px 10px;
	color:#2e83f6;
	font-size:11px;
	position:relative;
	width:498px;
}
.One_Column_A .search-box .search-pages,
.Two_Column_A .search-box .search-pages{
	width:605px;
}
.search-box .search-pages .search-prev, .search-box .search-pages .search-next, .search-box .search-pages .search-page{
	border:solid 1px #388df7;
	color:#2e83f6;
	padding:4px 8px 3px 8px;
	font-size:11px;
	background-color:#fff;
	border:solid 1px #a5cbff;
}
.search-box .search-pages .search-prev:hover, .search-box .search-pages .search-next:hover, .search-box .search-pages .search-page:hover {
	border-color:#f1660e;
}
.search-box .search-pages .search-page-current{
	border-color:#f9f9f9;
	background-color:#f9f9f9;
	color:#777;
	font-size:11px;
	font-weight:normal;
	cursor:default;
}
.search-box .search-pages .search-prev-disabled:hover, .search-box .search-pages .search-next-disabled:hover, .search-box .search-pages .search-page-current:hover {
	border-color:#f9f9f9;
}
.search-box .search-pages .search-page-current{
	font-size:12px;
	color:#232323;
	font-weight:bold;
}
.search-box .search-pages .search-prev{
	position:absolute;
	left:10px;
	top:6px;
}
.search-box .search-pages .search-next{
	position:absolute;
	right:10px;
	top:6px;
}
.search-box .search-pages .search-prev-disabled, .search-box .search-pages .search-next-disabled{
	display:none;
}

.entry .section {width:49%;float:left;text-align:center;border-right:1px solid #bdc6cf;font-weight:bold;font-size:12px;}
.entry .noborder {border-right:0 none;}
.entry .info_holder {float:right;width:350px;height:18px;background-color:#e3edf7;border:1px solid #c4daef;overflow:hidden;padding:3px 1px 0 1px;margin:5px 0;}

.pillarBox {
	background:#000;
	padding:1px 20px;
}


.timelineResults .middle{
	border:1px solid #C3C3C3;
	border-bottom:0 none;
	background-color:#F9F9F9;
}
.timelineResults .search-results {
	padding:5px 0 1px;
	margin:0;
}

.Two_Column_A #left_column .timelineResults .header {
	background-position:-10px -300px;
}

.timelineResults .header {
	background-position:-10px -354px;
}

.timelineResults .header .headerText {
	color:#00349F;
	font-size:18px;
	font-weight:bold;
	line-height:19px;
	display:inline;
	font-size:16px;
}

.timelineResults .header  .update{
	color:#3D3D3D;
	font-size:11px;
	margin-left:5px;
}

.timelineResults a.full-episode-url {
	height:14px;
}

.Two_Column_A #left_column .timelineResults .footer {
	background-position:-10px -346px;
}

.timelineResults .footer {
	background-position:-10px -400px;
}

.search_noresults_hldr .search_noresults h3 {
	margin: 2px 0 0 9px;
	font-size: 16px;
	font-weight: bold;	
}
/* share.css */ .share_icon {
	background-image:url(/sitewide/images/sprites/tds_icon_sprite.gif);
	background-position:-46px -131px;
	background-repeat:no-repeat;
	display:block;
	height:20px;
	margin:4px 0 0 -2px;
	width:62px;
}
.share_icon:hover {
	background-position:-46px -154px;
}
.share_popup {
	position:absolute;
	display:none;
	background:#fff;
	height:181px;
	border:1px solid #e0e0e0;
	width:225px;
	margin:-234px 0 0 410px;
}
.share_pad {
	padding:15px 15px 15px 15px;
}
.share_popup .share_option {
	padding-right:17px;
}
.share_popup .share_option.share_digg {
	padding-right:0px;
}
.share_hide {
	margin-top:2px;
	background-image:url(/sitewide/images/sprites/tds_icon_sprite.gif);
	background-position:-117px -130px;
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:15px;
	width:15px;
	float:right;
}
.share_hide:hover {
	background-position:-117px -145px;
}
.share_header {
	margin:0 0 10px 0;
	border-bottom:1px solid #7a7a7a;
}
.share_header h3 {
	color:#7a7a7a;
	font-size:16px;
	font-weight:bold;
	float:left;
}
.share_header div, .share_header h3 {
	display:block;
}
.embed_url {
	margin:20px 0 0 7px;
}
.share_embed, .share_url {
	display:block;
	float:left;
	margin-left:10px;
	background-image:url(/sitewide/images/sprites/tds_icon_sprite.gif);
	background-repeat:no-repeat;
	text-indent:-100000px;
	border:none;
	overflow:hidden;
	border-color:#fff;	
}
.share_embed {
	background-position:-46px -254px;
	width:75px;
	overflow: hidden;
	border:none;
	height:20px;
}
.share_embed:hover {
	background-position:-46px -277px;
}
.share_url {
	background-position:-46px -181px;
	width:64px;
	height:21px;
}
.share_url:hover {
	background-position:-46px -204px;
}
.share_embed.active {
	background-position:-46px -300px;
} 
.share_url.active {
	background-position:-46px -227px;
}
#tweetmeme_button { font-family: arial; height: 60px; width: 50px; }
#tweetmeme_button a { text-decoration: none; border: none; }
#tweetmeme_button a:hover { text-decoration: none; }
#tweetmeme_button .count { background: url('http://tweetmeme.com/images/widget.gif') no-repeat; position:relative; display: block; text-decoration: none; width: 50px; height: 34px; text-align: center; font-size: 17px; color: #444444; padding: 4px 0px; }
#tweetmeme_button .count span.t { font-size: 10px; line-height: 10px; position: absolute; display: block; top: 23px; left: 10px; }
#tweetmeme_button .retweet { height: 16px; width: 50px; background: url('http://tweetmeme.com/images/widget.gif') no-repeat 0px -45px; text-align: center; margin-top: 3px; display: block; cursor: pointer; padding: 0px 0px 0px; font-size: 11px; color: #FFF; text-decoration: none; line-height: 16px; }
#tweetmeme_button .retweet:hover, #tweetmeme_button .retweet.selected { background-position: 0px -61px; color: #80b62a; }
#tweetmeme_button .retweet.selected { cursor: text; }
#tweetmeme_button .tweetmemebutton.loading .count { text-align: left; }
#tweetmeme_button .tweetmemebutton.loading .c { background: url('http://tweetmeme.com/images/button_loader.gif') no-repeat; height: 16px; width: 16px; display: block; text-indent: 100px; overflow: hidden; margin: 7px 0px 0px 18px; }
#tweetmeme_button .tweetmemebutton.loading .t { display: none !important; }   
.share_embed, .share_url {
	border:none;
	overflow:hidden;
	border-color:#f8f8f8;
	resize:none;
} 
.share_embed.active {
	background-position:-46px -300px;
} 
.share_url.active {
	background-position:-46px -227px;
}
.share_embed.transition-class {background-position:-46px -300px;}
.share_url.transition-class {background-position:-46px -227px;} 
.multiple {font-size:0;line-height:0;}

/* comedy share */
.share_container {
	position:relative;	
	z-index:98;
}
.comedy_share {
	position:absolute;
	z-index:98;
	width:114px;
	height:20px;
	background:url(/sitewide/images/share/share_btn.gif) no-repeat top left;
	overflow:hidden;
	text-indent:-20000px;
	cursor:pointer;
	right:3px;
	top:4px;
}
.miniPlayerDoubleColumn .comedy_share {
	left:-4px;
}
.comedy_share.exploded {
	position:relative;	
}
.comedy_share .middle {
	width:auto;
	background:none;
	border:none;	
}
.comedy_share.hover, .comedy_share.exploded {
	width:393px;
	height:118px;
	background:url(/sitewide/images/share/sharepanel_bg.png) no-repeat top left;
	cursor:default;
}
.comedy_share.video.hover {
	background:url(/sitewide/images/share/sharepanel_bg.png) no-repeat top left;
}
.miniPlayerDoubleColumn .comedy_share.hover {
	position:absolute;
	left:-283px;	
}
.comedy_share.hover .top .button, .comedy_share.exploded .top .button {
	cursor:pointer;
	position:absolute;
	top:30px;
	width:118px;
	height:39px;
}
.comedy_share.hover .top .facebook, .comedy_share.exploded .top .facebook {
	left:11px;
	background:url(/sitewide/images/share/facebook_btn.gif) no-repeat top left;	
}
.comedy_share.hover .top .facebook.hover, .comedy_share.exploded .top .facebook.hover  {
	background:url(/sitewide/images/share/facebook_btn_over.gif) no-repeat top left;	
}
.comedy_share.hover .top .twitter, .comedy_share.exploded .top .twitter {
	left:138px;
	background:url(/sitewide/images/share/twitter_btn.gif) no-repeat top left;	
}
.comedy_share.hover .top .twitter.hover, .comedy_share.exploded .top .twitter.hover {
	background:url(/sitewide/images/share/twitter_btn_over.gif) no-repeat top left;	
}

.comedy_share.hover .top .digg, .comedy_share.exploded .top .digg {
	left:265px;
	background:url(/sitewide/images/share/digg_btn.gif) no-repeat top left;	
}
.comedy_share.hover .top .digg.hover, .comedy_share.exploded .top .digg.hover {
	background:url(/sitewide/images/share/digg_btn_over.gif) no-repeat top left;	
}
.comedy_share.hover .middle .button, .comedy_share.exploded .middle .button {
	position:absolute;
	top:78px;
	cursor:pointer;
	width:24px;
	height:25px;
}
.comedy_share.hover .middle .reddit, .comedy_share.exploded .middle .reddit {
	left:86px;
	background:url(/sitewide/images/share/reddit_btn.gif) no-repeat top left;
}
.comedy_share.hover .middle .reddit.hover, .comedy_share.exploded .middle .reddit.hover {
	background:url(/sitewide/images/share/reddit_btn_over.gif) no-repeat top left;
}
.comedy_share.hover .middle .stumble, .comedy_share.exploded .middle .stumble {
	left:122px;
	background:url(/sitewide/images/share/stumbleupon_btn.gif) no-repeat top left;
}
.comedy_share.hover .middle .stumble.hover, .comedy_share.exploded .middle .stumble.hover {
	background:url(/sitewide/images/share/stumbleupon_btn_over.gif) no-repeat top left;
}

/*
.comedy_share.hover .middle .buzz, .comedy_share.exploded .middle .buzz {
	left:158px;
	background:url(/sitewide/images/share/buzz_btn.gif) no-repeat top left;
}
.comedy_share.hover .middle .buzz.hover, .comedy_share.exploded .middle .buzz.hover {
	background:url(/sitewide/images/share/buzz_btn_over.gif) no-repeat top left;
}
*/
.comedy_share.hover .middle .copybutton, .comedy_share.exploded .middle .copybutton{
	position:absolute;
	top:78px;
	left:206px;
	cursor:pointer;
	width:109px;
	height:25px;
	background:url(/sitewide/images/share/copylink_btn.gif) no-repeat top left;
	z-index:99;
}
.comedy_share.hover .middle .copybutton.hover, .comedy_share.exploded .middle .copybutton.hover {
	background:url(/sitewide/images/share/copylink_btn_over.gif) no-repeat top left;
}
.comedy_share.hover .middle .embedbutton {
	position:absolute;
	top:78px;
	left:79px;
	cursor:pointer;
	width:109px;
	height:25px;
	background:url(/sitewide/images/share/copyembed_btn.gif) no-repeat top left;
	z-index:99;
}
.comedy_share.hover .middle .embedbutton.hover {
	background:url(/sitewide/images/share/copyembed_btn_over.gif) no-repeat top left;
}
.comedy_share.hover .middle .copybutton.copied {
	background:url(/sitewide/images/share/copylink_btn_copied.gif) no-repeat top left;
}
.comedy_share.hover .middle .embedbutton.copied {
	background:url(/sitewide/images/share/copyembed_btn_copied.gif) no-repeat top left;	
}
.comedy_share.hover .middle .copybutton.hover embed, 
.comedy_share.hover .middle .copybutton.hover object,
.comedy_share.hover .middle .embedbutton.hover embed, 
.comedy_share.hover .middle .embedbutton.hover object {
	display:block;
}

/* skin.css */.jcarousel-skin-tango .jcarousel-container {}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 245px;
    padding: 20px 40px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 133px;
    height: 263px;
    /* padding: 20px 0; */
    /* padding: 40px 20px; */
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  245px;
    height: 75px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  133px;
    height: 208px;
    top:24px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 107px;
    height: 60px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 9px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
 
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 133px;
    height: 17px;
    cursor: pointer;
    background:transparent url(/sitewide/images/sprites/tds_icon_sprite.gif) no-repeat -161px -24px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 133px;
    height: 17px;
    cursor: pointer;
    background:transparent url(/sitewide/images/sprites/tds_icon_sprite.gif) no-repeat -161px -4px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
   background-position:-161px -67px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
   background-position:-159px -23px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position:-161px -108px;
}



.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
   background-position:-161px -47px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
   background-position:-161px -4px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position:-161px -89px;
}

/* static.css */.static_content {font-size:12px;}

.static_content h2 {font-weight:bold; margin: 12px 0px;}
.static_content p {margin-bottom:12px;}

.static_content ol h2 {display:inline;}
.static_content ol li {font-weight:bold;}

.static_content ol li p,
.static_content ol ul li,
.static_content ol ol li p
{font-weight:normal;}

.static_content ol {list-style-type:decimal;list-style-position: inside;}
.static_content ul {margin-bottom:12px; margin-left:30px; list-style-type:disc;}

.static_content li {margin-bottom:12px;}

.static_content ol ol {list-style-type:decimal; margin-left:30px;}

.static_content ol ol li p
{
	display:inline;
}
/* this-week.css *//*this week*/
.thisWeek{width:650px;}
.thisWeek .middle{position:relative; border: solid 1px #c3c3c3; border-bottom:0;overflow:hidden;}
.thisWeek .left, .thisWeek .right{width: 20px; height:180px; background: #cee4fc; position:absolute; left:7px; top:30px; cursor:pointer; background: url(/sitewide/images/sprites/tds_icon_sprite.gif) -91px -469px no-repeat;}
.thisWeek .right{ left:auto; right:7px; background-position:-163px -469px;}
.thisWeek .left:hover{background-position:-115px -469px;}
.thisWeek .right:hover{background-position:-139px -469px;}

.thisWeek .left.disabled{background-position:-67px -469px;}
.thisWeek .right.disabled{background-position:-187px -469px;}

.thisWeek ul li .item{padding:8px; height:164px; width:124px;}
.thisWeek .img_w{position:relative; padding:1px; background:#fff; border:solid 1px #f09707;}
.thisWeek .img_w img{display:block;}
.thisWeek .img_w span{position:absolute; bottom:1px; left:2px; width:99px; text-align:center; background:#000; color:#f0a400; font-weight:bold; font-size:11px; padding:2px 10px; opacity:.8; filter: alpha(opacity=80);}
.thisWeek .img_w div{background:url(/sitewide/images/sprites/tds_icon_sprite.gif) -44px -425px; position:absolute; top:0; left:0; font-size:12px; color:#232323; width:20px; padding:2px 12px 0 0; height:32px; text-align:center; font-weight:bold;}

.thisWeek .scroll_wraper{margin-left:20px; width:597px; overflow:hidden; height:200px; position:relative;}
.thisWeek ul{list-style:none; padding:0; margin:0; width: 1600px; position:absolute; left: -596px; top:0}
.thisWeek ul li{float:left;font-size:12px; margin-right:9px}
.thisWeek ul li h3,
.thisWeek ul li .past:hover h3{color:#00349f; font-weight:bold; font-size:14px; padding:5px 0; margin:0}
.thisWeek ul li .item{cursor:pointer;}
.thisWeek ul li .noguest{cursor:default;}

.thisWeek ul li .less{}
.thisWeek ul li .less h3{font-size:12px; padding-bottom:0px;}

.thisWeek ul li strong{display:block; padding:3px 8px; font-size:12px; color:#232323}
.thisWeek ul li small{font-size:10px; color:#3d3d3d}
.thisWeek ul li .past, .thisWeek ul li .past:hover{background:#e2e2e2 !important}
.thisWeek ul li:hover .item{background: #cee4fc;}
.thisWeek ul li:hover .noguest{background: #F9F9F9;}
/*.thisWeek ul li div:hover h3{color:#ef9509;}*/
.thisWeek ul li .noguest small{font-weight:bold; font-size:12px; display:block; padding-top:6px;}
.thisWeek ul li .item strong{padding:0}



/*module wraer styles*/
.thisWeek .header{background: url("/sitewide/images/sprites/tds_module_sprite.gif") no-repeat scroll -10px -3150px; height:31px;}
.thisWeek .footer {background: url("/sitewide/images/sprites/tds_module_sprite.gif") no-repeat scroll -10px -3607px; height: 5px;}

.thisWeek .baseball-card{display:none;}
/* tonight-guest.css *//* Tonight's Guest */
.tonight-guest {background: #000; margin: 0 0 10px; width:650px;}
.tonight-guest .header, .tonight-guest .middle, .tonight-guest .footer { background: none; border: none; padding: 0; }
.tonight-guest .header { background: url(/sitewide/images/sprites/tds_module_sprite.gif) no-repeat -10px -4588px; height: 160px; padding: 0 11px; }
.tonight-guest .header h2 { color: #fff; font: bold 20px/35px Arial, Helvetica, sans-serif; }
.tonight-guest .header h2 small { font: 14px Arial, Helvetica, sans-serif; }
.tonight-guest .middle { background: #f9f9f9; margin: -125px 11px 0; padding: 10px 10px 0; }
.tonight-guest .footer { background: url(/sitewide/images/sprites/tds_module_sprite.gif) no-repeat -10px -4751px; height: 8px; }

.tg-content { color: #3d3d3d; font: 12px/15px Arial, Helvetica, sans-serif; overflow: hidden; min-height:129px;}
.tg-content p.small_txt{height: auto; overflow: visible; text-align: justify;}
.tg-content p.large_txt{height: 167px; overflow: hidden;}

.full_txt p.large_txt{height: auto; overflow: visible;}
.tgc-img { background: #fff; border: 1px solid #ed950d; display: block; float: left; margin: 0 10px 5px 0; padding: 1px; }
.tgc-img img { display: block; }
.tgc-img span { background: url(/sitewide/images/sprites/tds_icon_sprite.gif) no-repeat 133px -40px; color: #5ea1fa; display: block; font: 12px/18px Arial, Helvetica, sans-serif; text-align: center; }
.tg-more, .tg-less { background: url(/sitewide/images/sprites/tds_icon_sprite.gif) 26px -222px;  color: #00349f; display: block; float: right; font: bold 11px/15px Arial, Helvetica, sans-serif; margin: 0 0 0 20px; padding: 0 13px 0 0; }
.tg-more:hover, .tg-less:hover { color: #00349f; text-decoration: underline; }
.tg-less { background-position: 26px -242px; }

.tg-related-news { clear: both; min-height: 12px; overflow: hidden; padding: 4px 0 10px 0; width: 100%;}
.tg-related-news dt {color: #232323; font: bold 12px Arial, Helvetica, sans-serif; display:inline}
.tg-related-news dd {font: 12px Arial, Helvetica, sans-serif; padding:2px 0; display:inline; line-height:19px; color:#5a5a5a}

.tg-related-news dd a{}
.tg-related-news dd a { color: #5ea1fa; padding: 0px 8px; }

.tg-related-news dd a:hover { color: #ef9509; }
.tg-previous { border-top: 1px solid #c3c3c3; clear: both; overflow: hidden; width: 100%; }
.tg-previous dt { clear: both; color: #232323; font: bold 16px/16px Arial, Helvetica, sans-serif; padding: 8px 0 4px; width: 100%; }
.tg-previous dd { float: left; padding: 0 5px 0 90px; position: relative; width: 107px; min-height:65px}
.tg-previous dd img { border: 1px solid #ef9509; display: block; left: 0; padding: 1px; position: absolute; top: 2px; }
.tg-previous dd a:hover img{ border: 2px solid #ef9509; padding: 0px;}
.tgp-date { color: #232323; display: block; font: bold 12px Arial, Helvetica, sans-serif; margin: 0 0 3px; }
.tgp-clips, .tgp-interview { color: #3d3d3d; display: block; font: 11px Arial, Helvetica, sans-serif; }
.tgp-clips:hover, .tgp-interview:hover { color: #ef9509; }
.tonight-guest .footer { height: 11px; }


#readon{display:none;}
/* tumblr.css */.tds24tumblr .header {
	position: relative;
	background-position: -10px -300px;
	/*background-image:url(http://www.comedycentral.com/images/tds/tumblr/tds24_tumblr_header.gif); /* Template points to image in CMS promo*/
	background-repeat:no-repeat;
	width:630px;
	height:50px;
}

.tds24tumblr .header .headerText {
	color: #00349F;
	display: inline;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
}

.tds24tumblr .footer {
	background-position: -10px -346px;
}

.tds24tumblr .topCopy, .tds24tumblr .middle {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #F9F9F9;
	border-color: #C3C3C3 #C3C3C3 -moz-use-text-color;
	border-style: solid solid none;
	border-width: 1px 1px 0;
}

.tds24tumblr .topCopy {
	padding: 4px 10px 4px;
}

.tds24tumblr .middle {
	padding: 5px 0 1px !important;
}

.tds24tumblr .tumblr_post, .tds24tumblr .tumblr_post h3 {
	font-family: arial,helvetica,sans-serif;
	font:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	line-height:24px;
	color: #2d2d2d;
}

.tds24tumblr .tumblr_post {
	border-bottom: 1px solid #C3C3C3;
	clear: both;
	margin: 30px;
	padding-bottom: 30px;
	position: relative;
}

.tds24tumblr .tumblr_post a, .tds24tumblr .tumblr_post a strong {
	color: #5EA1FA;
	font-family: arial,helvetica,sans-serif;
	font:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	line-height:24px;
}

.tds24tumblr .tumblr_post a:hover, .tds24tumblr .tumblr_post a:hover strong {
	color: #EF9505;
}

.tds24tumblr .tumblr_post strong a {
	color: #00349F;
	
}

/* Video Post */
.tds24tumblr .tumblr_video_post {
}

.tds24tumblr .tumblr_video {
}

.tds24tumblr .tumblr_caption {
	padding-top: 4px;
}

/* Photo Post */
.tds24tumblr .tumblr_photo_post {
}

.tds24tumblr .tumblr_photo {
}

/* Tumbler Dashboard Login & Follow Buttons */
iframe#tumblr_controls {
	position:absolute;
	background-color:transparent;
	overflow:hidden;
	right: 10px;
	top: 22%;
}
/* upcoming-guest.css *//* Upcoming guests */
.upcoming-guests { background: #000; clear: both; width: 300px; margin-bottom:8px; cursor:pointer;}
.upcoming-guests .header { background: url(/sitewide/images/sprites/tds_module_sprite.gif) no-repeat -10px -5184px; height: 50px; }
.upcoming-guests .header a { display: block; height: 50px; text-indent: -20000px; }
.upcoming-guests .middle { background: none; border: none; margin: 0; padding: 0; }
.upcoming-guests .middle ul { background: #f4f4f4; clear: both; margin: 0 11px 10px; padding:5px 0;}
.upcoming-guests .middle ul li { clear: both; }
.upcoming-guests .middle ul li a { display: block; min-height: 50px; overflow: hidden; padding: 5px 10px; }
.upcoming-guests .middle ul li a.ug-now { background: #dbdbdb; }
.upcoming-guests .middle ul li a img { background: #fff; border: 1px solid #b4b4b4; display: block; float: left; margin: 0 10px 0 0; padding: 1px; }
.upcoming-guests .middle ul li a .ug-tonight { color: #005ad5; display: block; font: 12px Arial, Helvetica, sans-serif; text-transform: uppercase; font-weight:bold;}
.upcoming-guests .middle ul li a .ug-date { color: #2e2e2e; display: block; font: bold 12px Arial, Helvetica, sans-serif; }
.upcoming-guests .middle ul li a .ug-title { color: #2e2e2e; display: block; font: bold 16px Arial, Helvetica, sans-serif; }
.upcoming-guests .middle a.ug-link { background: url(/sitewide/images/buttons/TDS_HP_GreenRoomBtn_OFF.gif) no-repeat 0 0; display: block; height: 70px; margin: 0 0 10px; text-indent: -99999px; width: 300px; outline:none;}
.upcoming-guests .middle a.ug-link:hover { background-image: url(/sitewide/images/buttons/TDS_HP_GreenRoomBtn_ON.gif); }
.upcoming-guests .ad_holder { color: #fff; padding: 2px 6px 2px 0; overflow: hidden;}
.upcoming-guests .ad_holder p { float: right; width: 58px; padding: 3px 6px 0 0; text-align: right; line-height: 11px; font-family: Verdana, Geneva, sans-serif; font-size: 9px; }
.upcoming-guests .ad_holder img { float: right; }
.upcoming-guests .footer { background: url(/sitewide/images/sprites/tds_module_sprite.gif) no-repeat -10px -5289px #000; height: 5px; }
/* vertical_cap_styles.css */#capHldr
{
	position:relative;
	text-align:left;
	height:30px;
	width:980px;
	background:black url(http://www.comedycentral.com/images/header/cappy_bgtile.gif) repeat-x;
}
#capHldr .clear
{
	clear:both;
	height:1px;
	overflow:hidden;
}

#moreCapLinksHldr
{
	float:left;
	color:#fff;
}

#moreCapLinksHldr a.vcLinks
{
	color:white;
	font-size:10px;
	font-family: Arial;
	line-height:27px;
	text-decoration: underline;
}

#moreCapLinksHldr a:hover
{
	text-decoration:underline;
}

.capHldrLinks {height:30px;float:left;width:980px;}

#moreCapLinksHldr a.vcLinks, .capHldrLinks a.vcLinks {background-repeat:no-repeat;background-position:0 0;background-color:transparent;display:block;height:30px;float:left;}
a.comedycentral {background-image:url(http://www.comedycentral.com/images/header/cclogo_btn_up.gif);width:62px;}
a:hover.comedycentral {background-image:url(http://www.comedycentral.com/images/header/cclogo_btn_over.gif);}
a.ccinsider {background-image:url(http://www.comedycentral.com/images/header/insider_btn_up.gif);width:98px;}
a:hover.ccinsider {background-image:url(http://www.comedycentral.com/images/header/insider_btn_over.gif);}
a.atom {background-image:url(http://www.comedycentral.com/images/header/atom_btn_up.gif);width:79px;}
a:hover.atom {background-image:url(http://www.comedycentral.com/images/header/atom_btn_over.gif);}
a.thedailyshow {background-image:url(http://www.comedycentral.com/images/header/dailyshow_btn_up.gif);width:111px;}
a:hover.thedailyshow {background-image:url(http://www.comedycentral.com/images/header/dailyshow_btn_over.gif);}
a.colbertnation {background-image:url(http://www.comedycentral.com/images/header/colbert_btn_up.gif);width:112px;}
a:hover.colbertnation {background-image:url(http://www.comedycentral.com/images/header/colbert_btn_over.gif);}
a.indecision {background-image:url(http://www.comedycentral.com/images/header/indecision_btn_up.gif);width:85px;}
a:hover.indecision {background-image:url(http://www.comedycentral.com/images/header/indecision_btn_over.gif);}
a.jokes {background-image:url(http://www.comedycentral.com/images/header/jokes_btn_up.gif);width:84px;}
a:hover.jokes {background-image:url(http://www.comedycentral.com/images/header/jokes_btn_over.gif);}
#moreCapLinksHldr a span.hidden, .capHldrLinks span.hidden  {display:block;text-indent:-20000px;height:1px;}

/* #verticalCap .fluxMenu {float:right;padding:2px;} */
 #verticalCap .fluxMenu {position:absolute;right:0;z-index:9999999;top:1px;}

