@CHARSET "ISO-8859-1";

/* WebTV Core Styles */

.incognito {
	display: none;
}

/* Some haxxors to make list and search result item thumbnails true hrefs (i.e. indexable, right-clickable, open-in-new-tabbable, open-in-new-windowable...) */ 
.clipListItem, .clipListItem_over, .searchresultClipPost, .searchresultClipPost_over {
	position:relative;
}
.linkOverlayMask {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	margin:auto;
	border:0px;
	text-align:left;
	z-index:100;
}
