table {
	border-collapse: collapse;
	width: 100%;
}

	table th {
		padding: 3px 10px;
		line-height: 14px;
		vertical-align: middle;
		background: #333;
		color: #fff;
		border: 1px #eee solid;
	}

	table td {
		padding: 7px 10px;
		line-height: 14px;
		vertical-align: middle;
		border: 1px #eee solid;
	}
	
	table th.center,
	table td.center {
		text-align: center;
	}
	
	table tr.odd td {
		background: #f9f9f9;
	}
	
	table td select,
	table td option {
		font-size: 12px;
	}
	
	table td a {
		color: #666;
	}
	
		table td a:hover {
			color: #000;
		}
		
		table td a.action-edit:hover {
			background: #006fc5;
			color: #fff;
			text-decoration: none;
		}
		
		table td a.action-delete:hover {
			background: red;
			color: #fff;
			text-decoration: none;
		}
		
table.dashboard-table td {
	border: 0;
	width: 50%;
	padding: 10px;
}

table.dashboard-table td h1 {
	margin: 0 0 5px 0;
	}

	table.dashboard-table td h1 a {
		font-size: 14px;
		font-weight: bold;
		color: #333;
	}
	
	table.dashboard-table td h1 a:hover {
		color: #000;
	}
	
	table.dashboard-table td p {
		line-height: 16px;
	}