select
{
    width: 405px;   
        
    color: #000000;            
}

select option
{
/*    height: 20px;*/
    
    color: #000000;        
}

textarea 
{
    min-height: 75px;
}

#toolbar
{    
    width: 765px;
    padding: 5px 5px;    
}

div.clear
{
    clear: both;
}


div#header
{
    width: 100%;
    height: 80px;
    background-color: #4D4D4D;
    z-index:999999;
    position: relative;
    
    -moz-box-shadow: 0 0 5px 3px #888;
    -webkit-box-shadow: 0 0 5px 3px #888;       
    box-shadow: 0 0 10px 3px #888;    
}



/*-------- AGORA É QUE É--------------*/

a 
{    
}

a:focus {
	outline: none;
}

a#registar
{
    min-width: 100px;
}

button
{
    min-width: 100px;
}

button#login
{
    min-width: 100px;
}

div.separador
{
    height:1px;
    background:#C1C1C1;
    border-bottom:1px solid #ffffff;
    
    margin-top: 15px;
    margin-bottom: 15px;    
}

div.separador-compress
{
    height:1px;
    background:#C1C1C1;
    border-bottom:1px solid #ffffff;
    
    margin-top: 10px;
    margin-bottom: 10px;    
}

div.separador-vazio-compress
{    
    margin-top: 10px;
    margin-bottom: 10px;    
}


div.separador-branco
{
    height:1px;
    background:#C1C1C1;
    border-bottom:1px solid #ffffff;
    
    margin-top: 15px;
    margin-bottom: 15px;        
}

div.separador-negro
{
    height:1px;
    background:#333;
    border-bottom:1px solid #666;
    
    margin-top: 15px;
    margin-bottom: 15px;   
}

div.separador-negro-compress
{
    height:1px;
    background:#333;
    border-bottom:1px solid #666;
    
    margin-top: 3px;
    margin-bottom: 3px;   
}

h1
{
    font-size: 3.00em;    
    font-weight: normal;
    color: #38a6bf;
    margin: 0;
    margin-bottom: 15px;
}

h2
{
    font-size: 2.70em;    
    font-weight: normal;
    color: #38a6bf;    
    margin: 0px;
    padding-left: 20px;    
    padding-top: 25px;        
}

h4
{
    font-size: 1.50em;    
    font-weight: normal;
    color: #38a6bf;    
    margin: 0px;
    margin-bottom: 15px;           
}

h5
{
    font-size: 1.3em;    
    font-weight: normal;
    color: #38a6bf;    
    margin: 0px;
    margin-bottom: 10px;           
}

img
{
    border: none;
}

input[type="text"]
{
    width: auto;
    border: 1px #d4d4d4 solid;

    font-size: 1.0em;
    font-family: Segoe UI, Verdana, "Trebuchet MS", Helvetica, Sans-Serif;    
    text-align: justify;
    color: #000000;          
}

input[type="datetime"] {
    width: auto;
    border: 1px #d4d4d4 solid;
    font-size: 1.0em;
    font-family: Segoe UI, Verdana, "Trebuchet MS", Helvetica, Sans-Serif;
    text-align: justify;
    color: #000000;
}

input[type="number"] {
    width: auto;
    border: 1px #d4d4d4 solid;
    font-size: 1.0em;
    font-family: Segoe UI, Verdana, "Trebuchet MS", Helvetica, Sans-Serif;
    text-align: justify;
    color: #000000;
}

input[type="password"]
{
    width: auto;
    border: 1px #d4d4d4 solid;

    font-size: 1.0em;
    font-family: Segoe UI, Verdana, "Trebuchet MS", Helvetica, Sans-Serif;    
    text-align: justify;
    color: #000000;          
}

textarea
{
    width: auto;
    border: 1px #d4d4d4 solid;

    font-size: 1.0em;
    font-family: Segoe UI, Verdana, "Trebuchet MS", Helvetica, Sans-Serif;    
    text-align: justify;
    color: #000000;          
}

label
{
    min-height: 25px;
    background-color; red;
}

p
{
    line-height: 1.7em;
}

p.centrado
{
    text-align: center;
}

input#Utilizador
{
    width: 200px;
}

input#Password
{
    width: 200px;    
}

tr.row_selected td
{
    background-color: #38a6bf;
    color: #ffffff;
}

tr.highlighted td
{
    background-color: #4d4d4d;
    color: #ffffff;
    cursor: pointer;
}

.invisivel
{
    display: none;
}