/* general styles, used in all weather components */
.weatherComponent {
	width: 97%;
	margin: 5px 0px 10px 5px;
	font-size: 11px;
	overflow:hidden;
	float: left;
}
.weatherHeader {
	width: 97%;
	background: #cccccc;
	padding-left: 2px;
	font-weight: bold;
	text-align: left;
}
.titleLine {
	width: 96%;
	float: left;
	border-bottom: 1px solid #999999;
	margin: 2px;
	margin-bottom: 5px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}
.titleLine .rightTitle {
	padding-right: 0px;
}
.titleLine .leftTitle {
	padding-left: 0px;
}
.leftTitle {
	float: left;
	text-align: left;
	font-weight: bold;
	padding-left: 2px;
}
.centerTitle {
	text-align: center;
	font-weight: bold;
}
.rightTitle {
	float: right;
	text-align: right;
	font-weight: bold;
	padding-right: 2px;
}
.fullTitle {
	float: left;
	text-align: left;
	width: 100%;
	font-weight: bold;
	padding-left: 5px;
}
.fullTitle .rightTitle {
	float: right;
	text-align: right;
	font-weight: bold;
	padding-right: 2px;
	width: auto;
}
.footerLinks {
	float: left;
	width: 100%;
	text-align: center;
}
/* end general styles */

/* current component styles */
.weatherComponent #currentWeather {
	width: 65%;
	margin-right: 5px;
	margin-left: 2px;
	float: left;
}
.weatherComponent #radarView {
	width: 28%;
	float: left;
	margin-left: 12px;
	text-align: center;
}
#severeWeather {
	width: 98%;
	background: red;
	margin-bottom: 10px;
	padding-left: 2px;
	color: white;
	text-align: center;
	display: none;
}
#severeWeather a {
	color: white;
}
#conditions {
	width: 100%;
}
#conditions .fullTitle {
	background: #cccccc;
	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: 96%;
	float: left;
	border-top: 1px dotted gray;
	margin-top: 5px;
	padding-top: 5px;
	font-style: italic;
	margin-left: 2px;
}
#weatherInfo #WIleft {
	width: 49%;
	float: left;
}
#weatherInfo #WIright {
	width: 49%;
	float: left;
}
#currentWeather #twoDay{
	width: 96%;
	float: left;
	border-top: 1px dotted gray;
	margin-top: 5px;
	padding-top: 5px;
	margin-left: 2px;
}
#twoDay #today {
	width: 48%;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
	border-right: 1px dotted gray;
}
.smallWeatherIcon {
	float: left;
	width: 45%;
}
.temps {
	float: left;
	width: 53%;
	font-weight: bold;
}
.weatherText {
	width: 100%;
	float: left;
	font-style: italic;
}
.suntime {
	width: 100%;
	font-style: italic;
	float: left;
}
#twoDay #tonight {
	width: 48%;
	margin-right: 2px;
	margin-left: 2px;
	float: left;
}
#radarView .weatherHeader {
	width: 97%;
}
.weahterTitleBar {
        height: 25px;
}
.weatherTitleBar .wHeaderTitle {
        float: left;
        height: 30px;
	width: 100%;
}
.weatherTitleBar .wHeaderEmail {
        float: right;
	padding-right: 30px;
        height: 30px;
}
/* end current component styles*/

/* forecast component styles */
#extendedForecast {
	float: left;
	margin-top: 15px;
	width: 97%;
}
#extendedForecast .day {
	width: 19.75%;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

/* index component styles */
#healthIndex {
	float: left;
	margin-top: 15px;
	width: 97%;
}
#healthIndex .index {
	float: left;
	width: 32%;
	margin-left: 2px;
}
#healthIndex .indexTitle {
	width: 20%;
	float: left;
	font-weight: bold;
	line-height: 1em;
}
#healthIndex .indexImage {
	text-align: center;
	float: left;
	width: 77%;
	padding-top: 5px;
}

/* marine forecast styles */
#marineForecast {
	float: left;
	margin-top: 15px;
	width: 97%;
}
#marineForecast #tides {
        float: left;
        width: 100%;
        padding-left: 15px;
        margin-bottom: 10px;
}
#marineForecast #tides .tideLocation {
        float: left;
        width: 100%;
        margin-bottom: 10px;
}
#marineForecast #tides .tideLocation .tideLocationName {
        float: left;
        width: 100%;
        font-weight: bold;
}
.tideItem {
        float: left;
        width: 23%;
}
#marineForecast #beach {
        float: left;
        width: 100%;
        padding-left: 15px;
        margin-bottom: 10px;
}

/* moon phase component styles */
#moonPhases {
	float: left;
	margin-top: 15px;
	width: 97%;
}
#moonPhases .moonPhase {
	width: 19.5%;
	float: left;
	font-weight: bold;
	text-align: center;
}

/* almanac component styles */
#almanac {
	float: left;
	margin-top: 15px;
	width: 97%;
}
#almanacHistory {
	float: left;
	width: 97%;
	padding-top: 5px;
	margin-top: 10px;
	border-top: 1px dotted gray;
}
#almanacHistory .historyItem {
	width: 100%;
	float: left;
	border-bottom: 1px dotted gray;
	margin-bottom: 5px;
}
#almanacHistory .historyItem .historyDate {
	font-weight: bold;
	width: 100%;
	float: left;
}
#almanacHistory .historyItem .historyText {
	width: 100%;
	float: left;
	padding-left: 10px;
}
.titleItem {
	display: inline;
}
.highTempCol {
	width: 32%;
	float: left;
	padding-left: 5px;
}
.lowTempCol {
	width: 32%;
	float: left;
	border-right: 1px dotted gray;
	border-left: 1px dotted gray;
	padding-left: 5px;
}
.precipCol {
	width: 32%;
	float: left;
	padding-left: 5px;
}

/* more weather component styles */
#moreWeather {
	float: left;
	margin-top: 15px;
	width: 97%;
}
#moreWeather .moreLeft {
	float: left;
	width: 48.5%;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
}
#moreWeather .moreCenter {
	float: left;
	width: 99%;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
}
#moreWeather .moreRight {
	float: left;
	width: 0%;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
}

/* search box component styles */
#searchWeather {
	float: left;
	margin-top: 15px;
	width: 96%;
}
#searchWeather #USSearchBox {
	float: left;
	width: 49.6%;
	height: 50px;
}
#searchWeather #intlSearchBox {
	float: left;
	width: 49.6%;
	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 */
#severeDiscussion {
	float: left;
	margin-top: 15px;
	width: 97%;
}
#severeMap {
	float: left;
	margin-top: 15px;
	width: 97%;
}
#severeMap #leftRadar {
	width: 48%;
	float: left;
	margin-top: 15px;
}
#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;
}
.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;
}
/* Added for ticket 727-5592188, accuweather installation */
#weathernode {
        

}
#weathernode #icon {
        float: center;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display:block;
}
#weathernode #current {
        text-align: center;
        float: left;
        font-weight:bold;
}
#weathernode #current #cur {
        margin-top: 5px;
        margin-bottom: 5px;
}
#weathernode #current #bottom #high {
        color: #FF6600;
}
#weathernode #current #bottom #low {
        color: #0066FF;
}
#weathernode #complete {
        clear: both;
}
#weathernode .wname {
        text-align: center;
        width: 100%;
}
#weathernode .wdata {
        text-align: center;
        width: 100%;
        display:block;
}

#weatherPopUp {width: 450px}


/*ADN in-page (in other words, not the masthead) weather widgets */

#idit_weather {
    border-left:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;
    padding-right: 0px;
}

#idit_weather p {
    clear: both;
    padding-left:2px;
    font-family:verdana,arial,san-serif;
    font-size:9px;
}

#idit_weather img {
    border-bottom:2px solid #FFFFFF;
    float:right;
    margin:0px 0pt 3px;
    border:0px solid #FFFFFF;
    margin-right: 1px;
}

#weatherTitle {
    background-color:#CCCCCC;
    padding-left:3px;
    padding-bottom:3px;
    padding-top:3px; 
}

.conditions .hi {
    color:red;
}

.conditions .lo {
    color:#006699;
}

.conditions {
    float:left;
}

.clearing {
    clear:both;
    height:3px;
    border-bottom:1px solid #CCCCCC;
}

