﻿html, body 
{
	width: 100%;
	height: 100%;
	background: #000;
	margin: 0;
}

#panel { width: 100%; height: 100%; overflow: hidden; position: relative; }

#header { width: 100%; height: 30px; background: url(../img/mediaTopFill.gif) repeat-x; margin: 0; position: relative; margin-bottom: 8px; text-align: center;  }
#control { position: relative; margin: 0px; }
#control img { cursor: pointer; margin: 0; }

#menu { position: absolute; left: 0; top: 4px; height: 22px; width: 50%; z-index: 2; }
#menu a { display: block; float: left; width: 96px; height: 26px; background: url(../img/mediaTabOff.gif); line-height: 26px; text-align: center; font-size: 9pt; color: #999; margin-left: 4px; text-decoration: none; font-weight: bold; }
#menu a:hover, #menu a.on { color: #fff; }
#menu a.on { background: url(../img/mediaTabOn.gif); }
	
.dd {  background: #434343; position: absolute; left: 0px; top: 26px; width: 160px; z-index: 2; padding: 5px;}
.dd a { display: block; padding: 2px; border-bottom: solid 1px #777; background-color: #4f4f4f; color: #fff; font-family: Sans-serif; font-size: 9pt; font-weight: bold; text-decoration: none; }
.dd a:hover { background-color: #585858; }

#statusDiv { z-index: 2; color: #fff; font-size: 12pt; font-family: Sans-serif; font-weight: bold; line-height: 26px; position: absolute; right: 15px; top: 0px; }
#statusDiv.loading { color: #ce1212; text-decoration: blink; }

#numberedList { margin: 0px auto 8px auto; font-family: Sans-Serif; font-size: 9pt; text-align: center; text-align: center; }
#numberedList a { color: #365b88; width: 16px; text-decoration: none; margin: 0px 2px; padding: 1px; font-weight: bold; }
#numberedList a:hover, #numberedList a.on { color: #999;  }

#photoDiv, #vtDiv
{
	border: solid 6px #fff;
	background: #333;
	position: relative;
	margin: 4px auto;
	height: 400px;
	width: 772px;
	overflow: hidden;
}

#vtDiv { border: solid 4px #fff; }
#vtDiv img { position: absolute; left: 0px; top: 0px; }

#footer { margin: 8px auto; position: relative; clear: both; text-align: center; color: #fff; }
#footer a { font-family: Sans-Serif; color: #999; font-size: 8pt; }