@charset "utf-8";
/* CSS Document */

/* CSS Reset */

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, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, object {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* End CSS Reset */
body {
	color: #333333;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
/* Layout */
.header{
	width:100%;
	height:20px;
	top:0px;
	background-image: url(/images/viewer-header.gif);
	background-repeat: repeat-x;
	background-position: center;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding-left: 6px;
	position: absolute;
	color: #C00000;
}
.footer{
	height: 40px;
	background-image: url(/images/buttonarea.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	position: absolute;
	width: 100%;
	top: 500px;
}

.videopane{
	width: 640px;
	height: 490px;
	position: absolute;
	left: 0px;
	top: 20px;
}
.controlpane{
	width: 190px;
	padding: 0px;
	position: absolute;
	height: 490px;
	left: 640px;
	top: 20px;
}
.dialogpane{
	left:195px;
	position:absolute;
/*
	width:250px;
	height:180px;
*/
	width:250px;
	height:780px;
	visibility:hidden;
}
.dialogcontents{
	background-color:#efefef;
	height: 100%;
	width: 100%;
}
.banner{
	height:50px;
	background-color: #FFFFFF;
	background-image: url(/images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0;
	padding: 0;
}
.caption{
	font-size: 11px;
	text-align: center;
}
.captiondata{
	font-size: 11px;
	color: #003366;
}

.viewername{
	padding: 2px;
}
.centeritem{
text-align:center;}
.settingbutton{
	text-transform:uppercase;
	color:#333333;
	text-decoration:none;
	font-size: 11px;
	background-image:url(images/controlbtn.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-weight: bolder;
}
.settingbuttonred{
	text-transform:uppercase;
	color:#FF3366;
	text-decoration:none;
	font-size: 11px;
	background-image:url(images/controlbtn.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-weight: bolder;
}
.settingbutton:hover{
color:#FF9900;}
.chat{font-size:11px;
padding:2px;}
.chat li.name{
color:#FF9900;
}
.chat li.message{
	color:#333333;
	margin-bottom: 6px;
}
.chatentry{
font-size:11px;}
.tabpadding{
	padding:4px;
}
.videofeednumber{
	font-weight: bold;
	color: #FF6600;
	padding: 2px;
	background-color: #efefef;
}
.subtitle{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.connectivitycheck{
	color:#333333;
	text-decoration:none;
	font-size: 11px;
	padding-left: 10px;
	font-weight: bolder;
	line-height: 24px;
	vertical-align: middle;
	height: 24px;
}
.formprompt{
	text-align: right;
	font-weight: bold;
	color: #003399;
	vertical-align: middle;
	padding: 2px;
}
.formfieldarea{
	padding: 2px;
}
.formfield{
	padding: 2px;
}

.videotable{
 display:inline;
}

#loginbg{
	width: 400px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	padding: 6px;
	background-color: #efefef;
}

#VideoPort1{
	position:absolute;
	left:0;
	top:0px;
	height:490px;
	width:640px;
	z-index:10;
	display: none;
}
#VideoPort2{
	position:absolute;
	left:425px;
	top:0px;
	height:162px;
	width:214px;

	z-index:10;
	display: none;
}
#VideoPort3{
	position:absolute;

	left:425px;
	top:318px;
	height:162px;
	width:214px;

	z-index:10;
	display: none;
}
.placehereborder{
	position:absolute;
	border: 1px solid #333333;
	bottom: 0px;
	right: 0px;
	top: 0px;
	left: 0px;
	vertical-align:middle;
	text-align:center;
	padding: 20px;
}

