
.events-block
{
	margin-bottom:15px;
}
.events-block :hover
{
	color:#04649E !important;
}
.events-block a :hover
{
	text-decoration: none;
}
.events-block img
{
	border: none;
}
.events-link
{
	/*padding:10px;*/
	border: solid #d6d6d6 8px;
	/*border: solid 1px lightgrey;*/
	/*min-height:120px;*/
	height: 100%;
	width:686px;
}
.events-link .tab-content
{
}
.events-link .title
{
	padding:5px;
	font-size:15px;
	font-weight:bold;
	width:676px;
	color: #ff6602;
	height:20px;
	background:#F9F9F9 url(../img/box/update-title.png) repeat-y left;
	/*border: solid 1px red;*/
}
.events-link .preview
{
	float:left;
	width:138px;
	height:87px;
	/*border:solid 1px red;*/
}
.events-link .abstract
{
	float:left;
	width:544px;
	min-height:87px;
	color:#444444;
	/*border:solid 1px red;*/
}
.events-link p
{
	padding:10px;
}

.updates-block
{
	margin-bottom:15px;
}
.updates-block :hover
{
	color:#04649E !important;
}
.updates-block a :hover
{
	text-decoration: none;
}
.updates-block img
{
	border: none;
}
.updates-link
{
	/*padding:10px;*/
	border: solid #D7E8FB/*EEEEEE*/ 8px;
	/*border: solid 1px lightgrey;*/
	min-height:120px;
	width:686px;
}
.updates-link .title
{
	padding:5px;
	font-size:15px;
	font-weight:bold;
	width:676px;
	color: #04649E;
	height:20px;
	background:#F9F9F9 url(../img/box/update-title.png) repeat-y left;
	/*border: solid 1px red;*/
}
.updates-link .preview
{
	float:left;
	width:138px;
	height:87px;
	/*border:solid 1px red;*/
}
.updates-link .abstract
{
	float:left;
	width:544px;
	height:87px;
	color:#444444;
	/*border:solid 1px red;*/
}
.updates-link p
{
	padding:10px;
}

.updates li
{
	margin-top:10px;
}
.updates li li
{
	list-style-type:disc;
}
.updates ul .nopoint
{
	list-style-type:none;
}