/* =======================================
    CSS STYLES FOR Module DNNFusion_MyMessages
   =======================================
*/

/* Inbox Control */
.dnnfusion_mm_hand
{
	cursor:hand;
}

.dnnfusion_mb_normal
{
	font-family: Verdana;
	font-size: 9pt;
}

.dnnfusion_mb_picklist
{
	font-family: Verdana;
	font-size: 9pt;
}

/* Inbox Grid */
/* Surrounding Table */
.dnnfusion_mb_inboxtable
{
	width: 100%;
	font-family: Verdana;
	font-size: 8pt;
}

/* The Grid Control Itself */
.dnnfusion_mb_inboxgrid
{
	background-color: Transparent;
	width: 100%;
	font-family: Verdana;
	font-size: 9pt;
}

.dnnfusion_mb_inbox_header
{
	font-weight: bold;
	font-family: Verdana;
	font-size: 9pt;
}

/* Items in Grid */

.dnnfusion_mb_inbox_alternatingitem
{
	background-color: gainsboro;
}

.dnnfusion_mb_inbox_item
{
}

/* Detailed View */

.dnnfusion_mb_msgtitle
{
	font-weight: bold;
}
.dnnfusion_mb_msgbody
{
	background-color: White;
	font-size: 9pt;
	width: 100%;
	border: solid 1px gray;
	padding: 5px 5px 5px 5px;
}

