/* Cascading Style Sheet file for binarycloud-table
 * 
 * -File      $Id: table.css 8397 2005-03-15 19:29:11Z manuel $ 
 * -License   LGPL (http://www.gnu.org/copyleft/lesser.html)
 * -Copyright 2004, binarycloud development team
 * -Author    jason hines, <jason@greenhell.com>
 */

/* This style sheet is intentionally empty. Use the following selectors
 * in your page wide style sheet to format the table.
 */

/* Everything that belongs to a binarycloud table is inside a <div> with
 * the class "Table" so you do not accidently select a table you use anywhere
 * else. */
div.Table
{
}

/* The pagination is wrapped into its own <div> element. */
div.Table div.Pagination 
{
  margin-bottom: 1em;
} 

div.Table div.Pagination a 
{
}

div.Table table 
{
}

div.Table th 
{
}

div.Table th a 
{
}

/* The default style for a table cell. */
div.Table td 
{
}

/* The style for an odd row table cell. Currently only used in the
 * StandardTable. */
div.Table td.Odd
{
}

/* The style for an even row table cell. Currently only used in the
 * StandardTable. */
div.Table td.Even
{
}
