﻿
.clear {
  clear: both;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a img {
  border-width: 0px;
}


#networkBar {
  position: absolute; background-color:#fafafa;
  top: 0px;
  width: 992px;
  z-index: 1;
  text-align: center;
}

#networkBarPopup {
  width: 990px;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
  background-image:url('../images/white-back.gif');
  background-repeat:repeat-x; background-color:#fafafa;
  text-align:right;
}

#networkBarBanners {
  width: 992px;
  margin-left: auto; border:0px solid red; 
}

#networkBarBanners a.first_popup_banner {
  margin-left:7px;
}
#networkBarBanners>a.first_popup_banner {
  margin-left:11px;
}
#networkBarBanners a.last_popup_banner {
  margin-right:8px;
}
#networkBarBanners>a.last_popup_banner {
  margin-right:10px;
}
#networkBarControls {
  width: 992px;
  height: 27px;   margin-left: auto;
  margin-right: auto; 
  text-align: left; background-image:url('../images/back-gray.gif');
  background-repeat:repeat-x;}

#networkBarButton {
  display: block;
  position: absolute;
  float: left;
  margin-left: 15px;
}

#networkBarButton img {
  float: left;
}

