@charset "utf-8";
/* CSS Document */

table {
	width:100%;
	border-collapse:collapse;
}

table.profiles tr td {
	vertical-align:top;
	padding-top:10px;
	padding-bottom:10px;
}
table.profiles tr td.profile_info {
	font-size:14px;
}
table.profiles tr td.profile_image {
	padding-right:20px;
}
table.profiles tr {
	border-collapse:separate;
}

table.publications {
	width:auto;
}
table.publications td {
	padding:5px;
	width:150px;
	text-align:center;
}
table.publications td:hover {
	background-color:#EEEEEE;
	cursor:pointer;
}
table.publications td div {
	overflow:hidden;
	height:100px;
	margin-top:5px;
}

table.documents tr td {
	padding:2px 5px;
	cursor:pointer;
}
table.documents tr:hover td {
	background-color:#EEEEEE;
}

table.contacts tr td {
	vertical-align:top;
	padding:5px;
}
table.contacts tr:hover td {
	background-color:#EEEEEE;
}
table.contacts tr td div.hr_slim {
	border-color:#CCCCCC;
}
table.contacts tr td.message div {
	padding-left:10px;
	border-left:1px solid #CCCCCC;
}

/* File Manager Table */
table.file_manager tbody tr td {
	padding:1px 4px;
}
table.file_manager .index {
	text-align:right;
	width:25px;
}
table.file_manager .delete {
	width:16px;
	padding:0px;
}
table.file_manager .delete img {
	cursor:pointer;
}
table.file_manager .icon {
	width:16px;
	padding:0px;
}
table.file_manager .icon img {
	cursor:pointer;
}
table.file_manager .id {
	text-align:right;
	width:20px;
}
table.file_manager .name {
	text-align:left;
	width:160px;
}
table.file_manager .size {
	text-align:right;
	width:50px;
}
table.file_manager .category {
	text-align:left;
	width:90px;
}
table.file_manager .date {
	text-align:right;
	width:55px;
}

/* Fellows List */
table.fellow {
	margin-bottom:10px;
}
table.fellow:hover {
}
table.fellow td.image {
	vertical-align:top;
	width:100px;
	padding:5px 0px 5px 5px;
}
table.fellow td.image div {
	overflow:hidden;
	width:100px;
	height:100px;
	text-align:right;
}
table.fellow td.info {
	vertical-align:top;
	text-align:left;
	padding:5px 0px;
}
table.fellow td.info div.wrapper {
	border-left:1px solid #CCCCCC;
	padding-left:10px;
	margin-left:10px;
	min-height:75px;
}

/* Company List */
table.company {
	margin-bottom:10px;
}
table.company:hover {
}
table.company td.image {
	vertical-align:top;
	width:100px;
	padding:5px 0px 5px 5px;
}
table.company td.image div {
	overflow:hidden;
	width:100px;
	height:100px;
}
table.company td.info {
	vertical-align:top;
	text-align:left;
	padding:5px 0px;
}
table.company td.info div.wrapper {
	border-left:1px solid #CCCCCC;
	padding-left:10px;
	margin-left:10px;
	min-height:75px;
}