
/*
 *  Useful formatting for several of the nightbird subsites.
 *
 */

/* In order to do a title and subtitle without too much spacing
between them */
.compact { 
	  margin-bottom: 0px;
}

.subtitle { 
	  margin-top: 0px;
}

/* For nicer looking tables in most places, works best with cellspacing="0" */
.bordered {
	  border: 1px solid;
	}

.bordered td {border: 1px solid silver;
	      padding: 5px;
	      vertical-align: top;
}


/* For floating blocks */
.left-float {float: left;
	     margin-right: 30px;
	     margin-bottom:15px;
}

.right-float {float: right;
	      margin-left: 15px;
	      margin-bottom:15px;
}

