/* Prodie S.A. - Ingenir&iacute;a el&eacute;ctrica
 * website: http://www.prodie.com.uy
 *
 * author: Walter Ferreira
 * email: wferreira@prodie.com.uy
 *
 * CSS para aplicacion http://trac.prodie.com.uy
*/

/* Estilos generales */
body
{
    font-family: arial, sans-serif;
    font-size: 10px;
    background: #FFFFFF;
    margin: 0;
    padding: 12px 0 4px 0;
}

body, td, th , tr
{
    color: #222222;
}

/* Fuentes */

/* Tablas */
table
{
    empty-cells: show;
}

table.maintable
{
    width: 90%;
}

/* No image should have a border when linked */
a img
{
    border: 0;
}

/* Normal, standard links. */
a.green {
    text-decoration: none;
    color: green;
    padding: 10px;
}
a.green:hover {
    color: white;
    background-color: darkgreen;
}

a.normal:link
{
    color: green;
    text-decoration: none;
}
a.normal:visited
{
    color: green;
    text-decoration: none;
}
a.normal:hover
{
    color: green;
    text-decoration: underline;
    font-weight: bold;
}

