
/* MESSAGE TEXT IN STATE HEAT WARNING RESULTS */

.messagelink{
	font-size:90% !important;
    color: #ffffff;
    float: none;
	
	}
	.messagelink a{
	font-size:90%;
    color: #ffffff;
    float: none;
	letter-spacing:1px;
	
	}
		.messagelink strong{
    color: #ffffff;
	letter-spacing:1px;
	
	}
	
	/* RSS formatting for CPO ONLY NEWS */	

.cpo_rss td {
width:40% !important;
padding:10px;
float:left;
vertical-align: auto !important;

}
.cpo_rss img {
width:120% !important;
}

.cpo_rss, a {
color: #FFF;
letter-spacing: 1px;
}

/* This hide extra "No Warning" Messages. */
.number1, .number2, .number3, .number4, .number5, .number6, .number7, .number8, .number9, .number10  {
display:none;
}

.number, h3  {
color:#333333 !important;
float: none;
  
}

/* This controls the forecasts map section. */
#content-slider {
  width: 90%;
  overflow: hidden;
  height: 810px;
}

#content-slider-inside {
  list-style: none;
  background-color:#FFF;
  height: 810px;    /* these 3 lines */
  /* overflow-x: hidden; /* help Opera */
  /* overflow-y: hidden; /* behave */
  padding-left: 30px;
}

  #content-slider-inside li {
    width: 90%;
    height: 810px;
	font-size:80%;
	color:#0c5ab2;
  }
  
    #content-slider-inside strong {
	font-size:130%;
	color:#0c5ab2;
  }
  

    #navigation a {
	font-size:75%;
	letter-spacing:1px;
	display: block;
        padding: 10px;
  }

    #navigation li {
    min-height: 40px;
	background-color:#7bb0ed;
	font-size:90%;
	color:#FFF !important; 
	list-style: none;
	margin:5px 0px;
	
  }
      #navigation a {
	color:#FFF !important;
	
	
  }
  
  /* This controls the state drop down list*/
.stateform_button {
	background-color:white;
	height:40px;
	min-width:20%;
	max-width:20%;
	border:1px solid #333333;	
}
.stateform_list {
	font-size:70%;
	height:40px;	
}

  
  
  
  
  
  
  
  
  
