#event-news-container
{
	background-color:#e8e7e7;
	width:310px;
	height:325px;
}
.smaller #event-news-container
{
	width:250px;
	height:300px;
	margin:20px auto;
}
#event-news
{
	overflow:hidden;
	background-color:#ffffff;
	width:310px;
	height:325px;
}
.smaller #event-news
{
	width:250px;
	height:300px;
}
#event-news h3
{
	display:block;
	overflow:hidden;
	text-align:left;
	width:90%;
	border-bottom:1px solid #e8e7e7;
	margin:0 auto;
	font-size:14px;
	padding-top:6px;
	padding-bottom:4px;
	color:#777777;
}
#event-news h3 a
{
	display:block;
	float:left;
	text-decoration:none;
	color:#777777;
}
#event-news h3 a:hover
{
	text-decoration:underline;
	color:#aaaaaa;
}
#event-news h3 div.feeds
{
	float:right;
	margin-top:3px;
}
#event-news h3 div.feeds a
{
	display:inline;
	float:none;
}
#event-news h3 div.feeds img
{
	vertical-align:middle;
}
div.dissolve-top
{
	position:relative;
	top:15px;
	margin-bottom:-20px;
	width:100%;
	height:20px;
	background:transparent url("/imgs/common/dissolve-top.png") repeat-x;
}
#event-news-body
{
	width:90%;
	margin:20px auto 0 auto;
	height:240px;
	overflow:hidden;
}
.smaller #event-news-body
{
	height:215px;
}
div.dissolve-bottom
{
	position:relative;
	margin-top:-20px;
	width:100%;
	height:20px;
	background:transparent url("/imgs/common/dissolve-bottom.png") repeat-x;
}
#news-item
{
	width:220px;
	font-size:12px;
	margin-bottom:15px;
}
#news-item p.news-date
{
	text-align:left;
	padding-bottom:3px;
	color:#0066cc;
}
#news-item p.news-text
{
	text-align:left;
	padding-bottom:5px;
}
#news-item p.news-text a
{
	color:#444444;
}
#news-item p.news-file
{
	font-size:smaller;
	text-align:left;
	color:#444444;
	padding-bottom:5px;
}
#news-item p.news-file img
{
	margin-right:5px;
}
#news-item p.news-file a
{
	text-decoration:none;
	color:#d4601b;
}
#news-item p.news-file a:hover
{
	text-decoration:underline;
}
#event-news-buttons
{
	clear:both;
	width:90%;
	margin:5px auto;
	text-align:right;
	padding-top:5px;
}
.smaller #event-sponsors-buttons
{
	margin:0 auto;
}
