h3 {
	font-size: 1.25em;
	font-weight: bold;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.patronInfo {
	text-align: center;
}

.searchResult {
	margin: .67em 0;
}

.searchResultsIndent {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 17px;    
	border: 0px solid #0000FF;
}

.fullContainer {
	border: 1px solid #CCCCCC;
}

.error, .redtext {
	color: #FF0000;
	font-weight: bold;
}

.noerror {
   	color: green;
	font-weight: bold;
	font-size: 1.25em;
}


.underlined {
   	color: red;
	font-family: arial, sans-serif;
	text-decoration: underline;
}

.spellemphasis {
   	color: red;
	font-weight: bold;
	overflow: hidden;
}

.button,
.btnType {
	height: 20px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
	font-size: .75em;
	background: #F0F0F0;
	padding-top: 0px;
        white-space: nowrap;
}

.basicSearchBar {
	border: 0px;
	margin: auto;
	padding: 0px;
	text-align: center;
}

.searchWithinBar {
	width: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	padding-bottom: 15px;
}

.complete {
	background-image: url(../images/menuline-background.jpg);
	border: 0px;
}

.notcomplete {
	background-color: #d6dfef;
	border-left: 1px solid blue;
}

form table {
	width: auto;
}

/*****************************************************************************/
/*                             AJax Search Bar                               */
/*****************************************************************************/

.BasicSearch {
	font: bold small Arial, Helvetica, Sans-serif;
	width: auto;
	margin: auto;
	text-align: center;
}

.QuickSearchFor {
    font-size: 10pt;
    width: 265px;
}

.QuickSearchBy {
    width: 101px;
}

.QuickSearchMatFilter {
    width: 120px;
}

