/* CSS styles for The Raccoons project */
/* Copyright (c) 2002 by Max Artemev */
/* Default style for menu */

BODY {     
   margin-top: 0px;
   margin-left: 0px;
   margin-bottom: 0px;
   margin-right: 0px;
   margin-height: 0px;
   margin-width: 0px;
}
.menu { 
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:7pt;
  color: #4000B0;
  text-decoration: none; 
}

.menu:hover { 
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:7pt;
  color: #8000FF; 
  text-decoration: underline; 
}

.newz {
  font-family: Tahoma,Verdana,Geneva,Arial,Helvetica;
  font-size: 10pt;
  font-weight: bold;
  background: #0099FF; 
  color: #FFFFFF;
}

.newz2 {
  font-family: Arial,Verdana,Tahoma,Geneva,Helvetica;
  font-size: 10pt;
  font-weight: bold;
  background: #00AF80; 
  color: #FFFFFF;
}

/* Style for small menu on the index.html */
.small_mnu { 
  font-family: Verdana, Arial Cyr, Arial, Helvetica; 
  font-size: 8pt; 
  text-decoration: none;
  color: #A0EECC;
}

.small_mnu:hover { 
  font-family: Verdana, Arial Cyr, Arial, Helvetica; 
  font-size: 8pt; 
  text-decoration: underline; 
  COLOR: #C0FFCC;
}

/* Style for /characters/ index file */
.chars {
  background-color: #000000; 
  color: #DFFFDF;
}


/* Styles for /episodes/ */
.episodes {
  font-family:Arial, Helvetica; 
  text-decoration: none; 
  color: #0000FF
}

.episodes:hover {
  font-family:Arial, Helvetica; 
  text-decoration: underline; 
  color: #FF6080
}

/* Style for characters file */		 
.descr {
   font-family: Verdana, Arial, Helvetica, Geneva; 
   font-size: 8pt; 
   color: #FFF000
}

/* common styles */
.shadow {
  font-family: Comic Sans MS, Times New Roman, Arial, Helvetica;
  font-size: 24pt; 
  color: #F8A032; 
  filter: shadow(color=#333,direction=135); /* The NN users won't see this :( */
  padding: 0pt 0pt;
  height: 0; 
  position: relative; 
  left: 0; top: 0;
}

.eptitle { 
  font-family: Arial, Verdana, Helvetica, Geneva; 
  font-weight: bold;
  font-size: 160%;
}

.epsubtitle { 
  font-family: Arial, Verdana, Helvetica, Geneva; 
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  font-size: 100%;
}

.epdesc { 
  font-family: Arial, Verdana, Helvetica, Geneva; 
  font-size: normal;
}

.epheader { 
  font-family: Arial, Verdana, Helvetica, Geneva; 
  font-size: 8pt;
}


A { 
  font-family: Arial, Helvetica; 
  text-decoration: none; 
  color: #0000FF
}

A:hover { 
  font-family: Arial, Helvetica; 
  text-decoration: underline; 
  color: #FF0000
}

h6 { 
  font-family: Arial; 
  font-size: 10pt; 
  text-weight: none; 
  color: #C0ED8D; 
  text-decoration: underline;
}

.title_header { 
  font-family: Arial, Helvetica; 
  text-decoration: none; 
  font-size: 130%; 
  color: white; 
  text-align: center; 
  vertical-align: middle;
}

BODY, TD { 
  font-family: Arial, Verdana, Helvetica, Times New Roman Cyr; 
  font-size: 10pt; 
  text-decoration: none;
  text-weight: none;
}

ul,li { 
  margin-left: 5px; 
  margin-right: 5px; 
  margin-top: 5px;
}

.thin_table {
  border-left: 2px solid #080;
  border-top: 1px solid #080;
  border-right: 1px solid #080;
  border-bottom: 1px solid #080;
  clear: both;
  padding: 0px 2px 2px 0px;
  margin: 0px 2px 0px 0px;
}			