@CHARSET "UTF-8";

.dc-btn {display: inline-block; height: 24px; line-height: 24px; padding-left: 2px; background: url("./img/btn_gry_lf.gif") no-repeat left top;}
.dc-btn a {display: block; height: 11px; line-height: 11px; padding: 7px 9px 7px 7px; color: #504f4f; text-decoration: none; background: url("./img/btn_gry_rg.gif") no-repeat right top; text-decoration: none;}
.dc-btn-search {display: inline-block; height: 24px; line-height: 24px; padding: 0 0px 0px 20px; vertical-align: middle; background: url("./img/btn_gry_lf_s.gif") no-repeat left top;}
.dc-btn-search a {display: block; height: 11px; line-height: 11px; padding: 8px 8px; color: #504f4f; background: url("./img/btn_gry_rg.gif") no-repeat right top; text-decoration: none;}
.dc-btn-excel {display: inline-block; height: 24px; line-height: 24px; padding: 0 0px 0px 20px; vertical-align: middle; background: url("./img/btn_gry_lf_excel.gif") no-repeat left top;}
.dc-btn-excel a {display: block; height: 11px; line-height: 11px; padding: 8px 8px; color: #504f4f; background: url("./img/btn_gry_rg.gif") no-repeat right top; text-decoration: none;}
.dc-btn-text {display: inline-block; height: 24px; line-height: 24px; padding: 0 0px 0px 20px; vertical-align: middle; background: url("./img/btn_gry_lf_text.gif") no-repeat left top;}
.dc-btn-text a {display: block; height: 11px; line-height: 11px; padding: 8px 8px; color: #504f4f; background: url("./img/btn_gry_rg.gif") no-repeat right top; text-decoration: none;}

.dc-paging {width: 100%; overflow: hidden; text-align: center; margin-top:10px;}
.dc-paging a {font: 13px/22px 'Arial'; display: inline-block; padding:0 5px; vertical-align:middle;}
.dc-paging a.first {background: url('./img/dc-paging-first.png') no-repeat 0 2px; width:20px; text-decoration: none; padding:0; font-size:0 !important; height:25px;}
.dc-paging a.last {background: url('./img/dc-paging-last.png') no-repeat 0 2px; width:20px; text-decoration: none; padding:0; font-size:0 !important; height:25px;}
.dc-paging a.prev {background: url('./img/dc-paging-prev.png') no-repeat 0 2px; width:20px; text-decoration: none; padding:0; margin-right:5px; font-size:0 !important; height:25px;}
.dc-paging a.next {background: url('./img/dc-paging-next.png') no-repeat 0 2px; width:20px; text-decoration: none; padding:0; margin-left:5px; font-size:0 !important; height:25px;}
.dc-paging a.on {border:1px solid #adadad; background-color: #00387f; font-weight: bold; color: #ffffff;}
.dc-paging a.off {border:1px solid #adadad;}

.dc-table table {width:100%; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; border-top: 2px solid #00387F; border-left: 1px solid #B5B6B6; border-spacing: 0px;}
.dc-table table th {border-bottom: 1px solid #B5B6B6; border-right: 1px solid #B5B6B6; background-color: #F7F7F7; font-weight: bold; text-align: center; height: 25px; margin-top: 3px; margin-bottom: 3px; padding: 5px;}
.dc-table table td {text-align: center; border-bottom: 1px solid #B5B6B6; border-right: 1px solid #B5B6B6; height: 25px; padding: 5px; background-color: #ffffff;}
.dc-table .al {text-align: left; padding-left: 10px;}
.dc-table .ar {text-align: right; padding-right: 10px;}