/*
 * broken wikiword links
 */

.twikiNewLink a:link sup,
.twikiNewLink a:visited sup
{
  vertical-align: baseline;
  color: red;
  background-color: #ffffff;
  text-decoration: none
}

.twikiNewLink
{
  background-color: #ffffff
}

.twikiNewLink font
{
  color: inherit;
  background-color: #ffffff
}

/*
 * header
 */

.kastor-header
{
  background-image: url(header.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  color: #FF9900;
  width: 700px;
  vertical-align: bottom;
  height: 240px
}

.kastor-continuation
{
  background-image: url(continuation.gif);
  background-repeat: repeat-x
}

/*
 * contents
 */

.kastor-body
{
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  line-height: 30px;
  padding: 0px 5px 5px;
  text-align: center;
  font-family: Garamond, Georgia, "Times New Roman", Times;
  font-size: 12px;
}

.kastor-contents
{
  font-family: verdana;
  font-size: 12px;
  width: 500px;
  color: #999999
}

.kastor-contents H1
{
  color: #d58217
}

.kastor-contents H2
{
  color: #e38c1b;
  padding-top: 20px
}

.kastor-contents H3
{
  color: #f89223
}

/*
 * menu
 */

.kastor-menu
{
  float: left;
  list-style-type: none;
  margin: 0px 20px 0px 2px;
  width: 150px;
  font-size: 12px;
  background-color: #FFFFFF;
  padding: 0px;
}

.kastor-menu A
{
  display: block;
  background-color: #e6e6e6;
  padding: 0px;
  margin: 1px 1px 5px;
  text-decoration: none;
  color: #666666;
  border: 1px solid #cccccc;
  line-height: 26px;
  text-indent: 6px
}

.kastor-menu A:hover
{
  display: block;
  background-color: #ff9900;
  padding: 0px;
  margin: 1px 1px 5px;
  text-decoration: none;
  color: #FFFFFF;
  border: 1px solid #FF9900;
  line-height: 26px;
  text-indent: 6px;
  font-weight: bold
}

/*
 * footer
 */

.kastor-footer
{
  height: 24px;
  text-align: right;
  vertical-align: bottom;
  width: 700px;
  font-family: Garamond, Georgia, "Times New Roman", Times;
  font-size: 10px
}

/*
 * table
 */

.kastor-signature TABLE,
.kastor-contents TABLE
{
  border-collapse: collapse;
  empty-cells: show;
  font-size: 12px;
  color: #ffffff;
  background-color: #444444;
  border-top: 1px solid #252525;
  border-bottom: 1px solid #252525;
  border-right: 1px solid #252525;
  border-left: 1px solid #252525
}

.kastor-signature TH,
.kastor-contents TH
{
  font-size: 12px;
  padding: 0.6 1.0em;
  color: #000000;
  background-color: #ffffff;
  border-top: 1px solid #252525;
  border-bottom: 1px solid #252525;
  border-right: 1px solid #252525;
  border-left 1px solid #252525;
  vertical-align: middle
}

.kastor-signature TD,
.kastor-contents TD
{
  font-size: 12px;
  color: #666666;
  background-color: #ffffff;
  border-top: 1px solid #252525;
  border-bottom: 1px solid #252525;
  border-right: 1px solid #252525;
  border-left: 1px solid #252525;
  padding: 0.6em 1.0em;
  height: 1.4em;
  text-align: center
}

/*
 * HTML
 */

A,
A:link,
A:visited,
A:active
{
  color: #cc6600;
  text-decoration: none
}

A:hover
{
  color: #666666;
  text-decoration: underline
}

.kastor-contents FORM,
.kastor-signature FORM
{
}

.kastor-contents INPUT,
.kastor-signature INPUT
{
  font-family: verdana;
  font-size: 12px;
  color: #666666;
  background-color: #ffffff;
  border-top: 1px solid #252525;
  border-bottom: 1px solid #252525;
  border-right: 1px solid #252525;
  border-left: 1px solid #252525;
  padding: 0.2em 0.2em
}

.kastor-contents TEXTAREA,
.kastor-signature TEXTAREA
{
  font-family: verdana;
  font-size: 12px;
  color: #666666;
  background-color: #ffffff;
  border-top: 1px solid #252525;
  border-bottom: 1px solid #252525;
  border-right: 1px solid #252525;
  border-left: 1px solid #252525;
  padding: 0.2em 0.2em
}

.kastor-contents SELECT,
.kastor-signature SELECT
{
  font-family: verdana;
  font-size: 12px;
  color: #666666;
  background-color: #ffffff
}

.kastor-contents UL,
.kastor-signature UL
{
}

.kastor-contents LI,
.kastor-signature LI
{
  font-family: verdana;
  font-size: 12px;
  color: #999999;
  display: list-item;
  list-style-image : url(item.gif);
  list-style-position: outside
}

