/* general styles, used in all weather components */
.weatherComponent {
	width: 100%;
	margin: 5px 0px 10px 0px;
	font-size: 12px;
}
.weatherHeader {
	width: 100%;
	font: normal 16px Georgia,"Times New Roman",Times,serif;
	color: #136aa8;
	text-align: left;
}
.titleLine {
	width: 100%;
	float: left;
	border-bottom: 1px solid #ccc;
	margin: 8px 2px 5px 0;

	padding-right: 2px;
}
.titleLine .rightTitle {
	padding-right: 0px;
}
.titleLine .leftTitle {
	padding: 0 0 3px 0;
	font-weight: normal;
}
.leftTitle {
	float: left;
	text-align: left;
	padding-left: 0px;
}
.centerTitle {
	text-align: left;
	font-weight: bold;
}
.rightTitle {
	float: right;
	text-align: right;
}
.fullTitle {
	float: left;
	text-align: left;
	width: 100%;
	font-size: 11px;
	text-transform: uppercase;
}
#conditions .fullTitle {
	font-size: 16px;
	text-transform: none;
}
.fullTitle .rightTitle {
	float: right;
	text-align: right;
	font-weight: bold;
	padding-right: 2px;
	width: auto;
}
.footerLinks {
	float: left;
	width: 100%;
	text-align: center;
	margin: 16px 0 0 0;
	color: #ccc;
}
.weatherTitleBar {
        height: 25px;
}
.weatherTitleBar .wHeaderTitle {
	float: left;
	height: 25px;
}
.weatherTitleBar .wHeaderEmail {
	float: right;
	height: 25px;
}
.weatherTitleBar .wHeaderEmail a {
	margin: 10px 0 0 0;
	display: block;
}
/* end general styles */

/* current component styles */
.weatherComponent #currentWeather {
	width: 445px;
	float: left;
	margin: 0 11px 0 0;
}
.weatherComponent #radarView {
	width: 185px !important;
	width: 183px;
	float: right;
	margin: 8px 0 0 0;
	text-align: center;
	border-left: 1px solid #ccc;
	padding: 0 0 0 11px;
}

#radarView .weatherHeader {
	border-top: 2px solid #ccc;
	padding: 8px 0 0 0;
	margin: 0 0 8px 0;
}
#radarView .centerTitle {
	font-weight: normal;
	text-align: center;
	margin: 0 0 2px 0;
}
#radarView .footerLinks {
	margin: 8px 0;
}
#severeWeather {
	width: 100%;
	background: #D80000;
	margin-bottom: 10px;
	padding: 7px 0;
	color: white;
	text-align: center;
	display: none;
}
#severeWeather a {
	color: white;
        font-weight: bold;
        text-decoration: underline;
	text-transform: uppercase;
}
#conditions {
	width: 100%;
	border-top: 2px solid #bbb;
	margin: 8px 0 0 0;
	padding: 8px 0 0 0;
	float: left;
}
#conditions .fullTitle {
	padding-left: 0px;
}
#conditions .rightTitle {
	/*background: #cccccc;*/
}
#currentWeather #bigWeatherIcon {
	width: 33%;
	float: left;
	margin-left: 2px;
}
#currentWeather #bigWeatherIcon #iconImage {
	width: 100%;
	margin-left: 2px;
	text-align: center;
}
#currentWeather #bigWeatherIcon #iconName {
	width: 100%;
	margin-left: 2px;
	text-align: center;
}
#currentWeather #currentTemp {
	width: 32%;
	font-weight: bold;
	font-size: 200%;
	float: left;
	text-align: center;
	margin-top: 15px;
}
#currentWeather #realFeelTemp {
	width: 33%;
	font-weight: bold;
	font-size: 125%;
	float: left;
	text-align: center;
	margin-top: 15px;
}
#currentWeather #weatherInfo {
	width: 100%;
	float: left;
	border-top: 1px solid #ccc;
	margin-top: 8px;
	padding-top: 8px;
	margin-left: 2px;
}
#weatherInfo #WIleft {
	width: 49%;
	float: left;
}
#weatherInfo #WIright {
	width: 49%;
	float: left;
}
#currentWeather #twoDay{
	width: 100%;
	float: left;
	border-top: 1px solid #ccc;
	margin-top: 8px;
	padding-top: 8px;
}
#twoDay #today {
	width: 48%;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
	border-right: 1px solid #ccc;
}
.smallWeatherIcon {
	float: left;
	width: 45%;
	margin: 10px 0;
}
.temps {
	float: left;
	width: 53%;
	font-weight: bold;
	margin: 10px 0 0 0;
}
.weatherText {
	width: 100%;
	float: left;
}
.suntime {
	width: 100%;
	float: left;
}
#twoDay #tonight {
	width: 48%;
	margin-right: 2px;
	margin-left: 8px;
	float: left;
}
/* end current component styles*/

/* forecast component styles */
#extendedForecast {
	float: left;
	margin-top: 15px;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 8px 0 0 0;
	border-top: 2px solid #ccc;
}
#extendedForecast .day {
	width: 19.75%;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 10px 0 0 0;
}
#extendedForecast .dayName {
	font-weight: normal;
	text-transform: none;
}

/* index component styles */
#healthIndex {
	float: left;
	margin: 15px 0 0 0;
	width: 100%;
	padding: 8px 0 0 0;
	border-top: 2px solid #ccc;
}
#healthIndex .index {
	float: left;
	width: 32%;
	margin: 10px 0 0 0;
}
#healthIndex .indexTitle {
	width: 100%;
	float: left;
	line-height: 1em;
	text-align: center;
}
#healthIndex .indexImage {
	text-align: center;
	float: left;
	width: 100%;
	padding-top: 5px;
}

/* marine forecast styles */
#marineForecast {
	float: left;
	margin-top: 15px;
	width: 100%;
	border-top: 2px solid #ccc;
	padding: 8px 0 0 0;
}
#marineForecast #tides {
        float: left;
        width: 100%;
	margin: 8px 0 0 0;
}
#marineForecast #tides .tideLocation {
        float: left;
        width: 100%;
        margin-bottom: 10px;
	border-top: 1px solid #ccc;
	padding: 8px 0 0 0;
}
#marineForecast #tides .tideLocation .tideLocationName {
        float: left;
        width: 100%;
        font-weight: bold;
}
.tideItem {
        float: left;
        width: 23%;
}
#marineForecast #beach {
        float: left;
        width: 100%;
        margin: 8px 0;
	padding: 0 0 16px 0;
}

#beach br {
	display: block;
	margin: 2px 0;
}

#marineForecast .fullTitle {
	margin: 8px 0 0 0;
}

/* moon phase component styles */
#moonPhases {
	float: left;
	margin-top: 15px;
	width: 100%;
	border-top: 2px solid #ccc;
	padding: 8px 0 0 0;
}
#moonPhases .moonPhase {
	width: 19.5%;
	float: left;
	font-weight: bold;
	text-align: center;
	margin: 8px 0 0 0;
}

/* almanac component styles */
#almanac {
	float: left;
	margin: 15px 0 0 0;
	width: 100%;
	border-top: 2px solid #ccc;
	padding: 8px 0 0 0;
}
#almanac .fullTitle {
	margin: 8px 0;
}
#almanacHistory {
	float: left;
	width: 100%;
	padding-top: 8px;
	margin-top: 16px;
}
#almanacHistory .historyItem {
	width: 100%;
	float: left;
	border-top: 1px solid #ccc;
	margin-bottom: 8px;
	padding: 8px 0;
}
#almanacHistory .historyItem .historyDate {
	font-weight: bold;
	width: 100%;
	float: left;
}
#almanacHistory .historyItem .historyText {
	width: 100%;
	float: left;
}
.titleItem {
	display: inline;
}
.highTempCol {
	width: 32%;
	float: left;
}
.lowTempCol {
	width: 32%;
	float: left;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 0 0 0 8px;
}
.precipCol {
	width: 32%;
	float: left;
	padding: 0 0 0 8px;
}
#almanac .footerLinks {
	margin: 0;
}

/* more weather component styles */
#moreWeather {
	float: left;
	width: 100%;
	border-top: 2px solid #ccc;
	padding: 8px 0 16px 0;
	margin: 0 0 8px 0;
}
#moreWeather .moreLeft {
	float: left;
	width: 48%;
	/*border-right: 1px solid #ccc;*/
	padding: 0 8px 0 0;
	margin: 8px 8px 0 0;
}
#moreWeather .moreCenter {
	float: left;
	width: 48.5%;
	margin: 8px 0 0 0;

}
#moreWeather .moreRight {
	float: left;
	width: 32.5%;
}

/* search box component styles */
#searchWeather {
	float: left;
	width: 100%;
	padding: 0 0 16px 0;
	margin: 0 0 8px 0;
}
#searchWeather #USSearchBox .fullTitle, #searchWeather #intlSearchBox .fullTitle {
	color: #000;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: none;
}

#searchWeather #USSearchBox {
	float: left;
	width: 48%;
	height: 50px;
	/*border-right: 1px solid #ccc;*/
	margin: 0 8px 0 0;
	padding: 0 8px 0 0;
}
#searchWeather #intlSearchBox {
	float: left;
	width: 48%;
	height: 50px;
}
.keywordBox {
	float: left;
}

/* powered by accuweather component styles */
#powered {
	float: left;
	margin-top: 15px;
	width: 97%;
	text-align: center;
}

/* severe weather page styles */
#mi_weather_link {
    margin: 0 0 8px 0;
}
#severeDiscussion {
	float: left;
	margin-top: 15px;
	width: 97%;
}
#severeMap {
	float: left;
	width: 100%;
        padding: 8px 0 0 0;
        border-top: 2px solid #ccc;
}
#severeMap #leftRadar {
	width: 48%;
	float: left;
	margin-top: 15px;
        border-right: 1px solid #ccc;
}
#severeMap #rightRadar {
	width: 48%;
	float: left;
	margin-top: 15px;
}
#radarMap1 {
	width: 100%;
	float: left;
	text-align: center;
}
#radarMap2 {
	width: 100%;
	float: left;
	text-align: center;
}
#severeDiscussion {
        border-top: 2px solid #ccc;
        padding: 8px 0 0 0;
}
.watchWarn {
}
.watchWarn .textBlock {
	float: left;
	text-align: left;
	width: 97%;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 15px;
}
.watchWarn .textHeader {
	float: left;
	background-color: red;
	color: white;
	text-align: left;
	width: 100%;
	font-weight: bold;
	margin-top: 5px;
	text-align: center;
}

/*
 * @ section Hurricane Page
 */
div.vendor_tier div#main_content {
    margin: 0 auto;
}























