body {
  font-family: Arial, sans-serif;
  font-size: 11px;
	color: #6a6a6a;
/*  background: #fff url('/images/gaia/header_bg.png');
  background-position: center 0px;*/
	background: #fff url('/images/gaia/header_bg.png') repeat-x 0px 0px;  
}

#logo {
	position: absolute;
	top: 32px;
	left: 15px;
	width: 339px;
	height: 103px;  
	background: url("/images/gaia/logo.png") top left no-repeat;	
}

#header {
/*	border-bottom: 1px solid #ddd;*/
/*	background: #fff url('/images/header-bg.gif') repeat-x 0px 18px;*/
	padding: 10px 5px 0px 6px;
	color: #999;
	height: 142px;
	position: relative;
	top: 0px;
}

#usernav {
	position: absolute;
	top: 76px;
	right: 5px;
	width: 500px;
	
	color: #999;
	text-align: right;
}

#usernav a:link b {
  color: #2fc4ef;;
}

#nav {
	padding: 0px 0px 5px 0px;
	margin-bottom: 0px;
	color: #ddd;
	font-size: 12px;
	letter-spacing: 0px;-1px;
	
	position: absolute;
	bottom: 0;
	right: 0;	
	text-align: right;
	
	z-index: 1; /* this is to hide the logo-changer when window is < 800px */
/*	background: #fff url(/images/header-bg.gif) repeat-x bottom left;*/
/*	background: #fff url(/images/header-bg-flipped.gif) repeat-x top left;*/
	
	/* preload down arrow image */
	background-image: url("/images/down-corner-over.gif");
	background-repeat: no-repeat;
	background-position: -1000px -1000px;
}
#nav:hover {
  color: #fff;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
/*  display: inline;*/
  position: relative;
 	float: left;
 	padding: 9px 4px 3px 4px;
  margin: 0;
	margin-right: 4px;
	background: #fff; /*url('/images/gaia/tab-corner-left.gif') top left no-repeat;*/
	 border-top: 1px #c5c5c5 solid;
	border-left: 1px #c5c5c5 solid;
	border-right: 1px #c5c5c5 solid;		
	line-height: normal;
	font-size: 12px;
}
#nav li a:link, #nav li a:visited {
/*	padding: 5px 10px 5px 11px;*/
	padding: 5px 7px 3px 7px;
	text-decoration: none;
	font-weight: bold;
/*	font-family: verdana;*/
	background: #f1f1f1; /*url('/images/gaia/tab-corner-right.gif') top right no-repeat;*/

/*  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;*/

	color: #6a6a6a;
}
#nav li a:hover {
	color: #6B9F53;
	color: #000;
}

#nav li a.tab-left:link, #nav li a.tab-left:visited {
	padding-right: 32px;
	margin-right: 0px;
	background: #f1f1f1;
}

#nav li a.selected:link, #nav li a.selected:visited {
  text-decoration: none;
  background: #f9f9f9; #f1f1f1; /*url('/images/tab-corner-right.gif') top right no-repeat;*/
  font-weight: bold;
	color: #333;
}

#nav li a.down:link, #nav li a.down:visited {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 18px;
  margin: 0;
  padding: 0px 0px 4px 4px;
  border-left: 3px solid #fff;  
  border-top: 4px solid #fff;  
  border-right: 4px solid #fff;      
  background: #f1f1f1 url("/images/down.gif") no-repeat center center;
}

#nav li a.down:hover {
	background: #fff url("/images/down.gif") no-repeat center center;
}

#nav li a.up:link, #nav li a.up:visited {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 18px;
  margin: 0;
  padding: 0px 0px 4px 4px;
  border-left: 3px solid #fff;  
  border-top: 4px solid #fff;  
  border-right: 4px solid #fff;      
  background: #f1f1f1 url("/images/up.gif") no-repeat center center;
}

#nav li a.up:hover {
	background: #fff url("/images/up.gif") no-repeat center center;
}

#up2 a:link, #up2 a:visited {
  background: transparent url("/images/up.gif") no-repeat top right;
}
#up2 a:hover {
	background: transparent url("/images/up-over.gif") no-repeat top right;
}


/************ end tabs *************/


a:link, a:visited, a:active {
	color: #6a6a6a;
/*	color: #82B36A;
	color: #6B9F53;*/
	text-decoration: none;
}

a:hover {
	color: #383838;
	text-decoration: underline;
}

a.link-gray:hover, a.link-grayer:hover {
	color: #383838;
	}
	a.link-dark:hover {
		color: #383838;
		}

h1, h2, h3, h4, .wiki-content h4 {
  color: #383838;
}

h4 {
  border-bottom: 1px solid #e7e7e7;
}

h1 a.link-dark:link, h2 a.link-dark:link, h3 a.link-dark:link,
h1 a.link-dark:visited, h2 a.link-dark:visited, h3 a.link-dark:visited, 
h1 a.link-dark:active, h2 a.link-dark:active, h3 a.link-dark:active
{
	color: #383838;
}
h1 a.link-dark:hover, h2 a.link-dark:hover, h3 a.link-dark:hover {
  color: #383838;
}

ul {
  list-style-type: none;
}

ul.list-left {
  margin-left: 0px;
}

li {
  background: url("/images/gaia/dots.png") no-repeat 0 50%;
  padding-left: 20px;
}

.grayest {
  color: #6a6a6a;
}

#logo-change {
  position: absolute;
  right: 10px;
  top: 127px;
}

/***********/

div#browsemenu {
	background-color: #f3f3f3;
	border: 2px solid #e6e6e6;
}

.enclosure {
  background-color: #f3f3f3; 
  border: 1px solid #e6e6e6;
}

#upload fieldset {
  background-color: #f3f3f3; 
  border: 1px solid #e6e6e6;  
}

#upload legend {
  color: #333;
}

#tools a {
  border: 1px #ccc solid;
  background-color: #fff;
}

#tools a:hover {
  background-color: #eee;
}

#tools .current {
  border: 1px #ccc solid;
  background-color: #ddd;  
}

/* for plaques */

#errorExplanation {
	background: #eee;
	border: 2px solid #ddd;	
}

.profile-comment {
	background: url('/images/blockquote.gif') no-repeat 0px 0px;
}

.author-comment {
	background: #fff;
}

.featured {
	background: url('/images/blockquote.gif') no-repeat 0px 0px;
}


#messages-table * tr td {
	border-bottom: 1px solid #e5e5e5;
}

#messages-table .unread { font-weight: bold; background: #F0F0F0; color:#000; }