﻿*
{
	margin: 0px;
	padding: 0px;
}
#container
{
	background-color: #ffffff;
}
body
{
    font-family: Arial,sans-serif;
	font-size: 12px;
}
#divSearch
{
	background-color: #F4F4F3;
	padding: 5px;
	overflow: auto;
}

#lblSearch
{
	float: left;
	padding-right: 5px;
	font-weight: bold;
}
#divTitle
{
	text-align: center;
	height: 50px;
	background-repeat: no-repeat;
	font-weight: bold;
	line-height: 40px;
	font-size: 20px;
}
.idle
{
    font-style: italic;
    color: #AAAAAA;
}

.searchBox
{
	display: inline-block;
    padding-left: 12px;
}
.searchBox input
{
    border: 1px #dadada solid;
    width: 240px;
}
.searchBox a
{
    width: 16px;
    height: 16px;
	display: inline-block;
	background-image: url('/images/search.png');
	background-position: center center;
	background-repeat: no-repeat;
}
#divPointName
{
	text-align: center;
	height: 22px;
	font-weight: bold;
	line-height: 20px;
	font-size: 16px;
}
#tblMainForecast
{
	text-align: center;
	border-collapse: collapse;
	width: 100%;
}
th
{
	line-height: 20px;
	background-color: #32779a;
	color: #ffffff;
	width: 124px;
}
#tblMainForecast td
{
    padding: 5px 0px 5px 0px;
}
#tblMainForecast td div
{
    padding: 5px 0px 5px 0px;
}
#divSponsor
{
	text-align: center;
	font-weight: bold;
	padding: 10px;
}
#divSponsor a
{
	text-decoration: none;
	color: #737373;
}
#divSponsor a:hover
{
	text-decoration: underline;
}

.hot
{
    font-weight: bold;
    color: #f50a0a;
}
.cold
{
    font-weight: bold;
    color: #2945f1;
}
.strongWind
{
    font-weight: bold;
    color: #faab00;
}
.col2
{
	background-color: #e2ebf0;
	padding: 3px;
}
.dateCol
{
	font-weight: bold;
}

.queryBox
{
    z-index: 100;
    position: relative;
    float: left;
    background-color: #ffffff; 
    width: 150px;
    height: 19px;
    padding: 0px;
    margin: 0px;
    border: 1px #7C97B5 solid;
    -moz-border-radius: 3px 3px 3px 3px;
}
.queryBox input
{
    width: 120px;
    height: 14px;
    font-size: 11px;
    border: 1px #ffffff solid;
}
.searchInactive
{
    font-style: italic;
    color: #bebebe;
}
.queryBox a
{
}
.queryBox img
{
    border: none;
    vertical-align: text-bottom;
}
.suggestionList
{
    text-align: left;
    position: absolute;
    z-index: 1000;
    background-color: #ffffff;
    border: 1px #000000 solid;
    padding: 2px;
    list-style: none;
    display: none;
    cursor: pointer;
    max-height: 300px;
    overflow: auto;
}
.suggestionList li
{
}
.suggestionSelected
{
    background-color: #316ac5 !important;
    color: #ffffff !important;
}

.suggestionSelected span
{
    color: #ffffff !important;
}

.suggestionList li span
{
    font-style: italic;
    color: #008000;
}
.tab
{
	font-size: small;
	text-align: left;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
.tabActive
{
	border-bottom: 1px #ffffff solid !important;
	background-color: #ffffff !important;
	margin-top: 0px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	font-weight: bold !important;
}
.tabFill
{
	float: none !important;
	background-color: #ffffff !important;
	border-left: none !important;
	border-right: none !important;
	border-top: 1px #ffffff solid !important;
}
.tab div
{
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-left: 1px #000000 solid;
	border-top: 1px #000000 solid;
	background-color: #EBEBEB;
	margin-top: 10px;
	font-weight: normal;
}
.tab div a
{
	text-decoration: none;
	color: #000000;
}
.tab div a:hover
{
	text-decoration: underline;
}
