/* ----------------------------------------------------------------- */
/* Generic CSS (Load last)                                           */
/*                                                                   */
/* $Id: common.css,v 1.1 2009/01/24 12:10:59 steve Exp $                                                            *
/*                                                                   */
/* ----------------------------------------------------------------- */

/* Debug */

.fileDebug { border:solid 1px red; }

/* Visibility */

.invisible { visibility:hidden; }
.visible   { visibility:visible; }
.noshow    { display:none; }
.hide      { display:none; }

/* Image Floats */

.imgLeft   { float:left;  }
.imgRight  { float:right; }
.imgSpaced { margin:5px;  }

/* Alignment */

.center { text-align:center }
.right  { text-align:right }

