.Error { 
  color:           #FF0000; 
  font-family:     Arial, Helvetica; 
  font-size:       13px; 
  font-weight:     bold; 
  text-decoration: none; 
}

.MenuTitle { 
  color:           navy;    
  font-family:     Arial, Helvetica; 
  font-size:       14px; 
  font-weight:     bold; 
  text-decoration: none; 
}

.MenuLink { 
  color:           navy;
  font-family:     Arial, Helvetica; 
  font-size:       12px; 
  font-weight:     bold; 
  text-decoration: none; 
}

.PageTitle { 
  color:           white; 
  font-family:     Arial, Helvetica; 
  font-size:       14px; 
  font-weight:     bold; 
  text-decoration: none; 
}

.Normal { 
  color:           navy; 
  font-family:     Arial, Helvetica; 
  font-size:       12px; 
  font-weight:     normal; 
  text-decoration: none; 
}

.NormalLink    {
  color:           navy; 
  font-family:     Arial, Helvetica; 
  font-size:       12px; 
  font-weight:     normal; 
  text-decoration: underline; 
}

.CopyRight { 
  color:           black; 
  font-family:     Arial, Helvetica; 
  font-size:       10px; 
  font-weight:     normal; 
  text-decoration: none; 
}

.CopyRightLink { 
  color:           black; 
  font-family:     Arial, Helvetica; 
  font-size:       10px; 
  font-weight:     bold; 
  text-decoration: underline; 
}

.ContentBold { 
  color:           black; 
  font-family:     Verdana, Arial, Helvetica; 
  font-size:       12px; 
  font-weight:     bold;   
  text-decoration: none; 
}

.Content { 
  color:           black; 
  font-family:     Verdana, Arial, Helvetica; 
  font-size:       12px; 
  font-weight:     normal;   
  text-decoration: none; 
}

.ContentLink, .Content A { 
  color:           black; 
  font-family:     Verdana, Arial, Helvetica; 
  font-size:       12px; 
  font-weight:     normal;   
  text-decoration: underline; 
}

.ContentHeader {
  color:           black;
  font-family:     Verdana, Arial, Helvetica; 
  font-size:       14px; 
  font-weight:     bold; 
  text-decoration: none;
}

.InputText { 
  color: #17465E; 
  font-family:      Verdana, Arial, Helvetica; 
  font-size:        11px; 
  font-weight:      normal; 
  text-decoration:  none; 
  background-color: #FFFFff; 
  border:           1px solid navy; 
}

.EditButton { 
  color:            navy;
  font-family:      Verdana, Arial, Helvetica;
  font-size:        11px; 
  font-weight:      bold;   
  text-decoration:  none; 
  background-color: #FFFFFF; 
  border:           1px solid navy;
}

.ContentSubHeader {
  color:           navy; 
  font-family:     Verdana, Arial, Helvetica; 
  font-size:       13px; 
  font-weight:     bold; 
  text-decoration: none;
}

.Required { color: red; font-family: Arial, Helvetica; Font-Size: 12px; font-weight: bold;   text-decoration: none; }
.fortune     { color: #000000; font-family: Arial, Helvetica; Font-Size: 11px; font-weight: bold;   text-decoration: none; }   
.fortuneCat  { color: #000000; font-family: Arial, Helvetica; Font-Size: 15px; font-weight: bold;   text-decoration: none; }
.SmallError  { color: #FF0000; font-family: Arial, Helvetica; Font-Size: 11px; font-weight: bold;   text-decoration: none; }

/* Calendar */
#Calendar {}
#Calendar.frame { background-color:maroon; }
#Calendar td.blankdate { background-color:#f3e5e5; }
#Calendar td.thedate {background-color: #F8F2ED}
#Calendar th.calendardaytitle, #Calendar td.calendartitle, a.calendarnav { padding-top:5px;padding-bottom:5px; color:white; font-weight: bold; font-size:11px}
#Calendar.CalEvent   { color: #305716; font-family: Arial, Helvetica; Font-Size: 9px; font-weight: normal; text-decoration: none; }

/*
.blankdate { background-color:#C8AB5F; }
.calendartitle { color:white; font-weight: bold; font-size:11px}
.CalEvent   { color: #305716; font-family: Arial, Helvetica; Font-Size: 9px; font-weight: normal; text-decoration: none; }
*/

.faqframe { background-color:#311402; }
.faqframe2 { background-color:#540604; color: white}

.box-1
{
    border: 1px solid #000033;
    background-color: #A5D3F7;
    margin-top: 5px;
}

.box-2
{
    border: 1px solid #CCCC66;
    background-color: #FFFFE0;
    margin-top: 5px;
}
 
.box-3 {
    border: 1px solid #488F62;
    background-color: #BEDEBE;
    margin-top: 5px;
}
  
.MailingListAlert {
  color:           red;  
  font-family:     Arial, Helvetica;
  font-size:       10px;
  font-weight:     normal;
  text-decoration: none;
}
  
.MailingListHeader {
  color:           navy;
  font-family:     Verdana, Arial, Helvetica;
  font-size:       12px;
  font-weight:     bold;
  text-decoration: none; 
}

.Listing {
  color:           #000000;
  font-family:     Verdana, Arial, Helvetica;
  font-size:       11px;
  font-weight:     normal;  
  text-decoration: none; 
}
  
.ListingBold {
  color:           #000000;
  font-family:     Verdana, Arial, Helvetica;
  font-size:       11px;
  font-weight:     bold;
  text-decoration: none; 
}
  
.breadcrumb {
  background-color: #BB9D83;
  color:           #000000;
  font-family:     Verdana, Arial, Helvetica;
  font-size:       11px;
  font-weight:     normal; 
}
.breadcrumb A:link, .breadcrumb A:active, .breadcrumb A:visited {
  text-decoration: underline;
}
.breadcrumb A:hover {
  background-color:white;
}

#bmblock a.ContentLink {
  color:white;
}

#bmblock .CopyRight {
  color:goldenrod;
}

body {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
}

#PollBox, #PollBox TABLE {
  border: 1px solid #000033;
  margin-top: 5px;
}

#PollBox TH {       
  background-color: #5B0000;
  color: goldenrod;
  font-size: 13px;
  font-weight: bold;          
}


pre {  font-family: arial, helvetica, serif;
           font-size:12px;
          color:#000000;}

.small { font-size:10px; color:#000000; text-decoration:none; font-weight:normal;}
.smallBold { font-size:10px; color:#000000; text-decoration:none; font-weight:bold;}
.normal { font-size:12px; color:#000000; text-decoration:none; font-weight:normal;}
.normalBold { font-size:12px; color:#000000; text-decoration:none; font-weight:bold;}
.large { font-size:16px; color:#000000; text-decoration:none; font-weight:normal;}
.largeBold { font-size:16px; color:#000000; text-decoration:none; font-weight:bold;}

a.redLink:link{font-size: 12px; color: #FF0000; text-decoration:none; }
a.redLink:hover {font-size: 12px; color: #FF0000; text-decoration:underline; }
a.redLink:visited {font-size: 12px; color: #FF0000; text-decoration:none; }
.redLink{font-size: 12px; color: #FF0000; text-decoration:none; }

/* Font settings for the nav_xxx.html templates not selected */

.navBar { font-size:12px; color:#FFFFFF; text-decoration:none; font-weight:bold;}
a.navBar:link { font-size:12px; color:#FFFFFF; text-decoration:none; font-weight:bold;}
a.navBar:hover {font-size:12px; color:#FFFFFF; text-decoration:underline; font-weight:bold;}

/* Font settings for the nav_xxx.html templates  selected */

.navBarAct { font-size:12px; color:#EFEFEF; text-decoration:none; font-weight:bold;}

a.navBarAct:link { font-size:12px; color:#EFEFEF; text-decoration:none; font-weight:bold;}
a.navBarAct:hover {font-size:12px; color:#EFEFEF; text-decoration:underline; font-weight:bold;}

/* Color Font and Link settings for the Lt. Blue Headers */

.headerTD {padding: 5px;background: navy;}
.headerText {  font-size: 13px; font-weight: bold; color: #FFFFFF;}
.headerDate {   color:#FFFFFF;  font-size: 11px; font-weight: normal;}
a.zoneDay { font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration:none; font-style: italic;}
.basicHeaderText{ padding-left: 5px;font-size: 16px; font-weight: bold; }
.fcExpire {font-size: 11px; color: #FF0000;  font-weight:bold;}

/* Advisory Title name in zonesection, warnings and special templates  */

.warnTitle {color: #FF0000; font-weight: bold; font-size: 14px; }
a.warnTitle:link {text-decoration:none; color: #FF0000; font-weight: bold; font-size: 14px; }
a.warnTitle:hover {text-decoration:underline; color: #FF0000; font-weight: bold; font-size: 14px; }
.afd { padding-left: 5px;}

/* font settings for local_header.html and radar_header.html template */

#localHeader { }
#localHeader .Place { color:#000000; padding-left: 5px; font-size: 16px;  font-weight: bold; }
#localHeader .Wxn {  padding-left: 5px; font-weight: bold; }
#localHeader .Label {color:#000000; font-size: 10px;  font-weight: bold; }
#localHeader .Value { color:#000000; font-size: 10px;}
#localHeader a.Icao  {font-size: 10px; color: #FF0000; text-decoration:none; }
#localHeader a.Icao:hover  {font-size: 10px; color: #FF0000; text-decoration:underline; }
#localHeader a.Icao:visited  {font-size: 10px; color: #FF0000; text-decoration:none; }

/* Font settings for zonesection  */
#forecastDetail {margin-left: 5px;}
#forecastDetail .dayTitle { color:#000000; font-weight: bold; font-size: 13px;}
#forecastDetail .wx {color: #000000; font-size: 12px;}
#forecastDetail .include {color: #0000FF; font-size: 12px; font-weight:bold;}
#forecastDetail .cities {color: #000000; font-size: 11px;}

/* Font settings for zone_rows  */
#forecastRow {}   
#forecastRow .Title { font-size: 12px;  font-weight: bold; }
#forecastRow .wx { font-size: 12px;  font-weight: normal;}
#forecastRow .high {font-size: 12px; color: #FF0000; }
#forecastRow .low {font-size: 12px; color: #0000FF; }
#forecastRow .pop {font-size: 12px; color: #238E23; }

/* font settings for current template */
#currents {}
#currents .Wx { font-size: 14px; color:#000000;  font-weight: bold; }             
#currents .Temp { font-size: 16px; color:#000000;  font-weight: bold;}              
#currents .Label {font-weight: bold; font-size:12px; color:#000000; }              
#currents .Value {font-weight: normal; font-size:12px; color:#000000;}               

/* font settings in astro template */
#astro {}
#astro .Label {font-weight: bold; font-size:12px; color:#000000; text-decoration:none; }
#astro a.Label:link {font-weight: bold; font-size:12px; color:#000000; text-decoration:none;}
#astro a.Label:hover {font-weight: bold; font-size:12px; color:#000000; text-decoration:underline;}
#astro .Value {font-weight: normal; font-size:12px; color:#000000;}
#astro .Moonname {font-weight: normal; font-size:11px; color:#000000;}

/* row background colors for mos and your weather settings */

.rowColor1 { background: #EFEFEF;}
.rowColor2 { background: #C0C0C0;}

/* Ridge Radar Control */
/* id radarTable is an addition for */
/* IE and Mozilla Compatablilty */
#radarTable{
   height:580px;
   width:600px;

}
.radarmap {
    position : relative;
    left : 0;
    top : 0;
    height : 550px;
    width : 600px;
}
.image2 {
    position : absolute;
    left : 0;
    top : 0;
}
.image3 {                 
    position : absolute;
    left : 0;
    top : 0;
}               
.image4 {
    position : absolute;
    left : 0;
    top : 0;
}
.image5 {
    position : absolute;
    left : 0;
    top : 0;
}
.image6 {
    position : absolute;
    left : 0;
    top : 0;
}
.image7 {
    position : absolute;
    left : 0;
    top : 0;
}
.image8 {
    position : absolute;
    left : 0;
    top : 0;
}           
.image9 {
    position : absolute;
    left : 0;
    top : 0;
}
.image10 {
    position : absolute;
    left : 0;
    top : 0;
}


#caradarTable{

 height:480px;
   width:580px;


}
.caradarmap {
    position : relative;          
    left : 0;
    top : 0;    
    height : 480px;
    width : 580px;
}

.SearchBoxHeader {
  background-color: maroon;
  border:1px solid navy;
  padding:5px;
  color:white;
  font-weight:bold;
}

.WeatherBox {
  width:190px;
}

.WeatherBoxMiddle {
  border-left: 1px solid navy;
  border-right: 1px solid navy;
}


