﻿body
{
	margin: 0;
	padding: 0;
	background-color: #5781AE;
	font-family: Arial;
	color: #333333;
	font-size: 12px;
}

.ContentArea
{
	background-color: #ABC0D7;
	border: solid 1px #4A6E94;
}

.ContentAreaHeader
{
	background-image: url('/FilesCustom/images/section_gradient.jpg');
	background-color: #444444;
	color: White;
	font-size: 16px;
	padding: 7px;
}

.MenuItem1
{
	font: 12px/36px Arial;
	color: #333333;
	height: 38px;
	text-decoration: none;
	border-right: solid 1px #454545;
	border-bottom: solid 6px #454545;
}

.MenuItem1:hover, .MenuItem1_Hover
{
	font: 12px/36px Arial;
	color: White;
	height: 38px;
	text-decoration: none;
	background-color: #4A6E94;
	border-right: solid 1px #454545;
	border-bottom: solid 6px #454545;
}

.MenuItem2
{
	font: 12px/20px Arial;
	color: #333333;
	padding: 5px;
	border: solid 1px #454545;
	text-decoration: none;
	background-color: White;
}

.MenuItem2:hover, .MenuItem2_Hover
{
	font: 12px/20px Arial;
	color: White;
	padding: 5px;
	border: solid 1px #454545;
	text-decoration: none;
	background-color: #4A6E94;
}

.FooterMenu a
{
	font: 12px/20px Arial;
	color: #333333;
	text-decoration: none;
}
.FooterMenu a:hover
{
	font: 12px/20px Arial;
	color: Red;
	text-decoration: none;
}

/* Weather Control */
.temp{
    font-size:22px;
    font-family:Tahoma;
    }

.cc{
    font-size: 11px;
    font-family:Tahoma;
    }

.fcastWeekDay{
    font-weight: bold;
    }
    
.ccLoc
{
	padding-left: 7px;
    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;
    margin-left:auto;
    margin-right:auto;
    }
    
.fcastTable{
    padding:3px;
    background-color:white;
    text-align:center;
    border:solid 1px #c3c3c3;
    margin-left: auto;
    margin-right: auto;
    }

.weatherError{
   color: #ff0000;
   font-size: 12px;
   margin: 5px 0 5px 0;
} 