/**
 * @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 {
	padding-top: 10px;
	font-size: 10pt;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.jweather img.jweather_icon {
	width: 93px;
	height: 93px;
}

.jweather table {
	 border: 2px solid #9d9b9b;
	 border-collapse: collapse;
	 width: 100%;
	 margin-left:auto;
	 margin-right:auto;
}
}

.jweather th {
   border:2px solid #9d9b9b;
   padding: 5px;
   background-color: #D0E3FA;
   text-align: center;
   color:#ffffff;
}

.jweather td {
   border: 2px solid #9d9b9b;
   padding: 5px;
   text-align: center;
   background-color: #ffffff;
}
.jweather_tempText {
	text-align: center;
}


