div.dynarch-rollbar { border-width: 2px; }

/***
   * Suggested tabColors:

   tabColors      : { backgroundColor: [ [0xcc, 0xdd, 0xff],
                                         [0x77, 0x88, 0xff] ],
                      color          : [ [0x00, 0x00, 0x00],
                                         [0xff, 0xff, 0xff] ]
*/

/* top tabs */

div.dynarch-roll-tabs-top a.dynarch-roll-tab {
  -moz-border-radius: 0;
  background-image: url("img/rounded/tab-right.gif");
  background-repeat: no-repeat;
  background-position: 100% 0;
  border: none;
}
div.dynarch-roll-tabs-top a.dynarch-roll-tab span.dynarch-tab-span {
  background-image: url("img/rounded/tab-left.gif");
  background-repeat: no-repeat;
  background-position: 0 0;
  border: none;
  padding-top: 5px;
  padding-bottom: 4px;
}
div.dynarch-roll-tabs-top a.dynarch-tab-current { margin-top: -3px; margin-bottom: -2px; }
div.dynarch-roll-tabs-top a.dynarch-tab-current span.dynarch-tab-span { padding-top: 6px; padding-bottom: 5px; }

/* bottom tabs */

div.dynarch-roll-tabs-bottom a.dynarch-roll-tab {
  -moz-border-radius: 0;
  background-image: url("img/rounded/tabb-right.gif");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  border: none;
}
div.dynarch-roll-tabs-bottom a.dynarch-roll-tab span.dynarch-tab-span {
  background-image: url("img/rounded/tabb-left.gif");
  background-repeat: no-repeat;
  background-position: 0 100%;
  border: none;
  padding-top: 4px;
  padding-bottom: 5px;
}
div.dynarch-roll-tabs-bottom a.dynarch-tab-current { margin-top: -2px; margin-bottom: -3px; }
div.dynarch-roll-tabs-bottom a.dynarch-tab-current span.dynarch-tab-span { padding-top: 5px; padding-bottom: 6px; }
