h1 {
	padding: 10px; 
	margin: 0; 
	border: 1px solid #999;
}
h2, h3 {
	text-decoration: underline;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*
a:visited, li a:visited {
	color: #DAA520;
}
*/
a:link, li a:link, a:visited, li a:visited {
	color: #FFD700; 
}

a:hover, li a:hover {
   color : #F00;
}
a.ols {
	text-decoration: none;
}

a:hover.ols {
	text-decoration: underline;
}
/* banner */
td.banner 
{
	font-size: 9px;
	text-align : left;
	padding-left: 4px;
	vertical-align: top;
}
/* horizontal element  */
/* outer div */
div.he {
	position: relative; 
	height: 17px; 
	margin: 0;
	padding: 0;
	text-align: left;
}
/* top left end (img) */
img.hetl {
	width: 8px; 
	height: 17px; 
	position: absolute;
}
/* top middle (div) */
div.hetm {
	margin-left: 8px; 
	margin-right: 6px; 
	height: 17px;
	padding: 0;
}
/* marker left */
img.heml {
	position: absolute; 
	left: 10px; 
	top: 6px;
	height: 5px;
}
/* marker right*/
img.hemr {
	position: absolute; 
	right: 8px; 
	top: 6px;
	height: 5px;
}
/* top right end*/
img.hetr {
	width: 6px; 
	height: 17px; 
	position: absolute; 
	right: 0; 
	top: 0;
}

input, select, textarea {
	margin-right: 5px;
	margin-left: 5px;
}
select {
	margin-right: 7px;
}
input.xxxl, select.xxxl {
	width: 200px;
	border: thin solid #999;
}
input.xxm, select.xxm {
	width: 150px;
	border: thin solid #999;
}
input.xxl, select.xxl {
	width: 125px;
	border: thin solid #999;
}
input.xl, select.xl {
	width: 100px;
   border: thin solid #999;
}
input.m, select.m {
	width: 80px;
	border: thin solid #999;
}
input.s, select.s {
	width: 60px;
	border: thin solid #999;
}
input.ts, select.ts {
	width: 40px;
	border: thin solid #999;
}
input.t, select.t {
	width: 20px;
	border: thin solid #999;
}
textarea {
	border: thin solid #999;
}
td.submit {
	text-align: right;
}
label, input.submit {
	cursor: pointer;	
}
input:focus, textarea:focus {
	border: thin solid #0AF;
}
input[type=checkbox]:focus {
	border: none;
}
input[type=image]:focus {
	border: none;
}
td.submit a:hover {
	text-decoration: underline;
}
input.submit {
	font-weight: 700;
}
input.submit:focus {
	border: 2px inset silver;
}
th, th label {
	font-weight: 700;
	text-align: left;
	border: 0px solid #FFF;
}

/* black box with text inside */
div.textblock {
	background: #000; 
	border: 1px solid #999; 
	padding: 4px 8px;
	text-align: left;
}
/* black box around table */
div.tableblock {
	 padding: 5px 10px; 
	 margin-left: 8px; 
	 margin-right: 7px; 
	 margin-top: 0px;
	 margin-bottom: 0px;
	 border: 1px solid #999;
	 text-align: left;
}
/* ship health colors */
/* danger */
span.shhd, span.pirate {
	color: red;
}
/* warning */
span.shhw {
	color: orange;
}
/* good */
span.shhg, span.eventcount {
	color: #87F717;
}
span.alien, span.nuke {	
	color: #006400;
}
span.headhunter {
	color: #87CEFA;
}

span.headhunter_dark {
	color: #4169e1;
}

span.normal {
	color: #FFF;
}
span.marauder {
	color: #FFC0CB;
}

span.marauder_dark {
	color: #FF1493;
}

span.clanwar {
	color: #FFA500;
}
span.alliance {
	color : #FFCC66;
}
/* table styles */
table.product {
	margin-bottom: 15px;
	padding: 1px;
	background-color: #000;
	border: 1px solid #FFF;
    width: 100%;
}
table.product th {
	font-size: 11px;
	text-align: left;
	padding: 1px;
	border: 1px solid #AAA;
}
table.product td {
	text-align: left;
    padding: 0 2px;
	border: 1px solid #AAA;
}
table.product td input[type=text] {
    margin-left: 2px;
}
table.product td input[type=image] {
    margin-left: 10px;
}
#branding {
    height: 80px; 
    overflow: hidden;
}
#branding #banner {
    text-align: right;
}
#branding #banner span {
    display: block;
}
#branding #title {
    float: left; 
    margin-right: 10px;
}