/* Replays page stylesheet */
#content {
  position:relative;
}
.roverall {
  font-size:11px ! important;
  margin-left:10px;
  color:black;
  font-family:Tahoma, Arial, sans-serif;
}
#sort_select {
  position:absolute;
  top:20px;
  right:50px;
  z-index:2;
  font-size:11px;
}
#sort_select SELECT {
  color:#900;
  background-Color:#ebdcac;
  margin-left:5px;
  font-size:11px;
}
.replays_tbl {
  border-collapse:collapse;
  margin-left:-8px;
}
.replays_tbl TD {
  vertical-align:top;
}
.replays_tbl .rleft {
  width:118px;
  background:url('../images/replays/ltop.gif') top left no-repeat;
  padding:70px 0px 0px 20px;
}
.replays_tbl .rsmall {
  font-size:11px; 
  color:#666;
}
.alignments A:link,
.alignments A:active,
.alignments A:visited,
.alignments A:hover, 
.alignments DIV {
  font-weight:bold;
  display:block;
  margin:5px 0;
}
.alignments DIV {
  color:#c00;
}
.rleft INPUT {
  font-size:11px;
  width:100px;
  color:#900;
  background-Color:#ebdcac;
  margin-bottom:3px;
}
.replays_tbl .rright {
  width:526px;
  background:url('../images/replays/rtop.jpg') top left no-repeat;
  padding:36px 0px 0px 0px;
}
.replays_tbl .rright .replay {
  width:524px;
  height:103px;
  background:url('../images/replays/repbg.jpg') top left no-repeat;
  margin-bottom:1px;
}
.replay TABLE {
  border-collapse:collapse;
  width:100%;
}
.replay TABLE TD {
  vertical-align:top;
}
.rrtd {
  text-align:right;
  position:relative;
}
.replay .rdetails {
  padding:12px 15px;
}
.replay .rdetails .rdate {
  font-size:11px;
  color:#c17f66;
  margin-bottom:5px;
}
.replay .rdetails .rname {
  color:#c00;
  font-weight:bold;
}
.replay .rdetails .rname .rdl {
  font-size:11px;
  color:#333;
  margin-left:5px;
  font-weight:normal;
}
.replay .rdetails .rdesc {
  margin-top:8px;
}
.replay .rdetails .ricons {
  margin-top:8px;
}
.replay .rdetails .ricons IMG {
  margin-bottom:-5px;
  margin-right:5px;
}
#rcico {
  margin-bottom:-6px;
}
#rrating {
  margin-top:8px;
  margin-right:8px;
  text-align:center;
  font-size:11px;
  white-space:nowrap;
}
#rrating P {
  margin:8px 0;
}
#rrating .voteform {
  margin-top:11px;
}
#rrating SELECT {
  color:#900;
  background-Color:#ebdcac;
  margin-right:5px;
  font-size:11px;
  width:100px;
  margin-bottom:-2px;
}
.r_noauth {
  margin-top:-6px;
  color:#777;
}
.replays_filter {
  font-size:18px ! important;
}

/* Comments layer styles */
#rcomments {
  top:0;
  left:0;
  width:705px;
  position:absolute;
  z-index:800;
  border:1px solid orange;
  background:url('../images/rbg.jpg');
}
#shadow {
  background:url('../images/black.gif');
  top:0;
  left:0;
  width:100%;
  height:100%;
  position:absolute;
  z-index:500;
}
.hidden {
  display:none;
}
.visible {
  display:block;
}
.visible_inline {
  display:inline;
}
#rcclose {
  display:block;
  position:absolute;
  top:12px;
  right:30px;
  font-size:16px;
  font-weight:bold;
  font-family:Times New Roman;
}
#rc_content {
  padding:30px 50px;
}
#rctext {
  width:600px;
  height:40px;
  background-Color:#dbc992;
  border-top:1px solid #89722e;
  border-left:1px solid #89722e;
  border-right:1px solid #c9b05e;
  border-bottom:1px solid #c9b05e;
}
.tbut {
  background-Color:#dbc992;
  border-bottom:1px solid #89722e;
  border-right:1px solid #89722e;
  border-top:1px solid #c9b05e;
  border-left:1px solid #c9b05e;
  width:250px;
  height:30px;
  color:#433813;
  padding:5px 0;
  cursor:pointer;
  cursor:hand;
}
.comment {
  border-top:1px solid #c17f66;
  padding:10px 5px;
}
.cauthor {
  color:#c00;
  font-weight:bold;
  margin-right:10px;
  font-size:12px ! important;
}
.cdate {
  color:#777;
  font-size:11px;
}
