/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| DEPRECATED
| Remove or migrate to alternate solutions for all CSS classes in this file
| CSS variables defined in: /src/main/webapp/public/styles/common/ez-body.css
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* DEPRECATED */td.leftAlignCell {
    vertical-align: top;
    text-align: left;
}

/* DEPRECATED */td.centerTop {
    text-align: center;
    vertical-align: top;
}

/* DEPRECATED */.centerText {
    text-align: center;
    vertical-align: middle;
}

/** Sizing Styles **/

/* DEPRECATED */.ezFullWidth {
    width: 100%;
}

/* DEPRECATED */.marginTop10 {
    margin-top: 10px;
}

/** Image Styles **/

/* DEPRECATED */img.contentIcons {
    margin-right: 8px;
    width: 100px;
    height: 100px;
}

/** Rounded Corners **/

/* DEPRECATED */.ezRounded4pxBottomCorners {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

/* DEPRECATED */.ezRounded2pxAllCorners {
    border-radius: 2px;
}

/* DEPRECATED */.ezRounded4pxAllCorners {
    border-radius: 4px;
}

/** DIV Styles **/

/* DEPRECATED */.ezLightGrayBox {
    padding: 4px;
    color: #000000;
    background-color: #f0f0f0;
    border-color: #808080;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
}

/** Other Styles **/

/* DEPRECATED */br.clearBoth {
    clear: both;
}
