.model_div {
    width:25%;
    float:left;   
    padding-bottom:10px;            
    }
    .model_div td {
        text-align:center;              
        }   
    .model_div a,
    .model_div a:hover,
    .model_div a:visited {
        text-decoration:none;
        color:#888;            
        } 
        
.board-table {
    width:100%;               
    }
    .board-table td,
    .board-table th  {         
        vertical-align: top;
        padding:6px 8px;
        }
    .board-table .alt td {         
        background-color:#f8f8f7;
        }
    .board-table .top td {         
        font-size:13px;
        font-weight:700;
        }
    .board-table th {          
        background-color:#d2d2d2;
        }  
    .board-table td.num {         
        text-align:center;
        }
        
.dtp-table {
    width:250px;               
    }
    .dtp-table td,
    .dtp-table th  {         
        vertical-align: top;
        padding:3px 5px;
        color:#555;          
        font-size:11px;
        }
    .dtp-table .alt td {         
        background-color:#f8f8f7;
        }    
    .dtp-table th {          
        background-color:#d2d2d2;
        font-size:10px;
        }  
    .dtp-table td.num,
    .dtp-table th {         
        text-align:center;
        }           
        
