td {
	padding: 3px;
}

.tableformat a:link {
	color: #666;
	font-weight: bold;
	text-decoration: none;

}

.tableformat a:visited {
	color: #999999;
	font-weight: bold;
	text-decoration: none;

}

.tableformat a:active,
.tableformat a:hover {
	color: #bd5a35;
	text-decoration: underline;

}

.tableformat {
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 14px;
	background: #ffffff;
	border: #ccc 1px solid;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}

.tableformat th {
	padding: 15px;
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #e0e0e0;
	background-color: #444444;
	color: #ffffff;
}

thead {
	background-color: #444444;
}

.tableformat tr:first-child th:first-child {
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;

}

.tableformat tr:first-child th:last-child {
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;

}

.tableformat tr {
	text-align: center;

}

.tableformat tr td {
	padding: 8px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #fdfcff;

}

.tableformat tr.even td {
	background: #f6f6f6;

}

.tableformat tr:last-child td {
	border-bottom: 0;

}

.tableformat tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;

}

.tableformat tr:last-child td:last-child {
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;

}

.tableformat tr:hover td {
	background: #f2f2f2;

}

.tabledisplay {
	-webkit-box-shadow: 6px 6px 15px 2px rgba(0, 0, 0, 0.53);
	-moz-box-shadow: 6px 6px 15px 2px rgba(0, 0, 0, 0.53);
	box-shadow: 6px 6px 15px 2px rgba(0, 0, 0, 0.53);

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}


