﻿     #componente
         {
            width:830px; 
            padding-left:20px;
            float:left;
         }
     
         #borda
         {
           width:830px; 
           height:470px;
           display:block;
           border: 5px solid #000;
           border-radius:10px;
         }
         
         #interno
         {
            width:800px;
            height:445px; 
            display:block; 
            padding:15px 15px 10px;
            overflow-y:scroll;
         }
         
         #interno .item
         {
             width:240px; 
             min-height:200px; 
             border:7px solid #AAAAAA; 
             border-radius:10px;
             float:left;
             margin-right:7px; 
             margin-bottom:17px;
         }
         
         .item .type
         {
             width:100%;
             height:90%;
             background-color:#777777;
             display:block;
         }
         
         .item .name
         {
            width:100%;
            min-height:22px;
            height:10%;
            background-image: url('/App_Themes/Default/imagens/bkgroupFooterUP.png');
            display:block;
         }
         
         .item .deleteButton
         {
             width:21px;
             height:21px;
             float:right;
             display:block;
             background-image: url('/App_Themes/Default/imagens/btnGray.png');
             text-align:center;
             font-weight:bold;
             cursor:pointer;
             font-size:12px;
         }
         
         .name .text
         {
            font-size:9px; 
            width:200px; 
            padding-left:5px;
            padding-top:3px;
            float:left;
         }
         
         #messageGrid
         {
             font-size:21px;
             color:#888888;
             font-weight:bold;
             margin-top:48px;
             text-align:center;
         }
         
         .docType
         {
             width:100%;
             height:30px;
             display:block;
             display:none;
         }
         
         .docType select
         {
            width:100%;
            height:30px;
            -webkit-appearance: none;  
            -moz-appearance: none; 
            appearance: none; 
            height:30px;
            background: url(/App_Themes/Default/imagens_gf/ico-seta-appearance.gif) no-repeat #eeeeee;
            border:1px solid #ddd;
            background-position: 208px center;  
            font-family:Arial, Helvetica, sans-serif; 
            font-size:18px; 
            padding:3px 3px 3px 3px; 
         }
         