﻿/* 
	Style sheet containing formatting specific to UltraWebGrid.
*/
.textLeft
{
    text-align: left;    
}

.textRight
{
    text-align: right;  
    padding-right: 20px; 
}

