/* CSS Document */

#tp_admin_links {
	width: 550px;
}
#tp_admin_links a {
	background-color: #EEEEEE;
	display: block;
	margin-bottom: 5px;
	padding: 5px;
	color: #333333;
	text-decoration: none;
}
#tp_admin_links a:hover {
	background-color: #CCCCCC;
	color: #000000;
	text-decoration: underline;
}
.tp_docTbl td {
	font-size: 10px;	
}
.tp_docTbl .white {
	font-weight: bold;
	color: #FFFFFF;
}
