﻿/*Border top,right,bottom,left are set explicitly because the exporter cannot parse shorthand border property */
#otherpage tbody,#otherpage tbody tr, #otherpage tbody tr td,
#otherpage tfoot,#otherpage tfoot tr, #otherpage tfoot tr td,
#otherpage thead,#otherpage thead tr, #otherpage thead tr td, #otherpage thead tr th,
#otherpage table.general tbody,#otherpage  table.general tbody tr, #otherpage table.general tbody tr td,
#otherpage table.general tfoot,#otherpage table.general tfoot tr, #otherpage table.general tfoot tr td,
#otherpage table.general thead,#otherpage table.general thead tr, #otherpage table.general thead tr td, #otherpage table.general thead tr th
{
    border-top-style:inherit;  
    border-bottom-style:inherit;  
    border-left-style:inherit;  
    border-right-style:inherit;  
    border-top-width:inherit;
    border-bottom-width:inherit;
    border-left-width:inherit;
    border-right-width:inherit;
    border-color:inherit;  
}
#otherpage  table{
    border-collapse:collapse;
}