/*
Description: Webinar Styles
Author: Travis Buck
Version: 0.1
.
General comments/License Statement if any.
.

[Table Of Contents]

1. Webinars Page

*/


/* 1. Webinars Page
--------------------------------------------------*/

#ContentLeft h2.UpcomingWebinar
{
	background: no-repeat url(../images/upcoming_webinar.gif);
	display: block;
	height: 31px;
	margin-bottom: 24px;
	text-indent: -5000px;
	width: 613px;
}

	#UpcomingWebinar
	{
		overflow: hidden;
	}
	
		#UpcomingWebinar img.Portrait
		{
			float: left;
			margin-right: 20px;
		}
		
		#UpcomingWebinar h3.WebinarTitle
		{
			font-size: 16px;
			font-weight: bold;
			line-height: 20px;
			padding: 8px 0 7px 0;
		}
		
		#UpcomingWebinar p.DateTime
		{
			font-size: 14px;
			padding-bottom: 10px;
		}
		
		#UpcomingWebinar p.SpecialGuest
		{
			font-size: 14px;
			padding-bottom: 14px;
		}


#ContentLeft h2.LatestWebinars
{
	background: no-repeat url(../images/latest_webinars.gif);
	display: block;
	height: 31px;
	margin: 32px 0 5px 0;
	text-indent: -5000px;
	width: 613px;
}
