/* divaPOP.css v 1.0 */
/*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 {}


/* ****  Comment out one or the other of the two options below  **** */

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

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

/* ****  provides the No-Image option (nothing to edit here)  **** */
.divaPOP_imgX  {background:url();padding:0;)}





