/*  ----------------- main finder body ---------------------- */
.finder {
}

.finder-body {
	border: none;
	clear: both;
}

.finder-body td {
	padding: 10px 20px 10px 20px;
}

/* back1 is color for regular finder, back2 for advanced finder */
.finder-back1 td {
	background-image: url("images/w-bg-grad-finder-fff2dd.gif"); 
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ffffff;

}

.finder-back2 td {
	background-image: url("images/w-bg-grad-finder-ede0cb.gif"); 
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ffffff;
}

/* error messages */
.finder-message {
	font-family: Verdana; 
	font-size: 10pt; 
	font-weight: bold; 
	color: #900; 
	background: #fff;
	margin-bottom: 3px;
	border: 1px dotted #666;
	padding: 2px 5px;
	white-space: normal;
	width: 400px;
}

.finder-picks {
	margin: 0 0 15px 35px;
}

.finder-picks span {
	margin-left: 25px;
}

.finder-links {
	margin: 5px 0 0 5px;
}

.finder-links a {
	margin-left: 30px;
}

.highlights {
	margin: 3px 0 3px 35px;
	white-space: nowrap;
	color: #000;
	font-weight: normal;
}

.highlights textarea {
	height: 180px; 
	width: 200px; 
	background: #eee; 
	color: #666; 
	border: 1px dotted #666;
}

.highlights-extra textarea {
	height: 220px; 
}


/*  ---------- new rounded corner tabs  --------------------- */

.finder-rounded-tabs {
	float: left;
	/* this makes finder in IE extend about 50 screens wide
		width: 96%;
		margin-left: 2%;
	*/
	width: 100%;
  	font-size:93%;
	background:url("images/bar-blue.gif") repeat-x bottom;
}

.finder-rounded-tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.finder-rounded-tabs li {
	float: left;
	background: url("images/tab-7799cc-left.gif") no-repeat left top;
	margin-right: 5px;
	padding: 0px 0 0px 9px;
}

.finder-rounded-tabs li input {
	display :block;
	background: url("images/tab-7799cc-right.gif") no-repeat right top;
	text-decoration: none;
	padding: 1px 15px 1px 6px;
	border: 0;
	font-family: Arial; 
	font-size: 9pt; 
	font-weight: bold;
	color:#5e5e5e;
	cursor: pointer;
	margin: 0;
}

.finder-rounded-tabs li input:hover {
	color: #802b27;
}

.finder-rounded-tabs li.current {
	position: relative;
	bottom: -1px;
	top: 1px;
}

.finder-rounded-tabs li.current input {
	display: block;
	padding: 1px 15px 1px 6px;
	text-decoration:none;
	font-family: Arial; 
	font-size:9pt; 
	font-weight: bold;
	color: #245;
	cursor: text;
}

/* back1 is color for regular finder, back2 for advanced finder */
.finder-back1 li.current {
	background-image:url("images/tab-finder-fff2dd-left.gif");
}
.finder-back1 li.current input {
	background:url("images/tab-finder-fff2dd-right.gif") no-repeat right top;
}

.finder-back2 li.current {
	background-image:url("images/tab-finder-ede0cb-left.gif");
}
.finder-back2 li.current input {
	background:url("images/tab-finder-ede0cb-right.gif") no-repeat right top;
}


/*  ---------------- advanced mode textarea and move button ---------------------- */

.finder-textarea {
	padding: 25px 20px 10px 20px;
	width: 180px;
	border: 1px solid #666;
	/*background: #fff2dd !important;*/
	background-image: url("images/w-bg-grad-finder-fff2dd.gif"); 
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ffffff !important;

}

.finder-textarea textarea {
	width: 180px;
	height: 180px;
	margin-top: 8px;
}

.finder-textarea-and {
	padding: 12px 20px 10px 20px;
}

.finder-textarea-and textarea {
	height: 90px;
	margin-top: 0;
}

td.move-button {
	vertical-align: middle;
	padding: 0 20px 0 20px;
}

td.move-button-and {
	vertical-align: top;
}

.move-button button {
/*	background: #fff2dd;*/
	color: #666;
	border: 1px solid;
	border-top-color: #aaa;
	border-left-color: #aaa;
	border-right-color: #666;
	border-bottom-color: #666;
	font-family: Verdana, sans-serif; 
	font-weight: bold; 
	font-size: 100%; 
	text-align: center;
	overflow: visible; /* lets us override IE extra padding */
	padding: 6px;
	cursor: pointer;

	background-image: url("images/w-bg-grad-finder-fff2dd.gif"); 
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ffffff;



}

/*  ----------------- codes list, buttons, etc  -------------------------------------- */
/*  ----------------- color1 for regular mode, color2 advanced  ---------------------- */
.codes-div {
	margin-top: 4px;
	width: 400px;
	height: 180px;
	overflow: scroll;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	background-color: #fff;
}

.codes-div-extra {
	height: 220px;
}

.codes {
	margin-top: -3px;
	margin-left: -3px;
	border-bottom: none;
}

.codes-color1 {
	background: #fff;
	color: #000;
}

.codes-color2 {
	background: #f6f6f6;
	color: #555;
}

.browse-buttons {
	margin-top: 5px;
/*	margin-bottom: 8px; */
	white-space: nowrap;
}

.browse-buttons input {
	margin-right: 5px;
}

.finder-buttons input {
	font-family: Verdana, sans-serif; 
	font-weight: bold; 
	font-size: 85%; 
	padding: 1px 6px;
	border: 1px solid;
	border-top-color: #aaa;
	border-left-color: #aaa;
	border-right-color: #555;
	border-bottom-color: #555;
}

.finder-buttons-color1 input {
	background: #d0d0d2;
	color: #555;
}

.finder-buttons-color2 input {
	background: #e2e2e4;
	color: #666;
}

/* slightly ligher text for advanced mode */
.text-lite { 
	font-family: Verdana; 
	font-size: 10pt; 
	font-weight: normal; 
	color: #333; 
	line-height: normal
}


/*  ----------------------- search form ---------------------- */

.search {
	margin: 5px 0 10px 0;
	float: left;
}

.search input { 
	display: block;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

.search select {
	margin-top: 10px;
}

.search .finder-buttons {
	margin-top: 20px;
}

.finder-note {
	margin-bottom: 5px;
	color: #000;
	font-weight: normal;
}

.search-hit {
	color: #00f;
}
.search-phrase {
	background: white;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #666;
	font-weight: bold;
	text-align: center;
}

/*  ----------------------- details page ---------------------- */
.finder-details {
	width: 400px;
	height: 228px;
	overflow: auto;
	background: #fff;
	border: 1px solid #666;
	margin-bottom: 10px;
	margin-top: 15px;
}

.finder-details-extra {
	height: 268px;
}

.finder-details table { 
}

.finder-details th {
	font-family: Arial; 
	font-size: 10pt; 
	background: #fff; 
	color: #000; 
	font-weight: bold; 
	text-align: left;
	padding: 3px 6px;
	white-space: nowrap;
	text-align: right;
	vertical-align: top;
}

.finder-details td {
	font-family: Arial; 
	font-size: 10pt; 
	background: #fff; 
	color: #000; 
	font-weight: normal;
	padding: 3px 6px !important;
}

.finder-details-first th {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	color: #000;
	background: #f2f2f4;
	font-family: Verdana;
	text-align: right;
}

.finder-details-first td {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	color: #000;
	background: #f2f2f4;
	font-family: Verdana;
	font-weight: bold; 
	text-align: left;
}

.finder-details-last {
}

