@CHARSET "ISO-8859-1";

/* WebTV Core Styles */

.incognito {
	display: none;
}

#topOptionalContentContainer .clipTitle, #topOptionalContentContainer .categoryName {
	display: none;
}

/* Some additions to make the logo area clickable */
#allWrapper {
	position:relative;
}

#topLinkToHomeOverlay {
	position:absolute;
	text-align:left;
	cursor:pointer;
}

/* Some haxxors to make list and search result item thumbnails true hrefs (i.e. indexable, open-in-new-tabbable, open-in-new-windowable...) */ 

.postThumbnail {
	position:relative;
}

.linkOverlayMask {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	margin:auto;
	border:0px;
	text-align:left;
	z-index:100;
}

/* When creating custom boxes (as with FDM's "Bestil din rejse her") that need to be static, add this class to their headin to remove the arrow symbol */
.postHeading_expand_static {
	background: url(/images/postheader_background_static.png) no-repeat top left;
	cursor: default;
}
