body {
  background-image: url(/images/bg.gif);
  background-color: #000033;
  color: #FFFF00;
}

a:link    { color: #00FF00; }
a:active  { color: #FF0000; }
a:visited { color: #00CC66; }
a:hover   { color: #FF0000; }


.sign {
  background-image: url(/images/bgt.gif);
  text-align: center;
  color: #000066;
}
.sky {
  background-image: url(/images/bg.gif);
  text-align: center;
}

td.aspects {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  text-align: center;
}

a.sign:link{ color: #0000FF; }
a.sign:active{ color: #800000; }
a.sign:visited{ color: #800080; }
a.sign:hover{ color: #FF0000; }


textarea.TC_LANG_update {
  width:300;
  height:20ex;
}
  
#LSHighlight {
  background-color: #00C;
  color:	#FF0;
  border: 1px solid #CCC;
}

.LSRow {
margin: 0px;
margin-bottom: 1px;
color:	#003;
padding: 3px 10px;
line-height: 1.2em;
line-height: 1.2em; 
border: 1px solid #eee;
z-index: 17;
white-space: nowrap;
}


#LSDiv {
   width: 145px;
}

#LSDiv ul  {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-top: 5px;
    }

#LSDiv li {
    margin: 0px;
    line-height: 1.3em;
    padding-top: 0px;
    padding-bottom: 3px;
    text-indent: -1em;
    padding-left: 1em;
    padding-right: 1em;
    border: 0px;
}


 #LSResult {    
      position: absolute;
      background-color: #aaa; 
      min-width: 180px; 
      margin-left: 2px;
      margin-top: 1px;
  }
  
  #LSShadow {
      position: relative;
      right: 1px;
      bottom: 6px;
      background-color: #666; /*shadow color*/
      color: inherit;
  }
  
   
 #LSResult ul {
     margin-bottom: -5px;
     margin-top: 0px;
     padding-top: 0px;  
 }
 
 .LSRes {
      position: relative;
      bottom: 1px;
      right: 1px;
      background-color: EEE;
      border:  1px solid #AAA;
  }
  
#livesearch {
    width: 140px;
    display: block;
}
    

