/* Model page CSS */
.model-div{display:block;text-align:left;margin:0;padding:0;}
.model-image-div{position:relative; height:655px; margin:0; padding:0; display: block;}
#loading-animation{
	position:absolute; 
	top:250px; 
	left:260px;
	font-size:20px;
	color:#FFFFFF;
	padding:8px;
	background-color:#444444;
	border:1px solid #EEEEEE; 
	display:none;
   z-index:12;
}

/* Animation Controls */

.animation-controls-div {
    font-size: 3.4em;
    margin: 0.3em 0 0.3em 0.15em;
    color:#8cba00;
}
.animation-controls-div i {
	cursor: pointer;
	margin: 0 0.23em;
}
.animation-controls-div dd {
    border: medium none;
    margin: 0;
    padding: 0;
}

#speed-slider-div .ui-widget-header {
	background: #555;
}

#speed-slider-div{
	width:144px;
	height: 5px;
	border: none;
	background: #999;
	margin: 0 0 3em .2em;
	
}
#speed-slider-label{width:144px;text-align:center;padding-bottom:10px;}

#speed-slider-div .ui-slider-handle.ui-state-default.ui-corner-all {
    background: #8cba00 none repeat scroll 0 0 !important;
    border: medium none;
    border-radius: 30px;
    cursor: pointer;
    outline: medium none;
    top: -0.5em;
}

#speed-slider-label .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background: #9cca10 !important;
}

#forward-link,#back-link,#faster-link,#slower-link{margin:0 0 0 0px;}
#stop-link,#play-link{margin:10px 0 0 0px;}
#model-image{border: 1px solid #fff;}
.directions{display:block; padding: 3px;}
#tooltip {position:absolute;z-index: 3000;border: 1px solid #03b3ff;background-color: #666;padding: 0;opacity: 0.85;}
#tooltip h3, #tooltip div { margin: 0; padding: 3px 10px; color: #fff; }
.old-data-warning{font-size:1.3em;font-style:italic;color:#FF0000;padding-bottom:10px;}
h4{border-bottom:none;}

.model-info{text-align:left; width:900px; margin:0 auto;}
.model-heading{font-size:1.2em; font-weight:500; padding-bottom:10px;}
.bottom-border{border-bottom:2px solid #8cba00;font-size:1.5em;padding-top:2em;}
#tabs .bottom-border {
	padding-top: 20px;
}
.column-div{position:relative; border-top:10px; float:left; width:240px;}
.row-div{clear:both;position:relative;padding-top:25px;}
.hour-column-div{position:relative; float:left; width:28px;text-align:center}
.hour-row-div{clear:both;position:relative;padding-top:5px;}

#bg_image_div,#fg_image_div,#wind_filled_div,#wind_barb_div,#pressure_contour_div,#pressure_filled_div,#hgt_contour_div,#tmp_filled_div,#rh_filled_div,#pwat_filled_div,#dewpoint_filled_div,#cape_filled_div,#cin_filled_div,#lftx_filled_div,#bli_filled_div,#acpcp_filled_div,#ncpcp_filled_div,#ncpcp_contour_div,#apcp_filled_div,#hlcy_filled_div,#refc_filled_div,#prate_filled_div,#snod_filled_div,#goes_filled_div,#acpcp_contour_div,#radar_filled_div{position:absolute;top:0px;left:0px;}

#model-image-div{line-height:0;}
#legends-div{color:#ffffff;background-color:#333;border-top:1px solid #4c4a4a;width:750px;height:75px;}
#legend-img-div{margin:5px 5px 0px 0px;position:relative;float:right;}
#legend-runtimes-div{position:relative;float:left;}
#legend-title-div{margin:5px 0px 0px 5px;height:20px;font-size:16px;font-weight:500;}
#model-run-div{margin:0px 0px 0px 5px;height:20px;font-weight:300;}
#valid-time-div{margin:5px 0px 0px 5px;height:18px;font-weight:300;}
.model-v2-image-div{position:relative;width:752px;margin:0;padding:0;display: block;}
#model-runs-select{width:174px;}

/* Adjacent Images */
.adj-table{border-collapse:collapse;border-spacing:0;line-height:0;}




/* Model home */



#tabs {
	width: 1025px;
}


h4.heading-class.tabs {
	margin: 0;
	padding: 1.2em 0 0.2em;
}

.half_tab {
	width: 45%;
	float: left;
}



.half_tab ul li {
    float: none !important;
}




.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background: #fff !important;
}



#tabs input[type=button]:hover {
	background: #9cca10;
}


#tabs input[type=button] {
/*    background: #00a6eb none repeat scroll 0 0; */
    background: #8cba00;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
   /* font-weight: 100 !important; */
    padding:8px 10px 8px;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}




.half_tab ul li a {
	text-align: left !important;
	margin: 1em 0 1em 1em !important;
}

.half_tab img {
    float: left;
    margin: 1.6em;
}

.half_tab a.half-img {
	display: block;
	float: left;
	margin: 0 2.5em 0 0 !important;
}

.half_tab ul {
    float: left;
    margin: 0 0 0 0.6em;
    width: 100px;
}

.ui-widget-header {
	background: transparent url("/images/bg-tabs-bluegrad.png") repeat-x !important;
	border: none !important;
}

.ui-tabs {
	padding: 0 !important;
}

.ui-tabs .ui-tabs-nav {
	padding: 0.4em .4em 0 !important;
	border-radius: 0;
}

.ui-tabs .ui-tabs-nav li {
	border: none;
}

.ui-tabs .ui-tabs-nav li a {
	outline: none;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	
}


.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #00a6eb !important;
    font-weight: 600;
}






/* The Flattening */

.ui-tabs {
    padding: 0 !important;
    border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.33);
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.4em .4em 0 !important;
    border-radius: 0;
}

.ui-tabs .ui-tabs-nav li {
	border: none;
}

.ui-widget-header {
    /*	background: transparent url("/images/bg-tabs-bluegrad.png") repeat-x !important; */
    background-image: none !important;
    background-color: #00a6eb !important;
	border: none !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background-image: none !important;
    background-color: #e6e6e6;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #00a6eb !important;
	font-weight: 600;
}


#tabs .bottom-border {
	margin-top: 0 !important;
}

.ui-tabs-panel {
	padding-bottom: 64px !important;
}

.newhl {
	color: white;
	font-size: 8pt;
	background: #8cba00;
	border-radius: 4px;
	padding: 3px;
	margin-left: 4px;
	top: -1px;
	position: relative;
}
