﻿#nvDetailsContainer
{
  padding: 0 10px;
}

/* Type 1 */

#nvt1
{
  position: relative;
  width: 173px;
  height: 195px;
  background-color: #eee;
  font: 1em Tahoma, Arial, sans-serif;
}

#nvt1Temp
{
  position: absolute;
  left: 0px;
  top: 25px;
  width: 90px;
  text-align: center;
  font-size: 1.2em;
  color: #1e74cc;
}

#nvt1WindSpeed
{
  position: absolute;
  left: 80px;
  top: 100px;
  width: 80px;
  text-align: center;
  font-size: 0.6em;
  color: #888;
}

#nvt1Symbol
{
  position: absolute;
  left: 15px;
  top: 50px;
}

#nvt1SymbolName
{
  position: absolute;
  left: 0px;
  top: 100px;
  width: 80px;
  text-align: center;
  font-size: 0.6em;
  color: #888;
}

#nvt1Time
{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 14px;
  text-align: center;
  padding: 2px 0;
  font-size: 0.675em;
  color: #888;
  background-color: #ccc;
}

#nvt1Table
{
  position: absolute;
  left: 0px;
  top: 120px;
  width: 100%;
  font-size: 0.675em;
  color: #555;
}

#nvt1Table table
{
  width: 100%;
}

#nvt1Table table td
{
  background-color: #ddd;
  padding: 2px 0.7em;
}

#nvt1Table .col1
{
}

#nvt1Table .col2
{
  text-align: right;
}


#nvt2Table table
{
  width: 100%;
}

#nvt2Table table td
{
  padding: 2px 0.8em;
  background-color: #ddd;
}

/*  Wind elements */

#nvt1Wind
{
  position: absolute;
  right: 15px;
  top: 23px;
  width: 75px;
  height: 75px;
  background-image: url(/nv/symbols/windBG.png);
}

.nvt1WinDir
{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 75px;
  height: 75px;
}


/* Type 2 */

#nvt2
{
  position: relative;
  width: 900px;
  font: 1em Tahoma, Arial, sans-serif;
}

#nvt2Header
{
  position: relative;
  width: 100%;
  font-size: 0.75em;
  color: #888;
  background-color: #ccc;
  overflow: auto;
}

#nvt2Header div
{
  padding: 0.5em 1em;
}

#nvt2Header a
{
  font-size: 0.9em;
  color: #888;
}

#nvt2WS
{
  position: relative;
  width: 100%;
  height: 130px;
  background-color: #eee;
  margin-top: 3px;
}

/*  Wind  */

#nvt2Wind
{
  position: absolute;
  left: 130px;
  top: 10px;
  width: 170px;
  height: 110px;
}

#nvt2WindCompass
{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 75px;
  height: 75px;
  background: url(/nv/symbols/windBG.png) no-repeat;
}

#nvt2WindText
{
  position: absolute;
  left: 70px;
  top: 10px;
  width: 100px;
  height: 75px;
  font-size: 1.1em;
  text-align: center;
  color: #1e74cc;
}

#nvt2WindText div
{
  font-size: 0.675em;
  padding-top: 0.5em;
  line-height: 1.5em;
}

.nvt2WinDir
{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 75px;
  height: 75px;
}

#nvt2Bft
{
  position: absolute;
  left: 0px;
  top: 90px;
  width: 164px;
  height: 17px;
  background: url(/nv/symbols/bft.png) no-repeat;
}

.bftBar
{
  position: absolute;
  top: 1px;
  left: 1px;
  width: 150px;
  height: 3px;
  background: url(/nv/symbols/1bft.png);
}

/*  Main  */

#nvt2Main
{
  position: absolute;
  left: 20px;
  top: 5px;
  width: 80px;
  height: 115px;
}

#nvt2Temp
{
  position: absolute;
  left: 5px;
  top: 0px;
  width: 80px;
  font-size: 2em;
  text-align: center;
  color: #1e74cc;
}

#nvt2Symbol
{
  position: absolute;
  left: 0px;
  top: 40px;
  height: 65px;
  width: 80px;
}

#nvt2Symbol img
{
  position: absolute;
  left: 15px;
  top: 0px;
  height: 50px;
  width: 50px;
}

#nvt2SymbolName
{
  position: absolute;
  left: 0px;
  top: 50px;
  width: 80px;
  text-align: center;
  font-size: 0.675em;
  color: #555;
}

/*  Table */

#nvt2Table
{
  position: absolute;
  left: 320px;
  top: 1px;
  width: 250px;
  font-size: 0.675em;
  color: #555;
}

#nvt2Table table
{
  width: 100%;
}

#nvt2Table table td
{
  padding: 2px 0.8em;
  background-color: #ddd;
}

#nvt2Table table td img
{
  float: left;
  padding-top: 3px;
}

#nvt2Table .col1
{
}

#nvt2Table .col2
{
  text-align: right;
}

#nvt2Sun
{
  position: absolute;
  left: 573px;
  top: 2px;
  width: 310px;
  font-size: 0.675em;
  color: #555;
  padding: 0.5em;
  text-align: center;
  background-color: #ddd;
}

#nvt2Sun img
{
  vertical-align: middle;
  padding-right: 2em;
}

#nvt2Text
{
  position: absolute;
  left: 573px;
  top: 40px;
  width: 310px;
  height: 75px;
  font-size: 0.675em;
  color: #555;
  padding: 0.5em;
  text-align: center;
  background-color: #ddd;
}

#nvt2Text p
{
  padding: 0.5em 0;
  margin: 0;
}

/* Type 2 - Stat */

#nvt2Stat
{
  position: relative;
  width: 900px;
  font: 1em Tahoma, Arial, sans-serif;
  margin-top: 3px;
}

/*  Menu  */
#nvt2TabMenu
{
  position: relative;
  font-size: 0.75em;
  line-height: 1.5em;
  width: 100%;
  height: 25px;
  background-color: #ddd;
}

#nvt2TabMenu ul
{
  position: absolute;
  left: 10px;
  bottom: 0px;
  list-style: none;
  padding: 0;
  margin: 0;
}

#nvt2Menu a
{
  color: #000;
  background: #bbb url(/nv/img/lt.png) left top no-repeat;
  text-decoration: none;
  padding-left: 10px;
}

#nvt2Menu a span
{
  background: url(/nv/img/rt.png) right top no-repeat;
  padding-right: 10px;
}

#nvt2Menu a, #nvt2Menu a span
{
  display: block;
  float: left;
}

#nvt2Menu a:hover, .selected a
{
  background: #fff url(/nv/img/lth.png) left top no-repeat !important;
  padding-left: 10px;
}

#nvt2Menu a:hover span, .selected a span
{
  background: url(/nv/img/rth.png) right top no-repeat !important;
  padding-right: 10px;
}

#nvt2Menu li
{
  float: left;
  margin-right: 3px;
}

#nvt2Menu
{
  float: left;
  margin-right: 3px;
}

/*  Details  */

#nvt2StatDetails
{
  position: relative;
  width: 900px;
  min-height: 300px;
  font: 1em Tahoma, Arial, sans-serif;
  margin-top: 3px;
  font-size: 0.6em;
}

/*  Details table    */

.nvtTabHeader
{
  width: 100%;
  background-color: #ddd;
  text-align: center;
  padding: 3px 0;
}

.nvtTabData
{
  float: left;
  text-align: center;
  padding: 2px 0;
  color: #888;
}

.nvtTabData br
{
  line-height: 23px;
}

.nvtTd1
{
  background-color: #fff;
}

.nvtTd2
{
  background-color: #eee;
}

.nvtTd1 .nvtTabHeader
{
  background-color: #e8e8e8;
}

.nvtTd2 .nvtTabHeader
{
  background-color: #e0e0e0;
}

.nvtTemp
{
  color: #1e74cc;
  font-size: 11px;
}

.nvtWindSpeed
{
  color: #1e74cc;
  font-size: 11px;
}

.nvtPressure
{
  color: #1e74cc;
  font-size: 10px;
}

.nvtRain
{
  color: #1e74cc;
  font-size: 11px;
}

.nvtBarContainer
{
  position: relative;
  width: 100%;
  margin: 10px 0 5px 0;
}

.nvtBar
{
  position: absolute;
  left: 5%;
  bottom: 0px;
  width: 90%;
  background: url('/nv/symbols/bar.png');
  z-index: 9;
}

.nvtBarLegendMin, .nvtBarLegendMax
{
  position: absolute;
  left: 10px;
  width: 20px;
  font-size: 9px;
  z-index: 10;
  text-align: center;
}

.nvtBarLegendMin
{
  bottom: 3px;
}

.nvtBarLegendMax
{
  top: 0px;
}

.nvtTitleMarker
{
  position: relative;
}

.nvtTitle
{
  position: absolute;
  font-size: 11px;
  width: 900px;
  background-color: #f0f0f0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #eee;
  padding: 2px 0;
  letter-spacing: 1px;
}

.nvtMaxMin
{
  display: block;
  margin: 0;
  padding-bottom: 5px;
}

.nvtSymbol
{
  padding-bottom: 5px;
}

.nvtTimeLabel
{
  position: relative;
  width: 100%;
  border-top: 1px solid #ddd;
  padding: 3px 0;
  color: #aaa;
}

#nvt2Footer
{
  position: relative;
  width: 900px;
  height: 2px;
  background-color: #eee;
}

