﻿body
{
    font-family: Tahoma;
    font-size: 8pt;
}



A
{
    color: DimGray;
    text-decoration: none;
}

HR
{
    border: sold 1px Gainsboro;
    width: 100%;
}
.splashheader
{
    font-weight:bold;
    font-size:12pt;
}
a.splashlink
{
    color:Orange;
    
    
}
a.splashlinknostyle
{
    color:White;
    text-decoration:underline;
}
a.splashlink:hover
{
    text-decoration:none;
}
.mainpage
{
    padding:0px 5px 30px 0px;
}
.pageheader
{
    font-weight:bold;
    font-size:10pt;
    color:DimGray;
}
.over
{
    background-color:Gray;

}
.footer
{
    color:Gray;
}
.newsheader
{
    font-size:12pt;
    font-weight:bold;
    color:Gainsboro;
}
.newssummary
{
    font-size:8pt;
    color:Gainsboro;
}
.mainpage
{
    color: DimGray;
    background-color:#EEEBDF;
}
a.newslink
{
    color:Gainsboro;
    text-decoration:underline;
}
a.newslink:hover
{
    text-decoration:none;
}

.address
{
    color:Gainsboro;
}
a.mypagemenulink
{
    color: Gainsboro;
}
a.dayspalink
{
    color: #BBCD6A;
}
a.loginlink
{
    color: Gainsboro;
}
a.weatherlink
{
    color: Gainsboro;
    text-decoration: none;
}
a.weatherlink:hover
{
    color: Orange;
    text-decoration: underline;
}
a.filedownload
{
    color: White;
    text-decoration: underline;
}
a.filedownload:hover
{
    color: orange;
    text-decoration: none;
}
.weatherheader
{
    font-size: 12px;
    font-weight: bold;
}
.mytable
{
    border-left: solid 1px gray;
    border-right: solid 1px gray;
  
}

.mymenu
{
    background-color:#333333;
    color: Gainsboro;
    border-top: solid 1px gray;
    border-left: solid 1px gray;
    border-right: solid 1px gray;
}
.mypagemenu
{
    background-color: #67686A;
    border-top: solid 1px Gainsboro;
    border-bottom: solid 1px Gainsboro;
}

.mypageheader
{
    color: White;
    font-weight: bold;
    font-size: 12pt;
}

.imagelabel
{
    color: White;
    font-size: 8pt;
}
.bold
{
    font-weight: bold;
}

.securepages
{
    background-color:DimGray;
    font-size: 8pt;
    color:Gainsboro;
}
.control
{
    width: 200px;
    font-size: 8pt;
}
.controllogin
{
    font-size: 8pt;
 
    color: DimGray;
    border: solid 1px Gainsboro;
    width: 200px;
}
.buttonlogin
{
    font-size: 8pt;
    background-color: Gainsboro;
    color: DimGray;
    border: solid 1px DimGray;
    width: 100px;
    font-weight: bold;
}
.button
{
    width: 100px;
    font-weight: bold;
    text-align: right;
    font-size: 8pt;
}
.errorlogin
{
    color: Orange;
    font-size: 8pt;
}


.menuitem
{
    color: Gainsboro;

    font-family: Tahoma;
    font-size: 11px;
    border: solid 1px Gainsboro;
    border-left-width: 0px;
    border-right-width: 0px;
    padding: 2px 4px 2px 4px;
    margin: 0px;
    background: DimGray;
    white-space: nowrap;
    height: 20px;
}
.mouseover
{
    color: White;
    font-family: Tahoma;
    font-size: 11px;
    border: solid 1px Gainsboro;
    padding: 2px 4px 2px 4px;
    margin: 0px;
    background: cornflowerblue;
    white-space: nowrap;
    height: 20px;
}


.selected
{
    color: #ffffff;
    font-family: Tahoma;
    font-size: 11px;
    border: solid 1px #ffffff;
    padding: 2px 4px 2px 4px;
    margin: 0px;
    background: #489DCF;
    white-space: nowrap;
}
.submenustyle
{
    font-family: Tahoma;
    font-size: 10px;
    border: solid 1px Gainsboro;
    padding: 2px 4px 2px 4px;
    margin: 0px;
    background: #333333;
    white-space: nowrap;
    width: 200px;
}
.securepageheader
{
    color: Gainsboro;
    font-weight: bold;
    font-size: 14pt;
}

.radiusbottomleft
{
    background-image:url('barc-l.gif');
    width:21px;
    height:21px;
}
.radiusbottomright
{
    background-image:url('barc-r.gif');
    width:20px;
    height:21px;
}
.radiuslefttop
{
    background-image:url('arc-t.gif');
    width:20px;
    height:20px;
    background-repeat: repeat-y;
}
.radiusleftbottom
{
    background-image:url('arc-b.gif');
    width:20px;
    height:20px;
    background-repeat: repeat-y;
}