
#researchDocuments table.styled {
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#researchDocuments table.styled td {
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
#researchDocuments table.styled tr:hover {
	background: #EEE;
}
#researchDocuments table.styled tr:hover th {
	color: #000;
}
#researchDocuments table.styled tr:hover a {
}
#researchDocuments table.styled tr:hover a:hover {
	color: #F93;
}
#researchDocuments table.styled th {
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	text-align: left;
	background: #DEDEDE url('../images/current_bg.png') repeat-x;
}
#researchDocuments table.styled td,
#researchDocuments table.styled th {
	padding: 6px 6px;
}

#researchDocuments table td p {
	margin-top: 10px;
}

.fat {
	font-size: 14px;
	padding: 2px;
}

.heading {
	font-size: 130%;
}

col.squish {
	white-space: nowrap;
	width: 10px;
}

form {
	margin:0;
	padding:0;
}

.downloadColumn {
	text-align: center;
}

.downloadImage {
	text-align: center;
	width: 16px;
	height: 16px;
	padding-right: 5px;
	border: none;
	float: none;
}

.researchListItem {
/*	width: 100px;
	cursor: pointer;*/
}

#errormsg {
	display: none;
	margin-bottom: 5px;
	border: 1px solid #B00017;
	background-color: #FBF0F1;
	padding: 5px;
	margin-bottom: 20px;
	color: #B00017;
	text-align: center;
}
