body {
  /*background: #5f6711 url(http://www.snakebytestudios.com/fullbg) no-repeat fixed;*/
  background: #383e0a url(http://www.snakebytestudios.com/fullbg) no-repeat fixed center 0;
  margin: 0px;
  font-weight: normal;
  font-family: Arial,Sans-serif; 
  font-size: 12pt;
  color: #fcfee0; 
  scrollbar-face-color: #5a7502; 
  scrollbar-shadow-color: #3e4f01; 
  scrollbar-darkshadow-color: #3e4f01; 
  scrollbar-highlight-color: #6e8c02; 
  scrollbar-3dlight-color: #6e8c02;
  scrollbar-track-color: #2e2104; 
  scrollbar-arrow-color: #2e2104;
}
#outer-content {
	margin: 0pt auto;
	position: relative;
	width: 1000px;
}
#top {
	width: 100%;
	height: 90px;
	z-index: 3;
}
#main {
	/*overflow: auto;*/
	width: auto;
	height: auto;
	z-index: 0;
	padding: 4px;
	margin-left: 160px;
}
a:link {  
text-decoration: none;
color: #b2ff07;
}
a:visited {  
text-decoration: none;
color: #cde400;
}
a:hover {
text-decoration: none; 
color : #fcfee0;
} 
a:active {  
text-decoration: none;
color: #fcfee0;
}
a.wiki:link {  
text-decoration: none;
color: #fcfee0;
border-bottom: 1px dashed #b2ff07;
}
a.wiki:visited {  
text-decoration: none;
color: #fcfee0;
border-bottom: 1px dashed #cde400;
}
a.wiki:hover {
text-decoration: none; 
color : #fcfee0;
border-bottom: 1px dashed #fcfee0;
} 
a.wiki:active {  
text-decoration: none;
color: #fcfee0;
border-bottom: 1px dashed #fcfee0;
}
table.header{
  border: 1px solid #000000;
  background-image: url(/tableheadbg);
}
td.header{
  border: 1px solid #000000;
}
p.indent {
  text-indent: 30pt;
  margin-top: 0px;
  margin-bottom: 0px;
}
img.inlineRight {
	border:1px solid #000000;
	margin-bottom:4px;
	margin-left:4px;
	padding:1px;
}
img.inlineLeft {
	border:1px solid #000000;
	margin-bottom:4px;
	margin-right:4px;
	padding:1px;
}
#tableheadtextbig {
  font-family: Arial,Sans-serif; 
  font-size: 18pt; 
  color: #fcfee0; 
}
#tableheadtext {
  font-family: Arial,Sans-serif; 
  font-size: 14pt; 
  color: #fcfee0; 
}
#tabletext {
  font-family: Fixedsys,Verdana,Arial,Sans-serif; 
  font-size: 10pt; 
  color: #fcfee0; 
}
#tooltip {
  font-size: 8pt;
  border: 1px solid #2e2104;
  background-color: #728414;
  visibility: hidden;
  position: absolute;
  padding: 2px;
  text-align: left;
  z-index: 100;
}
#tooltiphint {
  border-bottom: 1px dashed;
}
#tooltiphintover {
  color: #e9f69a;
  border-bottom: 1px dashed #e9f69a;
}
.versionFooter {
	font-size: 8pt;
	text-align: right;
}
.hide { display: none; }
.show { display: inline; }

input{
color: #fcfee0;
background: #2e2104;
border: 1px solid #96b624;
}
textarea{
color: #fcfee0;
background: #2e2104;
border: 1px solid #96b624;
}
fieldset{
background-image: url(/tablebg);
border: 1px solid #96b624;
padding: 3px;
}
blockquote{
background: #638400;
border: 1px dashed #96b624;
padding: 3px;
}
/* the following doesn't work in ie6. overflow/clip has problems in ie7, also */
blockquote.code{
	background: #638400;
	border: 1px dashed #96b624;
	padding: 3px;
	white-space: pre;
	overflow: auto;
	clip: auto;
}
code {
  background: #fcfee0;
  color: #638400;
  font-size: 10pt;
}
.skillgodlike {
	color: #00FF00;
}
.skillmasterful {
	color: #40FF40;
}
.skillexperienced {
	color: #80FF80;
}
.skillmediocre {
	color: #C0FFC0;
}
.skillnovice {
	color: #FFFFFF;
}
#lightbox-overlay {
	background-color: #000000;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100;
}
#lightbox-container {
	position: absolute;
	z-index: 101;
}
#lightbox-frame {
	border: none;
}
#lightbox-imageControls {
	background: transparent url(/images/ui/forest-controls1.png) no-repeat scroll 0 0;
	margin: 4px;
	padding: 5px;
	z-index: 110;
	position: absolute;
	/*opacity: 0.4;*/
}
#lightbox-archiveTable {
	/*table-layout: fixed;*/
}
.lightbox-archiveHeader {
	font-weight: bold;
	background-image: url(/tableheadbg);
}
.lightbox-archiveCell {
	font-size: smaller;
	overflow: hidden;
	white-space: nowrap;
}
.archivePacked {
	text-align: right;
}
.archiveUnpacked {
	text-align: right;
}
.archiveTime {
	text-align: right;
}