#outer {
	background-image:url(/images/content-rptr-col-rt.png);
}

#inner-column-left{
	width:377px;
	float:left;
	display:inline;
}

#inner-column-right{
	width:348px;
	float:right;
	display:inline;
}

h1{
	width:353px;
}


ul#webinars {
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:348px;
}

ul#webinars li{
	width:348px;
	height:62px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

ul#webinars li a{
	display:block;
	width:348px;
	height:62px;
	background-image:url(/images/education/webinar-bg.png);
	background-position:0 0;
	margin:0px;
	padding:0px;
	color:#0F586C;
	
	text-decoration:none;
}

ul#webinars li a:hover{
	background-position:-348px 0px;
}

ul#webinars li a.active{
	background-position:-348px 0px;
}

.webinars-date{
	padding:10px 15px 0px 39px;
	width:50px;
	text-align:center;
	float:left;
	display:inline;
	color:#0F586C;
}


.webinars-date-mo{
	color:#FFFFFF;
	text-shadow:#4A941B -1px -1px 0px;
	
}


.webinars-date-day{
	font-size:20px;
	padding-top:5px;
	font-weight:bold;
}

.webinars-title{
	width:190px;
	float:left;
	display:inline;
	color:#F0F1DF;
	padding-top:10px;
	font-weight:bold;
	line-height:14px;
}

.webinars-title a{
	color:#F0F1DF;
}

