#ctabEditor {
    background: url('../images/indicator.gif') center center no-repeat;
    height: 450px;
}

#ctabEditor iframe {
    width:100%;
    height:100%;
    border:0px;
}

.loadingIndicator {
    background: white url('../images/indicator.gif') center center no-repeat;
    position:relative;
}

/*
.historyDetail.report {
    border-left:1px solid #ccc;
}

.historyDetail span {
    font-weight: bold;
    text-align: center;
}*/

.infobox {
    background-color:#fff;
    border:1px solid #ccc;
    display:block;
    visibility:hidden;
    padding:10px;
    position:absolute;
    z-index:1000;
}

.withinfobox:hover .infobox {
    visibility:visible;
}

.withinfobox:focus .infobox {
    visibility:visible;
}

.withinfobox:active .infobox {
    visibility:visible;
}

.trackDetail a {
    cursor:pointer;
}

table.productDetail {
    table-layout: fixed;
    width: 100%;
}

table.productDetail th {
}

table.productDetail td {
    word-wrap: break-word;
}

.productDetail .even {
    background-color: #f7f6f5;
}
