div.opMsg
{
	color: #A3A3A3;
}
div.opMsg a
{
	color: #DEDEDE;
}
div.msgHeader
{
	color: #818181;
	font-size: 18px;
	font-weight: bold;
	margin: 2px 0px;
}
	div.msgHeader a 
	{
		font-weight: bold;
	}
div.msgHeader p 
{
	font-size: 11px;	
	color: #DEDEDE;
	margin: 2px;
	font-weight: normal;
}
div.msgMenu
{
	background: url(../../../gfx/fieldbg.gif) repeat-x;
	padding: 2px;
	margin-top: 6px;
}
	div.msgMenu ul 
	{
		margin: 5px 10px;
		padding: 0px;
	}
	div.msgMenu ul li
	{
		float: left;
		list-style: none;
		margin: 0px 15px;
		padding: 3px 0px;
		font-weight: bold;
	}

div.message
{
	border: 1px solid #2A2A2A;
	padding: 5px;
}
table.messages th 
{
	text-align: left;
	padding: 3px 5px;
	background: url(../../../gfx/fieldbg.gif) repeat-x;
	border-bottom: 2px solid #5A1717;
}

table.messages td 
{
	padding: 13px 5px 13px 5px;
	background: url(../../../gfx/fieldbg.gif) repeat-x;
}

table.messages td.newMsg
{
	font-weight: bold;
}

table.messages td.footer
{
	text-align: center;
	background: none;
}

.navMsg {
	font-weight: bold; 
	
}

