#interiorUpcomingEventsModule
{
	float: right;
	position: relative;
	right: 19px;
	top: 5px;
}

#upcomingEventsModule .blueBox
{
	width:17.3em;
	height: 40px;
	background-color: #005690;
	margin: 1px;
}

.arrow
{
	float: left;
	position:relative;
	left:7px;
	top:13px;
	width: 22px;
	height: 14px;
	/* Mozilla ignores MS image filters, workaround for IE 6 png transparency issue */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="../img/goldRightArrows.png");
}


/* IE ignores styles with [attributes], workaround for IE 6 png transparency issue. */
.arrow[class]
{
	background: transparent url("../img/goldRightArrows.png") no-repeat 0 0;
}

.blueBox #upcomingEventsModuleHeading
{
	float: left;
	margin-top: 8px;
	margin-left:10px;
	color: #ffffff;
	font-size:1.0em !important;
}

.sponsors
{
	text-align: left;
	margin-left: 30px;
	margin-top: 10px;
}

	.sponsors h2
	{
		margin-top: -5px;
	}

	.sponsoredBy
	{
		color: #919191;
		font-size: 100%;
		font-weight: bold;
	}

#upcomingEventsSponsoredByImage
{
	background: transparent url("../img/sponsors/hp_logo.gif") no-repeat 0 0;
	width: 64px;
	height: 55px;
}

	.sponsorsLinkBlock
	{
		float: left;
		position:relative;
		left:30px;
		padding-top: 5px;
	}	

.linkArrow
{
	background: transparent url("../img/rightArrow.gif") no-repeat 0 0;
	height: 11px;
	width: 11px;
}