﻿/* "Edit Module" button that appears on the front-end for authorized users. */
.webmodules_editModuleLink,
a.webmodules_editModuleLink,
a.webmodules_editModuleLink:link,
a.webmodules_editModuleLink:visited
{
    background-color: #FFFFA5 !important;
    padding: 1px 2px 2px 2px !important;
    border: 1px dotted gray !important;
    position: absolute !important; /*preserve layout*/
    color: Blue !important;
    font-size: 12px !important;
    font-weight: normal !important;
    text-decoration: underline !important;
    /*background: white url(/WebModules/Admin/Images/Icons/Small/Module.gif) no-repeat center left !important;*/
}
.webmodules_editModuleLink:hover,
a.webmodules_editModuleLink:hover
{
    color: #00A2FF !important;
}

/* "Edit Page" button that appears on the front-end for authorized users. */
.webmodules_editPageLink,
a.webmodules_editPageLink,
a.webmodules_editPageLink:link,
a.webmodules_editPageLink:visited
{
    background-color: #FFFFA5 !important;
    padding: 1px 2px 2px 2px !important;
    border: 1px dotted gray !important;
    position: absolute !important; /*preserve layout*/
    top: 5px !important;
    left: 5px !important;
    color: Blue !important;
    font-size: 12px !important;
    font-weight: normal !important;
    text-decoration: underline !important;
    /*background: white url(/WebModules/Admin/Images/Icons/Small/Webpage.gif) no-repeat center left !important;*/
}
.webmodules_editPageLink:hover,
a.webmodules_editPageLink:hover
{
    color: #00A2FF !important;
}

/* "Edit Token" button that appears on the front-end for authorized users. */
.webmodules_editTokenLink,
a.webmodules_editTokenLink,
a.webmodules_editTokenLink:link,
a.webmodules_editTokenLink:visited
{
    background-color: #FFFFA5 !important;
    padding: 1px 2px 2px 2px !important;
    border: 1px dotted gray !important;
    position: absolute !important; /*preserve layout*/
    color: Blue !important;
    font-size: 12px !important;
    font-weight: normal !important;
    text-decoration: underline !important;
    /*background: white url(/WebModules/Localization/images/world_edit.gif) no-repeat center left !important;*/
}
.webmodules_editTokenLink:hover,
a.webmodules_editTokenLink:hover
{
    color: #00A2FF !important;
}
