/* The style to use to display error messages */
.errors
{
    color: red; 
    font-size: small;
    font-weight: bold;
}

.nowrap
{
    white-space: nowrap;	
}
.alignTop 
{
    vertical-align: top;
}            

.alignBottom 
{
    vertical-align: bottom;
}            

.tooltipText
{
    font-family : verdana;
    font-size : 11px;
    line-height : 150%;	
}

/* Used to not have the page blocked when a modal panel is displayed - so that a
   modal panel can be made non-modal */
.noMaskClass .rich-mpnl-mask-div 
{
    display:none;
}

.rich-calendar-button
{
    margin-left: 5px;
}

.dataTableHeader
{
    padding: 7px; 
    font-size: 12px;
}

.dataTable-even-row 
{
   background-color: #FFFFFF;
}

.dataTable-odd-row 
{
   background-color: #F0F5FE;
}

.metadataMenuColumn1
{
	font-weight: bold;
	text-align: right;
}
