
img { 
    border: none;
}

.afterclear {
    clear: both;
    display: block;
    font: 1px/0px serif;
    content: ".";
    height: 0;
    visibility: hidden;
}

.dlgerr {
    margin: 8px 0 0 0;
    color: red;
}

.dlgerr.cebold {
    font-weight: bold;
}

.dlgerr.extramarginbottom {
    margin-bottom: 8px;
}

.dlgerr2 {
    color: red;
    margin-bottom: 8px;
    font-weight: bold;
}

/********************************************************************************
 * Dialog Boxes
 */
.CEUDialog_hide {
    z-index: 100;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background: #111111;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
}

.CEUDialog_hide.CEUDialog_hide_keeptopbar {
    top: 41px;
}

.CEUDialog_shadowright1 {
    position: absolute;
    right: -2px;
    top: 4px;
    width: 2px;
    bottom: -2px;
    background: #ccdcec;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
}

.CEUDialog_shadowright2 {
    position: absolute;
    right: -4px;
    top: 6px;
    width: 2px;
    bottom: -4px;
    background: #ccdcec;
    opacity: 0.2;
    filter: alpha(opacity=20);
    -ms-filter: "alpha(opacity=20)";
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
}

.CEUDialog_shadowbottom1 {
    position: absolute;
    bottom: -2px;
    left: 4px;
    right: 0px;
    height: 2px;
    background: #ccdcec;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
}

.CEUDialog_shadowbottom2 {
    position: absolute;
    bottom: -4px;
    left: 6px;
    right: -2px;
    height: 2px;
    background: #ccdcec;
    opacity: 0.2;
    filter: alpha(opacity=20);
    -ms-filter: "alpha(opacity=20)";
}

.CEUDialog_holder {
}

.CEUDialog {
    z-index: 101;
    position: fixed;
    background: #c6c6c6 url(/images/dialog-bg.jpg) repeat-x top left;
    top: 64px;
    left: 32px;
    width: 420px;
    overflow: visible;
    
    border: 1px solid #616A74;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 24px;
    padding-top: 18px;
    padding-bottom: 18px;
}

.CEUDialog.CEUDialog_hintsmall {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}


.CEUDialog_narrow1 {
    width: 340px;
}

.CEUDialog_narrow1double {
    width: 700px;
}

.CEUDialog_hint {
    width: 700px;
}

.CEUDialog_hint2 {
    width: 700px;
}

.CEUDialog_wide1 {
    width: 450px;
}

.CEUDialog_wide2 {
    width: 600px;
}

.CEUDialog_page {
    display: inline;
    float: left;
    width: 308px;
}

.CEUDialog_page_arrow {
    width: 48px;
    height: 234px;   
    background: transparent url(/images/zoom-icon-next.png) no-repeat center center;
}

.CEUDialog div.CEUDialog_hdredge {
    height: 4px;
}

.CEUDialog_hdredge img.CEUDialog_topleft {
    position: absolute;
    left: 0px;
    top: 0px;
}

.CEUDialog_hdredge div.CEUDialog_top {
    position: absolute;
    background-color: #ccdcec;
    height: 4px;
    left: 4px;
    right: 4px;
    top: 0px;
    border-top: 1px solid #616a74;
}

.CEUDialog_hdredge img.CEUDialog_topright {
    position: absolute;
    right: 0px;
    top: 0px;
}

.CEUDialog div.CEUDialog_inner {
}

.CEUDialog div.CEUDialog_hdr {
    color: #e22e76;
    background-color: transparent;
    padding: 4px 12px;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
}

.CEUDialog.CEUDialog_hint div.CEUDialog_hdr {
    padding: 8px 12px;
}

.CEUDialog div.CEUDialog_hdr_thin {
    color: #616a74;
    background-color: #ccdcec;
    font-size: 15px;
    height: 2px;
}

.CEUDialog_hint div.CEUDialog_hdr {
    background: #ccdcec url(/images/info_icon_2.gif) no-repeat 5px 1px;
}

.CEUDialog div.CEUDialog_hdr h3 {
    cursor: default;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
}

.CEUDialog div.CEUDialog_hdrsep {
    border-left: 4px solid #ccdcec;
    border-right: 4px solid #ccdcec;
    background-color: #616a74;
    height: 1px;
}

.CEUDialog a.CEUDialog_hdrbutton {
    position: absolute;
    top: 10px;
    right: 14px;
}

.CEUDialog a.CEUDialog_hdrbutton_small img {
    position: absolute;
    top: 5px;
    right: 6px;
}

.CEUDialog .CEUDialog_msg {
    background: transparent;
    padding: 12px;
    text-align: left;
    overflow: hidden;
}

.CEUDialog .CEUDialog_msg a {
    color: #E22E76;
}

.CEUDialog .CEUDialog_msg a.cebutton {
    color: #000000;
}

.CEUDialog .CEUDialog_msg .cedlg {
    margin-top: 0px;
}

.CEUDialog .CEUDialog_msg .label {
    color: #000000;
}

.CEUDialog .CEUDialog_msg .dlglabel {
    color: #000000;
    padding-bottom: 8px;
}

.CEUDialog_hint .CEUDialog_msg {
    background: #ffffff;
}

.CEUDialog_hint h2 {
    margin-top: 0px;
}

.CEUDialog_hint h3 {
    margin-top: 0px;
    margin-bottom: 12px;
}

.CEUDialog_hintsmall .CEUDialog_msg {
    background-color: #ffffef;
    padding: 0;
    padding-left: 4px;
    padding-right: 4px;
    height: 31px;
}

.CEUDialog .section {
    margin-bottom: 8px;
}

.CEUDialog .msgbody {
    background-color: #cccccc;
    padding: 5px;
    min-height: 100px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.CEUDialog .CEUDialog_btn {
    background: transparent;
    padding: 0 12px 4px 12px;
    text-align: left;
}

.CEUDialog_hint .CEUDialog_btn {
    background-color: #ffffff;
}

.CEUDialog_hintsmall .CEUDialog_btn {
    background-color: #ffffef;
    padding: 0;
}

.CEUDialog .CEUDialog_btn a.cebutton {
    display: block;
    float: left;
    height: 22px;
    line-height: 22px;
    padding: 2px 8px;
    margin-right: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.CEUDialog input.uploadfile {
    width: 300px;
}

/* ===== Generic buttons ====== */
a.ceredbut {
    font-size: 16px;
    font-weight: bold;
    color: #E22E76;
    text-decoration: none;
    margin-right: 18px;
    text-transform: uppercase;
    background: transparent url(/images/button-chev.png) no-repeat center left;
    padding-left: 11px;
}

a.cebutton {
    font-size: 13px;
    font-family: Arial, sans-serif;
    background: #d1d5d8 url(/images/button-bg.jpg) repeat-x top;
    border: 1px solid #757575;
    padding: 6px 8px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    line-height: 30px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
a.cebutton:active {
    background: #eeeeee url(/images/button-press.jpg) repeat-x top;
}
a.cebutton img { /*for buttons with icons*/
    vertical-align: top;
}

a.cebutton.cedisabled {
    color: #a9b6c2;
    cursor: default;
    background-image: none;
    background-color: #d1d5d9;
}

a.selected {
    background: #eeeeee url(/images/button-press.jpg) repeat-x top;
}

a.cerounded-left {
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
}

a.cerounded-right {
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
}

a.cenorounded {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

a.cenosideborder {
    border-left-style: none;
    border-right-style: none;
}

a.cenosideborder-left {
    border-left-style: none;
}

a.cenosideborder-right {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-right-style: none;
}

.cedevconfirm {
    text-align: center; 
    font-weight: bold; 
    white-space: nowrap;
}

/* ===== Generic dialog component ====== */
.dialog {
    background-color: #ffffff;
    border: 1px solid #616a74;
    width: 400px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.dialog #dialog-header {
    color: #414b56;
    background-color: #e1e7ed;
    padding: 8px 12px;
    font-size: 15px;
}
.dialog #close-x {
    float: right;
}
.dialog #dialog-content {
    padding: 12px;
}
.dialog .section {
    margin-bottom: 8px;
}
.dialog .msgbody {
    background-color: #cccccc;
}
.dialog #dialog-buttons {
    padding: 0 0 12px 12px;
}
.std-field {
    border-top: 1px solid #9a9ea3;
    border-left: 1px solid #9a9ea3;
    border-bottom: 1px solid #c8cdd1;
    border-right: 1px solid #c8cdd1;
    padding: 4px;
    width: 300px;
}
.std-field-narrow {
    border-top: 1px solid #9a9ea3;
    border-left: 1px solid #9a9ea3;
    border-bottom: 1px solid #c8cdd1;
    border-right: 1px solid #c8cdd1;
    padding: 4px;
    margin-left:10px;
    width: 200px;
}
.std-field-wide {
    border-top: 1px solid #9a9ea3;
    border-left: 1px solid #9a9ea3;
    border-bottom: 1px solid #c8cdd1;
    border-right: 1px solid #c8cdd1;
    padding: 4px;
    width: 350px;
}

.rPadded {
    padding-right: 14px;
}

.rPadded-less {
    padding-right: 10px;
}

#celocaledisplay {
}

.buttons {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.cebetatag {
    font-size: 9px;
    color: #8c8c8c;
    position: relative;
    top: -5px;
    font-weight: normal;
}

.cescrolldlg {
    overflow: visible;
    overflow-x: hidden;
    overflow-y: auto;
    height: 260px;
    #padding-bottom: 16px;
    #overflow-y: scroll;
}

.cesmallright {
    width: 100%;
    text-align: right;
    font-size: 10px;
    padding-bottom: 4px;
}

.cebillingdlg_div {
    width: 100%;
    height: 450px;
    border: none;
}

a.cebutton.cebutton-icon {
    position: relative;
    top: 4px;
    padding-top: 8px;
    padding-bottom: 10px;
}

a.cebutton.cenoclick {
    cursor: default;
}

div.cedls {
    position: relative;
    height: 550px;
    overflow: auto;
}

div.cedls table {
    margin-bottom: 12px;
}

div.cedls td {
    padding-top: 8px;
    padding-right: 8px;
    vertical-align: top;
}

div.cedls p {
    margin-top: 0px;
}

span.cedl-title {
    font-weight: bold;
    color: #4277fd;
}

div.cedls a {
    color: #000000;
}

div.cedls a.cedl-title {
    font-weight: bold;
    color: #4277fd;
    text-decoration: none;
}

.dev6 {
        font-size: 18px;
        width: 66px;
        font-family: monospace;
        font-weight: bold;
}

.dev2 {
        font-size: 18px;
        width: 22px;
        font-family: monospace;
        font-weight: bold;
}

