@charset "utf-8";
/* -- Webinar Styles --
   Author: Cottage Collections
   Created: 2-9-9
*/
#webinar-list th {
	padding: 0 .5em;
	text-align: left;
	color: #fff;
	background-color: #f7a6be;
}
#webinar-list td {
	padding: .5em;
	vertical-align: top;
	text-align: center;
	font-size: .8em;
	font-weight: bold;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#webinar-list td.date {
	white-space: nowrap;
	border-left: 1px solid #ccc;
}
#webinar-list td div.webinar-desc {
	text-align: left;
	font-weight: normal;
}
