body {
   background: #272727 url("img/bg_35.png") repeat-x;
   background-attachment:fixed;
   }
a:link {
   color:#46ABE6;
   text-decoration:none;
   }
a:visited {
   color:#666E78;
   text-decoration:none;
   }
a:hover {
   color:#AFD4FD;
   text-decoration:none;
   }
p,td,div   {
   font-family: verdana, helvetica;
   font-size: 11px;
   color: #a0a0a0;
   }
p.tag {
   color: #606060;
   font-size: 9px;
   }
.heading {
   color:#c0c0c0;
   padding: 4px;
   width:60%;
   font-weight:bold;
   font-size:11px;
   text-transform:lowercase;
   border-bottom:thin dotted #4596E8;
   }
.fineprint {
   font-size: 9px;
   }
td.dark   {
   background-color:#000000;
   }
strong {
   color: #c0c0c0;
   font-weight: bold;
   }
strong.fake {
   color: #4593EB;
   font-weight: normal;
   }
#quicknav {
   float:left;
   }
#horizon {
   text-align: center;
   position: absolute;
   top: 50%;
   left: 0px;
   width: 100%;
   height: 1px;
   overflow: visible;
   visibility: visible;
   display: block;
   }
#bullseye {
   margin-left: -100px;
   position: absolute;
   top: -100px;
   left: 50%;
   width: 200px;
   height: 200px;
   background: url("img/z_bw.png") center no-repeat;
   }
#content {
   position: absolute;
   margin:0; border:0;
   top: 10%;
   height: 85%;
   width: 98%;
   overflow: auto;
   }
#sitesearch {
   text-align: right;
   float:right;
   height: 20px;
   padding: 0px 10px;
   display: block;
   }
#footer {
   font-size: 9px;
   text-align: right;
   position: absolute;
   bottom: 20px;
   left: 0px;
   width: 98%;
   height: 20px;
   display: block;
   }
pre { font-size: 10px; }
.menuodd {
   background-color: #46ABE6;
   color: #124BC9;
   font-family: verdana;
   font-size: 10px;
   }
.menueven {
   background-color: #124BC9;
   color: #46ABE6;
   font-family: verdana;
   font-size: 10px;
 }
.right {   float: right;   }
.left  {   float: left;    }
.uinfo {
   font-family: "Lucida Console", "Courier New", monospace;
   font-weight: bold;
   font-size: 11px;
   color: #e1ca7b;
}
select.uinfo,input.uinfo {
   width: 250px;
   background-color:#555;
   border: #222 1px solid;
}
.fb {
   width:98%;
   border: #cf3625 1px solid;
   color: #cf3625;
   background-color: #aaa;
   margin-bottom: 10px;
   opacity: 0.6;
}
.fb p {
   color: #cf3625;
   text-align:center;
   font-family: "Lucida Console", "Courier New", monospace;
   font-size: 11px;
}

/* dock - top */
.dock {
	position: relative;
	padding-top: 76px;
	height: 50px;
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	padding-left: 10px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #c0c0c0;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}