﻿/*===================================================
ELEMENT DEFINITIONS
=====================================================*/
body, td, p, li, input, select, textarea
{
  font: normal 12px Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  color: #333;
}

body
{
  margin: 0px auto 4px auto;
  /*width: 1000px;*/
}

div
{
  font-size: 10px;
}

h1
{
  font-size: 32px;
  margin: 10px 0px;
}

h2
{
  font-size: 20px;
  line-height: 22px;
  padding: 0px;
  margin: 4px 0px 8px 0px;
}

h3
{
  font-size: 18px;
  line-height: 24px;
  padding: 0px;
  margin: 0px 0px 8px 0px;
  font-weight: bold;
}

h4
{
  font-size: 14px;
  line-height: 16px;
  padding: 0px;
  margin: 0px 0px 8px 0px;
}

table, img
{
  border: none;
}

table
{
  border-collapse: collapse;
}

td
{
  empty-cells: show;
  padding: 0px;
}

a, a:visited, a:active
{
  color: #073F7D;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

/*===================================================
FONT DEFINITIONS
=====================================================*/
.Alert
{
  color: #990000;
}

.Ad a, .Ad a:hover, .Ad a:visited
{
  color: #333;
  text-decoration: underline;
  font-size: 10px;
}

.Ad div
{
  height: 32px;
  position: relative;
  top: -2px;
}

.Ad table
{
  background: none;
  width: 260px;
}

.Ad td
{
  background: none;
}

.Bulletin
{
  font-family: Courier;
}

.Center
{
  text-align: center;
}

.Dark, .Dark a, .Dark a:visited, a.Dark, a.Dark:visited
{
  color: #333;
}

.Disabled, a.Disabled:hover
{
  text-decoration: none;
  color: #AAA;
}

#Notice table
{
  margin-right: 0px;
  margin-left: auto;
}

#Notice td
{
  padding-left: 5px;
}

.Notice td
{
  padding-left: 5px;
}

.Field, .Field a
{
  font-size: 11px;
  font-weight:bold;
}

.Fine
{
  font-size: 10px;
}

.Fine a, .Fine a:hover, .Fine a:visited
{
  color: #333;
  text-decoration: underline;
}

.Header
{
  height: 29px;
  line-height: 29px;
  padding: 0px 10px;
}

.High
{
  color: #990000;
}

.Hint
{
  color: #999;
}

.List
{
  padding-left: 10px;
  line-height: 16px;
}

.Low
{
  color: #073F7D;
}

.Map
{
  margin: 4px;
}

.Primary
{
  color: #073F7D;
}

.Scroll
{
  overflow-x:hidden;
  overflow-y:auto;
  overflow:-moz-scrollbars-none;
  overflow:-moz-scrollbars-vertical;
}

.Secondary
{
  color: #990000;
}

.Title
{
  font-weight: bold;
  font-size: 12px;
}

.Thumbnail
{
  width: 200px;
  height: 150px;
}

div.Thumbnail
{
  width: 200px;
  height: 178px;
  padding: 4px;
  text-align: center;
}

.White, .White a, .White a:visited, a.White
{
  color: #FFFFFF;
}

.Value, .Value label, .Value select, .Value option
{
  font-size: 11px;
}

/*===================================================
CLASS DEFINITIONS
=====================================================*/
.BackgroundLight
{
  background-color: #F6F6F6;
}

.BackgroundMedium
{
  background-color: #F2F1E6;
}

.BackgroundDark
{
  background-color: #E6EBF2;
}

.BackgroundPrimary
{
  background-color: #073F7D;
}

.BackgroundGradient
{
  background: #FFFFFF url(http://images.intellicast.com/App_Images/bg_gradient.gif) repeat-x top;
}

.BackgroundHighlight
{
  background-color: #E9E9FF;
}

.Bar
{
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
  width: 100%;
}

.Box
{
  border: solid 3px #999;
}

.Bottom
{
  border-bottom: solid 1px #999;
}

.Bucket
{
  border: solid 1px #999;
  border-top: none;
  padding: 1px;
  padding-top: 0px;
}

.Button
{
  text-align:center;
  line-height:22px;
  display:block;
  margin:8px 0px 0px 0px;
}
.Button2
{
  text-align:center;
  line-height:22px;
  padding: 5px 8px;
}

.Cap
{
  border-top: solid 1px #999;
}

.ChromeAlert
{
  background: #FF0000 url(http://images.intellicast.com/App_Images/chrome_alert.gif) repeat-x;
}

.ChromeDark
{
  background: #FFFFFF url(http://images.intellicast.com/App_Images/chrome_dark.gif) repeat-x;
}

.ChromeMedium
{
  background: #DEDEDE url(http://images.intellicast.com/App_Images/chrome_medium.gif) repeat-x;
}

.ChromeMediumTall
{
  background: #FFFFFF url(http://images.intellicast.com/App_Images/chrome_mediumtall.gif) repeat-x top;
}

.ChromeLight
{
  background: #F2F1E6 url(http://images.intellicast.com/App_Images/chrome_light.gif) repeat-x;
}

.ChromeGold
{
  background: #FEE674 url(http://images.intellicast.com/App_Images/chrome_gold.gif) repeat-x;
}

.ChromePrimary
{
  background: #073F7D url(http://images.intellicast.com/App_Images/chrome_primary.gif) repeat-x;
}

.Container
{
  border: solid 1px #999;
}

.Edges
{
  border-right: solid 1px #999;
  border-left: solid 1px #999;
}

.Icon
{
  height: 64px;
  width: 64px;
  padding: 5px 0px;
}

.IconSmall
{
  height: 32px;
  width: 32px;
}

.IconTiny
{
  height: 16px;
  width: 16px;
}

.Key
{
  width: 198px;
  background-color: #999;
  border: solid 1px #000;
}

.Key div
{
 overflow: hidden;
 border-right: solid 1px #000;
}

.Key img
{
 width: 198px;
 height: 18px;
}

.Left
{
  border-left: solid 1px #999;
}

.Menu
{
  height: 24px;
  font-weight: bold;
  white-space: nowrap;
  vertical-align: middle;
  padding: 0px 10px;
  padding-top: auto;
  background-position: 1px;
  line-height: 20px;
  font-size: 12px;
}

.Right
{
  border-right: solid 1px #999;
}

.Slider
{
  background-image: url(http://images.intellicast.com/App_Images/ui_slider_bg.gif);
  width: 15px;
}

.Slider:hover
{
  background-image: url(http://images.intellicast.com/App_Images/ui_slider_hover.gif);
  width: 15px;
}

.Tab, .Tab:hover
{
  display: block;
  text-decoration: none;
}

.Tabs
{
  background-image: url(http://images.intellicast.com/App_Images/tab_border_top.gif);
}

.Top
{
  border-top: solid 1px #999;
}

.On, .On:hover, .On:visited
{
  color: #000;
  height: 23px;
  border-bottom: solid 1px #999;
  background-position: 0px 1px;
}

.Off, .Off:hover, .Off:visited
{
  height: 19px;
  color: #666;
  border-bottom: solid 1px #999;
  margin-bottom: 1px;
  font-weight: normal;
  line-height: 19px;
}

/*===================================================
CONTROL DEFINITIONS
=====================================================*/
.BreadCrumb
{
  height: 22px;
  line-height: 22px;
  padding-left: 11px;
  border: solid 1px #CCC;
  width: 100%;
}

.Constants
{
  text-align: right;
  padding-right: 10px;
  line-height: 22px;
}

.Footer
{
  width: 980px;
  padding: 5px 10px;
  margin-bottom: 1px;
}

.ForecastFinder
{
  border-top: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  background-color: #073F7D;

  color: #FFF;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;

  height: 20px;
  line-height: 18px;
  padding: 5px 46px;
  float: left;

  /* IE SPECIFIC ADJUSTMENT */
  padding-left: expression(50);
  padding-right: expression(48);
}

.LocationFinderItem
{
  font-size: 10px;
}

.LocationFinderItemHighlighted
{
  color: #FFF;
  font-size: 10px;
  background-color: #073F7D;
}

.LoginStatus
{
  border: solid 1px #999999;
  background: #FFFFFF url(http://images.intellicast.com/App_Images/chrome_login.gif) repeat-x;
  background-position: 1px;
  text-align: right;
  height: 38px;
  padding: 2px 10px;
  white-space: nowrap;
  color: #073F7D;
  line-height: 17px;
}

.Logo
{
  width: 200px;
  height: 52px;
}

.OneClick
{
  width: 243px;
  white-space: nowrap;
  height: 14px;
}

.OneClickLeft
{
  padding-left: 10px;
  background: #8F0409 url(http://images.intellicast.com/App_Images/oneClick_Left.gif) repeat-y top right;
}

.OneClickRight
{
  text-align: right;
  padding-right: 10px;
  background: #8F0409  url(http://images.intellicast.com/App_Images/oneClick_Right.gif) repeat-y top left;
}

.OneClickStatic td, .OneClickDynamic td
{
  font-size: 11px;
}

a.OneClickStatic:hover, .OneClickDynamic a:hover
{
  color: #990000;
}

.OneClickDynamic
{
  text-align: left;
  border: solid 1px #CCC;
  padding: 3px 5px;
}

.OneClickDynamic a
{
  line-height: 16px;
  padding: 0px 3px;
}

.SearchBox
{
  width: 225px;
  height: 16px;
  font-size: 11px;
}

.SearchButton
{
  height: 23px;
}

.Topnav
{
  width: 100%;
}

.Topnav a, .Topnav a:hover, .Topnav a:visited
{
  color: #666;
  text-decoration: none;
}

.Topnav td
{
  font-size: 14px;
  border-right: solid 1px #999;
}

.Topnav span:hover
{
  border-top: solid 1px #073F7D;
}

.Topnav span
{
  margin: 0px;
  line-height: 21px;
  padding: 0px 17px;
  display: block;

  border-right: solid 1px #FFF;
  border-top: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
}

.TopnavSelected td
{
  background-color: #E0E0E0;
}

/*===================================================
IDENTITY DEFINITIONS
=====================================================*/
#Logo
{

}

#Tag
{
  padding:4px;
}

#Topbar
{
  height: 52px;
  background-image: url(/App_Images/bg_season_winter.jpg);
}

#Topbar TD.TopLogo
{
  /*background-image: url(http://images.intellicast.com/App_Images/bg_logo.gif);*/
  width: 200px;
  height: 52px;
}
