﻿.DisplayMessageRightCol
{
	background-color:#FFFFDD;
}
.DisplayMessageLeftCol
{
	border-right:solid 2px #CCCCCC;width:150px;
}
.MessageContent
{
	vertical-align:top;
}
.MessageSeperator
{
	 border-bottom:solid 1px #FFF28E; height:1px; 
}
.MessageSeperatorRow
{
	padding-bottom:100px;
}
.MessageActions
,.MessageIP
{
	float:right;
}
.MessageIP
{
	height:22px ; margin-top:5px;
}

.InformationContent
{
	color:#333333;
}
.ContentCell
, .ContentCellLeft
, .ContentCellHeader
, .ContentCellHeaderLeft
{
	padding-left:5px; overflow:hidden;
}
.ContentCellLeft
{
	text-align:center;
}
.ContentCellHeaderLeft
{
	text-align:center;
}
.ContentCellHeader
, ContentCellHeaderLeft
{
	border-top:solid 3px #FEFEFE;
}
#PollTable
{
	background-color:#FFFFDD; margin:0 auto; text-align:left;
}

#DivPollOut
{
	width:100%;text-align:center;
}
.DeleteMessageButton
, .EditMessageButton
, .QuoteButton
, .AddKBButton
, .KBDropDown
, .AddReplyButton
, .DeleteTopicButton
, .LockTopicButton
, .SubscribeButton
, .UnsubscribeButton
, .NewTopicButton
, .MoveTopicButton
, .LockedTopicButton
, .UnlockTopicButton
, .EditTopicButton
{
	font-family: Tahome, Arial, Helvetica, sans-serif; font-weight:bold; font-size:11px;
	height:22px; padding:2px 3px 3px 22px; border:none; margin-right:6px; margin-top:2px; margin-bottom:2px;
	color: #666; background-position:left top; background-repeat:no-repeat; text-align:left;
	background-color:Transparent;
}
/* Message Buttons */
.DeleteMessageButton
{	
	background-color:Transparent; background-image:url("../buttons/msg_delete.png");
}
.EditMessageButton
{	
	background-image:url("../buttons/msg_edit.png");
}
.QuoteButton
{	
	background-image:url("../buttons/msg_quote.png");
}
.KBDropDown
{	
	 width:75px;background-image:url("../buttons/msg_kb.png"); 
}

/* Top buttons */
.AddKBButton
{
	background-image:url("../buttons/top_kb.png");
}
.AddReplyButton
{	
	 background-image:url("../buttons/top_newmsg.png");
}
.DeleteTopicButton
{	
	background-image:url("../buttons/top_delete.png");
}
.LockTopicButton
, .LockedTopicButton
{	
	background-image:url("../buttons/top_lock.png");
}
.UnlockTopicButton
{
	background-image:url("../buttons/top_unlock.png");
}
.LockedTopicButton
{
	height:22px; width:100px;
}
.SubscribeButton
{	
	background-image:url("../buttons/top_subscribe.png");
}
.UnsubscribeButton
{	
	background-image:url("../buttons/top_unsubscribe.png");
}
.MoveTopicButton
{	
	background-image:url("../buttons/top_move.png");
}
.NewTopicButton
{
	background-image:url("../buttons/top_newtopic.png");
}
.EditTopicButton
{
	background-image:url("../buttons/top_edittopic.png");
}


/* For rendering BB codes */
.quote 
{
	margin-left: 11px;
	padding-left: 11px;
	margin-right:11px;
}

.innerquote 
{
	padding: 4px;
	background-color: #E4EAF2;
	border: solid 1px #8394B2;
}

/* used for code */
.code
{
	margin-left: 11px;
	padding-left: 11px;
	margin-right:11px;
}

.innercode
{
	padding: 4px;
	background-color: #FFFFFF;
	border: solid 1px #95B4F3;
	color:#000000;
	font-family:Courier New,Courier;
}

/* font sizes */
.smallfont	{ font-size: 7.5pt; }
.largefont	{ font-size: 9pt; }

