table.data th {
	font-size: .9em;
	font-weight: normal;
	color: #999999;
	text-align: center;
	padding: 0 .25em 0 0;
	white-space: nowrap;
}

table.data th a {
	color: #999999;
	text-decoration: none;
}

table.data th a:hover {
	text-decoration: underline;
}

table.data td {
	font-size: 1em;
	font-weight: normal;
	color: #333333;
	padding: .125em .25em 0 .25em;
}

table.data td a {
	color: #333333;
	text-decoration: none;
}

table.data td a:hover {
	text-decoration: underline;
}

table.data td.odd {
	background-color: #F6F6F6;
}

table.data td.even {
	background-color: #E6E6E6;
}

table.data .total{
	font-size: 1em;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
	padding-left:3px;
	padding-right:3px;
}

.data th.sorted a,th.sortable a {
	background-position: right;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	margin-right: 25px;
	text-decoration: underline;
}

.data th.sortable a{
	text-decoration: underline;
}

table.data th.order1 a {
	background-image: url(../images/icons/arrowUp.gif);
}

table.data th.order2 a {
	background-image: url(../images/icons/arrowDown.gif);
}

table.pagination {
	margin: 0 0 0 0;
	border-collapse: collapse;
	width: 100%;
}

table.pagination td {
	font-size: .8em;
	color: #999999;
	font-weight: normal;
	white-space: nowrap;
}

table.pagination td.center {
	text-align: center;
	width: 100%;
}

table.pagination td.right {
	text-align: right;
}

table.pagination td.center a {
	color: #999999;
	margin: 0 .5em 0 .5em;
	text-decoration: none;
}

table.pagination td.center a:hover {
	text-decoration: underline;
}

table.pagination img {
	margin: 0 .25em 0 .25em;
}

caption {
	font-weight: bold;
	padding: 4px 4px 4px 4px;
}

