/* CSS for investigators */

.inv { width:960px; overflow:hidden; }

.inv-head { width:972px; } 
.inv-head-cell { display:block; float:left; width:200px; height:34px; padding:10px 0 0 30px; margin:0 13px 13px 0; background:#3a3936; color:#FFF !important; font-weight:bold; font-size:20px; cursor:pointer; text-decoration:none; }
.inv-head-cell:hover { background:#ff6f36; }
.inv-head-cell.selected { background:#ff6f36; }

.inv-page { width:972px; }

.inv-cell { display:block; float:left; width:206px; height:200px; padding:0 12px; margin:0 13px 13px 0; background:#e4dfd6; 
	text-align:center; text-decoration:none; overflow:hidden; }
.inv-cell:hover { background:#ff6f36; color:#FFF; }
.inv-cell h2 { margin:50px 0 0 0; color:#3a3936; font-size:22px; }
.inv-cell p { margin:0; color:#666 !important; font-size:13px; line-height:20px; height:60px; overflow: hidden; text-overflow:ellipsis;  }
.inv-cell:hover h2 { color:#FFF; }
.inv-cell:hover p { color:#FFF !important; }

.clearfix { clear:both; }
