/* CSS Document */
body {
	font: normal 11px verdana;
	background-color: #CCCCCC;
	text-align: center;
	}

html, body {

        height:auto; /* FF and compliant browsers should automatically size the body/html */
        height:100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
        min-height:100%; /* when FF/etc automatically size the body/html it should be AT LEAST the height of the entire browser window, but can expand based on content. */

}
all {
        margin-left: auto;
        margin-right: auto;
        }
nav {
        position:relative;
        left:100px;
        }

body {
	font: normal 11px verdana;
	}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 15;
	}

#nav ul li {
	position: relative;
	float: left;
	width:50px;
}
	
#nav li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top: auto;
	display: none;
	}
#nav li ul ul{
	position: absolute;
	left:100%; /* Set 1px less than menu width */
	top: -.1em;
	display: none;
	}

/* Styles for Menu Items */
#nav ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #670A0A; /* IE6 Bug */
	padding: 5px;
	}
/* commented backslash mac hiding hack \*/ 
#nav * html ul li a {height:1%}
/* end hack */ 

/* this sets all hovered lists to grey */
#nav li:hover a, #nav li.over a,
#nav li:hover li:hover a, #nav li.over li.over a,
#nav li:hover li:hover li:hover a, #nav li.over li.over li.over a,
#nav li:hover li a:hover, #nav li.over li a:hover,
#nav li:hover li:hover li:hover a:hover, #nav li.over li li a:hover,
#nav li:hover li:hover li:hover li:hover a:hover, #nav li.over li.over li.over li.over a:hover 
{
   color: #670A0A;
   background-color: white;
}

/* set dropdown to default */
#nav li:hover li a, #nav li.over li a,
#nav li:hover li:hover li a, #nav li.over li.over li a,
#nav li:hover li:hover li:hover li a, #nav li.over li.over li.over li a
 {
   color: #FFFFFF;
   background-color: #670A0A;
   border: 1px solid #EEEEEE;
}
#nav li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
#nav ul li:hover ul ul, #nav ul li:hover ul ul ul, #nav ul li.over ul ul, #nav ul li.over ul ul ul {
display:none;
}

#nav ul li:hover ul, #nav ul li li:hover ul, #nav ul li li li:hover ul, #nav ul li.over ul, #nav ul li li.over ul, #nav ul li li li.over ul {
	display: block;
}

div.content {
	background-color: #FFFFFF;
	position: relative;
	float: left;
	display: inline;
    padding-top: 2px;
	padding-left: 2px;
	width: 875px;
}

div.headline {
	height: 25px;
	font-size: large;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: bold;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
}

div.left {
	position: relative;
	width: 130px;
	float: left;
}

div.mainContent
{
	float: right;
	width: 875px;
	padding-top: 1px;
	display: inline;
}

div.mainContentHeader
{
	color: white;
	font-family: Verdana, Arial, Sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	background-color: #666666;
}

div.mainContentBody
{
	font-family: Sans-serif, Arial, Verdana;
	font-size: 12px;
	text-align: left;
	margin-bottom: 5px;
	padding: 5px;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
}

div.mainpage {
	position: relative;
	width: 880px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}

div.menu {
	position: relative;

	height: 26px;
	width: 100%;
	float: left;
	background-color:#670A0A;
	font-size: 11px;
	font-weight: bold;
}

div.subContent
{
	width: 130px;
	float: left;
	background-color: #E9E9E9;
	position: relative;
	top: 10px;
}

div.subContentBody
{
	width: 130px;
	float: left;
	position: relative;
	top: 10px;
}

#footer {
	position: static;
	height: 75px;
	width: 880px;
	bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	font-size: 10px;
	color: #000000;
	text-align: center;
	clear: left;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: underline;
}
#footer a:hover {
	color: #CCCCCC;
	font-size: 10px;
	text-decoration: none;
}


body { font-family: arial, helvetica, serif;

            background-repeat: repeat-y;

            margin:0px;
            padding:0px; /* Opera 0 margin */
}

/* This controls global text in the html <pre> tags */
/*pre {  font-family: arial, helvetica, serif;
           font-size:12px;
          color:#000000;}

/* General global font settings used in several templates */

/*a:link { font-size:12px; color:blue; text-decoration:none; font-weight:normal;} */
/*a:hover { font-size:12px; color:blue; text-decoration:underline; font-weight:normal;} */


.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 Left Navagation links */

.sideLink { font-size:11px; color:#000000; text-decoration:none; font-weight:normal;}
a.sideLink:link { font-size:11px; color:#000000; text-decoration:none; font-weight:normal;}
a.sideLink:active { font-size:11px; color:#000000; text-decoration:none; font-weight:normal;}
a.sideLink:hover { font-size:11px; color:#000000; text-decoration:underline; font-weight:normal;}

/* 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:#FFCC00; text-decoration:none; font-weight:bold;}
a.navBarAct:link { font-size:12px; color:#FFCC00; text-decoration:none; font-weight:bold;}
a.navBarAct:hover {font-size:12px; color:#FFCC00; text-decoration:underline; font-weight:bold;}



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

	.headerTD {
	padding: 5px;
	background: #666666;
}
	.headerTD_Trop {
	padding: 5px;
	background: #990000;
}
	.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; }
		 .warnTitle2 {color: #FF0000; font-weight: bold; font-size: 12px; }
                               a.warnTitle2:link {text-decoration:none; color: #FF0000; font-weight: bold; font-size: 14px; }
                              a.warnTitle2: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: #FFFFFF;}
.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;
}


/* Top Warning CSS for weather.wxforecasting.com */
.advisoryBoxnoactive {
  color: black;
  font-size: 12px;
  text-align: center;
  background-color: white;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 1px dashed rgb(34,70,79);
}
.advisoryBox {
  color: black;
  font-size: 12px;
  text-align: center;
  background-color: #FFFF85;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 0px dashed rgb(34,70,79);
}
.watchBox {
  color: black;
  font-size: 12px;
  text-align: center;
  background-color: #B3F7FF;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 0px dashed rgb(34,70,79);
}
.warningBox {
  color: white;
  font-size: 13px;
  text-align: center;
  background-color: #E28080;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 0px dashed rgb(255,255,255);
}
.warningBox a {
  color: white;
}
.tornadowarningBox {
  color: white;
  font-size: 13px;
  text-align: center;
  background-color: #CC0000;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 1px dashed rgb(255,255,255);
}
.tornadowarningBox a {
  color: white;
}
