#content  {
	width: 1050px;
	background-color:#F5DEB3; 
	margin-left: auto ;
	margin-right: auto ;
	height: 100%;

}	

#PrintFooter {
display: none;
}

#container {
	FONT-FAMILY: verdana, tahoma, helvetica, arial, sans-serif;
	width: 1050px;
	margin-top: 10px;
	margin-left: auto ;
	margin-right: auto ;
	border: #8B4513 3px solid;  
  	}
	
#dashboard {
	width: 780px;
	border: #CCCCCC 3px solid;
	padding: 2px;
	border-spacing: 1px;
}

#header {

    FONT-SIZE: 200%;
	padding: 4px; 
    HEIGHT: 50px;
    COLOR: white;
    BACKGROUND-COLOR: #8B4513;
	border-right: #8B4513 4px solid;
	}

#header table {
		width: 100%
	}
	
#menubox {
    float:left;
    WIDTH: 156px;
   	BACKGROUND-COLOR: #F5DEB3;
	margin-left: auto ;
	margin-right: auto ;
    	height: 100%;
	}	

#submenu {
	FONT-SIZE: 9px;
	text-align: center;
	line-height: 1.8em; 
	}	
	
.dropdownmenu {
	margin-left: 156px;
}

#bodyText {
	margin-left: 156px;
    	PADDING-RIGHT: 2mm;
    	PADDING-LEFT: 2mm;
    	PADDING-BOTTOM: 2mm;
    	BORDER-LEFT: #999999 1px solid;
    	PADDING-TOP: 2mm;
   	BACKGROUND-COLOR: white;
	font-size: 14px;
	min-height:600px;
	height:auto !important;
	height:600px;


	}
	
#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;
	background: url(brown002.jpg) repeat; 
	} 

.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:10px;
	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: 130px;
	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:70px;
	/* 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 ------------------------------------------ */


	
.fcastIconsFull{
		   margin-left: auto;
		   margin-right: auto;
		   width:800px;
		   padding:2px;
	}	
	
.fcastIconsShort{
		   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 {	
		   margin-left: auto;
		   margin-right: auto;
		   width:800px;
		   padding:2px;

	}
	

/* ------------------------------------------ Quake---------------------------------------------------- */
	
.quake {
        width: 825px;
		margin-left: auto;
		margin-right: auto;
		font-size: 13px;
		padding:   2px 0px 2px 0px;
	    border-collapse: collapse;
		}
		
#quake p{

	text-align: center;
	}

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

  	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, #trends h1{
    font-size: 18px;
  	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: 120%;
	}
	
#discussion {
	width: 700px;
	margin: 0 auto;
	}


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

#warninglist {
	text-decoration:none;
		}
		
.advisoryBox {
	text-decoration:none;
	width: 630px;
	padding: 1px 1px 6px 4px;
	margin: 0px auto 0px auto;
	text-align: left;
	border: 1px solid #333;
	background:#F5F5DC;
	font-size:100%;
		}
		
#warninglist a {
	line-height:1.6em;
	}

#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: #8B4513;
    color: #FFFFFF;
    border: 1px solid black;
    text-align: center;
    padding: 2px;
}

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

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

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

#rain .getraindtbxfloat {
    float: right; 
    padding: 0px 5px 0px 5px; 
    border: 1px ridge #8B4513; 
    background-color: #8B4513;
    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%;	
	
}
#raintemprec{
     font-family: arial;
     color: #000000;
}

#raintemprec table {
	width: 100%;
	border-collapse: collapse;
	background-color:white;
}

#raintemprec form {
    display: inline; 
}
    
#raintemprec .labels {
	background-color: #666666;
	color: #cccccc;
	border: 1px solid #222222;
    text-align: center;
    padding: 2px;   
}

#raintemprec .labels1 {
    background-color: #666666;
    color: white ;/* #cccccc;  */
    border: 1px solid #222222;
    text-align: center;
    padding: 2px;
    font-size: 150%;
    font-weight:bold;
}

#raintemprec .rainttl {
    background-color: #666666; 
    color: #cccccc; 
    border: 1px solid #222222;
    font-size: 100%;
    font-weight:bold;   
    text-align: center;
    padding: 2px;
}  

#raintemprec .rainday {
    color: green; 
    font-size: 90%;
    font-weight: bold;     
    border: 1px solid #22464F;
    text-align: center;
    padding: 2px;
}

#raintemprec .hightemp {
    color: red; 
    font-size: 90%;
    font-weight: bold;     
    border: 1px solid #22464F;
    text-align: center;
    padding: 2px;
}

#raintemprec .lowtemp {
    color: blue; 
    font-size: 90%;
    font-weight: bold;     
    border: 1px solid #22464F;
    text-align: center;
    padding: 2px;
}

#raintemprec .mtdday {
    color: green; 
    font-size: 90%;
    font-weight: bold;     
    border: 1px solid #22464F;
    text-align: center;
    padding: 2px;
}

#raintemprec .ytdday {
    color: green; 
    font-size: 90%;
    font-weight: bold;     
    border: 1px solid #22464F;
    text-align: center;
    padding: 2px;
}

#raintemprec .nodata {
    color: black; 
    font-size: 80%;
    font-weight: bold;     
    border: 1px solid #22464F;
    text-align: center;
    padding: 2px;
    background-color: #666666;     
}  

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

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

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

#raintemprec .raindaynewrecord {
    color: black; 
    font-size: 90%;
    font-weight: bold;     
    border: 1px solid #22464F;
    text-align: center;
    padding: 2px;
    background-color: #AAFF00;    
}

#raintemprec .hightempnewrecord {
    color: black; 
    font-size: 90%;
    font-weight: bold;     
    border: 1px solid #22464F;
    text-align: center;
    padding: 2px;
    background-color: orange;    
}

#raintemprec .lowtempnewrecord {
    color: black; 
    font-size: 90%;
    font-weight: bold;     
    border: 1px solid #22464F;
    text-align: center;
    padding: 2px;
    background-color: #D2E4FE;    
}

#raintemprec .mtddaynewrecord {
    color: black; 
    font-size: 90%;
    font-weight: bold;     
    border: 1px solid #22464F;
    text-align: center;
    padding: 2px;
    background-color: #AAFF00;    
}

#raintemprec .ytddaynewrecord {
    color: black; 
    font-size: 90%;
    font-weight: bold;     
    border: 1px solid #22464F;
    text-align: center;
    padding: 2px;
    background-color: #AAFF00;    
}

#raintemprec .today {
    background-color: #cccccc;
    color: #666666;
    border: 1px solid #222222;
    text-align: center;
    padding: 2px;
}




#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;
  	
}
#Climate .ClimNavTable  {
	width:800px;
	margin-left: auto ;
	margin-right: auto ;
    border: 0px none;
    padding: 2px;
	
}

#Climate .navleft {
	text-align:left;
	border: none;
	padding: 2px;
}

#Climate .navright {
	text-align:right;
	border: none;
	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: #FFEBCD;
	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: #FFEBCD;
	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 {
	padding-left:75px;
}

.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;

}

#wind , #rain, #temp{
	width: 800px;
	margin-left: auto ;
	margin-right: auto ;
}

#wind  h1, #rain h1, #temp h1{
	font-size: 18px;
	text-align: center;
}

#records h2, #wxabout h2, #tempdetail h3,#winddetail h3,#raindetail h3{
		font-size: 18px;
}
	
.sublinks a:hover {color:#996600;}   /* mouse over link */
.sublinks a:active {color:#0000FF;}  /* selected link */

#MonthlyHiLow {width:700px;
			  height:400px;
			 margin-left: auto ;
			margin-right: auto ;
}	

#YearlyHiLow {width:800px;
			  height:400px;
			 margin-left: auto ;
			margin-right: auto ;
}

.htmlerror {color:red
}	

.fcasttexttable {margin-left: auto;
		         margin-right: auto;
				 border-collapse:collapse;
				width:600px;
}		
.fcastheader {font-size: 12px;
}		
.fcasttext {	font-size: 11px;

margin-right:50px;
margin-left:50px;
}	

.fcasttextcol{	padding-right:50px;
padding-left:50px;
padding-bottom:12px;
border-bottom:3px solid black;
}	

.fcastheadcol	{	
padding-top: 12px;
padding-bottom: 8px;
border-top :2px solid black;
}

#forecastCities {width:400px;
top:150px;
border:1px solid black;
 	border-collapse:collapse;
			 margin-left: auto ;
			margin-right: auto ;
}

.stateHeader{	
    background-color: #996600;
font-size: 110%;
padding-top:auto;
padding-bottom:auto;
color:white;
font-weight:bold;
}	

.stateCity	{	
padding-left: 25px;
font-size: 100%;
line-height:26px;
}

.stateCityOdd 	{	
background-color:#F0F0F0 ;
}

.stateCityEven	{	

}


.stateCity a	{	
text-decoration:none;

}
.stateCity a:hover {color:red;}   /* mouse over link */
.stateCity a:active {color:black;}  /* selected link */


.stateDist	{	
text-align:center;
font-size: 100%;
}
	
.fcastTableHeader	{	
text-align:center;
font-size: 120%;

}	

#forecastlisting{
padding-top:25px;

}
#forecastlistingv h1,h2,h3{
text-align:center;

}
