/*****************************
 * LexisNexis(R) USLM Web Site
 * Common Webinar styles
 * Version 1.0 02/23/2007
 * Sunil Karve
 *****************************/

@import url(schedtable.css); /* Schedule table styles */

#belowPrimaryNav {
	background-image:url(coffeebreak_toparea.jpg);
}
#schedTable caption {
/* Make table caption visible to display webinar list title */
	display:block;
	float:none;
	text-align:left;
	font-size:0.9em;
	font-weight:bold;
	padding-bottom:0.75em;
	border-bottom:1px solid #FFF; /* Fix IE rendering bug preventing bottom margin */
}
#schedTable p,
#schedTable th {
	font-size:0.7em;
}
#schedTable h3 {
	font-size:0.8em;
}

/************ LINKS **************/
a.cssButton {
/* Shorten button width from default */
	width:6em;
}
@media print {

}
