@media print					{ ul.tabs { display: none; } }

ul.tabs							{ font-size: 12px; list-style: none; background: #b6b5a0; background: -webkit-gradient(linear, left top, left bottom, from(#a6a590), to(#868570)); background: -moz-linear-gradient(top, #a6a590, #868570); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6a590', endColorstr='#868570'); padding-left: 3px; min-height: 27px; line-height: 27px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; -border-top-left-radius: 3px; -border-top-right-radius: 3px; font-size: 15px; margin: 0 0 1.5em; position: relative; }

ul.tabs:after					{ display: block; clear: both; content: " "; }

ul.tabs li						{ float: left; background: none; padding: 0 1px; margin-top: 4px; }

/* Hide the panels */
ul.tabs ~ .panel				{ display: none; }
/* And now show the selected panel */
ul.tabs ~ .panel.selected		{ display: block; }

ul.tabs li.selected				{ color: #333; }

ul.tabs li a, ul.tabs li a span	{ display: block; }

ul.tabs li a					{ white-space: nowrap; text-decoration: none; text-shadow: none; background: #e6e5d0; padding: 0 9px; background: -webkit-gradient(linear, left top, left bottom, from(#f6f5e0), to(#c6c5b0)); background: -moz-linear-gradient(top, #f6f5e0, #c6c5b0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f5e0', endColorstr='#c6c5b0'); color: #001e4c; border: solid 1px #666; border-bottom: none; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -border-top-left-radius: 4px; -border-top-right-radius: 4px; }

ul.tabs li a:hover				{ background: -webkit-gradient(linear, left top, left bottom, from(#ffffee), to(#d6d5c0)); background: -moz-linear-gradient(top, #ffffee, #d6d5c0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffee', endColorstr='#d6d5c0'); }

ul.tabs .selected a				{ background:transparent url(http://media.lib.byu.edu/images/hbll/searchtabs_current.png) no-repeat scroll center bottom; text-shadow:none; }

ul.tabs .selected a, ul.tabs a:hover, ul.tabs a:focus, ul.tabs a:active { outline: 0; color:#001e4c; }

*>.tabs a span					{ width: auto; height: auto; }

ul.tabs .selected a:link, 
ul.tabs .selected a:visited, 
ul.tabs .disabled a:link,
ul.tabs .disabled a:visited		{ cursor: pointer; border-top: solid 1px #666; background: #fff; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff'); color: #000; padding: 0 9px; }

ul.tabs a:hover, ul.tabs a:focus, ul.tabs a:active { cursor: pointer; }
