/* scilib.css
marc rubin
*/

.sciLibNav {
	color: white;
	background: #0093D0;
	margin: 0 1px 1px 0;
	padding: 5px 5px 5px 10px;
}
.sciLibNav form {
	/*width: 95%;*/
	font-weight: bolder;
}
.sciLibNav select {
	width: 95%;
	color: #666;
	font-size: .8em;
}
.sciLibNav p {
	margin:0 5px 0 0;
}
.sciLibSearchRadio {
	width: 10%;
	border: none;
	margin-right: .1em;
	margin-bottom: -.1em;
}

.sciLibList {
   float: left;
   display: inline;
   margin: 0 0 0 0px;
   width: 600px;
	font-family: Arial, Helvetica, sans-serif;
}
.sciLibList hr {
	display: block;
	margin-bottom: 1em;
	margin-top: 0px;
}
.sciLibListHead {
   margin: 0 0 6 0;
   padding: 4px 10px 3px 10px;
   background: #D5D5D5;
   font-size: 14px;
	font-weight: bolder;
   color: #616161;
}
.sciLibList .content{
	margin-left: 10px;
	padding-right: 15px;
}
.sciLibList .publication {
	font-size: 1em;
	background: #EEEEEE;
	padding: 0 0 0 4px;
}

.sciLibConfirm {
	font-family:sans-serif;
	font-weight:bolder;
	font-size: smaller;
}
* html .sciLibConfirm {
	font-size: medium;
}
.sciLibConfirm form {
	text-align: center;
}
.sciLibConfirm input.button {
	font-weight: bolder;
}