@import "colors.css";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #336600;
	color: #ffffff;
}

a:link, a:visited, a:active { color: #ffffff; }
a:hover { color:#0000ee; }

img { border:0; }

ol, ul {
	font-family: inherit;
	line-height: 1.4em;
}

input, select, option, textarea, .area {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: 500;
}

#resetB { 
	background-color:#FFFF80; 
	color:#CC00FF;
}

.btnX { width:3.6ex; }

button { padding-left:1px; padding-right:1px; }
button img { vertical-align:text-bottom; }

/*  Resizable panels */
/* These are important, don't change: */
html, body { height:100%; overflow:hidden; margin:0; padding:0; }
.JmolPanels { position:absolute; overflow:hidden; }
.textPanels { position:absolute; overflow:auto; }
#JmolPane  { left:0; width:100%; top:0; height:85%; }
#mainPane  { left:0; width:100%; top:85%; height:15%; }

