@charset "utf-8"; 

/* Table */
.defaultTable { margin:5px 0; }
.defaultTable table { width:100%; border:1px solid #7caabe; border-left:0; border-top:0; }
.defaultTable th,
.defaultTable td { border:1px solid #7caabe; border-right:0; border-bottom:0; height:25px; }
.defaultTable thead th { background:#e0f6ff; border-top:3px solid #7caabe; padding:0 5px; color:#003137; }
.defaultTable tbody td { padding:3px 5px; text-align:center; }
.defaultTable tbody td.tdLeft { padding:3px 5px; text-align:left; }
.defaultTable tbody th { background:#e0f6ff; padding:0 5px; color:#003137; }

.defaultBTable { margin:5px 0; }
.defaultBTable table { width:100%; border:1px solid #eec2aa; border-left:0; border-right:0; border-top:0; }
.defaultBTable th,
.defaultBTable td { border:1px solid #eec2aa; border-right:0; border-bottom:0; height:25px; }
.defaultBTable th.first,
.defaultBTable td.first { border:1px solid #eec2aa; border-left:0; border-right:0; border-bottom:0; height:25px; }
.defaultBTable thead th { background:#fff0e8; border-top:3px solid #eec2aa; padding:0 5px; }
.defaultBTable thead th.first { background:#fff0e8; border-top:3px solid #eec2aa; padding:0 5px; }
.defaultBTable tbody th { background:#fff0e8; padding:0 5px; }
.defaultBTable tbody td { padding:3px 5px; text-align:center; }
.defaultBTable tbody th.topLine,
.defaultBTable tbody td.topLine { border-top:3px solid #eec2aa; padding:0 5px; }
.defaultBTable tbody td.tdLeft { padding:3px 5px; text-align:left; }
.defaultBTable tbody td.tdIcon { padding-left:17px; text-align:center; }