﻿.shadow_1_045 {
  /* needed for Internet explorer */
  /*height: 1em;*/
        text-shadow:1px -1px 0 #a0a0a0;
  filter: Shadow(Color=#a0a0a0, 
                 Direction=45, 
                 Strength=1);

  /* Needed for Gecko */
  line-height: 2em;
  white-space: nowrap;
}

/* 
 * used by browsers which know about
 * :before to create the shadow 
 */
.shadow_1_045:before {
  display: block;
  margin: 0 0 -2.12em 0.15em;
  padding: 0;
  color: #a0a0a0; 
}

/*\*/
html*.shadow_1_045 {

  [color:red;/* required by Safari 
              * so that [] is correctly
              * begun. associated with
              * the property, yet hiding
              * it. Seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    text-shadow: #a0a0a0 1px -1px 0; 

  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}

/*\*/
html*.shadow_1_045:before {

  [color:red;/* required by Safari. 
                seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    display: none;

  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}