body {
	background-color: #ffffff;
	background-repeat:repeat;
	font-family: segoe ui light, segoe ui, arial, sans-serif;
	font-size: 15pt;
}

#wrapper {
}

#top {
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#menu {
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 0px;
	text-align: center;
}

#menu a {
	color: #424242;
	text-decoration: none;
}

#menu a:hover{
	color: #1E81CD;
	text-decoration: none;
}

#menu-item-youtube a:hover{
	color: #8B0808;
	text-decoration: none;
}

#content {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#current-video {
	padding-bottom: 10px;
}

#footer {
	width: 1000px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #dadada;
	color: #ffffff;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:0px;
	margin-left:0px;
}

a {
	color: #1E81CD;
	text-decoration: none;
	font-size: 12pt;
}

td {
	border-style:solid;
	border-color:#CACACA;
	border-collapse:collapse;
}

a img {
	border:none;
	background-color:transparent;
}

a:hover {
	color: #1E81CD;
	text-decoration: underline;
	font-size:12pt;
}

td.fade {
	color: #CACACA;
}

td.structure {
	border-style:none;
}

div.options {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:30px;
	cursor:pointer;
	background:#cacaca;
	color:#424242;
	opacity:0.2;
	text-align:right;
}

div.options:hover {
	opacity:1;
}

div.options-expanded {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:30px;
	background:#cacaca;
	color:#424242;
	text-align:left;
	display:none;
}

div.clock {
	font-size:72pt;
	color: #cacaca;
}

div.uptime {
	width:20.84%;
	height:50px;
	background-color:#ffffff;
	display:inline-block;
	margin-left:-5px;
}

div.pn {
	width:1.4%;
	height:50px;
	background-color:#15AAFF;
	display:inline-block;
	margin-left:-5px;
}

div.downtime {
	width:12.5%;
	height:50px;
	background-color:#15AAFF;
	display:inline-block;
	margin-left:0px;
}

div.hand-horizontal {
	position:absolute;
	top:420px;
	left:0px;
	width:100%;
	height:10px;
	background-color:#8c8c8c;
	z-index:2;
}

div.hand-vertical {
	height:150px;
	width:10px;
	background-color:#8c8c8c;
	position:absolute;
	z-index:1;
	box-shadow: 0px 0px 10px #424242;
}

div.hand-seconds {
	height:0px;
	width:8px;
	background-color:#d90000;
	margin-left:1px;
}