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

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

/* misc style elements */
A { text-decoration: none; color: rgb(21, 46, 177); }
A:hover {
 color: rgb(102,119,221);
 text-decoration: underline; }
A:visited { color: rgb(21, 46, 177); }
A.inv { text-decoration: none; color: white; }
A.inv:link { color: white; }
A.inv:visited { color: white; }
A.inv:hover {
  color: #efefef;
  text-decoration: underline;
}
a.plain {
    color: #000;
    text-decoration: none;
}
a:hover.plain {
    color: #000;
    text-decoration: underline;
}

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 */
#navDiv {
 clear: both;
 border-bottom: solid 1px #152eb1;
}
#navTabs {
 float: right;
 font-size: 12pt;
 background-image: url("/meta/protos/navbg.jpg");
 background-repeat: no-repeat;
 background-position: right;
 height: 50px;
 text-align: right;
}
#navUnFocus, #navFocus, #navTitle, #navLogin, #copyright {
 font-family: Gothic, Century Gothic, URW Gothic L, Apple LiGothic, sans-serif;
}
#navLogin {
 font-size: x-small;
 padding-right: 0.25em;
}
#navUnFocus, #navFocus {
 padding-left: 0.25em;
 padding-right: 0.25em;
 border-left: solid 1px #ccc;
 border-top: solid 1px #ccc;
 border-bottom: solid 1px #ccc;
 font-size: smaller;
}
#navTitle {
 padding-top: 0.25em;
 float:right;
 font-size: 22pt;
 font-weight: bold;
 text-align: center;
 height: 50px;
 width: 50%;
 vertical-align: middle;
 display:table-cell; vertical-align:middle;
}
#navImage {
 width: 175px;
 float: left;
 vertical-align: text-bottom;
}

/* end 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 {
  font-size: xx-small;
  text-align: center;
}

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

#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;
}


.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;
}

/* brought over from old site */

.gothic {
  font-family: Gothic, Century Gothic, URW Gothic L, Apple LiGothic, sans-serif;
}
.title {
  font-family: Gothic, Century Gothic, URW Gothic L, Apple LiGothic, sans-serif;
  font-weight: bold;
}
H1, H2, H3, H4 {
  font-family: Gothic, Century Gothic, URW Gothic L, Apple LiGothic, sans-serif; }
TH { font-family: sans-serif; }
TD { font-family: sans-serif; }

td.trim {
  border: solid 1px #152eb1;
}
td.toptrim {
  border-top: solid 1px #152eb1;
}
.button { padding: 0.01em 0.5em 0.01em 0.5em; background: #ddd;
border: solid 1px #000; color: #000; }
.button:hover { text-decoration: none; color: #000; background: #eee; }
.button:link, .button:visited { color: #000;}

