html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
button {
	font-family: inherit;
}
a img, :link img, :visited img {
	border: 0;
}
a:active, a:focus, input:active {
	outline: 0;
}
a:active, a:focus, input:focus {
	-moz-outline-style: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
/*Add to a container to fix light text on a dark bg*/
.lightondark,
.lightondark h1,
.lightondark h2,
.lightondark h3,
.lightondark h4,
.lightondark h5,
.lightondark h6,
.lightondark p,
.lightondark a {
	opacity: 0.99;
	-webkit-text-stroke:1px transparent; /*make it look nice in webkit*/
	-webkit-opacity: 1;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	display: block;
}
.clearafter:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clearafter {
	zoom: 1;
}
*:first-child+html .clearafter {
	zoom: 1;
}
* html .pngfix {
	behavior: url(/core/javascript/iepngfix/iepngfix.htc); /*IE6 fix alpha transparency*/
}
* html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); /*IE6 BG flicker*/
}
* html body {
	behavior:url(/core/javascript/csshover.htc); /*IE6 whatever:hover*/
}

.core-asset-pending {
	background: #CCC;
	color: #666;
}
	.core-asset-pending p {
		padding: 47% 7% 0% 7%;
		text-align: center;
		font-size: 1.2em;
	}