@import url("style.css");

body {
	background-color: #000;
}

a {
	color: #6699FF;
}

a:hover {
	color: #6DB4B4;
}

/** Color options **/
div#color-options {
	color: #FFF;
}

	div#color-options a {
		color: #FFF;
	}

/** Stagelights **/
img#stagelights {
	display: block;
}

/** Header Image **/
div#header {
	background-image: url('../images/header-black.png');
}

/** Console area **/
div#content-container {
	border-top: 1px solid #FFF;
	color: #FFF;
}

div#content input[type="text"],
div#content input[disabled="disabled"],
div#content textarea[disabled="disabled"],
div#content input[type="password"],
textarea {
	color: #FFFF99 !important;
}

/** Content **/
div#content, td {
	color: #FFF;
}

div.loading {
	background-image: url('../images/loading-white.gif');
}

/** Copyright and footer **/
div#copyright, div#copyright a {
	color: #777;
}

/** Content styles **/
div.bar {
	border-top: 1px solid #FFFFFF;
}