#QuickFinderList {
	display: block;
}

/* i need this to display the noMach message*/
#QuickFinderList #ScrollWindow .noMatch {
	display: none;
	padding: .8em 0em 0em .8em;
	/*width: 30.5em;*/
}

#QuickFinderList.noMatch #ScrollWindow .noMatch {
	display: block;
	margin:2em;
}


#QuickFinderList ul li {
	list-style-image: none;
	list-style-type:none;
	text-indent: 2em;
	text-align: left;
}

#QuickFinderList ul li.selected {
	background-color: #cccccc;
}

#QuickFinderList ul li a {
	background: url(../images/lightBlueBullet.gif) top left no-repeat;
	padding-left: 1em;
	margin-left: 0em;
}
#QuickFinderList ul li a:hover {
	background: url(../images/orangeBullet.gif) top left no-repeat;
}

#QuickFinderList li.hidden {
	display: none;
}


#qflLinkList{
	width:95%;
}

.searchBoxClass{
	color:#666666;
}

.AZnonLink{
	color:#C5C5C5;
}

#AZList {
	text-align: center;
	font-size: 130%;
}
#AZList a{
	font-weight: bold;
}

#AZList .notLink {
	text-decoration:none;
	font-weight: bold;
}

li div a:hover {
	text-decoration: none;
}

.centerpos {
	display: inline;
}

#result{
	font-weight:bold;
	font-size: 150%;
	background-color: #5F7C9B;

	color:#FFFFFF;
	width:95%;
	margin-left:1.1em;
}

#sform {
	margin:auto;
	width:45em;
}

#left{
	width:7em;
	font-size: 130%;
	float:left;
	/*padding-top:1.7em;*/
	padding-top:0.4em;
}

#right {
	width:35px;
	float:left;
}

#searchbox {
	border:1px solid #cccccc;
	width:30em;
	padding-left:.4em;
}

#texting {
	float:left;
	width: 90%;
    margin-top: 0.3em;
    border: 0;
}

#button-container {
	float:right;
	width:1.6em;
	height:1.6em;
	margin:.3em;
	margin-right:0.3em;
}

#radios {
	display:none;
}

#tabs{
	width:30em;
}

.tab {
	position:relative;
	bottom:-1px;
	border:1px solid #cccccc;
	border-bottom: 0px;
	float:left;
	width:6em;
	text-align:center;
	color:#002E5D;
	background-color: #e5e5e5;
	padding:.3em;
	cursor:pointer;
}
.tab:hover a, .tab.hover a{
	text-decoration: none;
	color: #002E5D;
}
.tab.selected {
	background-color:#FFF;
}
.tab:hover, .tab.hover {
	background-color:#C5C5C5;
}
#full-text-tab {
	border-right: 0px;
}
#titles-tab {
	border-left: 0px;
}


.totop {
	float:right;
	font-size: 0.6em;
   	font-weight: normal;
   	margin-right: 0.2em;
}


.totop a:hover {
	text-decoration:underline;
}
