/* divaPOP.css v 2.0.5 e*/
/*Copyright (c) 2007-2008 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. */

/* ****   The selectors with the trailing comma target just IE  **** */

.divaPOP_, .divaPOP_pdf, .divaPOP_outlink, .divaPOP_image, .divaPOP_imgR, .divaPOP_imgL {background-repeat:no-repeat !important}

/* **** Use only ONE OR THE OTHER of the next two code blocks - Option Left OR Option right **** */

/* ** OPTION LEFT: position icon to Left of links ** */
.divaPOP_, .divaPOP_pdf, .divaPOP_outlink, .divaPOP_image {background-position:0 50% !important; padding-left:15px !important}
.divaPOP_, .divaPOP_pdf, .divaPOP_outlink, .divaPOP_image,{background-position:0 20% !important;}

/* ** OPTION RIGHT: position icon to Right of links ** */
/* 
.divaPOP_, .divaPOP_pdf, .divaPOP_outlink, .divaPOP_image {background-position:100% 50% !important; padding-right:15px !important} 
.divaPOP_, .divaPOP_pdf, .divaPOP_outlink, .divaPOP_image,{background-position:100% 80% !important}
*/

/* ** Provide icon positioning overrides by way of optional manually added classes ** */
.divaPOP_imgR {background-position:100% 50% !important; padding-right:15px !important; padding-left:0 !important}
.divaPOP_imgR,{background-position:100% 80% !important}
.divaPOP_imgL {background-position:0 50% !important;    padding-left: 15px !important; padding-right:0 !important}
.divaPOP_imgL,{background-position:0 20% !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}
.divaPOP_image {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}

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

/* ****  This is to handle a bug in IE up to IE7 .  Don't change this setting unless you know what you are doing!**** */
/*.divaPOP_iewrap_private{padding-right:1px !important; padding-left:1px !important}*/
/*.divaPOP_iewrap_private{padding:0 1px 0 0 !important; padding:0 0 0 1px !important}*/
.divaPOP_iewrap_private{padding:0; margin:0 !important; border:none !important; float:none !important; background:none;}