
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * CSS for Enhanced tool
 *  
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


div.tx-dynalist-enh-langtool 
   {
      font-size: 9px;
      font-weight: normal;
      font-family: 'Trebuchet MS', Helvetica, sans-serif;
      font-style: normal;
      text-decoration: none;
      margin:5px;
      border: none;
      height: auto;
      width: auto;
      display: inline-block;
   }
div.tx-dynalist-enh-actions
   {
      margin:0;
      padding:0;   
   }
div.tx-dynalist-enh-block 
   {
      width: 70px;
      height: 18px;
      border: 1px #000000 solid;
      margin:5px;
      float: left;
      padding: 0px;
      color: #002157;
      font-size: 1.2em;
      font-weight: normal;
      font-family: 'Trebuchet MS', Helvetica, sans-serif;
      font-style: normal;
      text-decoration: none;
      position:relative;
   }

div.tx-dynalist-enh-block-lang 
   {
      width:100%;
      /*background-color: black;*/
      font-size: 1.2em;
      font-weight: normal;
      font-family: 'Trebuchet MS', Helvetica, sans-serif;
      font-style: normal;
      text-decoration: none;
      text-align: center;
      float: left;
      margin: 0;
      padding: 0;
      color:black;
      /*opacity:0.1;
      filter:alpha(opacity=10); /* For IE8 and earlier */
      
   }  
   
div.tx-dynalist-enh-block-lang span
   {
      color: black; 
   }  
   
div.tx-dynalist-enh-locked
   {
     background-image: url('dots.png');
   }
div.tx-dynalist-enh-icon, div.tx-dynalist-enh-icon-lock
   {
      width:1.7em;
      height:2em;
      bottom: -1.8em;
      position: relative;
      margin-left: 2px;
      margin-right: 2px;
      right: 0;
      float:right;
      display:inline-block;
   }
       
div.tx-dynalist-enh-icon-lock
   {
      margin-left: 3px;
      float:left;
      opacity:0.6;
      filter:alpha(opacity=60); /* For IE8 and earlier */
   }

div.tx-dynalist-enh-icon-lock span 
   {
      margin-left: 20px;
      float:left;
      color: black;
      font-size: 1.1em;
      font-weight: normal;
      font-family: 'Trebuchet MS', Helvetica, sans-serif;
      font-style: normal;
      text-decoration: none;
      border: 0px solid black;
      white-space:nowrap;
      padding: 1px;
   }

   
div.tx-dynalist-enh-icon img, div.tx-dynalist-enh-icon-lock img
   {
      width:1.5em;
      height:1.5em;
      display: block;
      position: absolute;
   }
   
div.tx-dynalist-enh-lastedit
   {
      clear:both;
      top: 2.4em;
      position: absolute;
      left: 0.5em;
      font-size: 0.8em;
      font-weight: none;
      font-family: 'Trebuchet MS', Helvetica, sans-serif;
      font-style: normal;
      text-decoration: none;
      color:#000000;
   }
img.tx-dynalist-enh-toggle {
      clear:both;
      margin: 3px 0 0 0;
      padding: 0;
      position: relative;
      float:left;
   }
span.tx-dynalist-enh-icon-timer {
      position: absolute;
}
