/* RoundedTab */
/* (still ugly) */

.RoundedTab {
  display: inline;
  float: left;
  background: #0000ff;
  padding: 0px;
  margin: 0 2px;
}

.RoundedTab a {
  color: white;
  text-decoration: none;
}

.RoundedTab .rtcontents {
  margin: 0; padding: 0;
}

.RoundedTab h2 {
  display: inline;
  font-size: small;
  font-family: sans-serif;
  font-weight: bold;
  color: white;
  margin: 0 3px 3px 3px;
  padding: 0;
  text-align: center;
}

.RoundedTab .rttop {
  background: transparent url(/images/rounded.php?cn=tr&s=5&ci=0000FF&co=ffffff) no-repeat top right;
}

.RoundedTab .rttop div {
  background: transparent url(/images/rounded.php?cn=tl&s=5&ci=0000FF&co=ffffff) no-repeat top left;
} 

.RoundedTab .rttop div,
.RoundedTab .rttop {
  width: 100%;
  height: 5px;
  padding: 0;
  margin: 0;
  font-size: 1px;
}

/* RoundedTabWithBorder */
/* (again, uglier) */

.RoundedTabWithBorder {
  background: #0000ff;
  padding: 0px;
  margin: 2px;
}

.RoundedTabWithBorder .rtcontents {
  margin: 0; padding: 0;
}

.RoundedTabWithBorder h2 {
  font-size: small;
  font-family: sans-serif;
  font-weight: bold;
  color: white;
  margin: 0 0 3px 0;
  padding: 0;
  text-align: center;
}

.RoundedTabWithBorder .rtbtop {
  background: transparent url(/images/rounded.php?cn=t&b=1&s=5&ci=0000FF&co=ffffff) repeat-x;
}

.RoundedTabWithBorder .rtbtop div div {
  background: transparent url(/images/rounded.php?cn=tr&b=1&s=5&ci=0000FF&co=ffffff) no-repeat top right;
}

.RoundedTabWithBorder .rtbtop div {
  background: transparent url(/images/rounded.php?cn=tl&b=1&s=5&ci=0000FF&co=ffffff) no-repeat top left;
} 

.RoundedTabWithBorder .rtbcontentswrap {
  background: transparent url(/images/rounded.php?cn=l&b=1&s=5&ci=0000FF&co=ffffff) repeat-y;
  padding: 0;
  margin: 0;
}

.RoundedTabWithBorder .rtbcontents {
  background: transparent url(/images/rounded.php?cn=r&b=1&s=5&ci=0000FF&co=ffffff) repeat-y right;
  padding: 0;
  margin: 0;
}

.RoundedTabWithBorder .rtbtop div,
.RoundedTabWithBorder .rtbtop {
  width: 100%;
  height: 5px;
  padding: 0;
  margin: 0;
  font-size: 1px;
}

/* vim600: set ts=2 sw=2 et foldenable foldmethod=marker foldmarker={,} foldlevel=1 fcl=all : */
