/*
 ****************************************************************************
 *                                                                          *
 * Copyright 2010 SunGard. All rights reserved.                             *
 *                                                                          *
 * SunGard or its subsidiaries in the U.S. and other countries is the owner *
 * of numerous marks, including "SunGard," the SunGard logo, "Banner,"      *
 * "PowerCAMPUS," "Advance," "Luminis," "DegreeWorks," "fsaATLAS,"          *
 * "Course Signals," and "Open Digital Campus." Other names and marks used  *
 * in this material are owned by third parties.                             *
 *                                                                          *
 * This [site/software] contains confidential and proprietary information   *
 * of SunGard and its subsidiaries. Use of this [site/software] is limited  *
 * to SunGard Higher Education licensees, and is subject to the terms and   *
 * conditions of one or more written license agreements between SunGard     *
 * Higher Education and the licensee in question.                           *
 *                                                                          *
 ****************************************************************************
  
  AUDIT TRAIL: 8.4.1
    1. Defect 1-B37AGH                                        SVA
     Add audit trails.
    2. Defect 1-DEWUE5                                        SVA
     The search result text is truncated.
  AUDIT TRAIL END

  FILE NAME..: jquery.autocomplete.css
  RELEASE....: 8.4.1
  PRODUCT....: WTLWEB
  COPYRIGHT..: Copyright (C) SunGard 2010. All rights reserved.
*/
.findPageOverlay {
	z-index: 99999;
    position: relative;
	border:2px #448cbb solid;
	background:#fff url(../images/find-page-overlay-bg.png) no-repeat right bottom;
	padding-bottom:10px;
	width: 190px;
	overflow: visible; /* 1-DEWUE5 defect fix*/
}

.findPageOverlay_count {

}

.findPageOverlay hr {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 1px solid #005C96;
}

.findPageOverlay ul,
.findPageOverlay ul li {
	list-style:none;
	margin:0px;
	padding:0px;
}
.findPageOverlay ul li {
	overflow: visible; /* 1-DEWUE5 defect fix */
}
.findPageOverlay ul li a,
.findPageOverlay ul li a:link,
.findPageOverlay ul li a:active,
.findPageOverlay ul li a:visited {
	display:block;
	margin:0px;
	padding:2px 10px 4px 10px;
	color:#369;
	text-decoration:none;
	/*white-space:nowrap; 1-DEWUE5 defect fix */
}

.findPageOverlay ul li a:hover {
	color:#fff;
	background-color:#369;
}

.findPageOverlay div {
	padding:10px 10px 10px 7px;
	font-size:9pt;
	font-weight:bold;
	color:#666;
}

.ac_loading {
	background: white url('../images/indicator.gif') right center no-repeat;
}

.ac_odd {

}

.ac_over {
	
	color: #005C96;
}
