/* 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: structure.css,v 1.2 2002/05/12 08:17:23 floybix Exp $
 */

BODY {
	margin-left: 0px;
	margin-top: 0px;
}

A { white-space: nowrap; }

td.mainContent { vertical-align:top; padding-left: 20px; }

td.controlPanel { width: 240px; /*vertical-align: middle;*/ }
td.controlPanel table { width: 100%; }
td.controlPanel td { border: none !important; text-align: left; }

table.controlPanelHelp { border-collapse: collapse; margin: 15px; }
table.controlPanelHelp td { padding: 4px; }
table.controlPanelHelp td.controlPanel { text-align: center; }

table.credits { width: 80%; border-collapse: collapse; }
table.credits td { padding: 4px; }
td.creditsContent { white-space: pre; }

.modeTable { text-align:center; }
.modeTable input {  width: 30%; }

table.indexTable { width:80%; }
table.indexTable td { text-align:center; padding: 4px; width:30%; }
table.indexTable td img { border:none; }

.logo { font-family: Verdana, sans-serif; font-size: 25px; margin-left: 25px; }

input.planet { cursor: crosshair; color: white; background-color: transparent; }

.centered { text-align: center !important }

