
p.normalText
{
	font-family: @Arial Unicode MS;
	}

p
{
	font-family: @Arial Unicode MS;
	}
	
	
body
{
	font-weight: normal;
	font-family:   Verdana, @Arial Unicode MS, Arial;
	font-size: .8em;
	letter-spacing:normal;
	text-transform: none;
	word-spacing: normal;
	
	
	
}

/*Hit Highlighting*/
.HitSpan{
	background-color: #79ebff;
}

.HitSpanLetters
{
	color: red;
	
	
}


/*instructions on pages */
.instrSmall{
	font-size:	xx-small;	
}

/* login table */
.LoginTable 
{
	background-image: url('WSSwirl.jpg');
	background-position: center;
	background-color: Gray;
	
	left: 60px;
	position: absolute;
}

/* general search page settings */
.SearchPage
{
	background-image: url('WSSwirlLite3.jpg');
	background-position: center;
	background-color: White;
	
	
	left: 40px; position: absolute;
}


h3
{
	left: 40px; position: absolute;
}

/* logoutbutton - make it look like a url /*
/*left justify*/
.LogOutButton
{
	 left: 0;
	 text-align: right;
	 margin-left: 0;
	 position: fixed;
	 text-decoration:underline;
}

      
      /* WordWheel*/

      /* Words in List*/
      span.spanTextDropdown{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 150px;
        z-index: 101;
        background-color: #C0C0C0;
        border: 1px solid #000000;
        padding-left: 2px;
        overflow: visible;
        display: none;
        font-family: arial;
        
      }

	  /* letters being typed*/
      span.spanMatchText{ text-decoration: underline;
        font-weight: bold;
        font-family: arial; }
        
      /* Every word in List */  
      span.spanNormalElement{ background: #C0C0C0;
                                font-family: arial; }
                                
      /* selected word in list */
      span.spanHighElement{ background: #000040;
        color: white;
        cursor: pointer;
        font-family: arial; }
      span.noMatchData{ font-weight: bold;
        color: #0000FF;
        font-family: arial; }



