.RollList
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.RollList .ExpandedItem, .RollList .CollapsedItem
{
  background: transparent;
  padding: 5px 6px 0px 6px;
  border-bottom: 1px solid #DFF0F2;
}

.RollList .Button
{
  width: 12px;
  height: 12px;
  line-height: 12px;
  overflow: hidden;
  float: left;
  margin: 1px 6px 0px 0px;
  background-repeat: no-repeat;
  background-position: top;
  cursor: pointer;
}

.RollList .ExpandedItem .Button
{
  background-image: url(/images/roll_list_minus.gif);
}

.RollList .CollapsedItem .Button
{
  background-image: url(/images/roll_list_plus.gif);
}

.RollList .Title
{
  height: 14px;
  line-height: 14px;
  overflow: hidden;
  margin: 0px;
  margin-bottom: 5px;
  white-space: nowrap;
}

.RollList .Title a
{
  color: #0F327A;
  text-decoration: none;
}

.RollList .Title a:hover
{
  color: #AF0000;
  text-decoration: underline;
}

.RollList .Title img
{
  vertical-align: middle;
}

.RollList .Body
{                 
  height: 0px;
  margin: 0px;
  padding-left: 24px;
  overflow: hidden;
  font-size: 11px;
  line-height: 11px;
}

