
body {
	background-color: #494949;
/* 	background-color: #cc0000; */

	margin: 0px;
	visibility: visible;
	overflow: hidden;
}

#header {
	background: #999999;
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	height: 24px;
	overflow: hidden;
/* 	box-shadow: 3px 3px 3px #3c3c3c; */
	font-family: Helvetica, sans-serif;
	color: #2a2a2a;
	font-size: 18px;
	z-index: 0;
}

.tile {
	background-color: #000000;
	border: 0;
	margin: 0px;
	padding: 0px;
	position: absolute;
	visibility: hidden;
}

.tile-embed {
	position: relative;
}

.tile-number {
	background-color: #cccccc;
	color: #000000;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	left: 1px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 1px;
}

.tile-number:hover {
	cursor: pointer;
}

.tile-header {
	background-color: #000000;
	border: 0;
	color: #ffffff;
	font-family: Helvetica, sans-serif;
	margin: 0;
	text-decoration: none;
	position: absolute;
	right: 51px;
}

.tile-time {
	background-color: #000000;
	color: #ffffff;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	height: 14px;
	padding-right: 1px;
	position: absolute;
	right: 20px;
	text-align: right;
	text-decoration: none;
 	top: 1px;
	width: 28px;
	visibility: hidden;
}

.tile-flag {
	height: 11px;
	position: absolute;
	right: 2px;
	top: 0px;
	width: 16px;
	visibility: hidden;
}

.tile-flag-img {
	height: 11px;
 	position: absolute;
	top: 3px;
	width: 16px;
	visibility: hidden;
}

.tile-view {
	padding: 1px;
	position: absolute;
}

#sbreloadbutton {
	background-color: #494949;
	border: 0;
	height: 24px;
	position: absolute;
 	right: 160px;
	top: 0px;
	width: 26px;
	z-index: 1;
}

#sbcontainer {
	background-color: #494949;
	color: #f0f0f0;
	font-family: Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	height: 16px;
	min-width: 136px;
	right: 0px;
	padding: 4px;
	position: fixed;
	text-align: left;
	top: 0px;
	visibility: visible;
	z-index: 1;
}

#sb {
	background-color: #494949;
	border: 0;
	height: 149px;
	overflow: hidden;
/* 	width: 136px; */
/* 	position: absolute; */
	bottom: 1px;
}

#statusbox {
	background-color: #990000;
/* 	border-radius: 5px; */
	color: #f0f0f0;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
 	height: 16px;
	min-width: 16px;
	right: 0px;
	padding: 4px;
	position: fixed;
	text-align: center;
	top: 0px;
	visibility: visible;
	z-index: 1;
}

#testbox {
/* 	border: 1px solid #cc0000; */
	background-color: #990000;
	left: 0px;
	top: 24px;
	width: 1016px;
	/* 892-24 = 868 */
	height: 868px;
	visibility: visible;
	position: absolute;
	z-index: 100;
}
