
/* GENERAL ------------------------------------------------------------------ */

/* Zero default margin & padding around common elements */
/*
body, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, p, ul
{
	margin: 0;
	border: 0 none #FFFFFF;
	padding: 0;
}
*/

body
{
	height: 100%;
	overflow: hidden;
	padding-top: 30px;
	background-color: #111111;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	line-height: 1.4;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 85%;
	text-align: left;
}

a
{
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited
{
	color: #FFFFFF;
}

a:hover
{
	text-decoration: none;
}

img
{
	border: 0 none transparent;
}

input, select, table, textarea
{
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.replacement
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

a .replacement
{
	cursor: hand;
	c\ursor: pointer;
}

#top
{
	position: absolute;
	left: -9999px;
	top: -9999px;
}




/* CONTENT ----------------------------------------------------------------- */

.embedContainer
{
	position: absolute;
	left: 0;
	top: 0;
}

object
{
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	height: 1px;
}

embed
{
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	height: 1px;
}

h1
{
	width: 162px;
	height: 34px;
	margin: 0 0 0 120px !important;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#play
{
	position: absolute;
	left: 765px;
	top: 31px;
	width: 84px;
	height: 54px;
	background-image: url(../images/button_play.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#play.on
{
	background-image: url(../images/button_pause.png);
}

#visualise
{
	position: absolute;
	left: 853px;
	top: 31px;
	width: 84px;
	height: 54px;
	background-image: url(../images/button_visualise.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

thead th
{
	height: 35px;
	border-bottom: 1px solid #111111;
	background-image: url(../images/led.png);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	font-size: 65%;
	vertical-align: top;
	text-align: center;
	font-weight: normal;
}

thead th.on
{
	background-image: url(../images/led_on.png);
}

tbody th
{
	width: 80px;
	padding: 0 15px 0 15px;
	text-align: right;
	vertical-align: middle;
	opacity: 0.35;
}

tbody tr:hover th
{
	opacity: 1;
}

tbody td
{
	width: 49px;
	height: 49px;
	border-top: 1px solid #4C4C4C;
	background-image: url(../images/button_trigger.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

tbody tr.odd td
{
	border-top: 0 none #FFFFFF;
	border-bottom: 1px solid #111111;
}

tbody tr:last-child td
{
	border-bottom: 1px solid #444444;
}

tbody td.col
{
	background-color: #333333;
}

tbody td.on
{
	background-image: url(../images/button_trigger_on.png);
}

#mask
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	overflow: hidden;
	background-color: #000000;
	opacity: 0.5;
}

#mask p
{
	position: absolute;
	right: 10px;
	top: 10px;
	margin: 0;
	color: #FFFFFF;
	text-align: right;
}

#visuals
{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -240px 0 0 -320px;
}