/* 
    Document   : main
    Created on : 18-03-2009, 05:37:27 PM
    Author     : marcelo
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

.prg{
    font-family : "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size: 12px;
    color:#3c57a8;
}

.res{
    font-family : "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size: 12px;
    color:#797979;
}

.msg{
    font-family : "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size: 12px;
    color:#ff0000;    
}

.btn{
    color: #ffffff;
    border-right: thin solid; 
    border-top: thin solid;
    border-left: thin solid;
    border-bottom: thin solid;
    background-color: #ff0000;
    cursor: pointer; 
    cursor: hand;
}

.tbl{
    border-right: #3c57a8 thin solid; 
    border-top: #3c57a8 thin solid;
    border-left: #3c57a8 thin solid;
    border-bottom: #3c57a8 thin solid;
    background-color: #ffffff;
}




