/*********************************** [ Banners ] */

/* ---(Main Banner)--- */
div#main_banner {
	display					: block;
	visibility				: visible;
	
	position				: relative;
	height					: 182px;
	background				: url('/images/banner.png') no-repeat top left;
}
	div#banner_corner	{
		display				: block;
		background			: url('/images/bancimg_webinars.jpg') 
	}
	.banner_text_standardlayout{
		left					: 10px;
	}

	
/*********************************** [ Body ] */

/* ---(MODIFIERS)--- */
#pg_docs {
	width: 300px;
}

#mainbody table {
	border: 0px;
}
#mainbody td{
	text-align: left;
	font-size: 7pt;
	font-weight: bold;
	color: #454545;
	padding: 2px 5px;
}

h3 {clear: none;}

.article_image { margin: -70px 0px 20px 0px; }


/* ---(Training Course Table)--- */
#box_webinars {
	position : relative;
	width: 100%;
	display: block;
	clear: right;
	margin: 0px 0px 0px 0px;
}
	#box_webinars h3 {
		color	: #f29010;
		font-size: 12pt;
		font-weight: bold;
		text-align: left;
		margin: 10px 0px 0px 10px;
	}
	#box_webinars h3.region {
		padding-top: 20px;
		font-size : 10pt;
		font-style: italic;
		color	: #454545;
		text-align: center;
		margin: 0px 0px 0px 0px;
	}

	#box_webinars hr {
		display					: block;
		visibility				: visible;
		border: 0px;
		width: 100%;
		color: #ececec;
		margin: 10px 0px;
		background-color: #ececec;
		height: 1px;
	}
	#box_webinars table tr.recent{
		background-color: #ecffe4;
	}
	#box_webinars table tr.recent:hover td{
		background-color: #f4ff95;
	}	
	#box_webinars table .webinar_abstract {
		font-size: 7pt;
		font-weight: normal;
		color: #9f9f9f;
		width: 200px;
	}
	#box_webinars table i {
		display: block;
		font-size: 7pt;
		color: #afafaf;
	}
	
#webinar_legend {
	position : absolute;
	float: right;
	top: 0px;
	right: 10px;
	width: 130px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px;
	border: 0px solid #DFDFDF;
	list-style		: none;
}
	#webinar_legend li  {
		font-size		: 8pt;
		height			: 15px;
		font-weight		: normal;
		color			: #4e4e4e;
		padding-left	: 20px;
	}
	#webinar_legend li span{
		display: none;
	}
	#jdebull {
		background: url('/images/jdedot.gif') 0px 0px no-repeat;
	}
	#ebsbull {
		background: url('/images/ebsdot.gif') 0px 0px no-repeat;
	}
	
