/* C S S   B Y   V I L L I N G   A N D   C O M P A N Y  
A U T H O R :   N A T H A N   D E S E L M */

html 				{  }
body 				{ font:small/1.5em Verdana,Helvetica,Arial,sans-serif; color:#555555; margin:3em; }

a					{ color:#5663e8; text-decoration:underline; }

a img				{ border:none; }

div#menu h1 a		{ text-decoration:none; color:#d2232a; }
div#menu ul			{ display:none; }

h1					{ font-weight:normal; color:#d2232a; font-size:2em; }
h2					{ font-weight:normal; color:#d2232a; font-size:1.5em; }
h3					{ font-weight:normal; color:#000000; font-size:1.2em; }


table#tanks			{ line-height:normal; border-collapse:collapse; }
table#tanks caption { border:1px solid black; background-color:#d2232a; color:white; font-weight:bold; font-size:1.2em; line-height:2em; }
table#tanks caption span { display:none; }
table#tanks thead th{ border:1px solid black; text-align:center; padding:.3em .5em; vertical-align:top; }
table#tanks tbody th{ border:1px solid black; text-align:left; padding:.3em .5em; white-space:nowrap; font-weight:normal; }
table#tanks td		{ border:1px solid black; white-space:nowrap; padding:.3em .5em; text-align:center; }
table#tanks tr.odd	{ background-color:#cccccc; }
table#tanks tr.even {  }
table#tanks tfoot	{ border:1px solid black; background-color:#d2232a; height:.5em; }



/* FORM STUFF */
form					{ width:50%; padding:0; margin:0; }
* html form				{ padding:0; margin:0; }
fieldset 				{ padding:0; margin:0; border:none; }
legend 					{ display:none; }
input, select, textarea { font:11px/2 Verdana, Arial, Helvetica, san-serif; color:#666666; margin:0 2px;   }
p.error 				{ color:#fff200; }
label 					{ margin:0; text-align:left; }
.text, textarea, select	{ float:right; width:20em; margin:.5em 0 0; padding:.3em .5em; background-color:#ffffff; border:1px solid #AAA; }
.text-short				{ float:right; width:4em; margin:.5em 0 0; padding:.3em .5em; background-color:#ffffff; border:1px solid #AAA; }
.textarea 				{ height:16em; }
.checkbox				{ float:right; margin:.75em 19em 0 0; }
* html .checkbox		{ margin:.5em 9.5em 0 0; }
select	 				{ float:right; width:21em; }
form br					{ clear:both; }
