table {
    table-layout:fixed;
    border-collapse:collapse;
    background:#EFF4FB;
    border-left: 1px solid #0089B7;
    border-right: 1px solid #0089B7;
    font:0.9em/145% 'Trebuchet MS',helvetica,arial,verdana;
    color: #333;
}

td, th {
    padding:2px;
	text-align: left;
}

caption {
    padding: 0 0 .5em 0;
    text-align: left;
    font-size: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    background: transparent;
}

.num_perpage_select {
    font-size: 0.6em;
    margin: 0px;
    padding: 0px;
}

/* =links
----------------------------------------------- */

table a {
    color:#0089B7;
    text-decoration:none;
}

table a:link {}

table a:visited {
    font-weight:normal;
    color:#666;
    text-decoration: line-through;
}

table a:hover {
    border-bottom: 1px dashed #bbb;
}

td.tableLink, th.tableLink {
    text-decoration: none;
    cursor: pointer;
}

td.tableLink:hover, th.tableLink:hover {
    color:#0089B7;
    text-decoration: underline;
    cursor: pointer;
}

/* =head =foot
----------------------------------------------- */

thead th, tfoot th, tfoot td {
    background:#0089B7;
    color:#fff;
}

thead th {
    cursor:pointer;
}

thead th:hover {
    background-color:#98CFE1;
}

tfoot td {
    text-align:right
}

.ordering {
    background-color:#98CFE1;
}

/* =body
----------------------------------------------- */

tbody th, tbody td {
    border-bottom: dotted 1px #333;
}

tbody th {
    white-space: nowrap;
}

tbody th a {
    color:#333;
}

.odd {
    background: #FFFFFF;
}

tbody tr:hover {
    background:#EBEBEB;
}

table .input_search_table {    
    font: 11px 'Trebuchet MS',helvetica,arial,verdana;
    color: #333;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-width: 0px;
    padding: 0 2px 0 2px;
    position: relative;
    bottom: 1px;
}

#onetable_total {
    padding-top: 1px;
}

#one_table_showhidden {
    float: right;
}

.search_item {
    border-bottom: 1px dashed #333333;
    background-color: darksalmon;
}

.page_item {
    float: left;
    border: 1px solid #0089B7;
    background-color: #EFF4FB;
    margin: 0 1px 0 1px;
    padding: 0 1px 0 1px;
    text-align: center;
    min-width: 15px;
    min-height: 15px;
    vertical-align: middle;
}

.this_page {
    background-color: #333333;
    color: white;
}

.etc_page {
    float: left;
    margin: 0 1px 0 1px;
    padding: 0 1px 0 1px;
    text-align: center;
    font-weight: bold;
}

.enabled_search, .disabled_search {
    position: relative;
    top: 1px;
}

.enabled_search {
    cursor: pointer;
}

.disabled_search {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.table_overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.table_overflow:hover {
    text-overflow: inherit;
    -o-text-overflow: inherit;
    overflow: visible;
    white-space: normal;
}
