/**
 * @file
 * News module styles.
 *
 * @author Shannon M. Rause <shannon.rause@creativeflavor.com>
 * @version $Revision: 1.2 $
 * @version $Name: CMWC_2009-06-09_1 $
 * @version $Id: main.css,v 1.2 2009/04/09 21:10:53 smr Exp $
 *
 * These files are copyrighted to Creative Flavor Inc. and are
 * subject to the terms of the applicable Service Agreement.
 * If no service agreement is available you must contact us at
 * legal@creativeflavor.com or 303-379-9450.
 * 
 * These files may be watermarked to ensure traceability.
 */
/*
 * Note that this file is arranged mostly (but not necessarily) by generic
 * styles, classes, and then id elements--each alphabetized.  There are some
 * exceptions where it made sense.
 */
#news li
{
   border-bottom: 1px solid #eee;
   list-style: none;
   margin-bottom: 10px;
   padding-bottom: 8px;
}

#newsBack
{
   margin-top: 20px;
}

#newsDetails .file,
#newsDetails .title
{
   margin-bottom: 10px;
}
