/* flatplanet is copyright 2001 Felix Andrews <cortex(at)neurofractal.org>
 * This is open source software under the GNU General Public Licence.
 * See the file COPYING for more information.
 * $Id: machined.css,v 1.2 2002/05/12 08:17:23 floybix Exp $
 */

BODY {
	background: black url("interface/stars.png");
	color: white;
	font-family: Verdana, sans-serif;
}

/* #ffaa00 is orange */

td.controlPanel { background-color: #222222; }
table.controlPanelHelp td { border: thin solid #ffaa00; }

table.credits td { border: thin solid #ffaa00; }
td.creditsHeading { text-indent: 20px; font-weight: bold; }
td.creditsContent { background-color: #222222; }

input, select { background-color: #aaaaaa; border-color: #aaaaaa; color: #222222; }
.renderButton { background-color: #ffaa00; border-color: #ffaa00; color: black; font-weight: bold; }

.modeTable input { border-width: 2px; color: black; font-weight: bold; }
.modeCellOn  { border-style: inset;  background-color: #666666; border-color: #666666; }
.modeCellOff { border-style: outset; background-color: #888888; border-color: #888888; }

.helpModeTable .modeCellOn  { background-color: #dd8800; border-color: #dd8800; }
.helpModeTable .modeCellOff { background-color: #ffaa00; border-color: #ffaa00; }


.logo { color: #ffaa00; }

A { color: #ffaa00; /*padding: 2px;*/ }
A:visited { color: #ffcc33; }
A:active {
	background-color: #ffaa00;
	color: black;
}
A:hover {
	/*text-decoration: none;
	border: 1px dotted #ffaa00;
	padding: 1px;*/
	background-color: black;
	color: #ffaa00;
}

.error { color: yellow; }
.info  { color: #ffaa00; }
.warn  { color: white; }
.debug { color: aqua; white-space: pre; }

var { color: #ffffff; font-style: italic; font-weight: bold; }

