
/*largeTabs.css & table.css overrides */

#forecastWidget {
	margin-bottom: 30px;
}

#forecastWidget .largeTabInner {
    border-bottom: 1px solid #ccc;
	color: #2a2a2a; /* on home page this is an a tag rather than div */
	text-decoration: none;
}

#forecastWidget .tabActive .largeTabInner:hover {
    background-color: #D3E3E8;
}

#forecastWidget .largeTabNav > li:first-child .warnBox {
    margin-top: 15px !important;
}

#forecastWidget .tabUV.uvTD, #forecastWidget .tabPollen.pollenTD {
    margin-top: 5px !important;
}

/* Widget footer
------------------------------------------*/
.tabFooter {
    border: 1px solid #ccc;
    border-top: none;
}

.tabWidgetFooter {
    font-size: .9em;
	text-align: right;
	margin: 0;
	padding: 10px;
}

.tabWidgetFooter time {
	width: 33%;
	float: left;
	text-align: center;
	line-height: 20px;
}

.tabWidgetFooter a {
	margin-right: 10px;
	width:33%;
}

.tabWidgetFooter a:first-child {
	float: left;
	text-align: left;
}

#forecastWidget .isTaller #tabDay0 .dayNavTab {
	height: 167px;
}

@media print {
	#forecastWidget .largeTabNav {
		display: block;
	}
}