/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/**
 * \file default.css
 *
 * \brief Style sheet for corporate web pages.
 *
 * \author Net-Scale Technologies, Inc., www.net-scale.com
 *         Created August 25, 2008 (paula)
 *
 * $Id: print.css 549 2008-09-04 21:03:26Z paula $
 *
 * Copyright (c) 2008 Net-Scale Technologies, Inc. All rights reserved.
 */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*
 * Set margin and padding to every elementto Zero */
* {
  padding: 0;
  margin: 0;
}

/*
 * Default body style. */
body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 1em 1em;
  background-color: #FFFFFF;
  max-width: 80em;
}

/*
 * Link colors.
 *
 * Set all link colors to the same default dark blue, as in this application
 * it makes no sense to distinguish between visited and unvisited links
 * (all links are in essence unvisited as the page below is dynamically
 * regenerated and may be different each time). */
a {
  color: #606060;
}
a:hover {
  color: #ED8834;
}

a.logo img {
  border: 0;
}

/*
 * General positioning classes. */
.clearAll{
  clear: both;
}
.floatRight{
  display: inline;
  float: right;
}
.floatLeft{
  display: inline;
  float: left;
}

/*
 * Bottom Banner Style */
div.bottomBanner {
  text-align: right;
  color: #606060;
  font-size: 0.8em;
  background-color: #FFFFFF;
  border-top: 2px solid #606060;
  width: 100%;
  padding-top: 3px;
  margin-top: 4ex;
}

div.bottomBanner a {
  text-decoration: none;
}

/*
 * Top Banner Style */
div.topBanner {
  background-color:#ffffff;
  border-bottom: 2px solid #606060;
  width:100%;
}

/*
 * Left Section */
div.leftSection {
  width: 112px;
  float: left;
  margin-right: 2em;
}

/*
 * Box containing the sub menu. */
div.subMenu {
  font-size: 0.9em;
  margin-top: 1em;
  margin-left: 0.5em;
  white-space: nowrap;
}

div.subMenu li {
 list-style-type: none;
 margin-top: 0.3em;
}

div.content {
  margin-left: 112px;
  border-left: 2px solid #606060;
}

/*
 * Box containing the page title. */
div.titleBox {
  font-size: 1.2em;
  font-weight: bold;
  color: #606060;
  margin-top: 1em;
}

/*
 * Box containing the explanation. */
div.explanationBox {
  padding-right: 2em;
  font-size: 0.9em;
  margin-top: 1em;
}

div.descBox {
  margin-left: 2em;
}
div.descBox p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
div.descBox ul {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
div.descBox li {
  list-style-type: circle;
  list-style-position: outside;
  margin-left: 1em;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  font-size: 0.97em;
}
div.descBox h1 {
  font-size: 1.1em;
  font-style: italic;
  margin-bottom: 1em;
}
/*
 * Top Menu. */
div.topMenu {
  background-image: url(../images/navbar.png);
  background-repeat: repeat-x;
}

div.topMenu ul {
  overflow: hidden;
  border-left-width: .1em;
  border-left-style: solid;
  border-color: #606060;
}

div.topMenu li {
  display: inline;
}

div.topMenu li a {
  border-right: .1em solid;
  float: left;
  padding: .5em 2em;
  border-right: .1em solid;
  border-color: #606060;
  background-color: transparent;
  font-weight: bold;
  font-size: 0.9em;
}

/*
 * Contact and Dirctions */
td.contact-field {
  font-size: 0.9em;
  font-weight: bold;
  margin: 0em;
  vertical-align: top;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0em;
  padding-right: 1em;
}
td.contact-value {
  font-size: 0.9em;
  margin: 0em;
  vertical-align: top;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0em;
  padding-right: 0em;
}
div.body-text {
  margin-left: 2em;
  margin-bottom: 2em;
}
div.body-text  p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
div.body-text ul {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
div.body-text li {
 list-style-type: circle;
 list-style-position: inside;
 font-size: 0.9em;
}

div.map {
  margin-left: 2em;
}

div.caption {
  font-size: 0.8em;
  margin-top: 1.4em;
}
img.picture-float-left {
  float: left;
  margin-top: 0.8em;
  margin-right: 0.8em;
  margin-bottom: 0.5em;
}

a.productLink {
  background: url('../images/disable-net.jpg');
  background-repeat: no-repeat;
  background-position: 0px 2px;
  padding-left: 0px;
  display: block;
  font-size: 0.97em;
  font-weight: bold;	
  color: #969696;
}
a.productLink:hover {
  background: url('../images/active-net.jpg');
  background-repeat: no-repeat;
  background-position: 0px 2px;
  padding-left: 0px;
  display: block;	
  font-size: 0.97em;
  font-weight: bold;
  color: #ED8334;	
}
a.productLinkSelected {
  background: url('../images/active-net.jpg');
  background-repeat: no-repeat;
  background-position: 0px 2px;
  padding-left: 0px;
  display: block;	
  font-size: 0.97em;
  font-weight: bold;
  color: #ED8834;
}
.net-span {
  display: inline;
}

.nsorange {
  font-weight: bold;
  color: #ED8834;
}
.quote {
  padding-top: 1em;
}

.disclaimer {
  padding-top: 3em;
  font-size: 0.8em;
  font-style: italic;
  color: #606060;
  padding-bottom: 1em;
}
