
.answerText
{
	margin-bottom: 2px;
	margin-right: 50px; 
	margin-left:20px;
}
.textGreenStyled
{
	color: #748D00;
	font-weight: bold;
}
.textBlueStyled
{
	color: #185CA5;
	margin-bottom: 2px;
	font-weight: bold;
}
a.delete:link ,   a.delete:visited  , a.delete:hover  , a.delete:active 
{
	color: #cc3333;font-weight: bold;
}
a.reply 
{
	color: #185CA5;font-weight: bold;	
}
.disabled 
{ 
 background-color: #CCC; 
}
.eventTitle
{
	margin-bottom: 2px;
	margin-left: 20px;
	margin-right: 50px;
}
.eventText
{
	margin-bottom: 2px;
	margin-left: 20px;
	margin-right: 50px;
}
.item
{
	vertical-align: top;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	background-color: #E9F2F9;
}
.altItem
{
	vertical-align: top;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}
.mouseHand
{
	cursor: pointer; cursor: hand;
}
#divMessageBodyContainer {
	display:none;	
	width:675px;
	height:365px;
	margin-right:auto;
	margin-left:auto;
	border:solid 1px black;
	padding:0;
	background-color:#ffffff;
	}

div p 
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

.odd 
{
	background-color: #ffffcc;
}
.even 
{
	background-color: #ffffff;
}
