body {
  background: #004c00;
  font-family: Arial, Helvetica, sans-serif;
  color: #CCCCCC;
}

.mini {
	font-size: 1px;
}

.tigray,
.tigray a,
.tigray a:link,
.tigray a:visited,
.tigray a:active,
.tigray a:hover
{
	color: #aaaaaa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
        text-decoration: none;
}

.normal
{
  color: #aaaaaa;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.normal a,
.normal a:link,
.normal a:visited,
.normal a:active
{
	color: aaaaaa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
        text-decoration: underline;
}
.normal a:hover
{
  color: #cccccc;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: underline;
}

h1.normal {
  font-size: 14px;
  text-decoration: underline;
}

input, textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-bottom: 4px;
}

.rightside {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 300px;
  height: 70px;
  bottom: 0px;
  overflow: hidden;
}

.mainbody {
  position: absolute;
  top: 4px;
  left: 4px;
  right: 16px;
}

.mainmenu {
  top: 4px;
  left: 4px;
  padding-bottom: 16px;
}

.innerbody {
	position: relative;
	left: 8px;
}

/* as suggested by Mark Newhouse, 
http://www.alistapart.com/articles/taminglists/ */

#tabs ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#tabs ul li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 7px 5px;
	/* border: 1px solid #000; */
	list-style: none;
	display: inline;
	}
	
		
#tabs ul li.here {
	border-bottom: 2px solid #ffa900;
	list-style: none;
	display: inline;
	}

.wizard_instructs {
  display: none;
}

