/**
 * @version		$Id: mod_jweather.css 40 2009-07-11 08:50:06Z p0l0 $
 * @package		Joomla jWeather
 * @author		Marco Neumann
 * @copyright	Copyright (c) 2008, 2009, Marco Neumann
 * @license		GNU/GPL, see COPYING  
 * 
 * This file is part of jWeather.
 * 
 * jWeather is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * 
 * jWeather is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with jWeather.  If not, see <http://www.gnu.org/licenses/>.
 * 
 */
.jweather {
	margin-top: 10px;
	font-size: 8pt;
	width: 100%;
	text-align: center;
	
}

.jweather img.jweather_icon {
	width: 32px;
	height: 32px;
        padding-right: 5px;
        vertical-align:top;          
 }

.jweather table {
	font-family: "lucida grande",arial,helvetica,tahoma,verdana,sans-serif;
         font-size: 8pt;
         vertical-align:top;
         text-align: center;
         margin-top:5px;
}

.jweather_tempText {
        text-align: center;
        margin-top:5px;
}

.jweather .moduletable{
font-family: "lucida grande",arial,helvetica,tahoma,verdana,sans-serif;
font-size: 0.9em;
margin-top: 10px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 0px;
padding-top: 2px;
padding-bottom: 2px;
text-align: center;
}

.jweather_forecast .jweather_forecastText{
text-align: center;
margin-top: 5px;
padding-right: 5px;
}

.jweather_dayText{
 font-weight:bold;
padding-right: 5px;
}

td .jweather forecast{
padding-right: 5px;
}

