body
{
  background: #000000;
  margin: 0px;
}

td, th
{
  color: #000000;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica;
}

img
{
  border-width: 0px;
  vertical-align: middle;
}

a {
	color: #E12301;
	text-decoration: none;
}
a:hover {
	color: #FCAC4D;
}

a.me {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a:hover.me {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a.whi {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	border: 1px solid #000000;
	padding: 0px 4px 0px 4px;
}
a:hover.whi {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 0px 4px 0px 4px;
}

input, select
{
/*  border: 1px solid #808080; */

  background-color: White;
  color: #000000;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica;

  vertical-align: middle;

}

textarea
{
  background-color: White;
  color: #000000;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica;
}

	input[type=submit]
	{
  border: 1px dotted #808080;
  background-color: #EEEEEE;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica;
  vertical-align: middle;
	}

	input
	{
  vertical-align: middle;
	}

/* Standard classes for use in any page */
/* PhorumDesignDiv - a div for keeping the forum-size size */
.PDDiv
{
  width: 750px;
  text-align: left;
}  

.misspelled {
  border-bottom: 1px dashed red;
  cursor: help;
}

/* new class for layouting the submit-buttons in IE too */
.PhorumSubmit { 
  border: 1px dotted #808080; 
  color: #000000; 
  background-color: #EEEEEE; 
  font-size: 11px; 
  font-family: Verdana, Arial, Helvetica; 
  vertical-align: middle; 
}

.PhorumTitleText
{
  float: right;
}

.PhorumStdBlock
{
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica;
  background-color: #ffffff;
  padding: 3px;		
}

.PhorumStdBlockHeader
{
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica;
  background-color: #ffffff;
  padding: 3px;
}

.PhorumHeaderText
{
  font-weight: bold;
}

.PhorumNavBlock
{
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica;
  padding: 2px 3px 2px 3px;
}

.PhorumNavHeading
{
  font-weight: bold;
}

A.PhorumNavLink
{
  color: #000000;
  text-decoration: none;
  font-weight: normal;
  font-family: Verdana, Arial, Helvetica;
  font-size: 11px;
  border-style: solid;
  border-color: #EEEEEE;
  border-width: 1px;
  padding: 0px 4px 0px 4px;
}

A.PhorumNavLink:active
{
  color: #000000;
  text-decoration: none;
  font-weight: normal;
  font-family: Verdana, Arial, Helvetica;
  font-size: 11px;
  border-style: solid;
  border-color: #EEEEEE;
  border-width: 1px;
  padding: 0px 4px 0px 4px;
}

A.PhorumNavLink:visited
{
  color: #000000;
  text-decoration: none;
  font-weight: normal;
  font-family: Verdana, Arial, Helvetica;
  font-size: 11px;
  border-style: solid;
  border-color: #EEEEEE;
  border-width: 1px;
  padding: 0px 4px 0px 4px;
}

A.PhorumNavLink:hover
{
  background-color: #FFFFFF;
  font-weight: normal;
  font-family: Verdana, Arial, Helvetica;
  font-size: 11px;  
  border-style: solid;
  border-color: #808080;
  border-width: 1px;
  color: #FF6600;
}

.PhorumFloatingText
{
  padding: 10px;
}

.PhorumHeadingLeft
{
  padding-left: 3px;
  font-weight: bold;
}

.PhorumUserError
{
  padding: 10px;
  text-align: center;
  color: Red;
  font-size: 16px;
  font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}

   .PhorumNewFlag
{
  font-family: Verdana, Arial, Helvetica;
  font-size: 10px;
  font-weight: bold;
  color: #CC0000;
}

.PhorumNotificationArea
{
  border-style: dotted;
  border-color: #808080;
  border-width: 1px;
}

/* PSUEDO Table classes   */
/* In addition to these, each file that uses them will have a */
/* column with a style property to set its right margin   */

.PhorumColumnFloatXSmall
{
  float: right; 
  width: 75px;
}

.PhorumColumnFloatSmall
{
  float: right; 
  width: 100px;
}

.PhorumColumnFloatMedium
{
  float: right; 
  width: 150px;
}

.PhorumColumnFloatLarge
{
  float: right; 
  width: 200px;
}

.PhorumColumnFloatXLarge
{
  float: right; 
  width: 400px;
}

.PhorumRowBlock
{
  background-color: #ffffff;
  border-bottom: 1px solid #F2F2F2;
  padding: 5px 0px 0px 0px;
}

.PhorumRowBlockAlt
{
  background-color: #EEEEEE;
  border-bottom: 1px solid #F2F2F2;
  padding: 5px 0px 0px 0px;
}

/************/


/* All that is left of the tables */

.PhorumStdTable
{
  border-style: solid;
  border-color: #808080;
  border-width: 1px;
  width: 100%;
}

.PhorumTableHeader
{
  background-color: #EEEEEE;
  color: #000000;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica;
  font-weight: bold;
  padding: 3px;
}

.PhorumTableRow1
{
  height: 25px;
  padding: 3px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  background-color: #EFEFEF;
}

.PhorumTableRowAlt1
{
  height: 25px;
  padding: 3px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  background-color: #DFDFDF;
}


.PhorumTableRow
{
  height: 25px;
  padding: 3px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  background-color: #DFDFDF;
}

.PhorumTableRowAlt
{
  height: 25px;
  padding: 3px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  background-color: #f1f1f1;
}

table.PhorumFormTable td
{
  height: 22px;
}

/**********************/


/* Read Page specifics */

.PhorumReadMessageBlock
{
  margin-bottom: 5px;
  background: #eeeeee;
}

.PhorumReadBodySubject
{
  color: #ffffff;
  font-size: 11px;
  background: #000000;
  font-family: Verdana, Arial, Helvetica;
  font-weight: bold;
  padding-left: 3px;
}

.PhorumReadBodyHead
{
  color: #5F5F5F;
  padding-left: 5px;
  background: #eeeeee;
}

.PhorumReadBodyText
{
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica;
  background: #ffffff;
  padding: 5px;
}

.PhorumReadNavBlock
{
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  font-family: Verdana, Arial, Helvetica;
  background-color: #eeeeee;
  padding: 2px 3px 2px 3px;
}

/********************/

/* List page specifics */

.PhorumListSubText
{
  color: #707070;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

.PhorumListPageLink
{
  color: #707070;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

.PhorumListSubjPrefix
{
  font-weight: bold;
}

.PhorumListModLink, .PhorumListModLink a
{
  color: #707070;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}
/********************/

/* Override classes - Must stay at the end */

.PhorumNarrowBlock
{
  width: 600px;
}

.PhorumSmallFont
{
  font-size: 11px;
}

.PhorumLargeFont
{
  color: #000000;
  font-size: 16px;
  font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}


.PhorumFooterPlug
{
  margin-top: 10px;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}
