/* $Id: cuotas.css 1313 2004-04-04 21:51:14Z luque $ */

/* Common style rules for Red Local website

   The stylesheet is divided into the following three parts:
   
   1. Layout rules: 
      Box properties (exclusive of borders), positioning, text-indent, alignment, lists
      
   2. Visual rules: 
      Colors, backgrounds, borders, links, emphasis
      
   3. Typographical rules: 
      Font and text properties (exclusive of links, alignment and text-indent)

   NOTE: Validate CSS syntax before add your changes to the CVS tree!!
*/

@import "common.css";

/* ------------------------- Layout rules ------------------------- */

table {
    width: 60%;
    padding: 0;
    margin: 0 0 0 3em;
}

tr, td, th {
    margin: 0;
    padding: 0;
    border: 0;
}

tr th, tr td {
    padding: 0.5em 1em;
    text-align: left;
}

caption {
    text-align: left;
    margin: .5em 0 .5em 3em;
}

/* -------------- Colors, backgrounds, borders, links ------------- */

table {
    border: 1px solid #ddd;
}

tr td {
    background-color: #fff;
}

tr.even td {
    background-color: #f0f5fe;
}

tr th {
    background-color: #8caebd;
}

/* ----------------------- Typographical rules -------------------- */

caption {
    font-variant: small-caps;
    font-weight: bold;
}