html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	margin-bottom: 1px; /* to force scrollbar on right side of page */
}

body {
	background-color: #101b2a;
	font-family: "Arial, Helvetica", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	color: #ffffff;
	text-align: center;
	height: 100%;
	margin: 0px;
	padding: 0px 24px;
}

p {
	padding: 0px;
}

a {
	outline: none;
	text-decoration: none;
	color: #2a87ff;
}

a:hover {
	text-decoration: underline;
}

img {
	display: block; /*prevents space below images in html strict mode*/
	margin: 0px auto;
}

table.mainPanel {
	height: 100%;
	border-collapse: collapse;
	background-color: #213a5a;
	margin: 0px auto;
}

table.mainPanel td.top {
	height: 99%;
	background-image: url("../images/panel_bg_gradient.gif");
	background-repeat: repeat-x;
	vertical-align: top;
	padding: 16px 24px 0px 24px;
}

table.mainPanel td.bottom {
	height: 1%;
	vertical-align: bottom;
	padding: 0px 24px;
}

p.vspace {
	padding-top: 2px;
}

p.summary {
	width: 850px;
	font-family: "Arial, Helvetica", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
}

p.hcenter {
	text-align: center;
}



table.moviePanel {
	height: 100%;
	border-collapse: collapse;
	background-color: #182a42;
	margin: 0px auto;
}

table.moviePanel td.top {
	height: 99%;
	vertical-align: top;
	padding: 16px 24px 0px 24px;
}

table.moviePanel td.bottom {
	height: 1%;
	vertical-align: bottom;
	padding: 0px 24px;
}

table.movieWrapper {
	border-collapse: collapse;
	background-color: #000000;
	border: solid 1px #ff0000;
	margin: 0px auto;
}

table.movieWrapper td {
}



p.movieTitle {
	width: 850px;
	font-family: "Arial, Helvetica", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
