Viewing File: /usr/local/cpanel/base/frontend/jupiter/css/mail.css

.yui-dt-hidden {
    display: none !important;
    border: none !important; /* WebKit */
}

#spinner-text {
    zoom: 0 !important; /* ie7/8 !hasLayout fix */
    position: relative;
    top: -1px;
    padding: 0 10px;
}
#spinner {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    padding-top: 5px; /* Vertical centering */
    margin-left: -1px;
    margin-top: -1px;
    display: none;
}
#submit-btn {
    visibility: hidden;
}

.disabled-label {
    color: #999 !important;
    text-decoration: line-through;
}

/* ----------
CLEAR
----------------------------------------------------------------*/
.group:after {
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    content: " ";
}
.icon_holder {
    text-align: center;
    cursor: pointer;
}
.group {
    display: inline-block;
}
#tt1,
#tt2,
#tt3 {
    width: 350px;
}
/* start commented backslash hack \*/
* html .group {
    height: 1%;
}

.group {
    display: block;
}
/* close commented backslash hack */

#cjt_pagenotice_container {
    clear: both;
}

#dns_tree {
    font-size: 18px;
}
#dns_tree dd {
    margin-left: 0;
}
#breadcrumbs p {
    margin: 0 !important;
}
#dns_tree ul {
    list-style-type: none;
    padding-left: 40px;
}

.reports-box {
    border: 1px solid #e8e8e8;
    background-color: #f5f5f5;
    border-radius: 2px;
    padding: 10px;
}
.reports-header {
    border-bottom: 1px solid #dadada;
    padding: 5px;
    font-size: 14px;
    color: #04586c;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ffffff),
        to(#f5f5f5)
    );
    background-image: -moz-linear-gradient(#ffffff, #f5f5f5);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    text-shadow: 0 1px 0 #fff;
}
.search-container {
    padding: 15px;
}

.search-container input[type="text"] {
    border: 1px solid #dadada;
    padding: 5px;
    color: #666;
    font-size: 12px;
    width: 100px;
}

.search-container input[type="checkbox"] {
    padding-bottom: 12px;
}
.search-container select {
    width: 125px;
}
/*
#main_content {
    font-size: 12px;
    color: #666;
    padding: 0 30px 30px 30px;
    max-width: 900px;
}
*/
.sub-head {
    font-weight: bold;
    font-size: 14px;
}
#emailreport {
    width: 100% !important;
    border-radius: 3px !important;
}

#emailreport .hd {
    border-radius: 3px !important;
}
#startcal .bd {
    border: none !important;
    background: transparent !important;
}
#emailreport .bd table td {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 45px;
}

.note-head {
    font-size: 13px !important;
}
#main_content a {
    text-decoration: none;
}
#main_content h2 {
    font-weight: bold;
    font-size: 15px;
    color: #4c5355;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.option_box {
    width: 100%;
    background-color: #e0e9ea;
    border: 1px solid #ffffff;
    outline: 1px solid #c1d0d3;
    margin-top: 25px;
    margin-bottom: 40px;
}
.table-box {
    background-color: #f5f5f5;
    border-radius: 2px;
    padding: 0 2px;
    border: 1px solid #e8e8e8;
}

/*
.check-all {
    border-bottom: 1px solid #CBCBCB;
    color: #333333;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
*/
.reset-to-default button {
    background-image: -moz-linear-gradient(#fafafa, #efefef 1px, #dddddd);
    border: 1px solid #a5a5a5;
    border-radius: 2px 2px 2px 2px;
    color: #4c4c4c;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    padding: 6px 10px 6px;
    text-shadow: 0 1px 0 #ffffff;
    vertical-align: middle;
}
/*
.reset-to-default button:hover{
    color:#04586C;
  }
*/
.reset-to-default button:active {
    background-image: -moz-linear-gradient(#f1f1f1, #e0e0e0 1px, #f2f2f2);
    background-image: -webkit-linear-gradient(#f1f1f1, #e0e0e0 1px, #f2f2f2);
    background-image: -o-linear-gradient(#f1f1f1, #e0e0e0 1px, #f2f2f2);
    background-image: -ms-linear-gradient(#f1f1f1, #e0e0e0 1px, #f2f2f2);
    filter: progid:DXImageTransform.Microsoft.Gradient(
            startcolorstr=#e0e0e0 endcolorstr=#f2f2f2
        );
    -cp-background-image: linear-gradient(#f1f1f1, #e0e0e0 1px, #f2f2f2);
}

.option_contents {
    border-top: 1px solid #ffffff;
}

.cjt_validation_error img {
    vertical-align: middle;
}

#quicksearch-placeholder-wrapper {
    margin: 5px;
    margin-right: 0;
}

#email1-placeholder-wrapper,
#email2-placeholder-wrapper {
    vertical-align: middle;
}

/* Exclude IE7 and earlier. The ! tells YUI Compressor to keep the comment. */
html > /*!*/body .input-with-button-wrapper button {
    border: 1px solid #cccccc;
    border-left: none;
    box-sizing: border-box; /* default anyway for buttons */
    height: 27px;
    background-color: white;
    margin: 0;
    *top: 1px; /* IE 7 */
    *position: relative; /* IE 7 */
    padding: 0 5px;
    cursor: pointer;
}
.input-with-button-wrapper button::-moz-focus-inner {
    padding: 0 !important;
}

#quicksearch {
    border: 1px solid #ccc;
    background: url(../images/search-icon.png) no-repeat #fff;
    height: 15px;
    padding: 5px 0 5px 25px;
    width: 150px;
    margin: 0;
    font-size: 12px;
    color: #666666;
}

.option_contents INPUT[type="text"] {
    border: 1px solid #c1d0d3;
    padding: 5px;
    color: #666666;
    font-size: 12px;
}
.option_contents INPUT[type="checkbox"] {
    margin-bottom: 10px;
}
.option_contents SELECT {
    width: 150px;
}

.bullets {
    font-style: italic;
    font-size: 13px;
    list-style: none !important;
}

.deliveryreport table {
    border-spacing: 0 !important;
    border: 1px solid #c1d0d3;
    margin: 5px;
    color: #666666;
    font-size: 12px;
    width: 100%;
}
.deliveryreport table th {
    background-color: #d4ddde;
    padding: 5px;
    font-size: 10px;
    text-shadow: 0 1px 0 #fff;
    color: #4c5355;
    word-wrap: break-word;
    border-right: 1px solid #c1d0d3;
}
.deliveryreport table img {
    vertical-align: middle;
    border: 0;
}
.nopad {
    padding-left: 0px !important;
}
.the-button {
    overflow: hidden;
}
.the-button hr {
    display: block;
    clear: right;
    visibility: hidden;
}
.deliveryreport table .pointer {
    cursor: pointer;
}
#floater {
    float: right;
    overflow: visible;
}
.deliveryreport table td {
    border-right: 1px solid #c1d0d3;
    padding: 5px;
    word-wrap: break-word;
    vertical-align: middle !important;
}

.first {
    border-left: none !important;
}
.last {
    border-right: none !important;
    text-align: center;
}
.notes {
    margin-bottom: 5px;
}

.button-grouped {
    margin-top: 10px;
}
.yui-dt-paginator {
    display: none !important;
}
.hide {
    display: none;
}
#page-control {
    margin-bottom: 15px;
    clear: both;
}
#bottom-nav {
    display: none;
    margin-top: 8px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
}
#startdate {
    float: left;
    margin: 0;
}
#enddate {
    float: left;
    margin-top: 0;
}
#start_cal {
    cursor: pointer;
    display: block;
    float: left;
    margin: 3px 0 0 5px;
}
.search-me {
    margin-top: 20px;
}
#end_cal {
    cursor: pointer;
    display: block;
    float: left;
    margin: 3px 0 0 5px;
}
.search-content {
    width: 331px;
    border-right: 1px dotted #ccc;
    padding-right: 25px;
    float: left;
    min-height: 70px;
}
.search-content p {
    padding-top: 5px;
    padding-bottom: 5px;
}
.start-date {
    width: 160px;
    float: left;
}
.starts {
    float: left;
    width: 310px;
    padding-right: 20px;
    padding-top: 10px;
    border-right: 1px dotted #ccc;
    min-height: 60px;
}
.ends {
    float: left;
    width: 310px;
    padding-left: 20px;
    padding-top: 10px;
    min-height: 60px;
}

.report-head {
    font-size: 11px;
    color: #586061;
    font-weight: bold;
}
.time-wrap {
    margin-top: 15px;
}

#type-select-cjt-wrapped-select .cjt-wrapped-select-skin {
    border-color: #c1d0d3;
}
#type-select-cjt-wrapped-select .cjt-wrapped-select-skin,
#type-select-cjt-wrapped-select select {
    padding: 0px 0 3px 5px;
    height: 27px;
    line-height: 27px;
}
#freeform-placeholder-wrapper {
    vertical-align: middle;
}

#filterItems {
    margin-top: 5px;
    padding-bottom: 10px;
    position: relative;
    zoom: 1; /* IE 7 */
}

.top-filterItems {
    height: 11px;
    position: relative;
    margin-bottom: 5px;
}

.filterItems-Arrow {
    width: 20px;
    height: 11px;
    position: absolute;
    top: 0;
    left: 30px;
    border: 0;
}
.results-output {
    float: left;
    font-size: 12px;
}
.total-items {
    font-size: 11px;
}
div.table-top form {
    display: inline;
}
.advanced {
    padding-left: 5px;
    display: inline;
    text-shadow: 0 1px 0 #ffffff;
}
.advanced img,
.advanced a {
    vertical-align: middle;
}
.advanced a {
    font-size: 11px;
    color: #04586c;
    text-decoration: none;
    font-weight: bold;
}
.advanced a:hover {
    text-decoration: underline !important;
}
#toggle_col_options {
    margin-right: 10px;
}
.table-top {
    border-bottom: 1px solid #dadada;
    padding: 8px 0;
}

.yui-pg-container select,
.yui-pg-container .cjt-wrapped-select {
    margin-left: 5px;
    vertical-align: middle;
    display: inline-block;
}
.yui-pg-container .cjt-wrapped-select select {
    border-radius: 2px;
    margin-left: 0;
    height: 20px;
}
.yui-pg-container .cjt-wrapped-select .cjt-wrapped-select-skin {
    line-height: 18px;
    padding-top: 0;
    padding-bottom: 0;
    border-color: #dadada;
    color: #585f5f;
    border-radius: 2px;
}

.page-nav,
.cjt-wrapped-select-skin {
    filter: progid:DXImageTransform.Microsoft.Gradient(
            startColorStr=#f0f0f0,
            endColorStr=#ffffff
        );
    background-image: -moz-linear-gradient(#f0f0f0, white);
    background-image: -webkit-linear-gradient(#f0f0f0, white);
    background-image: -o-linear-gradient(#f0f0f0, white);
    background-image: -ms-linear-gradient(#f0f0f0, white);
    -cp-background-image: linear-gradient(#f0f0f0, white);
    behavior: url(/cjt/ie9gradients.htc);
}

.page-nav {
    border: 1px solid #dadada;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    height: 18px;
}
:not(old_ie):not(td) {
    filter: progid:DXImageTransform.Microsoft.Gradient(enabled=false) !important;
}

.yui-pg-previous,
.yui-pg-next,
.yui-pg-previous:hover,
.yui-pg-next:hover {
    height: 100%;
    width: 14px;
    display: inline-block;
    vertical-align: middle;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-decoration: none;
}
.yui-pg-previous {
    border-right: 1px solid #c1d0d3;
    background-image: url(../images/go-last.png);
}
.yui-pg-next {
    border-left: 1px solid #c1d0d3;
    background-image: url(../images/go-next.png);
}
span.yui-pg-previous {
    background-image: url(../images/go-last-disabled.png);
}
span.yui-pg-next {
    background-image: url(../images/go-next-disabled.png);
}

.yui-pg-current {
    color: #585f5f;
    text-shadow: 0 1px 0 #ffffff;
    padding: 0 8px;
    display: inline-block;
    vertical-align: middle;
}
.close-me {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 9px;
    font-weight: bold;
}
.close-me a {
    color: #fff;
}
.close-me a:hover {
    text-decoration: underline;
}
.top-heading {
    border-bottom: 1px solid #c1d0d3;
}
.left_float {
    float: left;
}
.right_float {
    float: right;
}
#hide_inquiry {
    display: none;
}

#hide_inquiry {
    font-size: 11px;
    font-weight: bold;
    padding-top: 5px;
    padding-right: 10px;
    text-shadow: 0 1px 0 #ffffff;
}
#hide_inquiry a {
    color: #ab5200 !important;
}
#hide_inquiry a:hover {
    text-decoration: underline !important;
}

#col_options {
    padding: 5px;
    box-shadow: 0 0 5px #3333333;
    z-index: 10;
    border-radius: 3px;
    visibility: hidden;
}
.inputs {
    display: inline;
    margin-left: 10px;
}
.filter-options-left {
    float: left;
    padding-left: 10px;
    padding-right: 0px;
}
.filter-options-right {
    float: left;
    display: inline;
}
.filter-header {
    font-weight: bold;
    padding-left: 15px;
}
.options-bd {
    min-height: 16.4286px;
    padding: 10px;
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid #cccccc rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    outline: 0 none;
    position: relative;
    left: 0;
    top: 0;
    z-index: 6;
}
.options-header {
    font-size: 12px;
    color: #0e5b6e;
    font-weight: bold;
    text-shadow: 0 1px 0 #ffffff;
    padding-bottom: 5px;
}
.tb-options {
    border-bottom: 1px solid #eeeeee;
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 10px;
    position: relative;
}
.info-blurb {
    font-size: 12px;
    padding-bottom: 10px;
}

.results-header {
    font-weight: bold;
    padding-bottom: 3px;
    visibility: hidden;
}
#results-header {
    padding-left: 0;
}
.options-tops {
    padding-bottom: 10px;
}
.options-header {
    float: left;
}
.closeit a {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    color: #000;
    font-weight: 700;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #fff;
}
.closeit a:hover {
    color: #000;
    cursor: pointer;
    opacity: 0.5;
    text-decoration: none;
}
.yui-dt-message {
    font-size: 14px;
    font-style: italic;
    color: #b1b2b2;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.yui-dt-loading {
    display: none;
}
.yui-dt th .yui-dt-liner {
    white-space: normal !important;
}
.slider-grip {
    float: right;
    width: 5px;
    height: 20px;
    background: none;
    border-right: 1px solid #000000;
    cursor: col-resize;
}
/* Added by patrick -- needs merge */
/* TABLE { table-layout: fixed !important;} */
table td {
    word-wrap: break-word !important;
}
.slider-grip {
    display: none;
}
.yui-dt-th-type,
.yui-dt-col-type {
    max-width: 50px !important;
}
tbody .yui-dt-col-size {
    text-align: right;
}
.yui-dt-liner {
    word-wrap: break-word;
    text-wrap: unrestricted;
}

.yui-dt-col-domain,
.yui-dt5-col-domain,
.yui-dt-col-sender,
.yui-dt5-col-sender,
.yui-dt-col-recipient,
.yui-dt4-col-recipient {
    max-width: 80px !important;
}
.yui-dt5-col-host,
.yui-dt5-col-senderhost,
.yui-dt5-col-deliveredto,
.yui-dt4-col-host,
.yui-dt4-col-senderhost,
.yui-dt4-col-deliveredto {
    max-width: 60px;
}
.yui-dt5-col-size,
.yui-dt5-col-transport,
.yui-dt5-col-size,
.yui-dt4-col-transport {
    max-width: 50px;
}
.yui-dt5-col-message,
.yui-dt4-col-message {
    max-width: 100px;
}
.hidden_panel {
    /*position: absolute;*/
    height: 190px;
}
.start-times {
    width: 400px;
    float: left;
}

#toggle_inquiry_text {
    display: none !important;
}

.report-label {
    font-weight: bold;
    font-size: 11px !important;
}

.starts-left,
.ends-left {
    width: 165px;
    float: left;
}
.starts-right,
.ends-right {
    display: inline;
}

.yui-skin-sam .yui-dt th,
.yui-skin-sam .yui-dt th a,
.yui-skin-sam .yui-dt th span {
    font-size: 11px !important;
}

.yui-skin-sam .yui-dt th {
    margin: 0;
    padding-bottom: 5px;
    border: 0;
    border-right: 1px solid #c8c8c8;
    background: none;
    font-size: 12px !important;
    font-weight: bold !important;
    color: #666666;
    text-shadow: 0 1px 0 #fff;
}
.search-box-left {
    float: left;
}
.yui-skin-sam .yui-dt table {
    background-color: #e8e8e8;
    border: 1px solid #d6d6d6;
    border-bottom: none;
    border-top: none;
}
.yui-skin-sam th.yui-dt-sortable .yui-dt-label {
}

.yui-skin-sam .deliveryreport table th {
    padding: 5px;
}
.yui-skin-sam th.yui-dt-asc .yui-dt-liner {
    background: url(/cjt/images/dt-arrow-up.png) no-repeat right;
}
.yui-skin-sam th.yui-dt-desc .yui-dt-liner {
    background: url(/cjt/images/dt-arrow-dn.png) no-repeat right;
}
.yui-skin-sam .yui-dt-liner {
    padding: 0;
}

.yui-skin-sam .yui-dt th,
.yui-skin-sam .yui-dt th a {
    vertical-align: middle;
}
th.yui-dt-asc .yui-dt-liner,
th.yui-dt-desc .yui-dt-liner {
    padding-right: 8px;
}

tbody > tr.yui-dt-first,
.yui-dt-even,
td.yui-dt-asc,
.yui-skin-sam tr.yui-dt-even td.yui-dt-desc {
    background-color: #ffffff;
}
.yui-dt-odd,
td.yui-dt-asc,
.yui-skin-sam tr.yui-dt-odd td.yui-dt-desc {
    background-color: #f0f0f0;
}
.yui-skin-sam .yui-dt tr.yui-dt-first td {
    border-top: #c8c8c8;
}
.yui-skin-sam .yui-dt th,
.yui-skin-sam .yui-dt th a,
.yui-skin-sam .yui-dt th span {
    font-weight: bold;
    font-size: 10px;
    color: #666666;
}
.yui-skin-sam tr.yui-dt-odd {
    background-color: #f0f0f0 !important;
}

#table_container {
    margin-top: 10px;
}
.table-notice {
    font-size: 12px;
    color: #666;
    font-style: italic;
    text-align: center;
    padding-top: 10px;
}
.yui-dt-liner {
    text-align: center;
}
.yui-skin-sam .yui-dt td {
    border-bottom: 1px solid #cbcbcb;
    padding-top: 4px;
    padding-bottom: 3px;
}

.yui-skin-sam .yui-dt td,
.yui-skin-sam .yui-dt th {
    border-left: 1px solid #cbcbcb !important;
    border-right: none !important;
}

.yui-skin-sam .yui-dt td:first-child,
.yui-skin-sam .yui-dt th:first-child {
    border-left: none !important;
}

#emailreport .bd {
    background: url(../images/print-bg.png) repeat-x top left #fff;
    margin: 5px;
}

.yui-dialog div.hd {
    height: auto;
}
.mrbt-confirm {
    max-width: 400px;
}
table.event_details tbody td {
    max-width: 300px;
    vertical-align: top;
}
table.event_details img {
    vertical-align: middle;
}

.top-bar {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.status-image {
    float: left;
    width: 25px;
}
.header-text {
    font-size: 13px;
    color: #04586c;
    text-shadow: 0 1px 0 #ffffff;
    float: left;
}
.email-report-table {
    border-top: 1px solid #fff;
    padding-top: 5px;
    padding-left: 15px;
    max-height: 200px;
    overflow: auto;
    margin-top: 15px;
    margin-bottom: 5px;
}
.close-btn {
    float: right;
    background: url(../images/close-btn-bg.png) no-repeat;
    padding: 1px 4px 2px 4px;
}
.close-btn a {
    color: #c43234;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}
.close-btn a:hover {
    text-decoration: none;
}

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 10px;
    width: 10px;
    height: 100%;
    background: none;
}

.jspVerticalBar *,
.jspHorizontalBar * {
    margin: 0;
    padding: 0;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    border-radius: 10px;
    position: relative;
    background: url(../images/scroll-bg.png) repeat-y;
    width: 5px;
}

.jspDrag {
    background: url(../images/track-bg.png) repeat-y;
    position: absolute;
    top: 0;
    left: -2px;
    width: 7px;
    cursor: pointer;
    border: 1px solid #a4a8aa;
    border-radius: 10px;
    box-shadow: 0 0 2px #777;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
    margin: 0 -3px 0 0;
}

.reports-box-body {
    padding: 15px;
}
.reports-box-body INPUT[type="text"] {
    border: 1px solid #dadada;
    padding: 5px;
    color: #666;
    font-size: 12px;
    width: 200px;
}
.search-email {
    float: right;
    width: 340px;
}
.box-heading {
    font-size: 11px;
    font-weight: bold;
    color: #666;
    padding-bottom: 5px;
}
.reports-box-body .input-btn {
    border: 1px solid #a5a5a5;
    border-radius: 2px;
    float: none !important;
    font-size: 10px;
    color: #4c4c4c;
    font-weight: bold;
    padding: 3px 10px 3px 10px;
    cursor: pointer;
    text-shadow: 0 1px 0 #fff;
}
.stb-btn {
    float: left;
    padding-left: 10px;
    padding-top: 5px;
}
.the-input {
    float: left;
}

.mxresults {
    display: block;
    margin-top: 10px;
}

/* cPanel Calendar Skinning */

.calweekdayrow th {
    font-size: 13px;
}

.yui-skin-sam .yui-calcontainer {
    border: 1px solid #d0d0d0;
    border-radius: 5px;
}

.yui-skin-sam .yui-calendar .calweekdaycell {
    color: #666666 !important;
}

.yui-skin-sam .yui-calendar .calheader {
    color: #666666 !important;
    font-size: 13px !important;
}

.yui-skin-sam .yui-calendar td.calcell a {
    color: #006666;
}

.yui-skin-sam .yui-calendar td.calcell.selected a {
    background-color: #a6caca;
}

.yui-skin-sam .yui-calendar td.calcell.calcellhover a {
    background-color: #006666;
    color: #fff;
    cursor: pointer;
}

.yui-skin-sam .yui-calendar td.calcell.today {
    background-color: #006666;
}
/* Header layouts */
#header-text {
    margin-bottom: 15px;
}
/* Retention field */

.retained {
    padding-left: 5px;
}

.data-retained {
    margin: 8px 0 8px 3px;
    font-size: 11px;
}

.trace-table {
    width: 100%;
    border-collapse: collapse;
}

.trace-table th {
    padding: 8px 0 8px 10px;
    text-align: left;
}

.trace-result-cell {
    text-align: left;
}

.trace-table td {
    border: 1px solid #cbcbcb;
    padding: 4px 0 3px 0;
}

.trace-table tbody {
    background-color: #ffffff;
    width: 100%;
    border: 1px solid #cbcbcb;
    padding: 4px 0 3px 0;
}

.yui-dt-rec {
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 3px;
    padding-top: 4px;
}

#search-fields {
    padding: 0;
}

.span.cjt_validation_error {
    margin: 0 0 6px !important;
}

#trace_container {
    margin: 10px 0 0 20px;
}

.yui-skin-sam th.yui-dt-sortable .yui-dt-label {
    margin-right: 0;
}
.yui-skin-sam th.yui-dt-asc .yui-dt-liner,
.yui-skin-sam th.yui-dt-desc .yui-dt-liner {
    padding-right: 9px;
}
.yui-skin-sam th.yui-dt-desc .yui-dt-liner {
    background: url("/cjt/images/dt-arrow-dn.png") no-repeat scroll right center
        transparent;
}
.yui-skin-sam th.yui-dt-asc .yui-dt-liner {
    background: url("/cjt/images/dt-arrow-up.png") no-repeat scroll right center
        transparent;
}

.yui-skin-sam tr.yui-dt-even td.yui-dt-asc,
.yui-skin-sam tr.yui-dt-even td.yui-dt-desc {
    background-color: #ffffff;
}

.yui-skin-sam tr.yui-dt-odd td.yui-dt-asc,
.yui-skin-sam tr.yui-dt-odd td.yui-dt-desc {
    background-color: #f0f0f0;
}
Back to Directory File Manager