.messagingButton
{
	font-weight: bold;
	border: 1px solid black;
	background-color: #9FD1FF;
	margin: 5px;
	width: 20em;
}

.rapCell
{
	background-color: #FF0000;
	color: white;	
}

.horizontalColumnOne {
	width: 85%;
	white-space: nowrap;
	overflow: auto;
	/*	background:aqua; */
	vertical-align: top;
	min-width: 653px;
}


.messagingGroupTreeDiv {
	overflow: auto;
}

.horizontalColumnTwo {
	/* this width spec gets ignored by FF  and is for IE only cause a FF bs bug causes
	 * the column to be 30% of the TD
	 */
	width: expression(document . body . clientWidth <   115 ?   "115px" :   (
		document . all ?   "15%" :   "auto") );
	white-space: nowrap;
	overflow: auto;
	/*	background:gray; */
	vertical-align: top;
	min-width: 273px;
}

.recipientListBox
{
	width: 		20em;
	background: #DDEFFF;	
}

.messagegroupSelectBox
{
	width: 		20em;
	background: #DDEFFF;	
}

.pagingPanel
{
	height: 95%;
}

.columnContainer 
{
	height: 95%;
	width: 100%;
}

.pagingResultTable {
	border: thin solid black;
	height: 60%;
}

.pagingResultHeader {
	text-align: center;
	font-style: bold;
	color: black;
	background: white;
}
