.MsgPost {
	width:899px;
    margin: 5px;
}

.PlainHdr {	
	padding: 5px;
	background-color: #d0dcee; 
	border: solid 1px #000000; 
}

.StickyHdr { 
	padding: 5px;
	background-color: #c0ccff; 
	border: solid 1px #000000; 
}

.PublicText {
	font-size: 12px;
	padding: 5px;
	background-color: #f4f4f4;
	border-right: solid 1px #000000; 
	border-left: solid 1px #000000; 
	border-bottom: solid 1px #000000;
	width:887px;
	float:left;
	overflow-x:auto;
}

.PrivateText {
	font-size: 12px;
	padding: 5px;
	background-color: #ffffcc;
	border-right: solid 1px #000000; 
	border-left: solid 1px #000000; 
	border-bottom: solid 1px #000000; 
	width:887px;
	float:left;
	overflow-x:auto;
}

.QuoteGray
{
	border : 1px solid #c0c0c0;
	margin-left: 10px;
	padding: 5px;
	background-color: #e8e8e8;
}

.QuoteBlue
{
	border : 1px solid #c0c0c0;
	margin-left: 10px;
	padding: 5px;
	background-color: #F2F5F8;
}

.BoxLabel 
{ 
	margin: 4px 3px; 
	height: 16px; 
	line-height: 16px; 
	float: left; 
}

.LetterBox { 
	margin: 4px 3px; 
	height: 16px; 
	width: 16px; 
	line-height: 16px; 
	border: solid 1px #000000; 
	text-align: center; 
	float: left; 
}

.LetterBox:hover { 
	background-color: #ffffff; 
}

.SmallLetterBox { 
	margin: 4px 3px; 
	height: 14px; 
	width: 14px; 
	line-height: 14px; 
	border: solid 1px #000000; 
	text-align: center; 
	float: left; 
}

.SmallLetterBox:hover { 
	background-color: #ffffff; 
}

.LargeLetterBox { 
	margin: 4px 3px; 
	height: 16px; 
	width: 24px; 
	line-height: 16px; 
	border: solid 1px #000000; 
	text-align: center; 
	float: left; 
}
   
.LargeLetterBox:hover { 
	background-color: #ffffff; 
}

.DirectoryBox { 
	background-color: #f0f0f0; 
}

#CurrentBox { 
	background-color: #ffffff; 
}


