body {
  background: #ffffff;
  font-family: sans-serif;
}

#announcement {
  border: solid 1px #cccc44;
  background: #ffff88;
  font-size: 10pt;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 800px;
  margin: auto;
}
#announcement a {
color: #4466ff;
}

img.pnga {
  behavior: url("/media/base/pngbehavior.htc");
}


#header {
  text-align: center;
  margin: 0;
  padding: 0;
  font-variant: small-caps;
  font-size: 12px;
}

#header a {
  text-decoration: none;
  color: brown;
}

#header a:hover {
  text-decoration: underline;
}


h1, h2, h3 {
  color: brown;
  font-variant: small-caps;
}

h2 a {
  color: brown;
  text-decoration: none;
}

h2 a:hover {
  text-decoration: underline;
}

#title h1 {
  padding: 0;
  margin: 0;
}

#title img {
  vertical-align: middle;
}

#header h1 {
  margin: 0;
  padding: 0;
}

#footer {
  padding: 0;
  margin: 0 auto;
  text-align: center;
  color: #aaaaaa;
  font-size: 80%;
  width: 45%;
  display: block;
  border-top: solid 1px #aaaaaa;
}

#footer a {
  color: #ddaa66;
}


.bluebox, .poemblock1 {
  border: solid 1px #8888ff;
  background: #ccccff;
  padding: 0 .5em 0 .5em;
  margin: 0;
}

.yellowbox, .poemblock2, .rhymebox {
  border: solid 1px #cccc44;
  background: #ffff88;
  padding: 0 .5em 0 .5em;
  margin: 0;
}

.redbox, .poemblock3 {
  border: solid 1px #ff7777;
  background: #ffcc88;
  padding: 0 .5em 0 .5em;
  margin: 0;
}

.greenbox, .poemblock4 {
  border: solid 1px #44cc44;
  background: #99ff99;
  padding: 0 .5em 0 .5em;
  margin: 0;
}

.purplebox {
  border: solid 1px #ffaabb;
  background: #ffccee;
  padding: 0 .5em 0 .5em;
  margin: 0;
}

.sitemapbox {
  width: 280px;
  height: 140px;
  font-size: 8pt;
  padding: .5em;
  margin: 0;
}

.sitemapbox table {
  height: 100%;
}

.sitemapbox td {
  vertical-align: top;
  font-size: 80%;
}




td {
  vertical-align: top;
}


.bluebox h2 {
  padding-top: 0;
  margin-top: 0;
}
.purplebox h2 {
  padding-top: 0;
  margin-top: 0;
}
.greenbox h2 {
  padding-top: 0;
  margin-top: 0;
}
.redbox h2 {
  padding-top: 0;
  margin-top: 0;
}
.yellowbox h2 {
  padding-top: 0;
  margin-top: 0;
}

table.kadotop  {
  border: solid 1px #44cc44;
  background: #99ff99;
  text-align: center;
  margin: 0 auto;
}

.kadotop tr.odd {
  background: #ddffdd;
}
.kadotop tr.even {
  background: #eeffee;
}

.kadotop td {
  text-align: left;
}

th {
  text-align: left;
}

.kadotop td.plek {
  text-align: right;
}

.err {
  color: red;
  
}

/**********************************************************************
 * Tabber
 **********************************************************************/

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #ff7777;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #ff7777;
 border-bottom: none;
 background: #fff0c0;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #666666; }
ul.tabbernav li a:visited { color: #666666; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #ffcc88;
 border-color: #ff7777;
}

ul.tabbernav li.tabberactive a
{
 color: black;
 border-bottom: 1px solid #ffcc88;
 background: #ffcc88;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: #ffcc88;
 border-bottom: 1px solid #ff7777;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 background: #ffcc88;
 width: 580px;
 padding:5px;
 border:1px solid #ff7777;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
