@charset "utf-8";
/* CSS Document */
.researcharea table {
	background-color: #FEFEFE;
	background-image: url(../images/back-footer.gif);
	background-repeat: repeat-x;
	font-size: 1em;
	color: #333333;
	text-decoration: none;
	height: 140px;
	background-position: bottom;
	border: 1px solid #999999;
}
.researcharea {
	padding-bottom: 10px;
}
.title, .projectleader, .image{
	padding: 10px;
	width: 30%;
}
td.title, td.image {
	width: 35%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
td.title ,td.projectleader   {
	width: 35%;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #DDE2E6;
}
.researcharea a {
	display: block;
	text-decoration: none;
	height: auto;
	color: #333333;
	border: medium solid #FFFFFF;
}
.researcharea a:hover {
	font-weight: bold;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E6E6E6;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #E6E6E6;
}
.researcharea img {
	margin: 2px;
	padding: 3px;
	border: 1px solid #999999;
}
.image {
	padding: 5px;
	width: 30%;
}
