/* reset th, td from site default, defines new classes and enable outside visibility */
.overLIB th, .overLIB td {
	vertical-align: inherit;
	text-align: center;
	border: 0;
	padding: 2px;
}
.overLIB_fgClass {
	border: 0;
}
.overLIB_bgClass {
	border: 2px solid #8BAABF;
}

#overDiv tbody {
	border: 2px solid #8BAABF;
}

#overDiv tbody tbody, #overDiv tbody table, #overDiv tbody tr, #overDiv tbody td {
	border: 0;
}

.col1,
.col1More {
	overflow:visible; /* in case overLIB goes outside */
}
