/*
  black	  = Title and user link color, usually white, navy, or black
  C8C8C8	  = Dark color (do not include #)
  DDDDDD  = Medium color (do not include #)
  E4E4E4   = Light color (do not include #)
*/

body
{
	background-color: White;
	margin: 0px;
	scrollbar-face-color: #DDDDDD;
	scrollbar-highlight-color: #E4E4E4;
	scrollbar-shadow-color: #C8C8C8;
	scrollbar-3dlight-color: #DDDDDD;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #C8C8C8;
	scrollbar-darkshadow-COLOR: #000000
}

a
{
	color: Navy;
	text-decoration: none;
}

a:visited
{
	color: Navy;
	text-decoration: none;
}

a:hover
{
	color:Blue;
	text-decoration: none;
}

.TopInfo
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
}

.Info
{
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
	color: black;
	font-size: 8pt;
}

.ExtraInfo
{
	font-family: Verdana, Arial, Sans-Serif;
	color: maroon;
	font-size: 8pt;
}

.EditPostInfo
{
	font-family: Verdana, Arial, Sans-Serif;
	color: #000080;
	font-size: 8pt;
	font-weight: bold;
}

.ForumsTopInfoValue
{
	font-weight: bold;
}

.OuterTable
{
	border: solid 1px #000000;
	background-color: #000000;
}

.TitleHeader
{
	font-family: Verdana, Arial, Sans-Serif;
	color: black;
	font-size: 8pt;
	font-weight: bold;
	background-color: #C8C8C8;
}

.LeftSpacer
{
	background-color: #DDDDDD;
}

.DarkLeftSpacer
{
	background-color: #C8C8C8;
}

.TitleCell
{
	background-color: #C8C8C8;
}

.ObjectTitle
{
	font-family: Verdana, Arial, Sans-Serif;
	color: black;
	font-size: 10pt;
	font-weight: bold;
}

.ObjectName
{
	font-family: Verdana, Arial, Sans-Serif;
	color: navy;
	font-size: 8pt;
	font-weight: bold;	
}

.ObjectDescription
{
	font-family: Verdana, Arial, Sans-Serif;
	color: black;
	font-size: 8pt;
}

.TableDarkCell
{
	background-color: #DDDDDD;
}

.TableLightCell
{
	background-color: #E4E4E4;
}

.TextBox
{
	font-family: Verdana, Arial, Sans-Serif;
	color: black;
	background-color: #E4E4E4;
	font-size: 12px;
}

.Button
{
	width: 60;
	height: 24;
	font-size: 12px;
	background-color: #E4E4E4;
}

.DarkLink, .DarkLink:Visited
{
	font-weight: normal;
	font-size: 8pt;
}

.UserLink
{
	color:black;
	font-weight: bold;
}
.UserLink:visited
{
	color:black;
	font-weight: bold;
}

.ErrorMessage
{
	font-family: Verdana, Arial, Sans-Serif;
	color: Red;
	font-size: 8pt;
	vertical-align: middle;
}

/* ===============================
 * Post Markup/Font Toolbar Stuff
 * =============================== */
.PostToolbar
{	
	background: threedface;
	border-bottom: 2px ridge threedshadow;
	border-right: 2px ridge threedshadow;
	border-left: 2px groove threedhighlight;
	border-top: 2px groove threedhighlight;
}

.FORMATBAR
{
	BACKGROUND-COLOR:threedface;
	HEIGHT:26px;
	PADDING:0;
	MARGIN:0;
	OVERFLOW:visible;
	POSITION:relative;
}

.FORMATBAR, .cbToolbar, .tbButtonRaise,
.tbButton A:hover, .tbButton:hover
{
	BORDER:1px solid;
	BORDER-COLOR:threedhighlight threedshadow threedshadow threedhighlight;
}

.tbButton, .tbButtonDown, .tbButtonRaise
{
	COLOR:buttontext;
	CURSOR:hand;
	/*HEIGHT:24;*/
	BORDER:1px solid buttonface;
	/*PADDING:2px 2px 2px 2px;*/
	TEXT-DECORATION:none;
	/*MARGIN-TOP:1;*/
}
.tbButtonDown
{
	BORDER-COLOR:threeddarkshadow threedhighlight threedhighlight threeddarkshadow;
}
/* ===============================
 * Post Markup/Font Toolbar Stuff
 * =============================== */