/* dark: ${color.dark}
   medium: ${color.medium}
   light: ${color.light} */


body.new_ui .cp_contentHeader .img-polaroid img {
  background-color: #A9A9A9;
}


body.old_ui .portlet,
body.old_ui .cp_tabs li,
body.old_ui .cp_tabBodyWrapper,
body.old_ui .contentFooterBody,
body.old_ui .contentFooterTabArea,
body.old_ui .previewIndicator,
body.old_ui .pageLoadingIndicator div,
body.old_ui .contentTable,
body.old_ui .contentItem,
body.old_ui .contentEntry,
body.old_ui .cp_contentHeaderWarning,
body.old_ui .cp_form_inner,
body.old_ui .cp_table,
body.old_ui .cp_showAllComments:hover,
body.old_ui .cp_comment,
body.old_ui .cp_commentReply .cp_comment,
body.old_ui .cp_darkBorder,
body.old_ui .cp_darkBorderHover:hover {
    border-color: #A9A9A9;
}

body.old_ui th.dataTableHeader,
body.old_ui input.button,
body.old_ui a.buttonLink:visited,
body.old_ui a.buttonLink:link,
body.old_ui a.buttonLink,
body.old_ui .contentFooterTabActive,
body.old_ui .portletHeader,
body.old_ui .cp_filterBar,
body.old_ui .darkBackground,
body.old_ui .cp_navigationBar,
body.old_ui .cp_darkBackground,
body.old_ui .cp_darkBackgroundHover:hover {
    background-color: #A9A9A9;
}

body.old_ui .evenRow,
body.old_ui .comment .commentHeader,
body.old_ui .contentEntryHeaderBlock,
body.old_ui .contentItemHeaderBlock,
body.old_ui .contentEntryFooter,
body.old_ui input.button:focus,
body.old_ui input.button:hover,
body.old_ui a.buttonLink:focus,
body.old_ui a.buttonLink:hover,
body.old_ui .cp_mediumBackground,
body.old_ui .cp_mediumBackgroundHover:hover {
    background-color: #FFF;
}

body.old_ui .stepHeader,
body.old_ui .dataElementLabel,
body.old_ui .cp_mediumBorder,
body.old_ui .cp_mediumBorderHover:hover {
    border-color: #FFF;
}

body.old_ui .oddRow,
body.old_ui .addContent:hover,
body.old_ui .addContent-expanded,
body.old_ui .cp_page,
body.old_ui .cp_contentHeader,
body.old_ui .cp_pageSidebar,
body.old_ui .cp_showAllComments,
body.old_ui .cp_lightBackground,
body.old_ui .cp_lightBackgroundHover:hover {
    background-color: #FFF;
}

body.old_ui .cp_showAllComments,
body.old_ui .cp_lightBorder,
body.old_ui .cp_lightBorderHover:hover {
  border-color: #FFF;
}

