
.divisionleads {
        font-size: 16px;
        margin: auto;
        border-collapse: collpase;
        background-image: url("tableback.png");
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: cover;
	text-align: center;
}
 
.divisionleads td
    {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 5px;
        padding-right: 5px;
}


caption {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 5px;
	text-align: center;
	padding-bottom: 10px;
	background-color: black;
	color: #700000;
}

th {
	border-bottom: 2px solid gray;
	background-image: url("top.jpg");
	background-repeat: repeat;
	line-height: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	letter-spacing: 2px;
}

th:first-of-type {
	background-image: url("topleft.jpg");
	background-position: left top;
	background-repeat: no-repeat;
}

th:last-of-type {
	background-image: url("topright.jpg");
	background-position: right top;
	background-repeat: no-repeat;
}

table.divisionleads tfoot td{
	border-style: solid;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 2px solid gray;
	background-image: url("bottom.jpg");
	background-repeat: repeat;
	line-height: 40px;
}

table.divisionleads tfoot td:first-of-type {
	background-image: url("bottomleft.jpg");
	background-position: left bottom;
	background-repeat: no-repeat;
}

table.divisionleads tfoot td:last-of-type {
	background-image: url("bottomright.jpg");
	background-position: right bottom;
	background-repeat: no-repeat;
}

tbody td {
	line-height: 50px;
	border-bottom: dotted gray 1px;
}

tbody td:first-of-type {
	background-image: url("left.jpg");
	background-position: left top;
	background-repeat: repeat-y;
}

tbody td:last-of-type {
	background-image: url("right.jpg");
	background-position: right top;
	background-repeat: repeat-y;
	text-align: right;
}

table.domeSpecs tfoot td{
	border-style: solid;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 2px solid gray;

	line-height: 40px;
}



tbody tr:nth-of-type(even) {
	background-color: rgb(255, 0, 0);
	opacity: .6;
}

tbody tr:nth-of-type(odd) {
	background-color: rgb(255, 255, 255);
	opacity: .6;
}

.firstColumn {
	td width: "22%";
}

.middleColumns {
	td width: "28%";
}

.lastColumn {
	td width: "22%";
}