/*setting the header logo*/
td.header svg {
	position: absolute; 
	top: 23px;
	height: 112px;
}
/*END setting the header logo*/

/*setting the header link to other portal*/

div.homepageMI {
	visibility: hidden;
	float: left;
}

/* td.content {
	background-color: #F3F5FE; */

}
/*END setting the header link to other portal*/

table.downloadTable {
	border : 1px solid #000000;
	border-collapse: collapse;
	width: 90%;
	background-color: #EEEEEE;
}

table.studyOverview {
	text-align: left;
	vertical-align: middle;
}

td.fileTableHeader {
	font-weight : bold;
	border : 1px solid #000000;
	border-collapse: collapse;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #DDDDDD;
}

#filelist {
	font-size: 11pt;
}

p.message {
	padding-top : 3px;
	font-size: 11pt;
}