#header,#menubox,#submenu,#footer, #ClimateSelect, .getforecast, .HistSubTitle,.anylinkmenucols,
.anylinkshadow,.column,#ScreenSpace,.PrinterFriendly, .ClimNavTable {

display: none;
	}


#container  {

	font-family: verdana, tahoma, helvetica, arial, sans-serif;
}

#PrintFooter {
	text-align:center;
	font-size: 16px;
}


#bodyText {

   	BACKGROUND-COLOR: white;
	font-size: 14px;



	}
	
#footer {
    	clear: both;
		FONT-SIZE: 10px;
		background: #8B4513;
		color: white;
		text-align: center;
		padding-top: 4px;
		padding-bottom:4px;
		border-right: #8B4513 4px solid;
		padding-left:80px;
		}

#footer a{
	    color: white;
	}
		
BODY {
    	MARGIN: 0px;
    	BACKGROUND-REPEAT: no-repeat;
    	BACKGROUND-COLOR: white;
    	COLOR: black;

	} 

.ChangeEom  { 
	 font-size: 10px;
	 margin: 4px 0px 0px 50px;	 
	}	




/* ------------------- Begin Settings for Dashboard ---------------------- */

.ajaxdashboard  table {
/*	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 2;
	padding: 4px;
	background-color: #FFFFFF;
    text-align: center; */
	margin-left: auto ;
	margin-right: auto ;
	}
#ajaxdashboard  h2 {
	font-size: 12pt;
	color: #FFFFFF;
	background-color: #669933;
	text-align: center;
	margin-right: 6px;
	}
	
	#ajaxdashboard table {
	padding: 2px
	}	
  
ajaxdashboard.colhead {
	font-size: 12pt;
	font-weight: bold;
	color: #ffffff;
	background-color: #669933;
	text-align: center;
	}
.bigtemp {
	font-size: 30pt;
	font-weight: bold;
	color : #0000FF;
	text-align : center;
	background-color: #FFFFFF;
	}
.meas {
	font-size: x-small ;
	color: #000000;
	text-align : right;
	background-color: #FFFFFF;
	width: 35%;
	}
.data {
	font-size: 10pt ;
	color : #0000FF;
	text-align : left;
	background-color: #FFFFFF;
	}
.datahead {

	font-size: 10pt;
	font-weight: bold;
	color:  #FFFFFF;
	background-color: #8B4513;
	text-align: center;}
.data1 { 
	 color: #000000;
	 font-size: 10pt;
	 border-bottom: 1px solid #CCCCCC;
	 background-color: #FFFFFF;
	 text-align: left;
	}	



/* ------------------------------------------ Menu ----------------------------------------------------- */

.innertube{
	margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	}
.flyoutmenu {
	font-size: 80%;
	display:block;
	FLOAT: left;
	BACKGROUND-COLOR:  #F5DEB3;
	border:0px solid black;
	margin:14px;
	padding: 4px;
	}
/* remove all the bullets, borders and padding from the default list styling */
.flyoutmenu ul {
	position:relative;
	z-index:500;
	padding:0;
	margin:0;
	padding-left: 8px;/* mchallis added to center links in firefox  */
	list-style-type:none;
	width: 110px;
	border:0px solid black;
	background: #F5DEB3;
	}
/* style the list items */
.flyoutmenu li {
	color: #F5DEB3 ;
	background: #F5DEB3;
	text-decoration:none;
	/* for IE7 */
	float:left;
	margin:0; /* mchallis added to tighten gaps between links */
	}
.flyoutmenu li.sub {background: #F5DEB3 no-repeat right center;
	color: #F5DEB3;
	text-decoration:none;
	background: #F5DEB3;
	}
/* get rid of the table */
.flyoutmenu table {
	position:absolute;
 	border-collapse:collapse;
 	top:0;
 	left:0;
 	z-index:100;
 	font-size:1em;
	border: 0
	}
/* style the links */
.flyoutmenu a, .flyoutmenu a:visited {
	display:block;
	text-decoration:none;
	line-height: 1.8em; 
	width:95px; /* mchallis changed for adjusting firefox link width */
	color: black;
	padding: 0 0px 0 0px; 
	border:0px solid ;
	}
/* hack for IE5.5 */
/* mchallis lowered the two width values to (101, 100)to fix IE6 links wider than menu width */
* html .flyoutmenu a, * html .flyoutmenu a:visited {width:95px; w\idth:94px;}
/* style the link hover */
html .flyoutmenu a:hover {color:white; background: #996600; position:relative;}
.flyoutmenu li:hover {
	position:relative;
	background:#996600;
	}
/* For accessibility of the top level menu when tabbing */
.flyoutmenu a:active, .flyoutmenu a:focus {
	color:white;
        background:#F5DEB3;
	}
/* retain the hover colors for each sublevel IE7 and Firefox etc */
.flyoutmenu li:hover > a {
	color:#F5DEB3;
	background:#996600;
	}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.flyoutmenu li ul {
	visibility:hidden;
	position:absolute;
	top:-10px;
	/* set up the overlap (minus the overrun) */
	left:90px;
	/* set up the overrun area */
	padding:10px;
	/* this is for IE to make it interpret the overrrun padding */
	background:#F5DEB3;
    	border:1px solid black; 
	}
/* for browsers that understand this is all you need for the flyouts */
.flyoutmenu li:hover > ul {
	visibility:visible;
	}
/* for IE5.5 and IE6 you need to style each level hover */
/* keep the third level+ hidden when you hover on first level link */
.flyoutmenu ul a:hover ul ul{
	visibility:hidden;
	}
/* keep the fourth level+ hidden when you hover on second level link */
.flyoutmenu ul a:hover ul a:hover ul ul{
	visibility:hidden;
	}
/* keep the fifth level hidden when you hover on third level link */
.flyoutmenu ul a:hover ul a:hover ul a:hover ul ul{
	visibility:hidden;
	}
/* make the second level visible when hover on first level link */
.flyoutmenu ul a:hover ul {
	visibility:visible;
	}
/* make the third level visible when you hover over second level link */
.flyoutmenu ul a:hover ul a:hover ul{
	visibility:visible;
	}
/* make the fourth level visible when you hover over third level link */
.flyoutmenu ul a:hover ul a:hover ul a:hover ul {
	visibility:visible;
	}
/* make the fifth level visible when you hover over fourth level link */
.flyoutmenu ul a:hover ul a:hover ul a:hover ul a:hover ul {
	visibility:visible;
	}

/* --------------------------------7day Forecast ------------------------------------------ */

#forecast table{
		   margin-left: auto;
		   margin-right: auto;
		   width:800px;
		   padding:2px;
	}	
	
	
.fpic { 
		font-size:80%;
	}
.ftext {	

	border-top: thin black solid;
	}
	
.ficons { 
		font-size:75%;
	}
	
.ftemp{ 
		font-size:80%;
	}
	
.ftable {	
 /*   border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: grey; */

	}
	

/* ------------------------------------------ Quake---------------------------------------------------- */
	
.quake {
        width: 825px;
		margin-left: auto;
		margin-right: auto;
		font-size: 13px;
		padding:   2px 2px 2px 2px;

		}
		
#quake p{

	text-align: center;
	}

#quake {
		margin-left: auto;
		margin-right: auto;	
}
	
/* ------------------------------------------Trends-------------------------------------------------- */
		
.column-dark {
  	color: black;
  	background-color: #F2ECDF;

  	padding:   2px 0px 2px 2px;
	}

.column-light {
  	color: black;
  	background-color: white;

  	padding:   2px 0px 2px 2px;
}


.table-top {
  	color: white;
  	background-color: #8B4513;
  	text-align: left;
  	font-weight: bold;

  	padding: 2px 2px 2px 2px;
	}
#trends {
  	padding: 0px 10px 0px 10px;
	}
  
#trends h2{
  	color: black;
	}

/* ------------------------------------------Top of Page Title---------------------------------------------- */

.pagetitle {
        
	FONT-SIZE: 14px;
	color: white;
	text-align: right;
	vertical-align: bottom;
}


/* ------------------------------------------ Forecast Discusion--------------------------------------------------- */

#discussion table{
	border: 1px solid #CCCCCC;
   	margin-left: auto;
   	margin-right: auto;
	}

#discussion pre{
      	font-size: 75%;
		 margin-left: auto;
		margin-right: auto;
		
	}
	
#discussion {
	width: 700px;
	margin: 0 auto;
	}


/* ------------------------------------------ Warnings--------------------------------------------------- */

#warninglist {
	text-decoration:none;
		}
		
.advisoryBox {
	text-decoration:none;
	width: 630px;
	padding: 0 0 6px 4px;
	margin: 0px auto 0px auto;
	text-align: left;
	border: 1px solid #333;
		}

#whosonline{
		font-size:75%;
		}	

.useragent {
		font-size:75%;
		}


/* ------------------------------------------ Astronomy-------------------------------------------------- */

#astronomy table{
   	margin-left: auto;
   	margin-right: auto;
	width: 800px;
	border: 1px solid black;
	padding: 4px;

		}

#astronomy .astrohead {
	font-size: 16px;
	font-weight:bold;
	vertical-align:bottom;
	text-align:center;

}
#astronomy .astrotitle {
	font-size: 14px;
	font-weight:bold;
	text-align:left;
	vertical-align:middle;

}
#astronomy .astrodata {
	font-size: 13px;
	text-align:left;
	vertical-align:middle;

}

#astronomy h3{
	color: white;
	font-size: 18px;
	}
  
#astronomy {
		margin-left: auto;
		margin-right: auto;
	}
	
/* ------------------------------------------ Radar -------------------------------------------------- */	

#radarstatus{

		}	

#radar h3{
	color: black;
	}
  
#radar{
   	margin-left: auto;
   	margin-right: auto;
	text-align: center;
	}

	
#hilow, #monthlyhilow{

  	text-align:center;
	font-size:85%;
	}
	
	
#hilow table{
   	margin-left: auto;
   	margin-right: auto;
	}
#hilow td{	
		 border-bottom: 1px solid #CCCCCC;
		 padding: 2px;
	}
	
#monthlyhilow table{
   	margin-left: auto;
   	margin-right: auto;
	}

#monthlyhilow .data1{
	 font-size: 92%;
	}	
	
	
#hilow .data1 { 

	 font-size: 100%;
	 border-bottom: 1px solid #CCCCCC;
	 background-color: #FFFFFF;
	 text-align: left;
	}

.daydiff {
	font-size: 80%;
	}
	
#hilow  .data2 {
         color: black;
         font-size: 100%;
         background-color: white;
         text-align: left;
}
#hilow  .data3 {
         color: black;
         font-size: 11px;
         border-bottom: 1px solid #CCCCCC;
         background-color: white;
         text-align: center;
         vertical-align: middle;
}
#hilow .data4 {
         color: black;
         font-size: 11px;
         border-bottom: 1px solid #CCCCCC;
         background-color: white;
         text-align: left;
         vertical-align: middle;
}

.fheader {
         font-size: 85%;
		 }
		 
		 
#lsr {
  	padding: 0px 10px 0px 80px;
	}
	
#graphs {
	text-align: center;
	margin-left: auto ;
	margin-right: auto ;
	}	
	
.outerbox {
background-color:transparent;
height:55px;
margin:10px 0 0;
padding:5px;
width:240px;
}

.tempbox {
float:left;
margin:0;
padding-bottom:4px;
width:50%;
}

.templrg {
color:#E8E8E8;
font-size:80%;
font-weight:bold;
text-align:center;
}

.hilow {
color:#E8E8E8;
text-align:center;
width:100%;
}

.hilowbox {
padding-left:5%;
width:95%;
}

.hi {
color:#E8E8E8;

font-size:70%;
text-align:center;

}

.lo {
color:#E8E8E8;
float:right;
font-size:70%;
text-align:center;
width:50%;
}

.others {
float:right;
vertical-align:middle;
width:50%;
}

.otherleft {
color:#E8E8E8;
float:left;
font-size:70%;
text-align:right;
width:40%;
}

.otherright {
color:#E8E8E8;
float:right;
font-size:70%;
text-align:right;
width:60%;
}

/*
############################################################################
# A Project of TNET Services, Inc.
# CSS external file for wxraindetail.php template page
############################################################################
*/

#rain {
     font-family: verdana;
     color: #000000;
}

#rain table {
	width: 100%;
	border-collapse: collapse;
}

#rain form {
    display: inline; 
}
    
#rain .labels {
    background-color: #CC6600;
    color: #FFFFFF;
    border: 1px solid #22464F;
    text-align: center;
    padding: 2px;
}

#rain .rainttl {
    background-color: #CC6600;
    color: #FFFFFF;
    border: 1px solid #22464F;
    font-size: 80%;
    text-align: center;
    padding: 2px;
}   
    
#rain .raindt {
    background-color: #CC6600;
    color: #FFFFFF;
    font-size: 95%;
    font-weight: bold;
    border: 1px solid #22464F;
    text-align: center;
    padding: 2px;
}

#rain .rainday {
    background-color: white;
    font-size: 80%;
    border: 1px solid #22464F;
    text-align: center;
    padding: 2px;
}   

#rain .raindayr {
    background-color: #DEA56A;
    color: #000000;
    font-size: 80%;
    border: 1px solid #22464F;
    text-align: center;
    padding: 2px;
}

#rain .getraindtbxfloat {
    float: right; 
    padding: 0px 5px 0px 5px; 
    border: 1px ridge #22464F; 
    background-color: #CC6600;
    color: #FFFFFF;
}

#rain .getraindtbx {
    font-size: 80%; 
    font-weight: bold; 
    padding: 0px;   
    text-align: center;
}

#rain .dev {
	padding: 5px 0px 10px 0px;
	font-size: 80%;
}

#clicky {
	text-align:right;

}

div.forecasthr {
	height:1px;
    width:200px;
    background:#cccccc;
    margin: 0px 0px 0px 0px;
}

.uomchange {
   font-size: 10px;
   vertical-align: bottom;
   padding: 26px 0px 0px 0px;
}

.moreinfo {
	font-size:11px;
	margin-top: 6px;
    text-align: center ;
	margin-left: auto ;
	margin-right: auto ;

}

.moreinfo  A {text-decoration: none}

.getforecast {
    float: right; 
	font-size: 12px;
	margin-right:20px;
}

#forecasttest table{
		   margin-left: auto;
		   margin-right: auto;
		   width:800px;
		   padding:2px;

	}	
 
 /*------------------------------ Monthly Climate -------------------------------------------*/
 


#Climate table {

	border-collapse: collapse;
    border: 1px;
    padding: 2px;
    width: 800px;
	margin-left: auto ;
	margin-right: auto ;		
}

#Climate td {

	border-collapse: collapse;
    border: 1px solid;
    padding: 2px;
  	
}

.HistTitle  {
	text-align:center;
	font-size: 18px;
	font-weight:bold;
}
.HistSubTitle {
	text-align:center;
	font-size: 12px;
}

.MClimHead1  {
	text-align:center;	
}

.MClimHead2 {
	text-align:center;	
}

.MClimDataHead{
	border: 1px solid;
	font-size: 11px;
	text-align: center;
	padding: 2px;	
}

.MClimRowEven {
	border: 1px solid;
	font-size: 11px;
	text-align: center;
	padding: 2px;	
}
.MClimRowOdd {
	background-color: #F5DEB3;
	border: 1px solid;
	font-size: 11px;
    text-align: center;
	padding: 2px;	

}

.MClimTotals {
	border: 1px solid;
	font-size: 11px;
	text-align: center;
	padding: 2px;
	vertical-align: top;
}

/* Yearly Climate */

.YClimHead1  {
	text-align:center;	
}

.YClimHead2 {
	text-align:center;	
}

.YClimDataHead{
	border: 1px solid;
	font-size: 11px;
	text-align: center;
	padding: 2px;	
}

.YClimRowEven {
	border: 1px solid;
	font-size: 11px;
	text-align: center;
	padding: 2px;	
}
.YClimRowOdd {
	background-color: #F5DEB3;
	border: 1px solid;
	font-size: 11px;
    text-align: center;
	padding: 2px;	

}

.YClimTotals {
	border: 1px solid;
	font-size: 11px;
	text-align: center;
	padding: 2px;
	vertical-align: top;

}


#Climate pre {
      	font-size: 85%;
	    padding-left:70px;
}

.HistDate {
	font-size: 18px;
	text-align: center;
}

#ClimateSelect .getMonthYear {
    float: left; 
    padding: 0px 5px 0px 5px; 
    border: 1px ridge #22464F; 
    background-color: #996600;
    color: #FFFFFF;
    width: 200px;
}

#ClimateSelect .getYear {
    float: right; 
    padding: 0px 5px 0px 5px; 
    border: 1px ridge #22464F; 
    background-color: #996600;
    color: #FFFFFF;
	width: 200px;
}

#ClimateSelect table{
    width: 800px;
    text-align:center;
	margin-left: auto ;
	margin-right: auto ;
}

.PageTitle  {
	text-align:center;
	font-size: 18px;
	font-weight:bold;
}

#spc  {
	width: 600px;
	margin: 0 auto;

}