@charset "utf-8";

/* ---------- 
Global, Resets and library
- Legacy Generic classes

Page Structure
- Header/Footer
- Templates

Construction Blocks 
- thumb containers
- Ads
- Navigation
- Global components
- Modules
- Promos

Section-Specific Components

Flux Overrides
---------- */




/* ---------- Global, Resets and library ---------- */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ul, ol, li, dl, dt, dd,
span, a, em, strong, sub, sup, img,
table, caption, tbody, tfoot, thead, tr, th, td,
object, iframe, form, fieldset, label, legend,
del, dfn, ins, q, tt, var, abbr, acronym, address, cite, kbd, samp, pre, code { 
	margin: 0;
	padding: 0;
}

fieldset,img {
	border: 0;
}

ul, li {
	list-style: none; 
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

/* fix for dots on image links in FF3 */
a:focus, a:hover, a:active { 
	outline: none;
}

/* 
label {
	cursor: pointer;
}
*/

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

td, th {
	vertical-align: top;
	text-align: left;
	font-size: 100%;
}

.clearAfter {
	clear: both;
	*height: 1%;
}

.clearAfter:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

body {
	background-color: #1f1f1f;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

/* --- Links --- */
a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #07b;
}

a:hover {
	text-decoration: underline;
}

/* ---------- Legacy Generic classes (LD)---------- */
.red,
.error { color: red; }
.noshow { display: none; }
.hidden { visibility: hidden; }
.floatbuster { clear: both; }
.debug { border: dashed 1px green; }
.odd { background-color: #e9e9e9; }
.even { background-color: #fff; }
.bold { font-weight: bold; }
.scenic-infobox {
	padding: 52px 10px 10px 30px;
	background: url(/images/Platform/page_info.png) no-repeat 20px 20px;
}
.scenic-info { padding: 4px; }
.scenic-info .label { font-weight: bold; }


.nowrap {
	white-space: nowrap;	
}

/* ---------- Page Structure ---------- */
#pageWrapper { /* fix background shifting in ffx */
	min-width: 960px;
	width: auto;
	background: url(/images/Backgrounds/wireframe_hat.jpg) no-repeat center top;
}

#innerWrapper {
	width: 960px;
	position: relative;
	margin: 0 auto;
}

.sitepage {
	position: relative;
	z-index: 0;
	padding: 10px 0 28px;
	background-color: #fff;
	margin: 0 auto;
	clear: both;
	width: 960px;
}

/* ---------- Header / Footer ---------- */
#siteheader {
	position: relative;
	margin: 0 auto;
	clear: both;
	z-index: 100;
	width: 960px;
}

#headerlogo {
	float: left;
	width: 200px;
	height: 90px;
	position: relative;
	top: 20px;
}

#headerTagLine {
	width: 200px;
	height: 90px;
	z-index: 10; /* ? */ 
	*background: url(/images/Common/space.gif) 50% 50% no-repeat;
}

#headerTagLine a {
	display: block;
	text-indent: -5000em;
	width: 200px;
	height: 90px;
	overflow: hidden;
}

#personalizationBar {
	background: #000;
	_position: relative; /* So "More" menu goes over top nav in IE6 */
	_z-index: 3; /* So "More" menu goes over top nav in IE6 */
	border-bottom: solid 1px #444;
}

#headerUtilities {
	background: #1A1A1A;
}

#sitefooter {
	clear: both;
	margin: 0 auto;
	padding: 15px 0 20px;
	background: #0e0e0e url(/images/Common/footer-bgfade.gif) repeat-x;
	color: #666;
	width: 960px;
}

#sitefooter .footerLinks {
	margin: 0 20px 8px;
	color: #4D4D4D;
}

#sitefooter label {
	color: #666;
	font-weight: bold;
	white-space: nowrap;
	margin-right: 6px;
}

#sitefooter dl {
	clear: both;
}

#sitefooter dt {
	color: #666;
	font-weight: bold;
	float: left;
	width: 105px;
	margin: 0 10px 0 0;
}

#sitefooter dd {
	float: left;
	width: 800px;
}

#sitefooter a:link,
#sitefooter a:visited {
	color: #ccc;
	font-weight: normal;
	white-space: nowrap;
}

#sitefooter a img {
	vertical-align: middle;
}

.footerCopyright {
	padding: 10px 20px 0;
}

.footerCopyright img {
	float: left;
}

.footerCopyright .copyrightInfo {
	float: left;
	margin: 0 0 0 10px;
}

/* ---------- Templates ---------- */
/*
page2columns: main + right - 624px + 300px
page2columns t2-2 : left + main - 180px + 770px
	
page3columns: left + main + right - 180px + 580px + 160px
page3columns t3-2: 160px +  596px   + 160px
page3columns t3-3: 196px + 424px + 300px  - used for video player
*/

.page2columns,
.page3columns {
	position: relative;
	top: 0;
}

.leftcolumn,
.rightcolumn,
.mainContentColumn {
	_overflow: hidden;
}

.leftcolumn {
	float: left;
	padding: 0 5px 10px 10px;
}

.rightcolumn {
	float: right;
	padding: 0 10px 0 5px;
}

.page2columns .mainContentColumn {
	/* width: 625px; */
		width: 630px;
	float: left;
	/* padding: 0 10px 10px; */
		padding: 0 5px 10px 10px;
}

.page2columns .rightcolumn {
	width: 300px;
}

/* flipbook: 2 col = left + main */
.page2columns.t2-2 .leftcolumn {
	width: 160px;
}

.page2columns.t2-2 .mainContentColumn {
	width: 770px;
	float: left;
	padding: 0 10px 0 5px;
}

/* game detail 2 col = main + right */
.page2columns.t2-3 .mainContentColumn {
	width: 770px;
	padding: 0 5px 0 10px;
}

.page2columns.t2-3 .rightcolumn {
	width: 160px;
}




.page3columns .leftcolumn {
	width: 180px;
}

.page3columns .mainContentColumn {
	width: 580px;
	float: left;
	padding: 0 5px 0;
}

.page3columns .rightcolumn {
	width: 160px;
}

.page3columns.t3-2 .leftcolumn {
	/* width: 160px; */
		width: 164px; /* jan 2010 */
}

.page3columns.t3-2 .mainContentColumn {
	width: 596px;
}

.page3columns.t3-3 .leftcolumn {
	width: 196px;
}

.page3columns.t3-3 .mainContentColumn {
	width: 424px;
}

.page3columns.t3-3 .rightcolumn {
	width: 300px;
}

/* Nov 2009 - alt templates */
.page3columns.t3-4 .mainContentColumn { width: 440px;}
.page3columns.t3-4 .rightcolumn { width: 300px; }

.page3columns.t3-5 .leftcolumn { width: 160px; }
.page3columns.t3-5 .mainContentColumn { width: 460px; }
.page3columns.t3-5 .rightcolumn { width: 300px; }


/* Alternate templates with outer container for skyscraper */
/* Nov 2009 */
#pageWrapper.extendedTemplate {
	/* min-width: 1120px; */
	/* other way - provided we only serve 160px in that slot */
	/*	min-width: 960px; */
}

#pageWrapper.extendedTemplate #innerWrapper {
	margin: 0;  /* for left-aligned template */
	margin: 0 auto; /* for centered template - assuming 160px ad - will be off with 120px */
	/*	width: 1120px; */
	/* other way - provided we only serve 160px in that slot */
	/* width: 960px; */
}

.extendedTemplate #siteheader,
.extendedTemplate #sitefooter {
	margin: 0;
}

.extendedTemplate .sitepage {
	float: left;
}

.extendedTemplate .outerAdDiv {
	float: left;
	/* other way - provided we only serve 160px in that slot */
	/* position: absolute;
	right: -165px; */
}

.extendedTemplate .outerAdDiv .adv {
	/* other way - provided we only serve 160px in that slot */
	/* deal w 120px ad - align it left - Rupesh may be able to control this on his end */
	/*	width: 160px;
	float: left; */
}

/* alternate outerdiv layout - */
#homebody .extendedTemplate .outerAdDiv,
#browsevideosbody .extendedTemplate .outerAdDiv {
	position: fixed;
	right: 0;
	top: 80px;
	z-index:999;
}

#hubmusicbody #pageWrapper.extendedTemplate #innerWrapper,
#browsevideosbody #pageWrapper.extendedTemplate #innerWrapper {
	margin: 0;
}

#hubmusicbody #pageWrapper.extendedTemplate,
#hubshowsbody #pageWrapper.extendedTemplate {
	min-width: 1120px;
}

#hubmusicbody #pageWrapper.extendedTemplate #innerWrapper,
#hubshowsbody #pageWrapper.extendedTemplate #innerWrapper {
	width: 1120px;
}

	
/* ---------- Construction Blocks - thumb containers ---------- */
.row {
	position: relative;
	display: block;
	clear: both;
	padding: 8px;
	border-bottom: solid 1px #dedede;
	background: #fff url(/images/Common/module_bg.jpg) repeat-x;
}

.row:hover {
	background: #fff url(images/bg_module.jpg) repeat-x;
}

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

.rowblock {/* not used? */ 
	float: left;
}

.row281,
.row200,
.row140,
.row70,
.row51 {
	overflow: hidden;
}

.row200 { height: 200px; }
.row140 { height: 120px; }
.row70 { height: 70px; }
.row51 { height: 40px; }

/* shows page mini promos */
.leftcolumn .PromoMini .thumbcontainer {
	margin-right: 6px;	
}

.leftcolumn .PromoMini .row51 {
	height: 48px;
		height: 54px;
	padding: 6px 5px 6px 7px;
}

.leftcolumn .PromoMini .row51 .flux-usage {
	display: none;
}

.thumbcontainer {
	background: url(/images/Common/default_140x105.jpg) center center;
	border: none;
	overflow: hidden;
	position: relative;
}

.row .thumbcontainer {
	float: left;
	margin-right: 8px;
	_margin-right: 4px;
	margin-bottom: 1px; /* new tuesday */
}

.row51 .thumbcontainer {
	background-image: url(/images/Common/default_51x39.jpg);
}

.row .thumbcontainer.thumb281 {
	width: 283px;
	height: 213px;
	background-image: url(/images/Common/default_281x211.jpg);
}

.row .thumbcontainer.thumb160 {
	width: 162px;
	height: 122px;
	background-image: url(/images/Common/default_160x120.jpg);
}

.thumbcontainer img {
	_display: block;
}

.row140 .thumbcontainer {
	width: 142px;
	height: 107px;
}

.row70 .thumbcontainer {
	width: 72px;
	height: 55px;
	background-image: url(/images/Common/default_70x53.jpg);
}

.thumb140 {
	width: 142px;
	height: 107px;
}

.thumb70 {
	width: 72px;
	height: 55px;
}

.thumb51 {
	width: 53px;
	height: 41px;
}

/* for non-resizable images that have no known dimensions, force the size and hope for the best... 12/18/2008 DA */
.thumbcontainer.thumb281 .autoSize { width: 281px; }
.thumbcontainer.thumb140 .autoSize { width: 140px; }
.thumbcontainer.thumb70 .autoSize { width: 70px; }
.thumbcontainer.thumb51 .autoSize { width: 51px; }



/* video icons */
.thumbcontainer span.video {
	background: url(/images/Common/icon_video_play2.png) no-repeat 0 0;
	display: block;
	width: 17px;
	height: 12px;
	position: absolute;
	cursor: pointer;
	top: 3px;
	left: 3px;
}

.thumbcontainer a:hover span.video {
	background-position: -50px 0;
}

#previous { float: left; }
#next { float: right; }

/* ---------- Ads ---------- */
#bannerad {
	float: right;
	position: relative;
	top: 10px;
	right: 20px;
	display: block;
	width: 728px;
	height: 90px;
	margin: 0 0 20px;
}

.rightcolumn .adv { 
	margin: 0 0 10px; 
}

.bespokeAdContainer .ad a img {
	*display: block; /* remove space when bespoke is on but there are no ads */
}


/* ---------- Navigation ---------- */ 
/* --- top nav --- */
.topnavigation, /* keep class for now until next push to avoid accidents - replaced w id */
#topnavigation {
	clear: both;
	height: 33px;
	background: url(images/bg_topnav.jpg) repeat-x;
}

#topmenu {
	position: relative;
}

#topmenu li.parentnode {
	position: relative;
	float: left;
}

#topmenu li.parentnode ul {
	position: absolute;
	width: 200px;
	left: 0;
	*top: 33px;
}

#topmenu li.childnode ul {
	position: absolute;
	top: 0;
	left: 200px;
	width: 200px;
	z-index: 111000;
}

#topmenu ul {
	display: none;
}

#topmenu li:hover > ul {
	display: block;
}

#topmenu ul.showSubMenu,
#topmenu ul.over {
	display: block;
}

#topmenu li.childnode {
	display: block;
	z-index: 1000;
	position: relative;
	_display: inline;
}

#topmenu li.parentnode a {
	height: 22px;
	position: relative;
	padding: 5px 6px 3px 7px;
	border-style: solid;
	border-width: 1px;
	border-color: #404040 #1A1A1A #1A1A1A #505050;
	border-bottom: solid 2px #27292a;
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: block; /* important! DA */
	_display: inline-block;
	text-transform: uppercase;
}

#topmenu li.parentnode:hover a, 
#topmenu li.parentnode a.selected,
#topmenu li.parentnode a:hover {
	background-color: #1d4171;
}

#topmenu li.parentnode a:active { 
	/* background-color: #55a9d8;*/
}

#topmenu li.childnode a {
	display: block;
	position: relative;
	padding: 6px 8px;
	font-family: arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #2e5282 #1A1A1A #1A1A1A #2e5282;
	background: #1d4171;
	height: auto;
	text-transform: uppercase;
	*min-height: 1px; /* need for ie7 when height= auto ... */
}

#topmenu li.childnode a:hover, 
#topmenu li.childnode a.selected { 
	background: #6d96cb;	
}

#topmenu li.childnode:hover > a {
	background: #6d96cb;
}

/* --- left nav --- */
.leftnav {
	margin: 0 0 10px;
}

.leftnav li {
	position: relative;
	display: block;
	_height: 1%;
}

.leftnav li a {
	position: relative;
	display: block;
	_height: 1%;
	border-bottom: solid 1px #999;
	padding: 6px 8px;
	background: #fff;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	font-weight: normal;
}

.leftnav li a:hover {
	background: #4498c7;
	color: #fff;
	text-decoration: none;
}

.leftnav li.selected a {
	background: #666 !important;
	color: #fff !important;
}

h2.nav-header {
	font-size: 14px;
	font-family: arial, sans-serif;
	/* padding: 3px 5px;
	background: #EFEDF0; 
	border-bottom: solid 1px #999;
	*/
	padding:5px 8px;
	background:#DEDFE5 url(images/bg_hdr.jpg) repeat-x 0 0;
	color: #32577E;
	border-bottom:1px solid #DEDEDE;
	text-transform: uppercase;
}

/* tabs - Watch page */
.tabContainer li {
	float: left;
	margin: 0 1px 0 0;
}

.tabContainer li a span {
	padding: 5px;
	display: block;
	background: #ccc;
	border: 1px solid #D7D7D7;
	border-bottom: 0;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.tabContainer li a:hover span {
	background: #fff;
}

.tabContainer li.selected a span {
	background: #eee;
	border-color: #eee;
}

.tabContainer li a {
	color: #000;
}

.tabContainer li.selected a {
	color: #000;
}



/* ---------- Global components ---------- */ 
/* --- RSS --- */
.rssfeed {
	float: right;
	/* new = tuesday */
	position: absolute;
	right: 8px;
}

.rssfeed a {
	background: url(/images/Common/feed-icon-14x14.png) no-repeat top right !important;
	display: block;
	width: 14px;
	height: 14px;
	position: relative;
	top: 4px;
	cursor: pointer;
}

.PromoMini .rssfeed a {
	top: 2px;
}

.rssfeed a span {
	display: block;
	height: 0;
	text-indent: -5000em;	
}


/* --- Search --- */
#searchblock {
	float: right;
	/* width: 320px; */
	width: 255px; /* jan 2010 */
	background: #1A1A1A;
	position: relative;
	border: none;
}

#searchForm {
	position: relative;
	margin: 0 2px;
	height: 26px;
	background: url(/images/Common/comsearch-bg_1a1a1a.gif) no-repeat 9px 2px;
}

#searchblock input {
	vertical-align: middle;
}

#searchblock .searchmtv-text {
	/* width: 240px; */
	width: 175px; /* jan 2010 */
	padding: 0;
	font-size: 11px;
	color: #999;
	border: 1px solid #fff;
	margin: 6px 0 0 33px; 
	*margin-top: 4px;
}

#searchblock .searchmtv-btn {
	position: absolute;
	top: 4px;
	right: 9px;
}

/* type ahead */
.ac_results {
	background: #fff url(/images/Common/thumbrow-bg.jpg) repeat-x;
	border: solid 1px #ccc;
	border-top: 0;
	top: 24px;
	/* left: 0; */
	right: 10px;
	width: 230px;
}

.ac_results li {
	font-size: 13px;
	padding: 2px 10px;
	cursor: pointer;
}

.ac_results li:hover {
	background: #e7e7e7;
}

/* over css for typeahead */
.ac_over {
	background: yellow;	
}

/* --- Alpha Search --- */
p.alpha-list span,
p.alpha-list a {
	font-weight: normal;
	font-family: arial, sans-serif;
}

p.alpha-list span {
	color: #ccc;
}

#siteheader p.alpha-list {
	float: left;
	padding: 5px 10px;
}

#siteheader p.alpha-list span {
	float: left;
	padding-right: 4px;
}

#siteheader p.alpha-list a {
	padding: 1px 2px;
	float: left;
	color: #ccc;
}

/* from FR */
#siteheader p.alpha-list a:hover,
.search-alpha p.alpha-list a:hover {
	background: #29ABE2;
	color: #fff;
	text-decoration: none;
}

.leftcolumn p.alpha-list {
	width: 160px;
	margin: 0 auto;
	height: 1%;
	padding: 10px;
	overflow: auto;
}

.leftcolumn div.search-alpha {
	background: #fff url(/images/Common/thumbrow-bg.jpg) repeat-x;
	overflow: auto;
}

.rightcolumn div.search-alpha {
	width: 190px; /* except for 160 columns... to revisit... DA - 11/25 */
	margin: 6px auto;
	text-align: center;
}

.search-alpha .alphaHeader {
	display: none;
}

.search-alpha p.alpha-list a {
	padding: 2px 4px;
	float: left;
}

/* --- Pagination --- */
.pagination {
	text-align: right; 
	/* padding: 5px; */
		padding: 5px 8px;
	background: #EFEDF0 url(images/bg_hdr.jpg) repeat-x 0 bottom;
	/* float: right; */ /* jan 2010 redesign - remove 100% width. should  be contextual */
}

.pagination.bottom {
	margin: 0 0 3px;
}

.pagination .pagenum {
	border: 1px solid #07B;
}

.pagination .pagenum a {
	text-decoration: none;
	padding: 0 3px;
}

/* ---------- Modules ---------- */ 
/* --- Section headers --- */
h1.section-header {
	text-transform: uppercase;
	
	font-size: 24px;
		font-size: 26px;
	margin: 0 10px 10px;
	padding: 4px 10px;
		padding: 1px 8px;
	/* background: #000;
	color: #6d96cb; */
	color: #32577E;
	background: #EFEDF0 url(images/bg_hdr.jpg) repeat-x 0 bottom;
}

.mainContentColumn h1.section-header {
	margin: 0 0 10px;
	/* font-size: 24px; */
}


/* --- Modules headers --- */
.module-header {
	padding: 4px 8px;
	overflow: auto;
	clear: both;
	border-bottom: solid 1px #dedede;
	background: #dedfe5 url(images/bg_hdr.jpg) repeat-x;
		background: #efedf0 url(images/bg_hdr.jpg) repeat-x 0 bottom;
	text-transform: uppercase;
	font-size: 10px; 
	*height: 1%;
	font-family: arial, sans-serif;
	position: relative;
}

.module-header h3.header-title {
	font-size: 18px;
	color: #32577e;
}

.module-header h3.header-title a {
	text-decoration: none; /* fix fr links... */
}

.module-header.hasRss h3.header-title {
	width: 94%;
}

.leftcolumn .module-header.hasRss h3.header-title {
	width: 92%;
}

.leftcolumn .module-header h3.header-title {
	font-size: 14px;
}

.module-header .header-title {
	float: left;
}

.module-header .header-subtitle {
	float: left;
	clear: left;
	line-height: 1;
}

.meta {
	margin: 0 0 4px;
	padding: 1px 0 0;
	font-size: 10px;
	line-height: 1em;
	font-weight: normal;
	color: #999;
}

/* ---------- Promos --------- */
.promo-main {
	height: 229px;
	margin-bottom: 10px;
	overflow: hidden;
}

.promo-main .flux-usage {
	float: left;
	clear: none;
}

.promo-main .row {
	height: 213px;
	border: none;
}

/* refactoring: instead of link-block use a h3 ... DA  */
.promo-main .link-block .titlelink {
	font-size: 14px;
}

/* helper class for ISIS producers to hide content in promos - ie iTunes download button in Show pages */
/* 05/15/2009 */
.mainOnly {
	display: block;
}

.row140 .mainOnly,
.row70 .mainOnly,
.row51 .mainOnly {
	display: none;
}

/* new static promo module - facebook connect */
.staticPromo {
	margin: 10px 0 10px;
	border: 1px solid #DEDEDE;
	clear: both;
}

.staticPromo .promoContent {
	background: #fff url(/images/Common/thumbrow-bg.jpg) repeat-x;
	padding: 8px;
}

.staticPromo ul li {
	list-style-type: circle;
	margin: 0 0 0 18px;
}

/* new generic list of items to fix lists w/o unique classes - jan 2010 redesign */
.itemList {
	margin: 0 0 10px;	
}


/* ---------- Vertical List ---------- */
/* Games Hub */
.verticalList {
	
}

.verticalList .innerList {
	background: #fff url(/images/Common/module_bg.jpg) repeat-x 0 0;
}

.verticalList .row160 {
	clear: none;
	float: left;
	width: 160px;
	height: 260px;
	border: solid 1px #dedede;
	padding: 8px 24px;
	_padding: 8px 23px;
	_display: inline;
}

.verticalList .row .thumbcontainer {
	float: none;
	margin: 0 auto 4px;
	
}




/* ---------- Section-Specific Components ---------- */
/* --- Video --- */
/* video container : 3/4 ratio + 30px for menu */
#vidContainer {
	width: 424px;
	height: 348px;
	background-color: #000;
}

#homebody .rightcolumn #vidContainer,
#infobody #vidContainer {
	width: 300px;
	height: 255px;
	margin: 0 0 10px;
}

.article-body #vidContainer {
	width: 320px;
	height: 270px;
	margin: 10px 0;
}

.video-nowplay {
	padding: 10px;
	background: #fff;
}

.video-nowplay h3 {
	font-size: 12px;
}

.video-nowplay .label { /* used? */
	font-weight: bold;
}

/* on News Article pages */
.videoContentArea {
	width: 320px;
	float: left;
	margin: 0 10px 10px 0;
}


/* --- Watch - Browse Videos Page --- */
/*
#browsevideosbody .leftcolumn {
	margin: 23px 0 0;
}
*/

#browsevideosbody .pagination.top {
	margin: 0 0 10px;	
}



/* --- Playlists --- */
.playlist-block {
	position: relative;
	margin-top: 10px;
}

.rightcolumn .playlist-block .scrollbox {
	position: relative;
	height: 420px;
	overflow: auto;
}

.episode-list-play {
	position: relative;
	height: 240px;
	overflow: auto;
}

.episode-list-play.autoHeight {
	height: auto;
}

.show-list-play {
	position: relative;
	height: 280px;
	overflow: auto;
}

.playlist-active {
	padding: 7px 7px 8px;
	background: #d6e8ff;  /* match rollover graphic */
	border-color: #A3B4CC;
}

.row.playlist-active:hover {
	background: #d6e8ff;
}

/* --- Articles --- */
h3.article-title {
	font-size: 20px;
	font-family: arial, sans-serif;
}

.detailModule.article-head {
	margin: 0;	
}

.article-head .article-date {
	margin: 0 0 10px;
}

.article-head .addthis_toolbox {
	margin: 0;
}

.article-body {
	clear: both;
	background: #fff;
	padding: 10px;
}

.article-copyright {
	margin: 10px 0;
	font-size: 92%;
	font-style: italic;
}

/* variations for t3-4 template */
.t3-4 .article-head .thumbcontainer {
	float: none;
}

.related-link-list {
	background: #fff url(/images/Common/module_bg.jpg) repeat-x;
}

.related-link-list .link-block {
/* 	border-bottom: dashed 1px #999; */
	border-bottom: solid 1px #ccc;
	/* font-size: 10px; */
	font-family: arial, sans-serif;
}

.related-link-list .link-block a {
	padding: 6px 10px;
	display: block;
}
/*
.related-link-list .link-block a:hover {
	text-decoration: none;
	background: #4498c7;
	color: #fff;
}
*/
.related-link-list .airingDate {
	display: block;
	font-weight: bold;
}

.morelink a {
	background: url(/images/Common/icon-arrow.gif) no-repeat 0 3px;
	padding-left: 6px;
}

.article-promo .row {
	height: 200px;
	margin-bottom: 10px;
	overflow: hidden;
	border-bottom: none;
}

.article-promo .flux-usage {
	float: left;
	clear: none;
}

.article-promo .link-block .titlelink {
	font-size: 16px !important;
}

.article-promo .article-description {
	font-size: 14px;
}

.article-list {
	margin: 0 0 10px;	
}

.article-list .article-date,
#browsenewsbody .article-date,
.article-promo .article-date {
	font-size: 10px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.article-list .header-title {
	float: left;
}
/*
.article-list .header-subtitle {
	float: left;
	margin-left: 120px;
}
*/
h4.htitle .titlelink { /* refactoring: implement everywhere - make .link-block obsolete... DA -  */
	font-size: 12px;
}

/* --- Generic detail area module --- */
.detailModule {
	margin-bottom: 10px;
	overflow: hidden;
	padding: 8px;
	background: #fff url(/images/Common/module_bg.jpg) repeat-x;
}

.detailModule .thumb281 {
	float: left;
	height: 211px;
	width: 281px;
	margin: 0 8px 8px 0;
}

/* --- Show detail --- */
.detailModule.showDetail {
	margin: 0;
}

.showFullDescription {
	background: #fff url(/images/Common/module_bg.jpg) repeat-x;
	padding: 8px;
}


/* --- Events --- */
.detailModule.eventDetail {
	margin: 0;	
}

.event-details {
	padding: 8px;
	background: #fff;
}

#eventbody .addthis_toolbox {
	margin: 0;
}

dl.event-info {
	overflow: auto;
	height: 1%;
	clear: left;
}

dl.event-info dt {
	float: left;
	font-weight: bold;
	width: 100px;
}

dl.event-info dd {
	float: left;
	width: 400px;
}

/*
.events-list .header-subtitle {
	margin: 0 0 0 165px;
}
*/


/* --- Artist --- */
.artistBio {
	background: #fff url(/images/Common/module_bg.jpg) repeat-x;
	margin: 0 0 10px;
	padding: 8px;
}

.artist-bio {
	line-height: 14px;
}

.artist-bio em {
	font-weight: bold;
	font-style: normal;
}

.artist-videolist {
	margin-top: 10px;
}

.artist-head .credit {
	clear: both;
	font-size: 90%;
}
	
.artist-image {
	float: left;
	margin: 0 10px 10px 0;
}


/* --- Search artist page --- */
.artistList {
	background: #fff url(/images/Common/module_bg.jpg) repeat-x;
	padding: 0 0 10px;
	min-height: 590px;
	_height: 590px;
		
}
.artistList .module-header {
	margin: 0 0 12px;
}

.artistList .artist-browse-row {
	margin: 0 0 2px;
	padding: 0 8px;
}

.artist-browse-row .flux-usage {
	float: right;
	clear: none;
	height: auto; /* ? */ /* else change the default setting - wrong! */
	padding: 0;
}

.artist-browse-row .flux-usage .Flux {
	font-size: 90%;
}

/* --- Airings / Show Schedules --- */
#schedule {
	width: 100%;
	empty-cells: show;
}

#schedule tr {
	background: #EBEBEB;
}

#schedule th,
#schedule td {
	border-bottom: solid 1px #D8D8D8;
	border-left: 0;
	padding: 5px;
}

#schedule th {
	font-size: 100%;
}

#schedule td {
	font-size: 90%;
}

/* --- Episode --- */
.episodeDescription {
	margin: 0 0 10px;
}

.episodeList {
	margin: 0 0 10px;
}

/* --- Podcast --- */
.podcastList .row281 {
	height: 221px;
	background-color: #fff;
}

.podcastList h3 {
	margin: 0 0 10px;
	font-size: 18px;
}

.podcastList p.podcast-description {
	margin: 0 0 10px;
}

.podcastList .row281 .link-block {
	margin: 0 0 6px;
}

/* --- Home page --- */
.homefeaturedclips,
.homefeaturednews,
.homefeaturedartists, /* not used? */ 
.homefeaturedshows {
	margin: 10px 0;
}

.mainContentColumn .homefeaturedclips {
	width: 308px;
	float: left;
	margin-right: 10px;
}

/* redo this with a different class - no need to inherit homefeaturednews */
.homefeaturedartists,
.mainContentColumn .homefeaturednews {
	width: 308px;
	float: right;
}

/* because the "homefeatured" classes are used all over... clean up! */
#homebody .homefeaturedclips,
#homebody .homefeaturednews {
	border: solid 1px #efedf0;
}

#homebody .homefeaturedclips .module-header,
#homebody .homefeaturednews .module-header {
	margin: 0 -1px;
	*margin: 0;
}

/* misnommer - vertical promos on home page - any content type */
#homebody .homefeaturedshows {
	border-right: solid 1px #efedf0;
	background: #fff url(/images/Common/module_bg.jpg) repeat-x 0 20px;
}

#homebody .homefeaturedshows .module-header {
	margin: 0 -1px 0 0; /* remove right border to simulate last child... */
}

#homebody .homefeaturedclips,
#homebody .homefeaturednews {
	border-bottom: none;
}

.homefeaturednews .article-promo .article-description,
.homefeaturedclips .link-block,
.homefeaturednews .link-block {
	font-size: 11px;
}

.homefeaturedshows .row {
	clear: none !important;
	float: left;
	width: 140px;
	height: 205px;
	padding: 4px 8px;
	border: solid 1px #dedede;
	border-top: none;
	border-right: none;
}

.homefeaturedshows .row .thumbcontainer {
	float: none;
	width: 140px;
	height: 105px;
		width: 142px;
		height: 107px;
	margin: 4px auto 2px;
}

.homefeaturedshows .row .link-block {
	margin: 0 0 3px;
}

.homefeaturedshows .flux-usage {
	position: absolute;
	bottom: 10px;
	_bottom: 2px;
}

#homebody .homefeaturedshows .article-date {
	margin: 6px 0 0;
	display: block;
	position: absolute;
	bottom: 2.75em;
	font-family: arial, sans-serif;
}

.homefeaturedshows .article-description {
	display: none;
}

#homebody .header-subtitle {
	display: none;
}

#homebody .rightcolumn .playlist-block .scrollbox {
	height: auto !important;
	overflow: hidden;
}

#homebody .article-date {
	display: none;
}

/* temp - redo */
/*
#homebody .thumbcontainer {
	border: solid 2px #fff;
}

#homebody .thumbcontainer:hover {
	border-color: #4498c7;
}
*/

.thumbcontainer a.thumblink {
	border: solid 1px #fff;	
	display: block;
	overflow: hidden;
}

.thumbcontainer a.thumblink:hover {
	border-color: #07B;	
}

#topslider .thumbcontainer a.thumblink {
	border: none;
}

/* set height for rollover border - 01/28/2010 */
.thumb70 a.thumblink {
	height: 53px;
	width: 70px;
}

.thumb140 a.thumblink {
	height: 105px;
	width: 140px;
}

.thumb281 a.thumblink {
	height: 211px;
	width: 281px;
}


/* show/hide labels for flux usage */
.homefeaturedshows .comments,
.homefeaturedshows .fluxusagerating {
	display: block;
	margin: 0;
	padding: 0;
}

.homefeaturedshows .fluxusagerating {/* fix ie6/7 weirdness */ 
	*display: inline-block;
	_background-image: none;
}

/* --- Pulldown menu homepage --- */
.pulldownSelector {
	margin: 0 0 10px;
	position: relative;
	background: #fff url(/images/Common/thumbrow-bg.jpg) repeat-x;
	padding: 8px;
	border: solid 1px #d9d9d9;
}

.pulldownSelector label {
	text-transform: uppercase;
	font-weight: bold;
	font-family: arial, sans-serif;
	font-size: 14px;
	padding: 3px 0 0;
	color: #32577E;
}

#ShowsPullDownMenu {
	width: 280px;
	font-size: 12px;
	margin: 5px 0;
}

/* --- Marquee --- */
.marqueebox {
	position: relative;
	overflow: hidden;
	width: 630px;
	background: #000;
	height: 360px;
	margin: 0 auto;
	z-index: 0;
}

#topslider {
	position: relative;
	height: 360px;
	margin: 0 auto;
}

.slide {
	position: absolute;
	top: 0;
	height: 360px;
	width: 630px;
/*	display: block;
	visibility: hidden; */
	display: none;
}

#topslider .slide:first-child {
	/*  visibility: visible; */
	 display: block;
}

#topslider .slide .thumbcontainer span.video {
	display: none;
}

#topslider .slide img {
	_position: absolute; /* fix disappearing header */
}

.marqueebox .slide img.autoSize {
	width: 630px;
}

#homebody .marqueebox .thumbcontainer {
	border: none;
	background: none;
}

.pointers {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 70px;
	z-index: 100;
}

.pointers .button,
.pointers .selected {
	overflow: hidden;
	width: 70px;
	height: 53px;
	display: block;
	margin-bottom: 10px;
	border: solid 2px #666;
}

.pointers .selected {
	border: solid 2px #fff;
}


.pointers a {
	width: 70px;
	height: 53px;
	overflow: hidden;	
}

.pointers img {
	height: 53px; /* temp hack while we can't resize properly - from fr */
	_display: block;
}

.sltext {
	position: absolute;
	width: 610px;
	padding: 10px 10px 20px;
	background-color: #000;
	opacity: .85;
	left: 0;
	bottom: 0;
	color: #fff;
}

.sltext h2 {
	font-family: arial, sans-serif;
	font-size: 24px;
	width: 505px;
}

.sltext h2 a {
	color: #6d96cb;
} 

.sltext a {
	color: #fff;
}

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

.sltext p {
	width: 505px;
}

/* --- News Pages --- */
/* leave this * 03/18/2009 */
/* obsolete? */
#newsbody .leftcolumn .header-subtitle {
	display: none;
}

/*
#hubnewsbody .header-subtitle {
	font-weight: normal !important;
	margin-left: 120px;
}
*/

#hubshowsbody .promo-main .rssfeed {
	display: none;
}

#artistbody .module-header .header-subtitle {
	display: none;
}

/* --- Search Result page --- */
.searcheader {
	margin: 5px 0 0;
	background: #EFEDF0 url(images/bg_hdr.jpg) repeat-x 0 bottom;
}

.searcheader h3 {
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #EFEDF0 url(images/bg_hdr.jpg) repeat-x 0 bottom;
}

.searcheader .resultCount {
	float: left;
	padding: 5px 8px;
}

.errorMsg {
	padding: 10px 0;
}

/* --- Flipbook --- */
.flipbookPagination {
	margin: 0 0 8px;
	text-align: right;
	margin: 0;
	padding: 5px;
	background: #EFEDF0 url(images/bg_hdr.jpg) repeat-x 0 bottom;
}

.flipbookPagination a {
	vertical-align: -30%;
}

#flipbookContainer {
	background:#eee;
	clear: both; /*jan 2010 */
	padding: 5px;
}

#flipbookDetail {
	margin: 0 0 5px;
	position: relative;
	text-align: center;
	padding: 10px 0;
	width: 615px;
	overflow: hidden;
}

#flipbookInnerList {
	height: 118px;
	overflow: auto;
	position: relative;
	background: #fff;
}

#flipbookThumbList {
	margin: 10px 0;
}

#flipbookThumbList .thumbs {
	position: relative;
	_height: 1%;
	padding: 0 0 0 5px;
}

#flipbookThumbList .thumbs li {
	float: left;
	position: relative;
	margin: 1px 1px 1px 0;
	width: 74px;
}

#flipbookDescription {
	padding: 0;
}

#flipbookTitle {
	font-size: 140%;
	margin: 0;
	padding: 5px;
}

#flipbookThumbList li.active a.thumblink {
	border-color: #29ABE2;
	opacity: 1;
}

#flipbookThumbList .thumbcontainer {
	background: #fff;
	height: 57px;
	width: 74px;
}

#flipbookThumbList li a.thumblink {
	display: block;
	opacity: 0.85;
	border: solid 2px #fff;
	height: 53px;
	width: 70px;
	overflow: hidden;
}

#flipbookThumbList li a.thumblink:hover {
	opacity: 1;
	border-color:  #29ABE2;
}

#flipbookContainer .imageCredit {
	font-size: 92%;
}

#flipbookContainer .imageCaption {
	font-size: 120%;
}


/* --- Game detail page --- */
#gameDetail {
	padding: 0;
	text-align:center;
	background: #000;
	margin: 0 auto 10px;
}


/* --- Splash/Redirect pages --- */
#splash #siteheader {
	height: 128px; /* header height should always be defined - main header works because of the ad inside. wrong */
}

#splashWrapper, /* newSplashPage */
.splashWrapper {
	text-align: center;
	padding: 20px 0;
}

#splashContent, /* newSplashPage */
.splashContent {
	padding: 10px 0;
}

#splashSkipButton, /* newSplashPage */
.splashWrapper .skipButton {
	font-size: 110%;
	text-align: right;
	margin: 0 80px;
}

#splashRedirectAnchor,  /* newSplashPage */
.splashWrapper .skipButton a {
	color: #fff;
}

/* splash links */
.splashLink {
	display: block;
	position: absolute; 
	*background: url(images/transparent.gif) repeat;
}

/* --- Contest Detail page --- */
.contest_mainArea {
	background: #fff url(/images/Common/module_bg.jpg) repeat-x;
	padding: 8px;
}

.contest_hdr {
	font-size: 22px;
	margin: 0 0 10px;
}

.contest_img {
	margin: 10px 0;
	text-align: center;
}

.contest_desc {
	margin: 0 0 10px;
}

#contest_iframe {
	overflow: hidden;
	width: 630px;
	height: auto; /* for gdc forms  09/09/09 */
}

#contest_notloggedin {
	font-size: 13px;
}

/* --- Contest Result --- */
.contestIntro {
	padding-bottom: 20px;
}

.contestIntro h3 {
	margin: 0 0 10px;
}



/* --- Chart pages - 04/2010 --- */
.chartList {

}

.chartDescription {
	margin: 0 0 6px;
}

.orderedChartList {
	list-style: decimal;
}

.orderedChartList li {
	margin: 0 0 0 10px;
}

.chartList .row140 {
	height: auto;
	min-height: 120px;
	_height: 0120px;
}

.chartList .link-block {
	font-size: 140%;	
}

.chartDetail {
	margin: 0;
}

.chartDetail .thumb140 {
	float: left;
	margin: 0 10px 0 0;
}

#chartbody #fluxRatingBox {
	margin: 0 0 10px;
	background: #fff;
	border: 0;
	overflow: auto;
	*height: 1%;
}

#chartbody .flux-content.horizontal #getUrl,
#chartbody .flux-content.horizontal #embedhtml {
	width: 95%;
}

#chartbody .flux-content.horizontal .getUrlModule {
	float: left;
	width: 48%;
}

#chartbody .flux-content.horizontal .embedModule {
	float: right;
	width: 48%;
}

#chartbody #vidContainer {
	width: 440px; /* 3/4 ratio + 30px - with 300px ad */
	height: 360px;
		width: 580px; /* with 160px ad - stretch area */
}


/* table */
#chartList {
	empty-cells: show;
	width: 100%;
	background: #fff;	
}

#chartList thead {
	background: #EFEDF0 url(images/bg_hdr.jpg) repeat-x 0 bottom;
}

/* overwrite the .row stuff... */
#chartList .row {
	display: table-row;
	position: static;
	/* overflow: visible; */ /* in case */
}

#chartList .row70 {
	height: auto;
}

#chartList .chartContent {width: 60%;}

#chartList .current,
#chartList .previous, 
#chartList .weeks {
	width: 10%;
}


#chartList td.current,
#chartList td.previous, 
#chartList td.weeks {
	text-align: center;
}

#chartList th {
	text-align: center;
}

#chartList th,
#chartList td {
	padding: 5px;
	border: solid 1px #D8D8D8;	
}

#chartList .one .current {
	font-weight: bold;
	size: 140%;
}

#chartList .one  {
	font-weight: bold;
}

.chart-description {
	
}

.newChartEntry {
	border: solid 1px #000;
	padding: 0 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.watchNow {
	text-align: right;	
}


/* --- Info pages --- */
/* fix for au/nz info pages... jan 2010 */
#infobody.page2columns .mainContentColumn {
	background: #fff url(/images/Common/module_bg.jpg) repeat-x;
	width: 610px;
	padding: 10px;
	margin: 0 0 0 10px;
	_display: inline;
}



/* --- Iframe pages --- */
#iframeBody .sitepage {
	padding: 0;
}



/* ---------- Alternate templates ---------- */
/* adjust content when switching for wider right columns */
.t3-4 .promo-main,
.t3-4 .promo-main .row {
	height: auto;
}

.t3-4 .promo-main .thumbcontainer {
	float: none;	
}

.t3-4 .promo-main .thumbcontainer.thumb281 {
	margin: 0 0 10px;
}


/* --- GDC Forms --- */
.mtvniGdcContainer {
	width: 580px;
	background: url(images/bg_greyFade.jpg) repeat-x; 
	margin: 0 auto 10px;
	font-size: 12px;
	padding: 15px 10px;
	border: solid 1px #cdcdcd;
}

div.MTVN_GDC_form table {
	margin: 0 auto 20px;
}

div.MTVN_GDC_form tr.formInput {
	margin: 0 0 6px;
	padding: 5px 10px 0;
}

div.MTVN_GDC_form td {
	padding: 0 0 4px;
}

div.MTVN_GDC_form td.inputCell {
	margin: 0 0 0 4px;
	padding: 0 6px 4px;
	width: 250px;
}

div.MTVN_GDC_form label {
	font-weight: bold;
	cursor: pointer;
}

div.MTVN_GDC_form input.text {
	width: 250px;
}

div.MTVN_GDC_form .textarea {
	width: 250px;
	height: 16px;
}

div.MTVN_GDC_form input[type="checkbox"],
div.MTVN_GDC_form input[type="radio"] {
	margin-left: 0;
	*margin-left: -4px;
}

#MTVN_GDC_col-error {
	font-weight: bold;	
}

div.MTVN_GDC_form td.MTVN_GDC_error {
	color: #c00;
	width: 130px;
}

div.MTVN_GDC_form p.submit {
	text-align: center;
}

div.MTVN_GDC_form p.submit input {
	font-size: 13px;
	cursor: pointer;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-transform: uppercase;
}

.MTVN_GDC_error {
	color:#CC0000;
	margin:0 0 20px;
	font-size: 11px;
}


/* Add This toolbox third party widget */
.addThisWrapper {
	padding: 6px 0;
	clear: both;
}

#fluxRatingBox.horizontal .addThisWrapper {
	padding: 0;	
	margin: 0 0 6px;
}

.addthis_toolbox {
	margin: 0 0 12px;
	padding: 8px;
	background: #fff;
}

.addthis_toolbox h4 {
	margin: 0 6px 0 0;
	float: left;
}

.addThisWrapper .addthis_toolbox {
	padding: 0;
}

#fluxRatingBox .addthis_toolbox {
	background: transparent;
}

/* --------------- Flux ---------------- */
/* --------------- Flux Widgets ---------------- */
/* --- Flux menu --- */
.menucontainer {
	color: #999;
}

.flux-menu {
	clear: both;
	height: 25px;
	float: left;
}

/* --- Flux Usage --- */
.flux-usage {
	display: block;
	clear: both;
	height: 20px;
}

.flux-usage a {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}

.fluxusage .fluxLabel {
	padding: 0 3px 0 0;
}

.flux-content {
	display: block;
	padding: 9px 7px;
	border: solid 1px #eee;
}

/* to revisit - see if generic or wrap another class - left col rating box - 1/9/2009 */
.leftcolumn .flux-content {
	margin: 0 0 10px;
}

/* wdk 3.0 special case flipbook detail area - nov 2009 */
.flux-usage.flipbook {
	border: solid 1px #444;
}

.rateit {
	clear: both;
	_height: 29px;
	overflow: hidden;
}

#browseCalendarDiv {
	margin: 0 0 10px;
}

/* --- Flux Rate It Box - Get URL field --- */
.flux-content .getUrlModule {
	margin-top: 15px;
}

.flux-content .getUrlModule label,
.embedModule label {
	font-family: arial, sans-serif;
	display: block;
	font-weight: bold;
	cursor: pointer;
}

.flux-content #getUrl {
	width: 96%;
	margin-top: 2px;
}

#fluxRatingBox {
	background: #fff url(/images/Common/module_bg.jpg) repeat-x;	
}

#fluxRatingBox .ratingblock {
	margin: 0 0 10px;
}

#fluxRatingBox dl {
	clear: both;
	margin: 0 0 3px;
	overflow: auto;
	height: 1%;
}

#fluxRatingBox dt.label {
	float: left;
	_display: block;
	font-weight: bold;
	margin: 0 5px 0 0; 
}

#fluxRatingBox dd {
	float: left;
	_display: block;
}

.datePosted {
	margin: 6px 0;
	font-family: arial, sans-serif;
}

#fluxRatingBox .datePosted dt {
	width: auto;
	margin: 0 10px 0 0;
}

#fluxRatingBox .datePosted dd {
	float: none;
	_display: inline;
}

/* --- Flux Comments --- */ 
#fluxCommentsBox {
	margin: 10px 0;
	background: #fff url(/images/Common/thumbrow-bg.jpg) repeat-x;
}

/* prevent hats from overriding etc. 
else remove comments inheriting hat colors in local css
*/
/* Flux wdk 3.0 */
#fluxCommentsBox .flagMenu.fluxDropDown a.fluxDDItem {
	color: #333;	
}

/* Flux - local variations */
.article-head .flux-usage {
	height: 20px;
	padding-top: 4px;
	clear: none !important;
}

/* embed input */
.embedModule {
	margin: 10px 0;
}

#embedhtml {
	width: 96%;
}

.addToProfile_module,
.addThis_module {
	margin: 0 0 16px;
}
/* match jan 2010 redesign module headers */
#fluxCommentsBox .widgetTitle {
	color: #32577E;
	font-size: 18px;
	text-transform: uppercase;
	padding: 5px 8px;
}
/* ========== End of Flux-related classes ========== */



/* ========== WDK3.0 Flux classes ========== */
/* WDK3.0 Flux - Nov 2009 */
/* first stab - still buggy in ffx/ie7 - up/down
and broken in ie6... 
see flux css and markup... */
#pageWrapper .flux-menu .container {
	color: #ccc;
	position: relative;
	z-index: 10;
}

#pageWrapper .nonMemberView.nonLoggedInView {
	padding: 2px 0 0 10px;
	*padding: 1px 0 0 10px;
}

/* needed */
#pageWrapper .flux-menu .link {
	color: #fff;
}

#pageWrapper .fluxWidget .permalink a {
	color: #000;	
}

#pageWrapper .fluxWidget .permalink a:hover {
	text-decoration: underline;
}

#pageWrapper .flux .moduleContainer,
#pageWrapper .fluxWidget .widgetContainer {
	border: 0;
	background: transparent;
}

#pageWrapper .fluxWidget img.avatarSmall {
	border: 0;
}

#pageWrapper .more.link {
	position: relative;
}

/* Jan 2010 fixes  */
#pageWrapper .more.link.over {
	*top: 3px;
	 _top: 1px;
}

#pageWrapper .more.link.over .menuHolder {
	margin-top: 6px;
	_display: inline; /* jan 2010 */
	_height: 1px; /* jan 2010 */
}

#pageWrapper .more.link.over .fluxDropDown.menuDropDown li {
	 _border: solid 1px #edecec;
}

/* quick menu */
#pageWrapper .fluxDropDown.menuDropDown li a.fluxDDItem {
	padding: 5px 10px;
}


/* New flux 3 */
.fluxWidget .contentAction .itemText,
.fluxWidget .contentAction .flag {
	margin:0 8px 0 1px; /* override flux - DA */
}

/* New flux 3 */
.fluxWidget .contentAction .cacSmall li.cacItem {
	height: auto;
	line-height: 1.2em;	
}

/* fixes because we're stuck with large sized widget for now...
left column detail pages */
#pageWrapper .fluxWidget .contentAction .cacVertical {
	width: auto;	
}

#pageWrapper .fluxWidget .contentAction .cacVertical .addToMy .fluxBtn {
	width: auto;
}

#pageWrapper #fluxRatingBox .fluxWidget .contentAction .textItem .itemText {
	font-size: 11px;;
}

/* not sure we need All these... clean up */
#pageWrapper #fluxRatingBox .fluxWidget .callout,
#pageWrapper #fluxRatingBox .fluxWidget .fluxBtn.btnLarge,
#pageWrapper #fluxRatingBox .fluxWidget .itemText .txtCount,
#pageWrapper #fluxRatingBox .fluxWidget .contentAction .fluxBtn,
#pageWrapper #fluxRatingBox .fluxWidget .upload h3.shareContentTitle,
#pageWrapper #fluxRatingBox .fluxWidget .groupTitle {
	font-size:13px;
}

#pageWrapper #fluxRatingBox .fluxWidget .contentAction .cacVertical {
	border: 0;
	padding: 0;	
}

#pageWrapper #fluxRatingBox .fluxWidget .contentAction ul.cacVertical li.separatorItem {
	margin: 5px 0 0;	
}


#fluxRatingBox .floatsWrapper {
	clear: both;
}

#fluxRatingBox .fluxWidget .contentAction li.separatorItem,
.flux-content.horizontal .fluxWidget .contentAction li.separatorItem {
	clear: both;
	height: 1px; /* ie bug */
	margin-right: 2px;
}

/* special case - charts page */

#chartbody .flux-content.horizontal .fluxWidget .contentAction li.separatorItem {
	clear: none;	
}

#fluxRatingBox .fluxWidget .contentAction .separator,
.flux-content.horizontal .fluxWidget .contentAction .separator {
	display: none;
	clear: both;
}

.flux-content.horizontal #getUrl {
	width: 35%;
}

.postedDate {
	float: left;
	margin: 0 20px 0 0;
	color: #333;
	line-height: 30px;
}

.flux-content.horizontal .postedDate {
	line-height:  normal;
	margin: 0;
}

.flux-content.horizontal .addthis_toolbox {
	margin: 0;	
}

.flux-content.horizontal .postedDate .label {
	font-weight: bold;
}

.flux-content.horizontal .getUrlModule {
	clear: both;
	margin-top: 8px;
}

.flux-content.horizontal .fluxWidget .contentAction li.cacItem {
	margin-right: 12px;	
}

.flux-content.horizontal .addthis_default_style .at300b,
.flux-content.horizontal .addthis_default_style .at300m {
	margin: 0 12px 0 0;
}

.flux .cacSmall .itemText .txtCount {
	font-size: 10px;
}

/* comments box - match other module headers */
.flux .widgetTitle {
	background: #EFEDF0 url(images/bg_hdr.jpg) repeat-x 0 bottom;
	padding: 7px 8px 6px;
}


/* ========== End of Flux 3.0 classes ========== */


/* Global Hats - Jan 2010 */
body.hat0 { background-color: #ecf6f8; }
body.hat1 { background-color: #fcc9ac; }
body.hat2 { background-color: #000; }
body.hat3 { background-color: #fff; }

body.hat0 #pageWrapper { background: #ecf6f8 url(images/hats/hat_01.jpg) no-repeat 50% 0; }
body.hat1 #pageWrapper { background: #fcc9ac url(images/hats/hat_02.jpg) no-repeat 50% 0; }
body.hat2 #pageWrapper { background: #000 url(images/hats/hat_03.jpg) no-repeat 50% 0; }
body.hat3 #pageWrapper { background: #fff url(images/hats/hat_04.jpg) no-repeat 50% 0; }

body.hat0 .sitepage { background: url(images/hats/tiling_01_2.jpg) repeat; }
body.hat1 .sitepage { background: url(images/hats/tiling_02_2.jpg) repeat; }
body.hat2 .sitepage { background: url(images/hats/tiling_03_2.jpg) repeat-y; }
body.hat3 .sitepage { background: url(images/hats/tiling_04.jpg) repeat-y; }
