﻿body
{
    background-color: #CCCCCC;
    font-size: 10pt;
    color: black;
    font-family: verdana, arial;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
}

.body
{
    padding-left:10px;
    padding-right:10px;
    font-family: verdana, arial;
    /*padding-bottom: 10px;*/
}

.sidetext
{
	font-size: 8pt;
	color: black;
	font-family: verdana, arial;
	height: 100%;
	width: 100%;
	padding-left: 5px;
}

.sidetextheader
{
    font-size: 10pt;
    font-weight: bold;
    color: white;
    font-family: verdana, arial;
    height: 100%;
    width: 100%;
    padding-left: 5px;
    background-color: #ff0000; /*background-image: url(images/foxmenu_bg-OFF.gif);*/
}
   
.header
{  
    font-size: 10pt;
    font-weight:bold;
    color: black;
    font-family: verdana, arial;
}

.boldheader
{  
    font-size: 10pt;
    font-weight:normal;
    color: white;
    font-family: verdana, arial;
}

.footer
{
    font-size: 8pt;
    color: #ffffff;
    font-family: verdana, arial;
    text-align: center;
    background-color: #000000;
    height: 19px;
 
}

A:link {color: white}
A:visited {color: white}
A:active {color: white}
A:hover {color: black}

/* for weather control */
.temp{
    font-size:22px;
    font-family:Tahoma;
    }

.cc{
    font-size: 11px;
    font-family:Tahoma;
    }

.fcastWeekDay{
    font-weight: bold;
    }
    
.ccLoc{
    font-weight: bold;
    }

.fcastDate{
    font-size: 11px;
    font-family:Tahoma;
    }

.curWind{
    font-size: 11px;
    font-family:Tahoma;
    }

.weatherTable{
    padding:5px;
    background-color:white;
    text-align: center;
    border:solid 1px #c3c3c3;
    }
    
.fcastTable{
    padding:3px;
    background-color:white;
    text-align:center;
    border:solid 1px #c3c3c3;
    }