html, body {
	border: 0px;
	margin: 0px;
}
abbr, acronym {
	cursor: help;
	border: none;
}
#wxlink {
  /*display:inline-block;*/
}
#wxlink .mainhyperlink {
  color: #000000;
  text-decoration: none;
  /*height:100%;*/
  width:100%;
  position:absolute;
  top:0;
  left:0;
  z-index: 1;
}
#wxlink .mainDiv {
  /*width: 275px;*/
  padding: 4px;
  border: 2px solid black;
  background-color: #FFFFFF;
  /*cursor: pointer;*/
}

#wxlink .heading {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 12pt;
  min-height: 20px;
}

#wxlink .warningDiv {
  text-align: center;
  margin-bottom: 5px;
  background: none repeat scroll 0% 0% red;
}

#wxlink .watchDiv {
  text-align: center;
  margin-bottom: 5px;
  background: none repeat scroll 0% 0% yellow;
}

#wxlink .statementDiv {
  text-align: center;
  margin-bottom: 5px;
  background: none repeat scroll 0% 0% #707070;
}


#wxlink .warningHyperlink, #wxlink .statementHyperlink {
  color: rgb(255,255,255);
}
#wxlink .warningHyperlink:visited, #wxlink .statementHyperlink:visited {
  color: rgb(255,255,255);
}

#wxlink .watchHyperlink {
  color: rgb(0,0,0);
}
#wxlink .watchHyperlink:visited {
  color: rgb(0,0,0);
}

#wxlink .condImgDiv {
  width: 80px;
  float: left;
}

#wxlink .currentCondTemp {
  float:left;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 11pt;
  vertical-align: middle;
}

#wxlink .currentCondWind {
  font-family: sans-serif;
  font-size: 9pt;
  width: 110px;
  float: right;
}

#wxlink .dividerDiv {
  height: 1px;
  background-color: gray;
  padding: 0px;
  clear: both;
}

#wxlink .forecastBox {
  font-family: sans-serif;
  font-size: 8pt;
  float:left;
  height: 50px;
  width: 89px;
}

#wxlink .forecastTemp {
  margin-top: -30px;
  padding-left: 40px;
}

#wxlink .forecastImg {
border: 0;
}

#wxlink .currentCondImg {
border: 0;
}

#wxlink .ecWordmarkDiv {
	overflow: hidden;
	clear: both;
}
#wxlink .ecWordmark {
	width: 100% !important;
   max-width: 236px;
	height: auto !important;
	/*
  width: 239px !important;
  height: 15px !important;
  */
  border: 0;
}
