/******************************************/	
/* CSS powered by clock - www.clock.co.uk */
/******************************************/	

table tr td,
table tr th {
	vertical-align: top;
}

/**
 * data-entity.css
 */
 
table.data-entity {
	width: 100%;
	clear: both;
}
table.data-entity tr {
}
table.data-entity tr th {
}
table.data-entity tr td {
}
table.data-entity tr td,
table.data-entity tr th {
	border: 1px solid #000000;
}

/* table columns */
table.data-entity .selector,
table.data-entity .button {
	text-align: center;
}
table.data-entity .price,
table.data-entity .total,
table.data-entity .grand-total,
table.data-entity .extra-cost {
	text-align: right;
}
table.data-entity .first-name {
}
table.data-entity .last-name {
}
table.data-entity .full-name {
}
table.data-entity .date {
}
table.data-entity .date-time {
}
table.data-entity .phone {
}
table.data-entity .email {
}
/* table columns - .thumbnail */
table.data-entity .thumbnail {
}
table.data-entity .thumbnail img {
}
/* table columns - .button */
table.data-entity .button {
}
table.data-entity .button a {
}
table.data-entity .button a:hover {
}
