/** A theme for brighter scenes that reduces the blackness of the stage in order to
  * prevent eye-jarring extremes of contrast between stage and scene.
  */


.staged
{
    background-color: #222;
    color: #eee;
}



/** - LinkTrack ------------------------
  */
.staged table.LinkTrack .count-SacSelectionV.gwt-PopupPanel .sacList
{
    color: #eee;
}


.staged table.LinkTrack .count-SacSelectionV.gwt-PopupPanel .sacList,
.staged table.LinkTrack td#LinkTrack-caption div.containingBlock span.right span
{
    background-color: #222;
}


.staged table.LinkTrack td#LinkTrack-caption div.containingBlock span.right,
.staged table.LinkTrack span.fadeRight5 /* probably for something in SacSelectionV */
{
    background-image: url( "../fadeRight5-222222.png" );
}



/** - Polltrack ------------------------
  */
div.Polltrack div.headsUp div.shuttle span.field
{
    background-color: #222;
}



/** - VoteTrack ------------------------
  */
div.VoteTrack table g.CountNode path.ArrowSegment
{
    stroke: #222; /* same as stage */
}


div.VoteTrack table g.CountNode path.BreakLine
{
    stroke: #222; /* same as stage */
}


div.VoteTrack table g.CountNode circle.CycleSpot
{
    fill: #222; /* same as stage */
}



/** - TalkTrack ------------------------
  */
.staged div.TalkTrack
{
    background-color: #222;
}
