/* --- modify original content--- */
div#netcontent {
  position:relative;
  top:30px;
}
body {
  background-position-y:30px;
}
/* --- netbar itself --- */
table#netbar {
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  height:31px;
  z-index:900;
  background:url(bgsimple.jpg) repeat-x;
}
#netbar_inner {
  font-family: Arial;
  font-size: 12px;
  color:#fff;
}
#netbar_inner {
  background:url(bgtexture.jpg) no-repeat;
}
#netbar_inner a {
  color:#fff;
  text-decoration: none;
}
td.netbar_cell, #site_bar {
  padding:0 3 0 5;
  font-family: Arial;
  font-size: 12px;
  color:#fff;
}
#netbar_hotspot {
  padding: 0px 5px 0px 3px;
}
#search_box {
  font-size:9px;
/*
  background-color:#CBE7F5;
  border:none;
  border-right:1px solid #71B9FB;
  border-left:1px solid #0FAAE6;
  border-top:1px solid #4EB9F3;
*/
}

#Xsite_bar {
  height:22;
  background-color:#4978B1;
  -moz-opacity:0.7; opacity:0.7; filter:alpha(opacity=70); 
}
