@import "/meta/defaults.css";
@import "/meta/form.css";
@import "/meta/forums.css";
@import "/meta/theme-rogue.css";

body {
  margin:0;
  margin-top: 0;
  padding: 0;
  font-family: verdana,arial,helvetica,sans-serif; font-size: medium;
}

/* misc style elements */
A { text-decoration: none; }
A:hover { text-decoration: underline; }

/* styles for tab-windows */

/*
td.l {
  vertical-align: top;
  text-align: right;
  font-weight: bold;
  font-size: 10pt;
}

td.v {
  border-style: solid;
  border-width: 1px;
  border-color: #999;
  background: #efefef;
  font-size: 10pt;
}
*/

td.g {
  border-top-style: solid;
  border-width: 1px;
  border-color: #888;
  background: #fff;
  text-align: left;
}

table.g {
  border-style: solid;
  border-width: 1px;
  border-color: #888;
}
input.v {
  border: solid 1px #555;
  font-size: 10pt;
}

/* nav */


#req {
    color: #17127e;
}

#header {
  width:600px;
  margin:0 auto 10px;
  border:1px solid #668;
  }
#inner {
  width: 100%;
  margin: 5px;
/*    margin:5px 5px 0;
    padding:20px 20px .25em;*/
    border:1px solid #333;
  }

#copyright a, #copyright {
  font-size: 8pt;
}

#body {
  background: #fff;
  padding: 0.5em 5em 4em 5em;
}
#pageTitle {}
#noPageTitle {
  margin: 3em;
}

#listing {
  text-align: center;
  font: 6pt "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  padding: 1em;
  border: solid 1px #aaa;
  letter-spacing:.2em;
  line-height: 2.4em;
  color:#777;
}

a.plain {
    color: #000;
    text-decoration: none;
}
a:hover.plain {
    color: #000;
    text-decoration: underline;
}

.topic,
.topicSubject,
.topicSubjectEnd {
  margin: 0 0 0 0;
}
a#topicAlight,
a:visited#topicAlight {
  color: black;
  text-decoration: none;
}
a:hover#topicAlight {
  color: black;
  text-decoration: none;
}
a#topicAdark,
a:visited#topicAdark {
  color: black;
  text-decoration: none;
}
a:hover#topicAdark {
  color: #00c;
  text-decoration: none;
}

.topicSubjectStart {
  padding-left: 12px;
 /* background: #eeeeee url("/media/tab-focus.gif") repeat;
*/
}
.topicSubject {
  margin: 0;
  font-size: 10pt;
  font-weight: bold;
  color: black;
  text-align: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 6px;
  line-height: 100%;
  white-space: nowrap;
font-family: Comic Sans MS, arial, helvetica, sans-serif;font-size: x-large; text-align: left
 /* background: #eeeeee url("/media/tab-focus.gif") repeat;*/

}
.topicSubjectEnd {
  padding-left: 12px;
  text-align: right;
/*  background: #fff url("/media/tab-right-focus.gif") no-repeat;*/
}
.topicDescBody {
  border-bottom: solid 1px #17127e;
  background: #efefef;
  padding: 0.5em;
  -moz-border-radius: 15px;
/* border-radius: 15px; */
}
.topicHeader {
  font-size: 8pt;
}
.topicDescHeader {
  font-size: 8pt;
  font-weight: bold;
  border-bottom: solid 1px #aaa;
}

.topicDescFooter {
  font-size: 8pt;
  font-weight: bold;
}

.topicClassLeft {
  margin: 0;
  font-size: 10pt;
  font-weight: bold;
  color: black;
  text-align: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 6px;
  line-height: 100%;
  white-space: nowrap;
  border-bottom: solid 1px #17127e;
}

.topicClassRight {
  margin: 0;
  font-size: 10pt;
  font-weight: bold;
  color: black;
  text-align: right;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 6px;
  line-height: 100%;
  white-space: nowrap;
  border-bottom: solid 1px #17127e;
}

