/* header art variation */
.natHeaderArt {
  background-color:#293C6A;
  background-image:url(/twiki/pub/TWiki/NatSkin/BlueFieldBar.jpg);
  background-repeat:no-repeat;
  background-position:top left;
}
.natTopBar {
  border-top:0px;
}
.natTopBar a {
  color:white;
}

.natSearchBoxTop input {
  background:#293768;
  color:white;
  border:1px solid white;
}
.natWebButtons {
  background-color:inherit;
  background-image:url(/twiki/pub/TWiki/NatSkin/opaque-25.png);
  background-repeat:repeat-x;
  background-position:top left;
  border-bottom:0px;
}
.natWebButtonsContents {
  padding:0px;
}
.natMiddle {
  border-top:0px;
}
.natWebButtons ul a {
  border:0px;
  color:#29386A;
  margin:0px;
  padding:3px 5px;
}
.natWebButtons ul a.current:hover,
.natWebButtons ul a:hover {
  background-color:inherit;
  background-image:url(/twiki/pub/TWiki/NatSkin/opaque-50.png);
  background-repeat:repeat-x;
  background-position:top left;
  color:black;
  border:0px;
  padding:3px 5px;
}
.natWebButtons ul a.current {
  background-color:inherit;
  background-image:url(/twiki/pub/TWiki/NatSkin/opaque-75.png);
  background-repeat:repeat-x;
  background-position:top left;
  color:black;
  border:0px;
  padding:3px 5px;
}
.natWebSlogan {
  color:white;
}
.natSideBar,
.natMain {
  background-image:url(/twiki/pub/TWiki/NatSkin/bottom-shade.png);
  background-repeat:repeat-x;
}
.natLoginBody .natSideBar,
.natLoginBody .natMain,
.natOopsBody .natSideBar,
.natOopsBody .natSideBar,
.natEditBody .natMain,
.natEditBody .natMain {
  background:inherit;
}

.charGenSheet {
  background-color:white;
  color:black;
  overflow:scroll;
}

.charGenLeftDetail {
  font-size:6pt;
  font-style:normal;
  text-align:left;
  vertical-align:top;
}

.charGenDetail {
  font-size:6pt;
  font-style:normal;
  text-align:center;
  vertical-align:bottom;
}

.charGenSectionHeader {
  background-color:black;
  font-size:12pt;
  color:white;
  text-align:center;
  font-style:normal;
  font-weight:bold;
}

.charGenInsideLabel {
  background-color:black;
  font-size:12pt;
  text-align:left;
  font-style:normal;
  color:white;
}

.charGenInsideLabelBold {
  background-color:black;
  font-size:12pt;
  text-align:left;
  font-style:normal;
  font-weight:bold;
  color:white;
}

.charGenEntryCell {
  background-color:white;
  font-size:12pt;
  font-style:normal;
  font-weight:bold;
  border-color:black;
  border-width:1px;
  border-style:solid;
  background-color:white;
  color:black;
  text-align:center;
}

.charGenLeftEntryCell {
  background-color:white;
  font-size:12pt;
  font-style:normal;
  font-weight:bold;
  border-color:black;
  border-width:1px;
  border-style:solid;
  background-color:white;
  color:black;
  text-align:left;
}

.charGenNoBorderField {
  border-top-style:none;
  border-left-style:none;
  border-right-style:none;
  border-bottom-style:solid;
  border-width:1px;
  border-color:black;
  background-color:white;
  color:black;
}

.charGenToolTip {
  border-width:1px;
  border-style:solid;
  border-color:black;
  background-color:yellow;
  color:black;
  font-size:8pt;
  font-style:normal;
  font-weight:bold;
}
