/* begin Top Doc definitions */

/* outer table */
.topDocTable {
	width: 100%; 
	background-color: #ffffff; 
	font-size: 12px;
	padding: 2em;
}

/* TopDocured Resources title cell */

.topDocTitleRow {
	color: #ffffff; 
	font-weight: bold;
	font-size: 12px;
	background-color:  #636563; 
	text-align: center;
	height: 30; 
}

.topDocRankHeadCell { width: 10%; }
.topDocTitleHeadCell { width: 70%; }
.topDocPublisherHeadCell { width: 20%; }

.topDocRankCell { text-align: center; }
.topDocItemCell { text-align: left; }
.topDocPublisherCell { font-size: 10px;}

/* end topDoc tile definitions */

