/* modified by IAP */
/* style for forecast data details left side */
div.wp-forecast {
    padding: 0px;
    float:left;
    margin-bottom: -15px;
	border: 1px solid #e0e0e0;
	width: 100%;
}

/* style for current weather data */
div.wp-forecast-curr {
    font-size: 11px; 
    padding: 3px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}
/* style for forecast data */
div.wp-forecast-curr-head {
    font-size: 14px;
    font-weight: bold; 
    padding: 3px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 10px;
 border-bottom: 1px solid #ddd;
}

/* style for forecast data details */
div.wp-forecast-curr-block {
    padding: 0px;
    float:left;
}

/* style for forecast data details left side */
div.wp-forecast-curr-left {
    padding: 3px;
    float: left;
}

/* style for forecast data details right side */
div.wp-forecast-curr-right {
    font-size: 1.4em; 
    text-align:left;
    padding: 6px;
    float: left; 
}


/* style for current weather data details */
div.wp-forecast-curr-details {
    font-size: 1.2em; 
    padding: 6px;
    text-align:left;
    float:left;
    width: 95%;
}

/* style for current weather icon */
img.wp-forecast-curr-left {
 //   width: 64px;
 //   height: 40px;
 //   padding: 0 15px 0 0;
}


/* style for forecast data */
div.wp-forecast-fc {
    font-size: 11px; 
    padding: 2px;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    float:left;
}

/* style for forecast data */
div.wp-forecast-fc-head {
    font-size: 1.3em; 
    font-weight: bold;
    padding: 6px;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
   }

/* style for forecast data details */
div.wp-forecast-fc-oneday {
    padding: 0px;
}

/* style for forecast data details */
div.wp-forecast-fc-block {
	line-height: 16px;
    padding: 3px;
    float:left;
}
/* style for forecast data details left side */
div.wp-forecast-fc-left {
    font-size: 1.2em; 
    padding: 3px;
    text-align:center;
    float: left; 
}

/* style for forecast data details right side */
div.wp-forecast-fc-right {
    font-size: 1.2em; 
    padding: 3px 8px;
    text-align:left; 
    width: 180px;
    float: right; 
}

/* style for forecast weather icon */
img.wp-forecast-fc-left {
   // width: 64px;
   // height: 40px;
   // padding: 0 10px 0 0;
}


/* style for navigation when using ajax pulldown */
div.wpff_nav {
    font-size: 1.0em; 
    border: 0px solid;
    padding: 10px;
    text-align:center;
    margin: -15px auto 0 auto;
    float: right;
    // font-weight: bold;
    color: #5D782E;
}

div.wpff_nav:hover {
    color: #5D782E;
    text-decoration: none; 
    cursor:pointer;
}

/* style for selection widget */
div.wpf-selector {
    padding: 5px;
    font-size: 11px;
}

iframe.wpf-iframe {
    border: 0px;
}

td.td-center {
	text-align: center;
}