/******************/
/* YUI overlay popup */
.mask {
    background-color: #000000;
    opacity: 0.25;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
}
.yui-overlay, .yui-panel-container {
  position: absolute;
}
.yui-panel {
  border-color: #808080;
  border-style: solid;
  border-width: 1px 0;
  left: 0;
  position: relative;
  top: 0;
  z-index: 1;
}
.yui-panel .hd {
  background: url("/forum/images/yui/2.8.1/build/assets/skins/sam/sprite.png") repeat-x scroll 0 -1410px transparent;
  color: #FFFFFF;
  font-size: 25px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-align: center;
}
.yui-panel .bd {
  padding: 10px;
}
.yui-panel .bd, .yui-panel .ft {
  background-color: #F2F2F2;
}
.yui-panel .hd, .yui-panel .bd, .yui-panel .ft {
  border-color: #808080;
  border-style: solid;
  border-width: 0 1px;
  margin: 0 -1px;
}
.triviaModalContent {
  color: #000000 !important;
}
.triviaModalContent h1 {
  border-bottom: 1px dotted #C1C1C1;
  color: #2647A0;
  height: 35px;
  margin: 0;
}
.container-close {
  background: url("/forum/images/yui/2.8.1/build/assets/skins/sam/sprite.png") no-repeat scroll 0 -300px transparent;
  cursor: pointer;
  height: 15px;
  position: absolute;
  right: 11px;
  top: 12px;
  width: 25px;
}
.yui-panel-container .container-close {
  overflow: hidden;
  text-decoration: none;
  text-indent: -10000em;
}
.yui-panel-container.shadow .underlay {
  background-color: #000000;
  bottom: -3px;
  left: -3px;
  opacity: 0.12;
  position: absolute;
  right: -3px;
  top: 2px;
}