/*
Copyright nexMatrix Telecom
All rights reserved.
*/

table.listing {
	width: 100%;
	border-collapse: collapse;
}

tr {
	height: 40px;
}

tr:nth-child(even).listing {
	background-color: #b5b5b6;
}

tr:nth-child(odd).listing {
	background-color: #CFD5D5;
}

th {
	text-align: left;
}

th.listing {
	text-align: center;
	background-color: black;
	color: white;
	font-weight: bold;
	padding: 8px;
	border: 1px solid black;
}

td.listing {
	padding: 5px;
	border: 1px solid black;
}

a.button {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;

	text-decoration: none;
	color: initial;
	padding: 3px 13px 2px 13px;
	line-height: 45px;
	background-color: lightgray;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
}

a.button:hover {
	background-color: darkgray;
	text-decoration: none;
}
