﻿table {
	margin: 0;
	width: 100%;
	clear: both;
	border-spacing: 0;
	border-collapse: separate;
}
table tr.table-header {
	color: #fff;
    background-color: #333;
	text-transform: uppercase;
}
table tr.table-row {
    background-color: #fff;
}
table tr.odd-row {
    background-color: #f9f9f9;
}

table tr.table-header th,
table tr.table-row  td {
	padding: 5px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	vertical-align: middle;
	
	border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
}
table tr.table-header th {
}
table tr.table-row  td {
}



/* Table 2 */

.table2 tr.table-row{
	padding: 5px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	vertical-align: middle;
	
	border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.table2 tr.table-row  th,
.table2 tr.table-row  td {
	padding: 10px 5px;
}
.table2 tr.table-row  td {
	border: none;
}