/* Rounded box */

.rndBoxTopL {
  background: url("../images/boxes/B8Snow_TopL.png") no-repeat right bottom; 
}
.rndBoxTopC {
  background: url("../images/boxes/B8Snow_TopC.png") repeat-x center bottom;
}
.rndBoxTopR {
  background: url("../images/boxes/B8Snow_TopR.png") no-repeat left bottom; 
}

.rndBoxLeft {
  vertical-align: top;
}
.rndTabs .rndBoxLeft,
.rndBoxTbl .rndBoxLeft {
  background: url("../images/boxes/B8Snow_LeftC.png") repeat-y center right;
}

.rndBoxCont {
  background-color: #FAFFFF; /* Snow */
  vertical-align: top;
  padding-left: 0px;
}

.rndBoxRight {
  background: url("../images/boxes/B8Snow_RightC.png") repeat-y center left; 
}

.rndBoxBotL {
  background: url("../images/boxes/B8Snow_BotL.png") no-repeat right top; 
}
.rndBoxBotC {
  background: url("../images/boxes/B8Snow_BotC.png") repeat-x center top; 
}
.rndBoxBotR {
  background: url("../images/boxes/B8Snow_BotR.png") no-repeat left top; 
}

.rndBoxTopL, .rndBoxTopC, .rndBoxTopR,
.rndBoxBotL, .rndBoxBotC, .rndBoxBotR {
  height: 13px;
}

.rndBoxTbl {
  width: 100%;
}
.rndBoxTopL, .rndBoxLeft, .rndBoxBotL {
  width: 13px; 
}
.rndTabs .rndBoxTopL, .rndTabs .rndBoxLeft, .rndTabs .rndBoxBotL {
  width: auto;
}

.rndBoxTopR, .rndBoxRight, .rndBoxBotR {
  width: 13px;
}


/* Rounded tab */

.rndTabEnabled .rndTabLeft {
  background: url("../images/boxes/B10Lavender_TabL.png") no-repeat right top; 
}
.rndTabDisabled .rndTabLeft, .rndTabEnabled:hover .rndTabLeft {
  background: url("../images/boxes/B8Snow_TabL.png") no-repeat right top; 
}
.rndTabEnabled .rndTabCont {
  background: url("../images/boxes/B10Lavender_TabC.png") repeat-x left top;
}
.rndTabDisabled .rndTabCont, .rndTabEnabled:hover .rndTabCont {
  background: url("../images/boxes/B8Snow_TabC.png") repeat-x left top;
}
.rndTabCont, .rndTabContFill {
  width: 120px;
}

.rndTabEnabled .rndTabRight {
  background: url("../images/boxes/B8Snow_LeftC.png") repeat-y right top;
}
.rndTabDisabled .rndTabRight {
  background: url("../images/boxes/B8Snow_LeftCrossTab.gif") no-repeat right top;
}

.rndTabLeft, .rndTabCont, .rndTabRight {
  height: 39px;
}

.rndTabLeft, .rndTabLeftFill, .rndTabRight {
  width: 13px;
}

.rndTabSpace {
  height: 12px;
}
.rndTabSeparator {
  height: 1px;
}

.rndTabEnabled a,
.rndTabDisabled a {
  text-decoration: none;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 5px 0px;
  display: block;
}

.rndTabEnabled a {
  color: #191970; 
}

.rndTabDisabled a {
  color: #483D8B;
}

.rndTabEnabled a:hover {
  text-decoration: underline;
}
.rndTabDisabled a:hover {
  cursor: default;
}
