/**
 * CSS file for ProfileMonitor extension
 *
 * @package MediaWiki
 * @subpackage Extensions
 * @author Rob Church <rob.church@mintrasystems.com>
 */

table.profiledata td, th {
	padding: 2px;
}

table.profiledata th {
	/*background-color: #666666;*/
	background-color: #999999;
	text-align: left;
}

table.profiledata tr {
	background-color: #CCCCCC;
}

table.profiledata tr:hover {
	background-color: #FFFFCC;
}

table.profiledata td.right {
	text-align: right;
}