/* style sheet for reddots */

.redDotIcon {
  height:16px;
  width:16px;
  float:left;
  background-repeat:no-repeat;
  margin:2px;
}
.redDot a {
  color:red;
  font-weight:normal;
  text-decoration:none;
}
.redDot a:hover {
  text-decoration:none !important;
}

/* pattern skin support */
#patternScreen h1 .redDot a,
#patternScreen h1 .redDot a:link,
#patternScreen h1 .redDot a:visited,
#patternSideBarContents .redDot a:link,
#patternSideBarContents .redDot a:visited {
   color:#f00;
   font-size:110%;
}
