﻿body
{
    font-family: Trebuchet MS, Arial;
    font-size: 12px;
    color: #454545;
}

input
{
    border: solid 1px #454545;
    font-family: Trebuchet MS, Arial;
    font-size: 12px;
    color: #454545;
}

textarea
{
    border: solid 1px #454545;
    font-family: Trebuchet MS, Arial;
    font-size: 12px;
    color: #454545;
}

a{ color: #454545; }

.divLogin{ text-align: right; }

.tbCondominios{ width: 100%; }
.tbCondominios td{ border: solid 1px  #454545; padding: 5px;}
.tbCondominios .trheader td{ font-size: 13px; font-weight: bold;}

.tbPedidos{ width: 100%; }
.tbPedidos td{ padding: 5px;} /*border: solid 1px  #454545;*/
.tbPedidos .trheader td{ font-size: 13px; font-weight: bold; background-color: #c0c0c0;}
.tbPedidos .alt { background-color: #e4e4e4; }

.divFolder{ height: 220px; margin-bottom: 20px; text-align: center;}
.divDoc{ height: 220px; margin-bottom: 20px; text-align: center;}

.aFolderDoc{ float: left; text-decoration: none; display: block; height: 220px; width: 220px; margin: 10px; text-align: center; font-weight: bold; text-shadow: 0px 0px 1px #c0c0c0; font-size: 15px; }
.aFolderDoc:hover{ text-decoration: none; background-color: #c0c0c0; color: #fff; text-shadow: 0px 0px 1px #000; }
.aFolderDoc > span{ text-decoration: none; font-weight: bold; text-shadow: 0px 0px 1px #c0c0c0; font-weight: normal; font-size: 12px; }
.aFolderDoc:hover > span{ text-decoration: none; color: #fff; text-shadow: 0px 0px 1px #000; font-weight: normal; }
.aFolderDoc img{  margin: 10px; }

.aFolderDocHome{ float: left; text-decoration: none; display: block; height: 440px; width: 440px; margin: 20px; text-align: center; font-size: 20px; font-weight: bold; text-shadow: 0px 0px 1px #c0c0c0; }
.aFolderDocHome:hover{ text-decoration: none; background-color: #c0c0c0; color: #fff; text-shadow: 0px 0px 1px #000; }
.aFolderDocHome img{  margin: 30px; }


.path{ float: left; width: 100%; font-size: 15px; font-weight: bold; }
.path > a{ padding: 5px; margin: 5px; text-decoration: none;}
.path > a:hover{ text-decoration: none; background-color: #c0c0c0; color: #fff; }

.tbPedido td { vertical-align: top; padding: 5px; }
.tbPedido input[type="text"] { width: 300px; }
.tbPedido textarea { width: 300px; }
.tbPedido select { width: 300px; }


.divObservation{ background-color: #e4e4e4; width: 300px; padding: 5px; margin-bottom: 5px; }