/* -- ASPxRoundPanel -- */
.dxrpControl_PageContent td.dxrp
{
	font-size: 16px;
	font-family:Tahoma;
	color: White;	
	text-align: justify;
	line-height:20px;
	letter-spacing:2px;
}
/* Header */
.dxrpHeader_PageContent td.dxrp
{
    font-size: 12px;    
	font-family: Tahoma;    
	color: White;
	text-align: justify;
	vertical-align:bottom;
	height:20px;
	
}
/* Disabled */
.dxrpDisabled_PageContent, .dxrpDisabled_PageContent td.dxrp
{
	color: #808080;
	cursor: default;
}

