﻿*
{
	margin: 0px;
	padding: 0px;
}
.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;
}
.idle
{
    font-style: italic;
    color: #AAAAAA;
}
#divSearch
{
	background-color: #f1e8da;
	padding: 5px;
	overflow: auto;
}

#lblSearch
{
	float: left;
	color: #845E34;
	padding-right: 5px;
	font-weight: bold;
}
#divTitle
{
	background-color: #a7834d;
	color: #ffffff;
	text-align: center;
	height: 50px;
	width: 600px;
	background-image: url(/images/feed_top5.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	line-height: 40px;
	font-size: 20px;
}
#divPointName
{
	background-color: #f1e8da;
	color: #845e34;
	text-align: center;
	height: 30px;
	font-weight: bold;
	line-height: 30px;
	font-size: small;
}
#tblMainForecast
{
	text-align: center;
	border-collapse: collapse;
	width: 100%;
	color: #323232;
}
#tblMainForecast th
{
	line-height: 20px;
}
#divSponsor
{
	text-align: center;
	font-weight: bold;
	padding: 10px;
}
#divSponsor a
{
	text-decoration: none;
	color: #323232;
}
#divSponsor a:hover
{
	text-decoration: underline;
}

.hot
{
    font-weight: bold;
    color: #f50a0a;
}
.cold
{
    font-weight: bold;
    color: #2945f1;
}
.strongWind
{
    font-weight: bold;
    color: #faab00;
}
.row1
{
	background-color: #F9F6F0;
	padding: 3px;
}

.row2
{
	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 #a7834d 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;
}
