/*
/========================================================
/=	Site Tables Styles
/=
/========================================================
*/

th {
	white-space: nowrap;
}


/*
/========================================================
/=	List Table (used for form and address layouts)
/========================================================
*/

table {
	font-size: 1em;
}

table.list {
	margin: 0 0 1em;
	border-collapse: collapse;
}

table.list th {
	text-align: right;
	padding-right: 0.5em;
	vertical-align: baseline;
	width: 14em;
}

table.compact th {
	width: auto;
}

table.list td {
	vertical-align: baseline;
	text-align: left;
}


/*
/========================================================
/=	Data tables (use for data layout)
/========================================================
*/

table.data {
	margin: 1em 0;
	border-collapse: collapse;
	border: 1px solid #C7AC39;
	width: 100%;
}

table.data td {
	font-size: 11px;
	padding: 1px 2px 2px 4px;
	vertical-align: middle;
	background: #FFFFFF;
	border: 0px;
}

table.data th {
	color: #ffdd00;
	vertical-align: baseline;
	padding: 0.25em 0.5em;
	background: #999;
	text-align: left;
	white-space: nowrap;
}

table.data th.price {
	text-align: right;
}

table.data thead th {
	background: #ddd none;
	color: #800000 !important;
	vertical-align: bottom;
	white-space: nowrap;
}

table.data thead th a {
	color: #800000 !important;
	text-decoration: underline;
}

tr.alt td {
	background-color: #F0F0F0;
}

table.data tfoot th,
table.data tfoot td {
	color: #26354A;
	font-weight: bold;
	border: solid #444;
	border-width: 1px 0;
	font-size: 100%;
}

table.data tfoot th {
	text-align: right;
	border-right: 1px solid #444;
	background-color: #aaa;
}

table.data tfoot td {
	background-color: #EBCE56;
}

table.data tfoot input.text {
	border-color: #678;
}

table.data tfoot label {
	color: white;
}