/* these styles control the long alpha list that appears below the map on /libs/index.php4 */

.simplelist {
	color: #333366;
	list-style-type: none;
}

.simplelist  a:link {
	color: #333366;
}
.simplelist a:visited {
	color: #333366;
}
.simplelist a:active {
	color: #333366;
}
.libList {
	float: left;
	width: 45%;
}

/*this style is the line in between the alphabetical chunks of really long list */

.libDivider {
	border-top: 1px solid #CCCCCC;
	margin-top: 10px;
	padding-top: 3px;
}



#centercolumn div.libraryList h2   {
	color: #333366;
	border-bottom: dotted 1px #999999;
	clear: left;
	width: 95%;
	margin: 0 0 .5em;
	padding: 5px 0 .15em;
}
#centercolumn   div.libraryList   h2   a  {
	color: #333366;
}
#centercolumn div.libraryList dl  {
	width: 200px;
	margin: 0 0 15px;
	padding: 0;
	clear: left;
	float: left;
}
#centercolumn div.libraryList dt  {
	font-weight: normal;
}
#centercolumn div.libraryList dd     {
	margin-left: 0px;
	padding-left: 0px;
}
#centercolumn div.libraryList table  {
	margin: 5px 0 40px;
	padding: 0;
	border-left: 1px solid #999999;
	float: left;
}
#centercolumn div.libraryList table th {
	color: #555555;
	padding-bottom: 3px;
}
#centercolumn div.libraryList table td, #centercolumn div.libraryList table th {
	white-space: nowrap;
	border-right: 1px solid #999999;
	text-align: center;
	width: 40px;
	padding-right: 5px;
	padding-left: 5px;
}
#centercolumn ul.alpha  {
	list-style-type: none;
	margin: 0 0 25px 125px;
	padding: 25px 0 0;
	clear: left;
}
#centercolumn ul.alpha li     {
	padding-right: 1em;
	display: inline;
}
#centercolumn .pipe {
	border-left: 1px solid #999999;
}
#centercolumn div.libraryList dl.bookmobile dt  {
	width: 200px;
}
#centercolumn div.libraryList dl.bookmobile dd   {
	width: 300px;

}
#centercolumn  .top {
	color: #125486;
	font-size: 10px;
	font-weight: bold;
	padding-left: 415px;
	display: block;
	float: right;
}
#centercolumn  span.top  a:link, #centercolumn  span.top a:active {
	color: #1a75bc;
}