﻿.tdSidePortletMiddle .DecreaseWeatherButton
{
    height: 17px; 
    float:left; 
    width:17px; 
    background-image:url(../Images/decrease_off.png); 
    cursor:hand;
}

.tdSidePortletMiddle .IncreaseWeatherButton
{
    height: 17px; 
    float:right; 
    width:17px; 
    background-image:url(../Images/increase_off.png); 
    cursor:hand;
}

.tdSidePortletMiddle .tdIRControls
{
    background-color:#D8D8D8; 
    padding:0px 4px 2px 4px;
    color:#242424;
    font-size:7pt; 
}

.tdSidePortletMiddle .tdFooter
{
    font-size: 5pt; 
    color: #9D9D9D; 
    padding-bottom:4px;
}

.tdSidePortletMiddle .tableMain
{
    background-color: #E4E4E4; 
    border: solid 1px #BBBBBB; 
    text-align: center;
    border-top:solid 2px #BBBBBB;
}

.tdSidePortletMiddle .menuTabNotActive
{
    float: left; 
    padding: 2px 5px 2px 5px; 
    background-color: #D2D2D2; 
    border: 1px solid #C3C3C3;
    border-left: solid 1px #9E9E9E; 
    border-bottom: solid 1px #BBBBBB;    
}

.tdSidePortletMiddle .menuTabActive
{
    float: left; 
    padding: 2px 5px 2px 5px; 
    background-color: #BBBBBB; 
    border-bottom: solid 2px #BBBBBB; 
}

.tdSidePortletMiddle .WeatherNav a
{
    text-decoration:none;
    color:Black;
}

.tdSidePortletMiddle .WeatherNav a:Hover
{
    text-decoration:underline;
}

.tdSidePortletMiddle .controls
{
    height:42px;
}

#jsDate
{
    font-size:7pt;
    padding:2px 0px 6px 0px;
    color:#636363;
}

.SideTabSelected .Left
{
    background-image:url(../Images/sidetableft.png);
    width:5px;
}
.SideTabSelected .Middle
{
    background-image:url(../Images/sidetabmiddle.png);
    height:19px;
    padding:0 2px 0 2px;
}
.SideTabSelected .Right
{
    background-image:url(../Images/sidetabright.png);
    background-repeat:no-repeat;
    width:6px;
}
.SideTabNotSelected .Left
{
    background-image:url(../Images/sidetableftnotselected.png);
    width:5px;
}
.SideTabNotSelected .Middle
{
    background-image:url(../Images/sidetabmiddlenotselected.png);
    height:19px;
    padding:0 2px 0 2px;
}
.SideTabNotSelected .Right
{
    background-image:url(../Images/sidetabrightnotselected.png);
    background-repeat:no-repeat;
    width:6px;
}

.SideTabNav a
{
    color:Black;
    text-decoration:none;
}
.SideTabNav a:Hover
{
    text-decoration:underline;
}
