/******************************************************************
 * eWeatherTide Component Style Sheet
 * author: Bob Lavey
 * email: bob.lavey@robertjlavey.com
 * website: http://www.robertjlavey.com/
 * @package eWeatherTide
 * @subpackage eWeatherTide
 * @copyright Copyright (c) 2010 Bob Lavey
 * @license http://www.gnu.org/licenses/gpl.txt GNU/GPL
 *******************************************************************/

 .CityTitle
 {
	align: left;
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
 }
 
.CurrentConditionsImage
{
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}


.CurrentConditionsTemperature
{
	font-size: 160%;
	font-weight: bold;
	text-align: center !important;
}

.HighTideHeader
{
	margin: 0px;
	padding: 0px;
	padding-top: 12px;
	font-weight: bold;
	text-align: center;
}

.LowTideHeader
{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-align: center;
}

.TideTimes
{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.WindHeader
{
	margin: 0px;
	padding: 0px;
	padding-top: 8px;
	font-weight: bold;
	text-align: center;
}

.WindDescription
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	text-align: center;
}
