﻿-﻿/* general font color/reset */
body .avpw *,
body .avpw a,
body .avpw a:link,
body .avpw a:hover,
body .avpw a:visited,
body .avpw a:active {
  color: #4d4d4d;
}

/* default buttons */
body .avpw .avpw_button {
    background-image: none;
    background-color: #f2f2f2;
    border: solid 1px #cccccc;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* hover */
body .avpw .avpw_button:hover {
    border: solid 1px #bbb8b3;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* pressod */
body .avpw .avpw_button.avpw_button_down {
    margin-top: -17px;
    background-image: none;
    background-color: #e2e2e2;
}
/* primary button
 * (overriding color on these links so
 * we have to be explicit)
 */
body .avpw .avpw_primary_button,
body .avpw .avpw_primary_button:link,
body .avpw .avpw_primary_button:visited,
body .avpw .avpw_primary_button:active {
    margin-top: -17px;
    background-image: none;
    background-color: #62C3C4;
    color: #ffffff;
    border: solid 1px #62C3C4;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* We're only using one crop present, so we don't want the dropdown to display */
#avpw_crop_custom {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/* We're only using one crop present, so we don't want the dropdown to display */
#avpw_crop_presetopen {
    visibility : collapse;
}