/**
 * @version $Id: jephyrus.css 2008-09-22 15:59:34Z $
 * @package		 Jephyrus Module
 * @author       Efthimios Mavrogeorgiadis <jephyrus@iota.gr>
 * @copyright	 Copyright (C) 2008 Efthimios Mavrogeorgiadis. All rights reserved.
 * @license		 GNU/GPLv2
 * @see          http://www.iota.gr
 */

.jephyrus_div {
	width: 100%;
	margin: 2px;
}

.jephyrus_photo_div img {
	border: none;
	margin: 2px;
}

.jephyrus_table {
	border-collapse: collapse;
	width: 100%;
}

.jephyrus_td_img {
	text-align: center;
}

.jephyrus_td_temp, .jephyrus_td_humi, .jephyrus_td_wind  {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}

.jephyrus_td_value {
	padding-left: 5px;
	background-color: #FFEEEE;
	font-weight: bold;
}

.jephyrus_td_label {
	padding-right: 5px;
	text-align: right;
	font-style: italic;
	background-color: #EEEEEE;
}

.jephyrus_td {
	text-align: center;
	font-weight: bold;
	background-color: #99AA99;
	color: #FFFFFF;
}

.jephyrus_td_title {
	width: 100%;
	color: #FF9999;
}

.jephyrus_td_title a {
	color: #CC3333;
}

.jephyrus_google_div, #jephyrus_div_copyright {
	width: 100%;
	text-align: center;
}