table {
	margin: 0;
	padding: 0;
	border: 0 solid white;
	text-align: left;
	border-collapse: collapse;
	width: 100%;
}

th {
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	border-bottom: 1px solid black;
	margin: 0;
	padding: 0;
}

.even {
	background-color: #fff;
}

.odd {
	/* background-color: #fdfae4; */
	background-color: #fcf9ca;
}

#programCal {
	margin: 0;
	padding: 0;
	border: 0 solid white;
	text-align: left;
	vertical-align:top;
	border-collapse: collapse;
	width: 100%;
}
#programCal th {
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	border-bottom: 1px solid black;
	vertical-align:top;
	margin: 0;
	padding: 0;
}
#programCal .first {
	width: 90px;
	vertical-align:top;
}
#programCal .mid {
	padding: 0 0 0 4px;
	vertical-align:top;
}
#programCal .last {
	padding: 0 0 0 4px;
	width: 100px;
	vertical-align:top;
}
#programCal td.mid {
	border-left: 1px solid #f7e983;
}
#programCal td.last {
	border-left: 1px solid #f7e983;
}
#programCal td span.webcast {
	color: #c00;
}
.groupHeader {
	background-color: #F7E983;
	border-top: 1px solid black;
}

/* CLE credits
----------------------------------------------- */

#cleCredits .first {
	width: 70px;
}
#cleCredits  .mid {
	padding: 0 0 0 4px;
}
#cleCredits  .last {
	padding: 0 0 0 4px;
	width: 50px;
}
#cleCredits  td.mid {
	border-left: 1px solid #f7e983;
}
#cleCredits  td.last {
	border-left: 1px solid #f7e983;
}

/* CLE materials
----------------------------------------------- */

#cleMaterials .first {
	width: 70px;
}
#cleMaterials  .mid {
	padding: 0 0 0 4px;
}
#cleMaterials  .last {
	padding: 0 0 0 4px;
	width: 50px;
}
#cleMaterials  td.mid {
	border-left: 1px solid #f7e983;
}
#cleMaterials  td.last {
	border-left: 1px solid #f7e983;
}

/* Volunteer
----------------------------------------------- */

#volCredits .first {
	width: 70px;
}
#volCredits  .mid {
	padding: 0 0 0 4px;
}
#volCredits  .last {
	padding: 0 0 0 4px;
}
#volCredits  td.mid {
	border-left: 1px solid #f7e983;
}
#volCredits  td.last {
	border-left: 1px solid #f7e983;
}

/* Volunteer materials
----------------------------------------------- */

#volMaterials .first {
	width: 70px;
}
#volMaterials  .mid {
	padding: 0 0 0 4px;
}
#volMaterials  .last {
	padding: 0 0 0 4px;
}
#volMaterials  td.mid {
	border-left: 1px solid #f7e983;
}
#volMaterials  td.last {
	border-left: 1px solid #f7e983;
}

.evenborder {
	background-color: #fff;
	border-bottom: 1px solid gray;
}

.evenborder td {
	background-color: #fff;
	border-bottom: 1px solid gray;
}

/* SYSTEM CHECK
----------------------------------------------- */	
iframe#systemCheckFrame {
	width: 490px;
	height: 230px;
	border: 0;
	overflow: hidden;
}

table#systemCheck {
	margin: 15px 0;
	border: 0;
}

table#systemCheck th {
	padding-top: 15px;
	font-size: 11px;
	font-style: italic;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

table#systemCheck td {
	font-size: 11px;
	padding: 3px 5px;
	vertical-align: top;
}

table#systemCheck td a {
	font-size: 11px;
}

/* SHOPPING CART
----------------------------------------------- */

#shoppingCart {
	margin: 0;
	padding: 0;
	border: 0 solid white;
	text-align: left;
	border-collapse: collapse;
	width: 100%;
}
#shoppingCart th {
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	border-bottom: 1px solid black;
	margin: 0 0 2px 0;
	padding: 0 5px;
}

#shoppingCart td {
	margin: 0;
	padding: 1px 5px;
	vertical-align: top;
}

/* Individuals
----------------------------------------------- */

#individuals .first {
	width: 40%;
}
#individuals  .mid {
	padding: 0 4px 0 4px;
}
#individuals  .last {
	padding: 0 0 0 4px;
}
#individuals  td.mid {
	border-left: 1px solid #f7e983;
}
#individuals  td.last {
	border-left: 1px solid #f7e983;
}

/* Search results table - onDemand, Books and CDs, Library, Related Products
--------------------------------------------------------------------------- */

.searchResultsTable {
	margin: 0;
	padding: 0;
	border: 0 solid white;
	text-align: left;
	border-collapse: collapse;
	width: 100%;
}


.searchResultsTable th {
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	border-bottom: 1px solid black;
	margin: 0;
	padding: 0;
}

.searchResultsTableRelated th {
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	margin: 0;
	padding: 0;
}

.searchResultsTable .first {
	/* width: 90px; */
}
.searchResultsTable .last {
	padding: 0 0 0 4px;
	text-align: right;
	vertical-align: top;
}
.searchResultsTable td.last {
	text-align: right;
	vertical-align: top;
}
.searchResultsTable td span.webcast {
	color: #c00;
}
.searchResultsTable .groupHeader {
	background-color: #F7E983;
	border-top: 1px solid black;
	font-weight: bold;
}

/* catalog pages 
---------------------------------------------------------------------------- */

.generalInfo {
}

.generalInfoBookThin {
	 width: 340px;
}


