/* CSS Document */
.yui-t3 .yui-b {
	/* resize from 300 px to 240 px */
	width: 18.4615em; /* 13 px/em */
	*width: 18em; /* 13.333... px/em */
}
.yui-t3 #yui-main .yui-b {
	/* resize from 315 px to 255 px */
	margin-left: 19.6154em; /* 13 px/em */
	*margin-left: 19.125em; /* 13.333... px/em */
}
h1, h2, h3, h4, h5, h6 {
	text-align: center;
}
.message {
	color: rgb(192,0,0);
	background-color: rgb(255,204,204);
	border: 2px solid rgb(192,0,0);
	padding: 1em;
}
.message em {
	font-weight: bold;
	font-style: italic;
}
.required {
	color: rgb(255,0,0);
	font-weight: bold;
	font-size: 123.1%; /* 16px, based on 13px standard size */
}
textarea.disclaimertext {
	width: 40em;
}
textarea#splashtext {
	width: 100%;
	height: 75px;
}
th,td {
	border:none;
}
tr.odd {
	background-color: rgb(204,204,204);
}
#ft {
	border-top: 1px dotted rgb(192,192,192);
	text-align: center;
	font-size: 77%;
	padding-top: 0.5em;
}
#datecontainer, #pubdatecontainer, #obsdatecontainer {
	position:relative
}
#cal1Container {
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	z-index:2;
}
#cal2Container {
	display:none;
	position:absolute;
	left:50%;
	top:0px;
	z-index:1;
}
#pubcalContainer {
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	z-index:2;
}
#obscalContainer {
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
}
#changeLibrary {
	padding-left: 1em;
}
.defaultUserLibrary {
	font-weight: bold;
	font-style: italic;
}
.yui-log .alert {
	background-color: #ff99ff;
}
.yui-log {
	width: 280px !important;
}
a.plainlink {
	text-decoration: none;
	color: rgb(0,0,0);
}
#alertWindow {
	position: absolute;
	width: 300px;
	height: 190px;
	top: 50%;
	left: 50%;
	margin-top: -95px; /* half the height */
	margin-left: -150px; /* half the width */
	background-color: #c0c0c0;
	border: 2px outset white;
}
#alertTitle {
	color: white;
	background-color: rgb(0,0,192);
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
#alertBody {
	padding: 5px;
}
#alertButtonDiv {
	text-align: right;
}
#alertInput, #alertInput2 {
	width: 250px;
	margin: 5px 0px 13px 20px;
}
#tradeNames p, p.tightLeading {
	margin-bottom: 0.25em;
}
.click {
	cursor: pointer;
	color: rgb(0,0,238);
}
table.searchresults th {
	border: 1px solid rgb(204,204,204);
}
table.searchresults tr {
	border: 1px solid rgb(204,204,204);
}
table.searchresults tr.odd td {
	border: 1px solid white;
}
table.searchresults tr.even td {
	border: 1px solid rgb(204,204,204);
}
table.searchresults {
	font-size: 77%;
}
.big {
	font-size: 123.1%;
}
