/* ------------------------------------------------------------

    * Virtela Network Tool
    * Coded by Bruce Clark of Imulus

------------------------------------------------------------ */

/* =Initial Page Structure
  (further specific styling for these sections is lower down, use =Section to quick find)
------------------------------------------------------------ */

* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  list-style: none;
}

html {
  font: 12px/1.5 Arial, Helvetica, sans-serif;
  color: #444;
  background: #e5e5e5;
}

body {
  position: relative;
  padding: 10px 0;
}

.tool-wrap {
  border: 1px solid #d2d2d2;
  margin: 0 auto;
  padding: 0 20px 16px 20px;
  width: 892px;
  background: #fff;
}

.banners {
  margin: 0 auto;
  width: 933px;
}

#footer {
  margin: 10px auto 0 auto;
  width: 933px;
}

/* =Basic Element Styles
------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 5px;
}

h1 {
  font-size: 20px;
}

h2 {
  position: relative;
  float: left;
  width: 892px;
  color: #666;
  font-size: 12px;
  padding: 15px 0 0 0;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}

h2.short {
  width: 456px;
}

h2 span {
  display: block;
  float: left;
  width: 100px;
  background: #76b4e2 url(/images/network-tool/layout/rounded-corners.png) no-repeat right top;
  margin-right: 15px;
  margin-left: 0;
  margin-top: -3px;
  text-align: center;
}

h2 span em {
  display: block;
  background: url(/images/network-tool/layout/rounded-corners.png) no-repeat left top;
  color: #fff;
  padding: 4px 17px 4px 17px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
}

h3 {
  color: #555;
  font-size: 14px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 12px;
}

p,
address {
  padding-bottom: 15px;
}

address {
  font-style: normal;
}

input,
textarea {
  font: 11px Verdana, sans-serif;
  padding: 2px;
  border: 1px solid #999;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

select {
  font: 11px Verdana, sans-serif;
  padding: 0;
  border: 1px solid #999;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: bottom;
}

img,
a img {
  border: 0;
  vertical-align: middle;
}

a {
  color: #5C8556;
  text-decoration: none;
}

a:visited {
  color: #679660;
}

a:hover {
  color: #436D8B;
  text-decoration: underline;
}

/* =Utilities
------------------------------------------------------------ */

.left {
  float: left;
  position: relative;
  margin: 0 10px 5px 0;
}

.right {
  float: right;
  position: relative;
  margin: 0 0 5px 10px;
}

.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-none {
  clear: none;
}

.center {
  text-align: center;
}

.autoclear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.autoclear {
  display: inline-block;
}

.autoclear {
  display: block;
}

/* =Layout and Function
------------------------------------------------------------ */

  /* =Intro
------------------------------------------------------------ */

#intro {
  margin: 0 0 0 0;
  background: #dbe9f3 url(/images/network-tool/layout/world-bg.jpg) no-repeat right bottom;
}

#intro .intro-wrap {
  background: transparent url(/images/network-tool/layout/rounded-corners.png) no-repeat right bottom;
}

#intro .intro-inner {
  padding: 15px 15px 0px 20px;
  margin: 0 0 5px 0;
  background: transparent url(/images/network-tool/layout/rounded-corners.png) no-repeat left bottom;
}

#intro .intro-inner h1 {
  width: 666px;
  height: 50px;
  padding: 0 0 10px 0;
  text-indent: -9999px;
  background: url(/images/network-tool/layout/title.gif) no-repeat;
}

body.with-logo #intro .intro-inner {
  position: relative;
}

body.with-logo #intro h1 {
  margin-left: 200px;
}

body.with-logo strong#logo {
  position: absolute;
  left: 20px;
  top: 15px;
  display: block;
  width: 175px;
  height: 50px;
  background: url(/images/network-tool/layout/logo-small.gif) no-repeat 0 0;
  text-indent: -9999px;
  outline: 0;
}

body.with-logo strong#logo a {
  display: block;
  width: 175px;
  height: 50px;
  outline: 0;
}


  /* =Network Map and Plotting
------------------------------------------------------------ */

#network-map {
  position: relative;
  width: 892px;
  height: 463px;
}

#network-map ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 892px;
  height: 463px;
}

#network-map ul li {
  position: absolute;
  width: 12px;
  height: 17px;
  background: url(/images/network-tool/icons/markers-alt.png) no-repeat 1px 0;
  cursor: pointer;
  z-index: 0;
}

#network-map ul li:hover,
#network-map ul li.active:hover,
#network-map ul li.active.secondary:hover  {
  background-position: 1px -60px;
  z-index: 100;
}

#network-map ul li.active {
  background-position: 1px -20px;
  z-index: 100;
}

#network-map ul li.active.secondary {
  background-position: 1px -40px;
  z-index: 100;
}

#network-map ul li span {
  display: none;
}

#network-map ul li:hover span {
  position: relative;
  float: left;
  display: block;
  padding: 3px 7px 9px 7px;
  background: url(/images/network-tool/layout/bubble.png) no-repeat left bottom;
  color: #eee;
  margin: -30px 0 0 -2px;
  white-space: nowrap;
}


  /* =Slider
------------------------------------------------------------ */

.bandwidth-holder {
  float: right;
  width: 450px;
  padding-top: 5px;
  padding-left: 5px;
}

.bandwidth-holder p#bandwidth-choices {
  padding-top: 20px;
}

.bandwidth-holder p#bandwidth-choices input {
  padding: 0;
  border: 0;
}

.bandwidth-holder p#bandwidth-choices label {
  padding-left: 2px;
}

.bandwidth-holder p#bandwidth-choices span {
  padding-left: 8px;
}

.bandwidth-holder p#bandwidth-choices span.first {
  padding-left: 0;
}

#slider {
  position: relative;
  float: left;
  width: 400px;
  margin: 20px 0 0 20px;
}

ul.slide-meter {
  clear: left;
  margin: 0 0 0 7px;
  padding-top: 10px;
}

ul.slide-meter li {
  position: relative;
  float: left;
  width: 78px;
  font-size: 11px;
}
ul.slide-meter li.last {
  position: relative;
  float: left;
  width: 50px;
  font-size: 11px;
}

  /* =To and From City Dialogue
------------------------------------------------------------ */

#to-from {
  width: 418px;
  float: left;
  padding-top: 9px;
}

#to-from span {
  position: relative;
  float: left;
  display: block;
  width: 188px;
  color: #777;
  font-weight: bold;
  padding: 0 10px 0 10px;
  text-align: center;
}

#to-from h3 {
  position: relative;
  float: left;
  width: 188px;
  border-bottom: 1px solid #ccc;
  padding: 5px 0 1px 0;
  margin: 0 10px 0 10px;
  text-align: center;
  min-height: 26px;
  font-size: 15px;
  color: #222;
}

#to-from h3 em {
  font-size: 12px;
  font-weight: normal;
  color: #999;
}

#to-from h3.from-city {
  background: url(/images/network-tool/icons/markers-big.gif) no-repeat 7px 0px;
}

#to-from h3.to-city {
  background: url(/images/network-tool/icons/markers-big.gif) no-repeat 7px -72px;
}

  /* =Results and Graphing
------------------------------------------------------------ */

.results-holder {
  position: relative;
}

.start-over {
  padding: 0;
}

#results {
  position: relative;
  width: 892px;
  padding: 10px 0 0 0;
  clear: both;
  float: left;
}

.label-highlight {
  color: #166196;
  text-shadow: 1px 1px 1px #fff;
}

.category {
  display: block;
  width: 170px;
}

    /* =Logos
------------------------------------------------------------ */

#results .logos {
  padding-top: 8px;
}

  /* =Banners
------------------------------------------------------------ */

.banners img {
  float: left;
  margin: 16px 16px 15px 0;
}

.banners img.last {
  margin-right: 0;
}

  /* =Footer
------------------------------------------------------------ */

#footer p.copyright {
  position: relative;
  float: right;
  width: 290px;
  color: #2a658d;
  text-align: right;
}

#footer p {
  width: 625px;
  float: left;
  color: #666;
  font-size: 11px;
  margin: 0;
  padding: 0 0 5px 0;
}

  /* =Speed Message
------------------------------------------------------------ */

#speed-message-container {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 320px;
  top: 230px;
  left: 56%;
  background: #DAEDFF;
  border: solid 2px #555;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 12px #333;
  -moz-box-shadow: 3px 3px 12px #333;
  box-shadow: 3px 3px 12px #333;
}


#speed-message {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 10px 15px;
  text-align: center;
}