/* Util.Debug.css
 * Classes for debugging and testing css.  
 * Use these for development only. 
 */

.left   { float:left; margin: 0 10px 10px 0;}
.right  { float:right; margin: 0 0 10px 10px;}

.hide   { display:none; }

.reset-margin   { margin:0; } 
.reset-padding  { padding:0; } 
.reset          { margin:0; padding:0; } 

.align-justify  { text-align:justify; } 
.align-left     { text-align:left; } 
.align-center   { text-align:center; } 
.align-right    { text-align:right; }

.grid {background:url(grid.gif) no-repeat top left;}
