/**
 * @fileoverview:   HSN.TV base styles
 * @author:         Julia Yu
 * @company:        Schematic
**/

/* Reset Page Elements
------------------------------------------------ */

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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	background: transparent;
}

:focus {
	outline: 0;
}

body {
	font: 76%/1.35  Arial, Helvetica, Verdana, sans-serif;
}

a:hover, img {
	border: 0;
}

ol, ul {
	list-style: none;
}

strong {
	font-weight: bold;
}

html, body {
    height: 100%;
	background-color: #FFFFFF;
}

/* Silverlight style
------------------------------------------------ */

#silverlightControlHost {
    height: 100%;
	width: 100%;
	display: block;
	text-align: center;
	margin: auto;
	overflow: hidden;
}

#silverlightInstallHost {
    height: 100%;
	width: 100%;
	display: block;
	text-align: center;
	overflow: hidden;
	margin: auto;
}

#errorLocation {
	font-size: small;
	color: Gray;
}

#install {
	width: 960px;
	height: 650px;
	margin: 0 auto;
	background: url("../img/bg_install.jpg") no-repeat 0 0;
	padding-top: 200px;
}

.cap {
	display: block;
	margin: 0 auto;
}

#prompt {
	background-color: #fff;
	margin: 0 auto;
	width: 562px;
	overflow: hidden;
	padding: 20px 10px 10px 10px;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
}

#prompt h1 {
	color: #FFFFFF;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}

#prompt h1 sup {
	font-size: 0.6em;
}

#prompt img {
	float: left;
}

#prompt ul {
	display: block;
	list-style-position: outside;
	list-style-type: disc;
	overflow: hidden;
	padding-left: 20px;
	width: 370px;
	margin-bottom: 20px;
}

#prompt p {
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
}

#prompt a {
	color: #000;
}

#prompt a#installBtn {
	display: block;
	background: url("../img/btn_install.png") no-repeat 0 0;
	width: 226px;
	height: 25px;
	text-indent: -9999em;
	margin: 0 0 10px 250px;
}

#prompt a#installBtn:hover {
	background-position: -226px 0;
}

#promptClicked {
	display: none;
}
