/* 
    Document   : style
    Created on : 10/08/2011, 17:03:38
    Author     : Caio Seixas
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
root { 
    display: block;
}
body,div,dl,dt,dd,ul,ol,li{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
pre,form,fieldset,p,blockquote{margin:0;padding:0;}
th,td{margin:0;padding:0;}
address,th{font-style:normal;font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
img,fieldset{border:none;}
ol,ul{list-style:none;}

td{
    font:normal 12px Arial, Helvetica, sans-serif;
}
body,html{
    width: 100%;
    height: 100%;
    background-color:#212121;
}
table.formulario td,th{
    color: #dedede;
    text-align: left;
    font-weight: 500;
    padding: 5px;
}
table.formulario input[type=text],textarea,select{
    padding: 4px;
    margin: 2px;
    width: 98%;
    border-radius:5px;
    border:solid 1px #cbcbcb;
}
tr.menu td{
    background: url('images/divisoriamenu.jpg') no-repeat right top;
    font:normal 12px Times;
    text-align: center;
}
table.login input[type=text], table.login input[type=password]{
    width: 202px;
    height: 21px;
    padding: 3px;
    margin: 0 0 16px 0;
    border: none;
    background-color: transparent;
}
table.loginrodape input[type=text], table.loginrodape input[type=password]{
    width: 163px;
    height: 21px;
    padding: 3px;
    margin: 0 0 16px 0;
    border: solid 1px #686868;
    background-color: transparent;
    
}
table.loginrodape td{
    padding: 0 10px 0 0;
}
table.loginrodape div{
    font: normal 12px Arial;
    font-style: italic;
    color: #686868;
}
td.titulo{
    font: bold 16px Times;
    padding: 5px 0;
    color: #ffffff;
    border-bottom: solid 1px #ffffff;
}
/* LINKS ---------------------------------------------------------------- */
a:link          {font-weight:inherit; text-decoration: none; color: inherit; }
a:visited       {font-weight:inherit; text-decoration: none; color: inherit; }
a:active        {font-weight:inherit; text-decoration: none; color: inherit; }
a:focus         {font-weight:inherit; text-decoration: none; color: inherit; }
a:hover         {font-weight:inherit; text-decoration: none; color: #ABABAB; }