
div.DTTT_container {
    float: right;
    /*margin-bottom: 1em;*/
    margin-top: 15px !important;
    position: relative;
}
button.DTTT_button, div.DTTT_button, a.DTTT_button {
    background: #f9f9f9 !important;
    border: 1px solid #999 !important;
    border-radius: 2px !important;
    box-shadow: 1px 1px 3px #ccc !important;
    color: black !important;
    cursor: pointer !important;
    float: left !important;
    font-size: 0.88em !important;
    margin-right: 3px !important;
    padding: 5px 8px !important;
    position: relative !important;
}
button.DTTT_button {
    height: 30px;
    padding: 3px 8px;
}
.DTTT_button embed {
    outline: medium none;
}
button.DTTT_button:hover, div.DTTT_button:hover, a.DTTT_button:hover {
    background: #f4f4f4 !important;
    border: 1px solid #666 !important;
    box-shadow: 1px 1px 3px #999 !important;
    text-decoration: none !important;
}
button.DTTT_disabled, div.DTTT_disabled, a.DTTT_disabled {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #ffffff 0%, #f9f9f9 89%, #fafafa 100%) repeat scroll 0 0;
    border: 1px solid #d0d0d0;
    color: #999;
}
button.DTTT_button_collection span {
    background: rgba(0, 0, 0, 0) url("../images/collection.png") no-repeat scroll right center;
    padding-right: 17px;
}
button.DTTT_button_collection:hover span {
    background: #f0f0f0 url("../images/collection_hover.png") no-repeat scroll right center;
    padding-right: 17px;
}
table.DTTT_selectable tbody tr {
    cursor: pointer;
}
table.dataTable tr.DTTT_selected.odd {
    background-color: #9fafd1;
}
table.dataTable tr.DTTT_selected.odd td.sorting_1 {
    background-color: #9fafd1;
}
table.dataTable tr.DTTT_selected.odd td.sorting_2 {
    background-color: #9fafd1;
}
table.dataTable tr.DTTT_selected.odd td.sorting_3 {
    background-color: #9fafd1;
}
table.dataTable tr.DTTT_selected.even {
    background-color: #b0bed9;
}
table.dataTable tr.DTTT_selected.even td.sorting_1 {
    background-color: #b0bed9;
}
table.dataTable tr.DTTT_selected.even td.sorting_2 {
    background-color: #b0bed9;
}
table.dataTable tr.DTTT_selected.even td.sorting_3 {
    background-color: #b0bed9;
}
div.DTTT_collection {
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    padding: 8px 8px 4px;
    width: 150px;
    z-index: 2002;
}
div.DTTT_collection_background {
    background: transparent url("../images/background.png") repeat scroll left top;
    z-index: 2001;
}
div.DTTT_collection button.DTTT_button, div.DTTT_collection div.DTTT_button, div.DTTT_collection a.DTTT_button {
    box-shadow: 1px 1px 3px #999;
    display: block;
    float: none;
    left: 0;
    margin-bottom: 4px;
    position: relative;
    right: 0;
}
.DTTT_print_info {
    background: #f9f9f9;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
    color: #333;
    height: 150px;
    left: 50%;
    margin-left: -200px;
    margin-top: -75px;
    opacity: 0.95;
    padding: 10px 30px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 400px;
}
.DTTT_print_info h6 {
    font-size: 28px;
    font-weight: normal;
    line-height: 28px;
    margin: 1em;
}
.DTTT_print_info p {
    font-size: 14px;
    line-height: 20px;
}
