
a:hover, a:active {
  color:#ff9831		/* Was: #ffcc66 (light orange) */ 
}

/* replace dotted border by solid border (because of IE bug) */

.natTopLeft {
  border-left:0px dotted white;
}

.natTopRight{
  border-right:0px dotted white;
}

.natMiddle {
  border-bottom:0px solid white;
  border-left:0px solid white;
  border-right:0px solid white;
}

/* Also fix top right margin while we're at it... */

.natTopBar {
  border-top:0px dotted white;
  padding-top:1.5em;
  padding-bottom:1.5em;
  padding-right:1em;
}

/* And make the top bar a bit smaller */

.natTopBarSizer {
  height:70px;
  max-height:70px;
}

.natTopLeftContents,
.natTopRightContents {
  margin-top:0px;
  margin-left:20px;
  margin-right:20px;
}
.natTopRightContents {
  margin-top:20px;
}

.natBreadCrumbs {
  margin-left:0px	/* Should we shift this right? */
}

/* Make actions a little bit smaller */

.natTopicActions {
  font-size:85%;
}


/* replace sidebar colour */

.natSideBar {
  font-size:0.8em;
  line-height:140%;
  /* background was ff9831, 'powerpoint' colour is #dfd293 */
  background:#efe2a3;
  color:#9C3300;
}

.natSideBar h1,
.natSideBar h1 a {
  color:#666666;
  font:bold small/140% verdana,arial,sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  padding-left:0px;
}
.natSideBar h1 {
  border-bottom:1px dotted #666666;
  text-align:center;
}

.natSideBar h2 {
  font-size:12px;
  margin:10px 0px 0px 0px;
  padding:0px 5px;
  font-color:#666666;
  font-family:verdana,arial,sans-serif;
  text-transform:none;
  letter-spacing:.1em;
  border-bottom:0px;
  _border-bottom:0px; /* IE only */
  text-align:left;
}

.natSideBar h2 a {
  color:#666666;
  font:bold small/140% verdana,arial,sans-serif;
  text-transform:none;
  padding-left:0px;
  background:#efe2a3;
}

.twikiTable th,
.twikiTable td,
.twikiTable {
  border:1px #ff9831 solid;
  overflow: auto;
}

