/********************************************
	TABLES
*/

.table-data {
	clear: both;
}

.col .table-data {
	margin: 17px;
}

.table-data .table-summary {
	font-size: 15px;
}

.table-data .table-caption {
	overflow: hidden;
}

.table-data .table-caption P {
	float: left;
}

.table-data .table-caption .utility {
	float: right;
	list-style: none;
}

.table-data .table-caption .utility LI {
	margin: 0 0 0 12px;
}

.table-data TABLE {
	width: 100%;
	border: none;
	border-collapse: collapse;
	margin-top: 10px;
	*margin: 10px 0;
	_margin: 0;
}

.table-data TABLE THEAD {}

.table-data TABLE THEAD TR {}

.table-data TABLE THEAD TR TH {
	font-weight: normal;
	border-width: 0 0 1px;
	border-style: solid;
	text-align: left;
	text-transform: uppercase;
	font-size: 10px;
}

.table-data TABLE THEAD TR TH.money,
.table-data TABLE TBODY TR TD.money {
	width: 170px;
	text-align: right;
}

.table-data TABLE THEAD TR TH A,
.table-data TABLE THEAD TR TH SPAN {
	padding: 3px 5px;
	text-decoration: none;
	display: block;
}

.table-data TABLE THEAD TR TH A:hover {
	text-decoration: underline;
}

.table-data TABLE TBODY {}

.table-data TABLE TBODY TR {}

.table-data TABLE TBODY TR:hover {}

.table-data TABLE TBODY TR TD {
	border-width: 0 0 1px;
	border-style: solid;
	padding: 3px 5px;
}

.table-data TABLE TBODY TR.total TD {
	font-size: 17px;
}

.table-data TABLE TBODY TR TD SMALL {
	font-family: verdana, arial, helvetica;
	font-size: 9px;
	display: block;
	clear: both;
}

.table-data TABLE TBODY TR TD A {
	text-decoration: none;
}

.table-data TABLE TBODY TR TD.actions A {
	margin: 0 10px 0 0;
}

.table-data .table-nav {
	text-align: center;
	margin: 15px 0;	
}

.table-data .table-nav .top,
.table-data .table-nav .bot {
	clear: both;
	width: 100%;
	height: 8px;
	font-size: 0;
	line-height: 0;
}

.table-data .table-nav .top SPAN,
.table-data .table-nav .bot SPAN {
	float: right;
	width: 8px;
	height: 8px;
	font-size: 0;
	line-height: 0;	
}

.table-data .table-nav UL LI {
	display: inline;
	margin: 0 2px;
	padding: 0 2px;
}

.table-data .table-nav UL LI A {
	text-decoration: none;
}

.table-data .table-nav UL LI A:hover {
	text-decoration: underline;
}

.table-data .table-nav UL LI.selected {
	border-style: solid;
	border-width: 1px;
}

.table-data .table-nav UL LI DIV {
	display: inline;
}
