/*
 * style.css
 * CSS styles for template
 *
 * ORIGINAL AUTHOR:         Armin Pruessner (Armin.Pruessner@noaa.gov) 
 * 
 * MODIFIED: Robert Aspinall (robert.aspinall@noaa.gov)
 * 
//        background:url(yui/examples/slider/assets/bg-fader.gif) 5px 0 ;
 */
  


#slider-bg {
        position: relative;
		background:url(images/slider-bg.png);
        height:28px;
        width:342px; 
    }

    #slider-thumb {
        cursor:default;
        position: absolute;
        top: 4px;
    }


img[src^="http://maps.gstatic.com/"] {
			max-width: none;
		}

 /****************************************************************
 * Link styles 
 ****************************************************************/ 
/* a { 
   color: #000066;
   text-decoration: underline; 
}
a.main { 
   color: #000066;
}
a.sub1 { 
   color: #000066;
}
a.not_active {
   color: #000066;
   text-decoration: underline; 
}
a:hover { 
   color: #000;
   text-decoration: underline; 
   font-size:bigger; 
} */

#infowindowframe {
    width: 259px;
    padding-bottom: 0px;
    border: solid;
    border-width: 0px;
}

#infowindowtitle {
    text-align: center;
	background-color: #7799cc; 
    font-size: 12px;
    color: white;
    font-weight: bold;
}

#infowindowleftpane {
    float: left;
    padding-bottom: 0px;
    font-size: 10px;
	width: 140px;
}

#infowindowrightpane {
    float: right;
    padding-bottom: 0px;
    font-size: 10px;
	width: 109px;
	border: 0px solid black;
}

.trendtext {
	position: absolute;
 	right: 16px;
	top: 60px;
	font-size: 18px;
	color: white;
	font-weight: bold;
}

input, select, button {
	vertical-align:	middle;
}

#slider-1 {
	margin:	10px;
	width:	600px;
}

.sectionTitle {
    font-weight: 700;
}

.est_link {
    color: #1763CF;
}