/**************************************************************************
* Elements for Advanced Tables
***************************************************************************/

/* Horizontal Zebra formatting
*/
/* RKM Disabled 02/27/2008
table th      { background-color:#99ccff; }
table tr.row1 { background-color:#ffff99 ; }
table tr.row2 { background-color:#ccffcc; }
table td      { line-height: 12px; }
*/

/* Vertical Zebra formatting
*/

/* RKM Disabled 02/27/2008
table td.colidx1 {background-color:#ffff99;}
table td.colidx2 {background-color:#ccffcc;}
table td.colidx3 {background-color:#FFC0CB;}
*/

/**************************************************************************
* Elements for Advanced Tables
***************************************************************************/

/* Horizontal Zebra formatting
 */
table.zebra th      { background-color:#99ccff; }
table.zebra tr.row1 { background-color:#ffff99; }
table.zebra tr.row2 { background-color:#ccffcc; }
table.zebra tr.row3 { background-color:#ffff99; }
table.zebra tr.row4 { background-color:#ccffcc; }

table.gray th      { background-color:#ffffff; }
table.gray tr.row1 { background-color:#ffffff; }
table.gray tr.row2 { background-color:#eeeeee; }
table.gray tr.row3 { background-color:#ffffff; }
table.gray tr.row4 { background-color:#eeeeee; }

table.blue th      { background-color:#efefef; }
table.blue tr.row1 { background-color:#f5f5f5; }
table.blue tr.row2 { background-color:#fcfcfc; }
table.blue tr.row3 { background-color:#f5f5f5; }
table.blue tr.row4 { background-color:#fcfcfc; }


/* Vertical Zebra formatting
 */

table.vertzebra td.colidx1 {background-color:#ffff99;}
table.vertzebra td.colidx2 {background-color:#ccffcc;}
table.vertzebra td.colidx3 {background-color:#FFC0CB;}

/**************************************************************************
* Elements for GlossaryPlus support
***************************************************************************/
a.glossary-link, a:visited.glossary-link, a:hover.glossary-link {
  cursor: help;
  color: black;
  text-decoration: none;
  border-bottom: 1px dashed #708090;
}
div.glossary-popup {
  border: 1px solid #333333;
  background-color: #333333;
}
div.glossary-popup .caption {
  font-family: serif;
  font-size: 12px;
  font-weight: bold;
  padding: 1px 2px;
  color: #FFFFFF;
}
div.glossary-popup .contents {
  font-size: 12px;
  font-family: sans-serif;
  padding: 3px 2px;
  background-color: #F1F1FF;
}
#wikitext dt {
  font-weight: bold;
  border-top: 1px solid #333333;
}
#wikitext dd {
  margin: 0px;
}

/**************************************************************************
* Add a small graphic on the right of external links like the Wikipedia fashion
***************************************************************************/
#wikibody a.external {
   background: url(external.png) center right no-repeat;
   padding-right: 13px;
   color: #2f6fab;
}
#wikibody a.external:visited {color: #006699;}

.header1 { color: #003d99; font-weight: bold; font-size: 18px; font-family: Helvetica, Arial }
.subheader1 { color: #003d99; font-weight: bold; font-size: 11px; font-family: Verdana, Arial }


kbd {
  background-color:white;
  color:blue;
}

/* RKM - a style for screen blocks */
.scrindent {
  margin-left:160px;
  margin-right:160px;
}

