/******************************************/	
/* CSS powered by clock - www.clock.co.uk */
/******************************************/	

table tr td,
table tr th {
	vertical-align: top;
}
 
table.data-entity a:hover {
	text-decoration: underline !important;
}

/**
 * data-entity.css
 */
 
table.data-entity {
	width: 100%;
	clear: both;
	margin-bottom: 10px;
}
table.data-entity caption {
	display: none;
}
table.data-entity tr {
}
table.data-entity tr th {
}
table.data-entity tr td {
}
table.data-entity tr td,
table.data-entity tr th {
	text-align: left;
	padding: 5px 5px 5px 5px;
}

/* 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 .text {
	width: 145px;
}
table.data-entity .date-text {
	width: 75px;
}
table.data-entity td.details,
table.data-entity th.details {
	text-align: center;
	width: 40px;
}
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 {
}

table.squad-list tr th,
table.squad-list tr td {
	text-align: center;
}


/**
 * definition list
 */
dl {
}
dt {
	width: 200px;
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}
dd {
	width: 300px;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
