/* CSS Document */


#highlights {
  position: relative;
  clear: both;
  float: right;
  height: 320px;
  width: 480px;
  margin-right: 30px;
  overflow: hidden;
  vertical-align: text-top;
}

.hlCategory {
  font-size: 0.9em;
  font-style: italic;
  color: #777777;
}

.hlTitle {
  font-family: Arial;
  font-weight: 900;
  font-size: 1.3em;
  letter-spacing: -1px;
}

.hlSelector {
}

.hlSelector a {
  display: inline-block;
  font-size: 12px;
  border: 1px solid #888888;
  width: 16px;
  height: 16px;
  margin-bottom: 2px;
  text-align: center;
  background-color: #aaaaaa;
  color: #eeeeee;
}

.hlSelector a:hover {
  background-color: #cccccc;
}

.hlSelector a.active {
  background-color: #aa44ee;
  border: 1px solid #aa44ee;
}

.hlContent {
  position : absolute;
  left: 0px;
  z-index: 1;
  overflow: hidden;
  width: 640px;
  height: 280px;
  margin: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  display: none;
  opacity: 1.0;
}

.hlContent.placeholder {
  border-top: 2px solid #dddddd;
  display: block;
}

.hlArticleOverlay {
  position: absolute;
  width: 640px;
  top: 223px;
  height: 60px;
  background-color: #eeeeee;
  opacity: 0.8;
  filter:alpha(opacity=80);
}

.hlArticleSummary {
  position: absolute;
  width: 640px;
  top: 224px;
  height: 58px;
}


.hlArticleInfo {
  font-family: Arial, sans-serif;
  font-weight: 900;
  font-size: 1.2em;
  letter-spacing: -1px;
}

.hlArticleType {
  color: #bb44ff;
  padding: 0px 3px 0px 3px;
}

.hlArticleCategory {
  position: absolute;
  width: 640px;
  height: 1.3em;
  padding: 3px;
  padding-left: 10px;
  top: 0px;
  background-color: #bb44ff;
  font-weight: 900;
}

.hlArticleCategory a {
  color: #ffffff;
}

.hlArticleCategory a:hover {
  color: #000000;
}

.hlArticleExcerpt {
  font-weight: normal;
  font-size: 0.9em;
  padding: 0px 3px 0px 3px;
}



.hlBgImg {
  position: absolute;
  height: 280px;
  overflow: hidden;
}
