/* divaPOP.css v 1.1.7 */
/*Copyright (c) 2007 divaHTML : Thierry Koblentz & E Michael Brandt. All rights reserved.*/

/* NOTE: The active divaPOP selectors below all contain an underscore.  HOWEVER, when you need to add these classes manually to your page, OMIT the UNDERSCORE!  So, for example, use "divaPOPimgR"' and NOT "divaPOP_imgR".  In javascript-enabled browsers, divaPOP will add the underscore to "activate" the styling. */

/* ****  These are just so Dreamweaver will offer these classes to you in its select boxes (see Note above)  **** */
.divaPOPpdf, .divaPOPoutlink, .divaPOPimgR, .divaPOPimgL, .divaPOPimgX, .divaPOPskip, .divaPOPnorel, .divaPOP {}


/* ****  Comment out one or the other of the two options below  **** */
/*    (The selectors with the trailing comma target just IE, with styling to address its mishandling of bg position when linked text wraps to multiple lines)    */

/* ** OPTION LEFT: position icon to Left of link by default, and provide a Right override to add manually ** */
.divaPOP_, .divaPOP_pdf, .divaPOP_outlink {padding-left:15px !important; background-position:0 50% !important; background-repeat:no-repeat !important}
.divaPOP_, .divaPOP_pdf, .divaPOP_outlink,{background-position:0 0 !important;}
.divaPOP_imgR {padding-right:15px !important; background-position:100% 50% !important; background-repeat:no-repeat !important}
.divaPOP_imgR,{background-position:100% 100% !important;}

/* ** OPTION RIGHT: position icon to Right of link by default, and provide a Left override to add manually ** */
/* 
.divaPOP, .divaPOP_pdf, .divaPOP_outlink {padding-right:15px !important; background-position:100% 50% !important; background-repeat:no-repeat !important} 
.divaPOP, .divaPOP_pdf, .divaPOP_outlink,{background-position:100% 100% !important}
.divaPOP_imgL {padding-left:15px !important; background-position:0 50% !important; background-repeat:no-repeat !important}
.divaPOP_imgL,{background-position:0 0 !important}
*/
 
 
/* ****  change images if you wish  **** */ 
.divaPOP_ {background-image:url(i/divaPOPout_1.gif) !important}
.divaPOP_pdf     {background-image:url(i/divaPOPpdf_1.gif) !important} 
.divaPOP_outlink {background-image:url(i/divaPOPout_1.gif) !important}

/* ****  provides the No-Image option  **** */
/* If your site typically uses a bg image, or padding, on anchors, you may edit the values below to match those */ 
.divaPOP_imgX  {background-image:none !important; padding-left:0 !important; padding-right:0 !important}


