body				{ background-image: url(images/stars2.jpg) ; background-color: #000000 ; font: bold 12px verdana,arial; color: #ffffff; }

table				{ background-image: url(images/grad.jpg); background-repeat: no-repeat; background-color: #000000; border-collapse: collapse; border: #9999ff ridge 2px; }

th					{ font: bold 12px verdana,arial; border: #000033 solid 1px; border-width: 1 0 1 0;}
td					{ font: 12px verdana,arial; border: #000033 solid 1px; border-width: 0 0 1 0; }

marquee 			{ font: 9px helvetica; font-weight: normal; }												/* marquee */

.home				{ background-image: url(images/grad.jpg); }													/* home table */
.top				{ background-image: url(images/grad.jpg); }													/* page top table */
.header				{ background-image: url(images/grad.jpg); }													/* header table, example: Empire, Messages */
.region				{ background-image: url(images/stars.jpg); background-repeat: repeat; position:relative;}	/* map region table */
.system				{ background-image: url(images/grad2.jpg); position:relative;}								/* map system table */
.astro				{ background-image: url(images/grad2.jpg); }												/* map astro table */
.base_top			{ background-image: url(images/grad.jpg); }													/* base header table */
.base				{ background-image: url(images/grad2.jpg); }												/* base view table */
.no_back			{ background-image: none;}																	/* no background tables */

.td_reg				{ border-style: solid; border-width: 1px; }													/* some td on map */
.th_header2			{ font: bold 12px verdana,arial; }															/* table th headers */

.td_icon			{}																							/* Not in use */

.error				{ color: red; font-weight: bold; }															/* error td (red) */
.gray				{ color: gray; }																			/* gray td */
.red				{ color: red; }																				/* red td */
.yellow				{ color: yellow; }																			/* yellow td */
.orange				{ color: orange; }																			/* orange td */

.help				{ font: 11px verdana,arial; color: #999999; }												/* help td (small font, gray) */

tr.bold td			{ font-weight: bold; color: #ffff66; }														/* example current level on some structure */

a:link , a:visited	{ color: gold; text-decoration: none;}														/* link */
a:hover				{ color: silver; text-decoration: underline; }												/* link */

img					{ border: 0px; }																			/* image */

input				{ border: #9999ff 1px solid; font: bold 11px verdana,arial; color: #ffffff; background-color: #000066; }	/* form input */
select				{ border: #9999ff 1px solid; font: bold 10px verdana,arial; color: #ffffff; background-color: #000066; }	/* form select */
textarea			{ border: #9999ff 1px solid; font: bold 11px verdana,arial; color: #ffffff; background-color: #000066; }	/* form textarea */
.check				{ border-style: none; background-color: transparent; }														/* form checkbox */
input.quant			{ text-align: center; }																						/* form input quantity */