/* sidebar -- weather widget */

body
{ 
	line-height: 1; 
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	color: #000000;
	margin: 0px 0px 0px 0px;
}

td, th, caption
{
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

#weathercontainer
{
    font-weight: bold;
    font-size: 14px;
    background: transparent url(../images/weather_center_bckgrd.png) left top no-repeat;    
    width: 265px;
    height: 385px;
}

#weathercontainer h1
{
    padding: 9px 0px 0px 20px;
    margin: 0 0 0 12px;
    width: 230px;
    color: #666;
    height:20px;
    font-weight: bold;
    font-size: 14px;
}

#weathercontainer h1 input
{
	font-size: 10px;
	border: none;
	height: 13px;
	width: 50px;
}

.weatherButton 
{
	width: 18px !important;
	height: 18px !important;
	border: 0px;
	cursor: pointer;
}

#weathercontainer h2
{
    padding: 0px 0px 0px 20px;
    margin: 0 0 0 12px;
    width: 230px;
    color: #fff;
    height:20px;
    font-weight: bold;
    font-size: 12px;
}

#weathercontainer span
{
    width: 115px;
    text-align: center;
    color: #ccc;
    font-size: 12px;
    padding: 0;   
}

#weathertmp
{
    margin-left: 18px;
    width: 230px;
    height:132px;
}

#weathertoday
{
    float:left;
    width: 115px;
    height: 131px;
}

#weathertomorrow
{
    float: left;
    width: 115px;
    height: 131px;  
}

#weathercontainer ul
{
	padding: 0;
	margin: 0;
	list-style: none; 
}

#weathercontainer li span
{
    display: none;
}

#weathercontainer li
{
	position: absolute;
	display: block;
    text-align: center;
}

#weathercontainer li.low
{
    margin: 10px 0px;
    width: 57px;
    /* color: #6c6c6c; deemed too dark */
    color: #FFFFFF;
}

#weathercontainer li.high
{
    margin: 10px 0px 0px 57px;
    width: 65px;
    color: #2f2f2f;
}

#weathercontainer li.current
{
    margin: 55px 0;
    width: 115px;
    font-size: 18px;
    color: #000;    
}

#weathercontainer li.icon
{
    margin-top: 10px;
    width: 115px;    
}

#weatheralrthdr
{
    margin-left: 18px;
    width: 230px;
    height:20px;
}

#weatheralrt
{
    margin-left: 18px;
    width: 228px;
    height: 156px;
    overflow: auto;
}

#weatheralrt td
{
	font-weight: bold;
    margin: 0px;
    padding: 0px;
	font-size: 10px;
	color: #999;
}

#weatheralrt table
{
	margin-left: 15px;
	margin-top: 10px;
}

#weatheralrt span
{
	font-weight: bold;
    margin: 0px;
    padding: 0px;
	font-size: 10px;
	color: #999;
}

#weatheralrt a
{
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}

#weatheralrt a.weatherSmLink
{
	font-size: 10px;
	color: #6cf;
}

/*
#weatherftr
{
    margin-left: 18px;
    width: 230px;
    height: 20px;   
}
*/