/* Conferences in page spotlight */

.spotlight-container { 
	display:block;
}

.custom_spotlight {
font-size:1.15em; 

}

	.image_spotlight {
		margin: -10px -5px -14px -8px;
		background-color:#fff; 
	}
	.image_spotlight img {
		margin: 20px 0 0 0;
	}

  .shadow {
	-moz-box-shadow: 0px 1px 2px #cbcbcb;
	-webkit-box-shadow: 0px 1px 2px #cbcbcb;
	box-shadow: 0px 1px 2px #cbcbcb;
	}
	.rounded_corner {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #c2c2c2;
	}
	.gradient {
	background: #c8ccd1 url(/images/spotlights/spotlight-custom-bgd.jpg) no-repeat top left; /* fallback */
	background: -moz-linear-gradient(left top 305deg, #d6dade, #eaecee 35%, #fafafa 100%);
	background: -webkit-gradient(linear, left top, right bottom, from(#d6dade), color-stop(35%, #eaecee), color-stop(100%, #fafafa)); 
	}

  	.custom_spotlight {	
	width:100%;
	max-width:215px;
	margin:0px 0px 18px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	}
	
	.bodywidth .custom_spotlight {
		margin-top:.9em;
		max-width:none;
	}
	.spotlight_content {
		border:none;
		background-position:8px 8px;
		background-repeat:no-repeat;
		padding:14px 14px 15px 128px;
		_height:110px;
		*height:110px;
		min-height:110px;
		display:block;
	}
	.custom_spotlight h3 {
	font-size:1em;
	_font-size:1.05em;
	*font-size:1.05em;
	line-height:1.35em;
	margin:0px 0px .35em 0px;
	}
	.custom_spotlight p {
		font-size:.85em;
		line-height:1.25em;
		margin:0px 0px .35em 0px;
	}
	.custom_spotlight p.action {
	max-width:280px;
	font-size:.85em;
	padding:0px 0px 0px 10px;
	min-height:4px; 
	line-height:120%;
	font-weight:bold;
	background:transparent url(/images/more_arrows.gif) no-repeat 0px 2px;
	display:block; 
	margin-top:9px;
	overflow:hidden;
	} 
