
/* 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;
}

html
{
	height: 100%;
}

body
{
	height: 100%;
	overflow: hidden;
	background-color: #000000;
	color: #FFFFFF;
	line-height: 1.4;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	text-align: left;
}

a
{
	color: #0066CC;
	text-decoration: underline;
}

a:visited
{
	color: #0066CC;
}

a:hover
{
	text-decoration: none;
}

img
{
	border: 0 none transparent;
}

input, select, table, textarea
{
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

#top
{
	position: absolute;
	left: -9999px;
	top: -9999px;
}




/* CONTENT ------------------------------------------------------------------ */

input
{
	display: none;
}

.colourDiv
{
	position: absolute;
	width: 100%;
	height: 100%;
}

.rectangle
{
	position: absolute;
	top: 50%;
}

.shadow
{
	position: absolute;
	margin-left: 10px;
	margin-top: 10px;
	background-color: #000000;
	opacity: 0.3;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.rectangleTop
{
	position: absolute;
	background-color: #FF0000;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}

.rectangleBottom
{
	position: absolute;
	bottom: 0;
	height: 6px;
	background-color: #FF0000;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

img
{
	position: absolute;
	top: 6px;
}

.slider
{
	position: absolute;
	top: 3px;
	right: 0;
	width: 200px;
	height: 19px;
	padding: 0 29px 0 29px;
	background-image: url(../images/slider_groove.png);
	background-repeat: no-repeat;
}

.sliderIndicator
{
	position: absolute;
	top: 0;
	left: 0;
	width: 38px;
	height: 19px;
	background-image: url(../images/slider.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: move;
}

#shape
{
	left: 50%;
	top: 100%;
	z-index: 2;
	margin: -66px 0 0 71px;
}

#loading
{
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 2;
	width: 50px;
	height: 50px;
	margin: -80px 0 0 -25px;
	background-image: url(../images/refresh.gif);
	background-repeat: no-repeat;
	background-position: -53px -156px;
}

#spectrum
{
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 2;
	width: 256px;
	height: 39px;
	margin: -86px 0 0 -326px;
	background-image: url(../images/spectrum.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
	cursor: pointer;
}

.marker
{
	position: absolute;
	top: 0;
	left: -9999px;
	width: 14px;
	height: 19px;
	background-image: url(../images/marker.gif);
	background-repeat: no-repeat;
}

#refresh
{
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 1;
	width: 156px;
	height: 133px;
	margin: -133px 0 0 -78px;
	background-image: url(../images/refresh.gif);
	background-repeat: no-repeat;
}

#refresh a
{
	position: absolute;
	left: 53px;
	top: 53px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
