*
{
    font-size: 12px;
    font-family: Tahoma;
    margin: 0;
    padding: 0;
}

body
{
    color: Gray;
}

li
{
    margin-left: 1.25em;
    margin-top: 0.25em;
}

#weather-info
{
    background: url(images/transpBlack.png);
    padding: 20px 0 20px 0;
    position: relative;
    top: 200px;
    left: 0px;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 18px;
    z-index: 6000;
}

.bg
{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5000;
}

#extended-forecast
{
    position: relative;
    top: 0px;
    display: none;
}

#tab
{
    width: 200px;
    height: 36px;
    background: url(images/tab-bg.png) no-repeat;
    position: absolute;
    z-index: 9999;
    top: 0px;
    left: 50px;
}

a:link
{
    font-size: 12px;
    font-family: Tahoma;
    color: Gray;
    text-decoration: none;
}
a:hover
{
    color: Black;
    text-decoration: underline;
}
a:visited
{
    font-size: 12px;
    font-family: Tahoma;
    color: Gray;
    text-decoration: none;
}

.default
{
    font-size: 12px;
    font-family: Tahoma;
    color: Gray;
}

.tablewidth
{
    width: 720px;
}
.style1
{
    width: 141px;
}
.style5
{
    width: 636px;
}
.style6
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
}
.style7
{
    width: 12px;
}
.fullwidth
{
    width: 100%;
}
.style9
{
    width: 15px;
}
.style10
{
}
.style11
{
    font-size: xx-small;
}
.sidemenu
{
    width: 122px;
}
.style16
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 16pt;
}
.style17
{
    width: 301px;
}
.style19
{
    width: 301px;
}
.style20
{
    width: 15px;
    height: 13px;
}
.style21
{
    font-size: xx-small;
    height: 13px;
}
.style24
{
    height: 20px;
    width: 301px;
}
.style25
{
    font-size: 12pt;
    font-family: Arial, Helvetica, sans-serif;
}
.style26
{
    width: 281px;
}
.style27
{
    width: 281px;
}
.style28
{
    width: 224px;
}
.paragraph
{
	margin-top : 1em;
}
.title
{
	font-weight: bold;
	font-size: 14px;
}
.subtitle
{
	margin-top : 1em;
	font-weight: bold;
	font-size: 12px;
}

input.hintTextbox 
{
	color: #969696;
	font-style: italic;
}
input.hintTextboxActive 
{
	color: #000;
	font-style: normal;
} 