body { background-color: #000000; }

a:link      { color: #FC3E20; text-decoration: underline; }
a:visited	{ color: #FC3E20; text-decoration: underline; }
a:active	{ color: #FFFFFF; text-decoration: underline; }
a:hover	    { color: #FFFFFF; text-decoration: underline; }

a.menu:link		{ color: #FFFFFF; text-decoration: none; }
a.menu:visited	{ color: #FFFFFF; text-decoration: none; }
a.menu:active	{ color: #FEC5C0; text-decoration: none; }
a.menu:hover	{ color: #FEC5C0; text-decoration: none; }

/* The inbox, system, society, etc links in the Message Center */
a.message:link		{ color: #FF0000; text-decoration: none; }
a.message:visited	{ color: #FF0000; text-decoration: none; }
a.message:active	{ color: #FFA6A6; text-decoration: none; }
a.message:hover		{ color: #FFA6A6; text-decoration: none; }

/* The Border color of the Dark Network Banners in the Footer */
.pic a img { border: 1px solid red; } 
.pic a img:link { border: 1px solid red; }
.pic a img:visited { border: 1px solid red; }
.pic a img:active { border: 1px solid white; }
.pic a img:hover { border: 1px solid white; }

/* Special Link colors. Open Link Directory, etc. */
a.special:link          { color: #F000F0; text-decoration: underline; }
a.special:visited       { color: #F000F0; text-decoration: underline; }
a.special:active        { color: #FFFFFF; text-decoration: underline; }
a.special:hover         { color: #FFFFFF; text-decoration: underline; }

hr {
  border: 0;
  height: 1px;
  color: #ff0000;
  background-color: #ff0000;
}

/* All text is within tables. */
table {
  text-align:justify;
  color:white;
  font-family:Verdana,Arial,Helvetica;
  font-size:10pt;
  font-weight:normal;
}

.textarea	{
  text-align:justify;
  color:White;
  font-family:Verdana,Arial,Helvetica;
  font-size:10pt;
  font-weight:normal;
}

/* For the smaller page text */
.footer	{
  text-align:justify;
  color:White;
  font-family:Verdana,Arial,Helvetica;
  font-size:8pt;
  font-weight:normal;
}

/* Forms and buttons */
.forminput, .textinput, .radiobutton, .checkbox {
  font-size: 12px;
  font-color: White;
  font-family: verdana, helvetica, sans-serif;
  vertical-align: middle;
  color: White;
  background-color: Black;
  border: 2px #FC3E20 solid
}
form {
  margin: 0px;
  padding: 0px; 
}

/* The Main Forum page */
.forum_table { background-color: black; }
.forum_td { background-color: #600000; }
.forum_closed { background-color: #300000; }
.forum_text { color: white; }
a.forum:link { color: white; text-decoration: none; }
a.forum:visited { color: white; text-decoration: none; }
a.forum:active { color: red; text-decoration: none; }
a.forum:hover { color: red; text-decoration: none; }
/* End Forum */

/* Journals - The Comment area */
.journal_comment_table { 
  background-color: #800000; 
  text-color: white; 
  text-align: justify;
  color: white;
  font-family: verdana,arial,helvetica;
  font-size: 8pt;
  font-weight: normal;
}
.journal_comment_div {
  border: 1px solid red; 
  padding: 0px; 
  background: #000000;
  text-align:justify;
  color: white;
  font-family: verdana,arial,helvetica;
  font-size: 10pt;
  font-weight: normal;  
}
a.journal_comment:link		{ 
  color: #FFFFFF; 
  text-decoration: none; 
  font-size: 8pt; 
  font-family: verdana,arial,helvetica;
}
a.journal_comment:visited	{ 
  color: #FFFFFF; 
  text-decoration: none; 
  font-size: 8pt; 
  font-family: verdana,arial,helvetica;
}
a.journal_comment:active	{ 
  color: #ff0000; 
  text-decoration: none; 
  font-size: 8pt; 
  font-family: verdana,arial,helvetica;
}
a.journal_comment:hover	    { 
  color: #ff0000; 
  text-decoration: none; 
  font-size: 8pt; 
  font-family: verdana,arial,helvetica;
}
/* End Journal Formatting */

/* For various |, [, and ] symbols throughout the site */
.divider { color: white; }

/* Table Outlines */
.tablewindows { background-color: #FC3E20;}

/* Table Insides */
/* Inside the user menu, vamp box, sun, vr store, friends, and news windows/menus */
.tdmenumain { background-color: black; }
/* The black headings. Eg. Main Menu, Members, etc. */
.tdwindows { background-color: black;}
/* The menu links. Eg. Home, Request Help, etc. */
.tdmenu { background-color: maroon; }
/* Inside the main content section */
.tdcenter { background-color: black; }
/* Inside the premium member lines */
.tdpremium { background-color: maroon; }

/* Profile Page. The Description Box and Description area */
.tabledescription { background-color: red; }
.tddescription { background-color: black; }

/* Fonts */
/* Success/Good messages */
.success { color: lime; }
/* Failure/Bad messages */
.error { color: red; }
/* Warning color. Usually yellow */
.warn { color: yellow; }

/* Only used for "The Ultimate Vampire Resource & Directory in Logo menu */
h1 {
  color: #ffffff; 
  font-family: verdana, helvetica, sans-serif; 
  font-size: 12pt; 
  text-align: center; 
  font-weight: bold; 
  margin: 0px; 
  padding: 0px;
}
/* Text for "You have new messages waiting" */
.new_messages { 
  color: white; 
  font-family: verdana, helvetica, sans-serif; 
}
/* Vampbox time/date stamps */
.vb_txt { color: #e93838; }




