body {
  background-image: url("starsbgmain.gif");
  color: white;
}

.center {
  text-align: center;
}

.sidebar-wrap{
  font-size: 1em;
  font-family: Helvetica, arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: black;
  background-image: url("sidebar.png");
  background-repeat: repeat-y;
  width: 125px;
}

.sidebar-wrap a {
  color: white;
  text-decoration: none;
}

.sidebar-wrap a:hover{
  text-decoration: underline;
}

.sidebar-wrap img {
  border: 0;
}


.sidebar-top {
  background-image: url("sidebartop.png");
  height: 7px;
  background-repeat: no-repeat;
}

.sidebar-bottom{
  background-image: url("sidebarbom.png");
  height: 7px;
  background-repeat: no-repeat;
}

.sidebar-mid {
  padding: 15px;
}

.main {
  width: 100%;
  border-collapse: collapse;
  font-family: Helvetica, arial, sans-serif;
  margin: 0;
  font-size: 10px;
}

.menu-left {
  padding: 0px;
  width: 125px;
}



ul {
  margin: 0;
}

ul a, a:hover, a:visited, a:active {
  color:white;
  font-family: Helvetica, arial, sans-serif;
  font-weight: bold;
}

.main-body {
  vertical-align: top;
  padding: 20px;
  font-size: 14px;
}

.rightbar-wrap{
  font-size: 1.25em;
  font-family: Helvetica, arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: black;
  background-image: url("sidebar.png");
  background-repeat: repeat-y;
  width: 125px;
}

.rightbar-wrap a {
  color: white;
  text-decoration: none;
}

.rightbar-wrap a:hover{
  text-decoration: underline;
}

.rightbar-wrap img {
  border: 0;
}

.rightbar-top {
  background-image: url("sidebartop.png");
  height: 7px;
  background-repeat: no-repeat;
}

.rightbar-bottom{
  background-image: url("sidebarbom.png");
  height: 7px;
  background-repeat: no-repeat;
}

.rightbar-mid {
  padding: 15px;
}

.right-main {
  width: 100%;
  border-collapse: collapse;
  font-family: Helvetica, arial, sans-serif;
  margin: 0;
  font-size: 10px;
}

.menu-right {
  padding: 0px;
  width: 125px;
}

hr.dashed {
  border: none;
  border-top: 3px solid white;
  margin: 20px 0;
}

li{
  color: red;
}

.info{
  margin-top: 1em;
  margin-bottom: 2em;
  font-size: 0.75em;
  margin-left: 3em;
}

.title {
  font-size: 1.2em;
  color: yellow;
  font-family: Helvetica, arial, sans-serif;
  text-align:center;
}

.desc {
  font-size: 1.2em;
  color: yellow;
  font-family: Helvetica, arial, sans-serif;
  text-align:left;
}

.sn, .sn:hover, .sn:visited, .sn:active {
  font-family: Helvetica, arial, sans-serif;
  font-weight: bold;
  font-style: italic;
  color: red;
  font-size: 10pt;
  text-align: center;
}

.imgleft{
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
}

.imgright{
  float: right;
  margin-right: 10px;
  margin-bottom: 15px;
}

.txtleft{
  text-align: left;
}

.txtright{
  text-align: right;
}

.spoiler, .spoiler2, .spoiler a, .spoiler2 a{
  color: white  ;
  background-color: white;
}

.spoiler:hover, .spoiler:hover a {
  color: black;
}

.spoiler2:hover, .spoiler2:hover a {
  background-color:black;
}

.content, .content:active, .content:visited, .content:hover {
  margin-top: 1em;
  margin-bottom: 2em;
  font-size: 0.75em;
  margin-left: 1.3em;
}

.ep table, .ep th, .ep td {
  border:1px solid white;
}

.chars table, .chars th, .chars td {
  border:2px solid white;
}


