.normal
{
       background-color:white;
}
.highlight
{
      background-color:#cccccc;
}
.ModalBackGround
        {
            filter: Alpha(Opacity=50); -moz-opacity:0.5; opacity: 0.5;
            width: 100%; height: 100%; background-color:#ADC2DA;
            position: absolute;
            z-index: 500;
            top: 0px; left: 0px;
        }
.ModalPopup {
                background-color:#ffffdd;
                border-width:3px;
                border-style:solid;
                border-color:Gray;
                padding:3px;
                width:250px;
        }

.noprint{
        display: none;
        }
.thumnail:hover{
	background: #E9CFEC;	
   	color: white;
	 font: 15px Cambria;
}
anchor:hover{
	background: #4863A0;	
   	color: white;
}
.search_categories{
  font-size: 13px;
  padding: 3px 5px 4px 5px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

.search_categories .select{
  width: 120%;
  background:url('arrow.png') no-repeat;
  background-position:80% center;
}

.search_categories .select select{
  background: transparent;
  line-height: 1;
  border: 0;
  padding: 0;
  border-radius: 0;
  width: 120%;
  position: relative;
  z-index: 10;
  font-size: 1em;
}
.-webkit-input-placeholder { color: #333333; opacity: 1 !important; }
.-moz-placeholder { color: #333333;}
.-moz-placeholder {color: #333333;}
.-ms-input-placeholder {color: #333333;}


