/* Stylesheet for WCL prototype */
/* Erik Ackermann */
/* 2-7-10 */
	
#search-databases {
	position: relative;
	display: block;
	left: 160px;
	top: -40px;
	}

/* searchtabs style */

#searchtabs {
	position: absolute;
	display: block;
	width: 350px;
	height: 19px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#searchtabs li {
	display: block;
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	font: normal 11px Arial, Helvetica, sans-serif;
	line-height: 19px;
	text-align: center;
	}

#searchtabs li a {
	display: block;
	width: 57px !important;
	height: 19px !important;
	margin: 0;
	padding: 0;
	background: url('../images/tab.png') no-repeat;
	color: #ffffff;
	cursor: pointer
	}
	
#searchtabs li a:link {
	color: #ffffff;
	}
	
#searchtabs li a:visited {
	color: #ffffff;
	}

#searchtabs li a:hover {
	text-decoration: underline;
	color: #dd6b1c;
	}

#searchtabs li a.selected {
	background: url('../images/selected-tab.png') no-repeat;
	position: relative;
	color: #ffffff;
	cursor: normal
	}

#searchtabs li a.selected:hover {
	text-decoration: none;
	}

/* worldcat-search-form */

#worldcat-search-form {
	position: absolute;
	top: 19px;
	left: 0;
	display: block;
	/*width: 509px;*/
	width: 409px;
	height: 34px;
	background: url('../images/base.png') no-repeat top left;
	}

#worldcat-search-form #q {
	position: absolute;
	top: 7px;
	left: 5px;
	display: block;
	/*width: 420px;*/
	width: 320px;
	height: 17px;
	margin-left: auto;
    margin-right: auto;
	padding: 0;
	border: 1px solid #cccccc;
	}

#worldcat-search-form #wcsbtn2w { /*search button*/
	position: absolute;
	top: 7px;
	/*left: 435px;*/
	left: 335px;
	display: block;
	width: 65px;
	height: 19px;
	margin: 0;
	}

#worldcat-advanced-search {
	position: absolute;
	top: 60px;
	left: 185px;
	font: normal 11px Arial, Helvetica, sans-serif;
	}

#worldcat-advanced-search a {
	color: #0000BB;
	}

#oasys-link {
	position: absolute;
	top: 60px;
	left: 0px;
	font: normal 13px Arial, Helvetica, sans-serif;
}

#oasys-link a {
	color: #0000BB;
}

#help-link {
	position: absolute;
	top: 60px;
	left: 370px;
	font: normal 11px Arial, Helvetica, sans-serif;
}

#help-link a {
	color: #0000BB;
}

#worldcat-logo {
	position: absolute;
	/* new position */
	top: 0px;
	left: -150px;
	height: 68px;
	
	/* old position */
	/* top: 60px; */
	/* /*left: 400px;*/ */
	/* left: 300px; */
	}

/* //////////////////// WORLDCAT SEARCH  //////////////////// */ 

#div-search {
	border: 1px solid red;
	}
	
#div-search .search-for {
	font-weight: bold;
	padding: 0 2px;
	vertical-align: middle;
	}

#div-search .search-query {
	padding: 0 2px;
	vertical-align: middle;
	}

#div-search .search-button {
	padding-right: 15px;
	vertical-align: middle;
	}

#div-search .search-button input.button-search {
	color: #fff
	}

#div-search .search-advanced {
	font-size: 11px;
	vertical-align: middle;
	white-space: nowrap;
	}

/* tab style */

.shadetabs {
	margin: 0;
	padding: 0px;
	font: 12px bold;
	list-style-type: none;
	text-align: left;
	border: 1px solid blue;
	}

ul.shadetabs li {
	display: inline;
	margin: 0;
	font-size: 10px;
	}

.shadetabs li a {
	z-index: 1;
	position: relative;
	display: block;
	float: left;
	width: 43px !important;
	height: 10px !important;
	margin-right: 13px;
	margin-left: -10px;
	background: url('../images/tab.png') no-repeat;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	cursor: pointer; padding-left:7px; padding-right:7px; padding-top:3px; padding-bottom:3px
	}

.shadetabs li a:visited {
	color: #a0a0a0;
	}

.shadetabs li a:hover {
	text-decoration: underline;
	color: #a0a0a0;
	}

.shadetabs li a.selected {
	background:url('../images/selected-tab.png') no-repeat;
	position: relative;
	color: #fff;
	cursor:pointer
	}

.shadetabs li a.selected:hover {
	text-decoration: none;
	}

#worldcat-search-box {
	/*width: 470px;*/
	width: 570px;
	padding: 5px;
	background: url('../images/base.png') no-repeat top right;
	}

#worldcat-info-button {
	position: relative;
	top: 2px;
	left: 235px;
	display: block;
	width: 15px;
	height: 15px;
	}
