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

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

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

/* 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: #047;
}

#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,
#copyright a, #copyright {
  padding-top: 1em;
  text-align: center;
  color: #555;
  font-size: 8pt;
}

.bmargins {
  margin: 0em 4.5em 0em 4.5em;
  padding: 0.5em 0.5em 0.5em 0.5em;
}
#body, .body {
  clear: both;
  background: #fff;
  margin: 0em 4.5em 0em 4.5em;
  border: solid 2px #025;
  -moz-border-radius: 15px;
  padding: 0.5em 0.5em 0.5em 0.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 #047;
  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 #047;
}

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


/* overrides */

/* alt nav */
.navDiv {
 clear: both;
/* border-bottom: solid 1px #025;*/
}
.navTabs {
 float: right;
 font-size: 12pt;
 background-repeat: no-repeat;
 background-position: right;
 text-align: center;
 width: 100%;
}
#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;
}
.navTitle {
 clear: both;
 background: none;
 font-size: 22pt;
 font-weight: bold;
 text-align: center;
 vertical-align: middle;
 padding-top: 0em;
 padding-bottom: 0.25em;
}

/* end Nav */

.menu li {
 font-weight: bold;
 border: none;
 border-bottom: solid 1px #ccc;
 background: #ccc;
}
.menu {
 text-align: center;
 float: right;
}
.menu, .menu li, .menu li ul a{
 font-size: 10pt;
}

.menu li ul{
 border: solid 1px #047;
}
.menu li a{
color: #047;
}
