th {
    text-align: left;
}

.info {
    width: 100%;
}

.info th {
    padding: 10px;
    color: #00349a;
    border-bottom: 1px dashed #EEE;
    width: 0px;
    white-space: nowrap;
}

.info td {
    padding: 10px;
    border-bottom: 1px dashed #EEE;
}

.table {
    clear: both;
    width: 100%;
    padding: 5px 0 5px 0;
    margin: 0;
    border-spacing: 0;
}

.table caption {
    padding: 0 0 5px 0;
    width: 700px;
    /*font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
    font: italic 11px Kh-Battambang,Arial,Helvetica,sans-serif;;
    text-align: right;
}

.table th {
    /*font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
    font: 11px Kh-Battambang,Arial,Helvetica,sans-serif;
    color: #151513;
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    border-top: 1px solid #C1DAD7;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
    padding: 6px 6px 6px 12px;
    background: url(../js/DataTables-1.8.1/media/images/sort_both.png) repeat-x;
    /* fix length */
    width: 500px;
    white-space: nowrap;
}

.table th.sorting_asc {
    background: url('../js/DataTables-1.8.1/media/images/sort_asc.png') no-repeat top right !important;
}

.table th.sorting_desc {
    background: url('../js/DataTables-1.8.1/media/images/sort_desc.png') no-repeat top right !important;
}

.table th.sorting {
    background: url('../js/DataTables-1.8.1/media/images/sort_both.png') no-repeat top right !important;
}

.table th.sorting_asc_disabled {
    background: url('../js/DataTables-1.8.1/media/images/sort_asc_disabled.png') no-repeat top right !important;
}

.table th.sorting_desc_disabled {
    background: url('../js/DataTables-1.8.1/media/images/sort_desc_disabled.png') no-repeat top right !important;
}

.table th.first {
    border-left: 1px solid #C1DAD7;
    /* fix length */
    width: 30px;
}

.table th.nobg {
    border-top: 0;
    border-left: 0;
    border-right: 1px solid #C1DAD7;
    background: none;
}

.table td {
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    padding: 6px 6px 6px 12px;
    color: #4f6b72;
}

.table tbody tr:hover, .table_report tbody tr:hover{
    background: #f4ffab;
}

.table td.first {
    border-left: 1px solid #C1DAD7;
}


.table td.alt {
    color: #797268;
}

.table th.spec {
    border-left: 1px solid #C1DAD7;
    border-top: 0;
    background: #fff url(../img/table/bullet1.gif) no-repeat;
    font: 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.table th.specalt {
    border-left: 1px solid #C1DAD7;
    border-top: 0;
    background: #f5fafa url(../img/table/bullet2.gif) no-repeat;
    font: 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #797268;
}

.table_solid, .table_solid th, .table_solid td {
    border-color: #000;
    border-style: solid;
}

.table_solid {
    border-width: 0 1px 1px 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.table_solid th {
    margin: 0;
    padding: 10px;
    border-width: 1px 0 0 1px;
    background: #00afc1;
    color: #FFF;
}

.table_solid td {
    margin: 0;
    padding: 10px;
    border-width: 1px 0 0 1px;
}

.table_print, .table_print th, .table_print td {
    border-color: #000;
    border-style: solid;
}

.table_print {
    width: 100%;
    border-width: 1px 1px 0 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.table_print th {
    margin: 0;
    padding: 10px;
    border-width: 1px 1px 1px 1px;
    text-align: center;
}

.table_print td {
    margin: 0;
    padding: 10px;
    border-width: 0 1px 1px 1px;
}

.table_form{
    width: 98%;
    margin: 0 auto;
}

.table_report {
    width: 100%;
}

.table_report th {
    text-align: center;
    border-bottom: 1px solid #000;
}

.table_report th.sorting_asc {
    background: url('../js/DataTables-1.8.1/media/images/alt/asc.gif') no-repeat center right !important;
}

.table_report th.sorting_desc {
    background: url('../js/DataTables-1.8.1/media/images/alt/desc.gif') no-repeat center right !important;
}

.table_report th.sorting {
    background: url('../js/DataTables-1.8.1/media/images/alt/both.gif') no-repeat center right !important;
}

.table_report th.sorting_asc_disabled {
    background: url('../js/DataTables-1.8.1/media/images/alt/asc.gif') no-repeat center right !important;
}

.table_report th.sorting_desc_disabled {
    background: url('../js/DataTables-1.8.1/media/images/alt/desc.gif') no-repeat center right !important;
}

.table_report th.first {
    /* fix length */
    width: 30px;
}

.print_doc{
    width: 890px;
    margin: 0 auto;
    background: #FFF;
    font-size: 120%;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.print_doc #btnDisappearPrint{
    height: 70px;
    width: 200px;
    font-size: 200%;
}