#library-table {
	background-color: #ffd;
background-color: #fff;
	margin: 10px 0 20px 15px;
}

#library-table td {
	/*width: 200px;*/
	width: auto;
	border: none;
	background-color: transparent;
	padding: 1px 3px 1px 3px;
	padding: 0 20px;
	margin: 10px;
vertical-align:top;
text-align:center;

}
table#library-table caption {
/*caption-side: left;*/
	width: 100em;
	caption-side: top;
	font-size: 15px;
	color: darkgreen;
}

.library-cap{
	font-size: 11px;
	color: green;
	/*background-color: #eee;*/
}
.library-text{
	font-size: 11px;
text-align:left;
}



/* ------------------
 styling for the tables
   ------------------   */

.one-column-emphasis{
	font-size: 13px;
	line-height: 120%;
	margin: 3px;
	padding: 0;
/*width: 620px;*/
	width: auto;
	text-align: center;
	border-collapse: collapse;
	background: #fff;
}

.one-column-emphasis thead th{
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	color: #039;
	background: lightsteelblue;
}

.one-column-emphasis th{
	font-size: 13px;
	font-weight: normal;
	padding: 0;
	color: #039;
	background: lightgoldenrodyellow;
}

.one-column-emphasis td{
	padding: 3px;
	color: #669;
	border-top: 1px solid #e8edff;
}
.one-column-emphasis td.nop{
	padding: 3px;
	color: #fff;
	background: #fff;
	border: none;
}
.one-column-emphasis td.sep{
	text-align: center;
	padding: 3px;
	color: #669;
	border-top: 1px solid #e8edff;
	border-right: 1px solid #e8edff;
	border-bottom: 1px solid #e8edff;
}

.oce-first{
	background: #d0dafd;
	border-right: 10px solid transparent;
/*	border-left: 10px solid transparent;*/
}

.one-column-emphasis tr:hover td{
	color: #339;
	background: #eff2ff;
	color: crimson;
	background: lightpink;
}




table.table-B01{
  width: 770px;
  border: 0px solid black;
  border-spacing: 0px;
}

table.table-B01 thead tr{
text-align: center;
  font-size: 12px;
}
table.table-B01 caption{
height: 25px;
line-height: 25px;
text-align: center;
  font-size: 15px;
color: #fff;
background-color: navy;
font-weight: bold;
}

table.table-B01 thead tr th{
text-align: center;
  border-bottom: 1px solid black;
  border-top: 0px solid black;
  margin: 0px;
  padding: 2px;
  background-color: #cccccc;
background-color: #fff;
color: navy;
}
table.table-B01 tfoot tr th{
text-align: center;
  border-bottom: 1px solid black;
  border-top: 0px solid black;
  margin: 0px;
  padding: 2px;
  background-color: #cccccc;
background-color: #fff;
color: navy;
}

table.table-B01 tr{
text-align: center;
color: navy;
  font-size:12px;
  background-color: #ddd;
}

table.table-B01 tr.odd{
text-align: center;
  background-color: palegoldenrod;
}



table.table-B01 td.on{
text-align: center;
  color: #fff;
  font-size:12px;
  background-color: lightskyblue;
}


table.table-B01 tr td, th{
text-align: center;
  border-top: 1px solid black;
border-right: 1px dotted gray;
  padding: 2px;
color: navy;
}