/* Review Page CSS-Summary */
/*Hide These Elements*/
.hidden, .foundas, .shadow, .controls span, .controls img, .type, .bookjacket, .date, .details, .author b, br {display:none;}
.controls input {position: absolute;}
.controls {_position: relative; _float: left;}

.result {position:relative; margin:0px 5px 13px 5px; *padding: 1px;}
.resultsbox, .resultsboxhover, .resultsboxactive {position:relative; _height:auto !important; _width:100%; *width:100%; _overflow:hidden; border:0px !important; border-bottom:1px solid #666666 !important; padding-bottom:13px; _padding-bottom:0px;}

.record {position:relative; _height:1%; padding-top:0px; margin-left: 25px;}
.title {position:relative;}

.title a:link, .title a:visited {font-size:12pt; color:#444444; text-decoration:none; font-weight:bold;}
.title a:link:hover, .title a:visited:hover {color:#444444; text-decoration:none;}

.iteminfo div {_height:1%;}

.author, .date, .details, .locations, .location {position:relative; margin-left:15px; *height:1%;}
.author, .found, .locations {font-size:12pt;}

.locations b {font-weight:normal; font-style:italic;}


/******COLOR SCHEME******/

#results {background:white; padding:5px; border:0px solid #000; opacity:.9; margin:5px;}
.resultsbox, .resultsboxhover, .resultsboxactive { background:white !important;}
.controls {background: Transparent !important;}

.author a, .author a:hover {color:#000000 !important; text-decoration:none !important;}

.resultsbox .title, .resultsboxhover .title, .resultsboxactive .title {border-bottom-color:transparent !important; background:transparent !important;}

.sortnum, .avail, .reshelve, .overdue, .missing, .lost, .tansit, .hold, .nonout, .out {color:#000000 !important;}


@media print{
	#results {border:0px  !important;}
}

