BODY
{
   background-image: url(/images/bottombackground.jpg);
   font-size: 10px;
   font-family: Verdana;
   color: black;
}


A
{
   text-decoration: underline;
   color: #990030;
}

A:hover
{
   text-decoration: underline;
   color: #FF6347;
}

/* TABLE
{
   border-width: 1px;
   border-style: solid;
   border-color: #000000;
}*/

TD
{
   font-size: 10px;
   font-family: Verdana;
   border-width: 1px;

}

input 
{  font-family: Verdana; 
   font-size: 10px;
}

select
{  font-family: Verdana; 
   font-size: 10px;
}

textarea
{  font-family: Verdana; 
   font-size: 10px;
}

button
{  font-family: Verdana; 
   font-size: 10px;
}

.bar
{
   font-style: italic;
   background: #FFFFCC;
   border-bottom: 1px solid;
   border-top: 1px solid;
}

.none
{
   border-style: none;
}

.border
{
   border-bottom: 1px solid;
}

.date
{
   font-size: 12pt;
   font-weight: bold;
   color: white;
   text-align: right;
   background: #000000; /* #FF0000; */
   border-top: 1px solid;
}

.forumTitle
{
   background: lightgreen;
   font-size: 12pt;
   font-weight: bold;
   text-align: center;
}

.msgTitle
{
   background: silver;
   font-size: 10pt;
   font-weight: bold;
}

.msgInfo
{
   background: silver;
   font-size: 10pt;
}

.msgPost
{
   color: blue;
   font-size: 8pt;
}

.msgText
{
   font-size: 10pt;
   padding-left: 10px;
}

/* EVERYTHING BELOW IS FOR THE YABB BULLETIN BOARD */

/* YaBB navigation links */
.nav          { font-size: 10px; text-decoration: none; color: #000000; }
.nav:link     { font-size: 10px; text-decoration: none; color: #000000; }
.nav:visited  { font-size: 10px; text-decoration: none; color: #000000; }
.nav:hover    { font-size: 10px; text-decoration: none; color: tomato; font-weight: bold; text-decoration: underline; }

/* YaBB alternating bgcolors -- f9ffa5 */
.windowbg     { background-color: #ffffcc; font-size: 11px; font-family: Verdana; color: #000000; }
.windowbg2    { background-color: #f8f8f8; font-size: 11px; font-family: Verdana; color: #000000; }
.windowbg3    { background-color: #990030; font-size: 11px; font-family: Verdana; color: #000000; }

/* Misc./title/category colors -- FFCA72 */
.hr           { color: #990030; }
.titlebg      { background-color: #990030; color: #FFFFFF; }
.text1        { font-style: normal; font-weight: bold; font-size: 12px; color: #FFFFFF; }
.catbg        { background-color: #ffca72; color: #000000; font-weight: bold; font-size: 13px; }
.bordercolor  { background-color: #990030; }

/* Image fonts */
.imgbg        { font-style: normal; font-size: 10px; color: #005177; }
.imgcatbg     { font-style: normal; font-size: 10px; color: #005177; font-weight: bold; }
.imgtitlebg   { font-style: normal; font-size: 10px; color: #FFFFFF;  font-weight: bold; }
.imgwindowbg  { font-style: normal; font-size: 9px; color: #005177; }
.imgmenu      { font-style: normal; font-size: 11px; color: #990030; font-weight: bold; letter-spacing: 0.1em; }

/* Post quote/code colors */
.quote        { font-size: 10px; font-family: Verdana, Helvetica, Arial; color: #000000; background-color: #FFCA72; }
.code         { font-size: 10px; font-family: Courier New; color: #000000; background-color: #CCCCCC; }





