
table.sortable {
	border-collapse: collapse;
	border: 0px solid #ff0000;
    margin: 4px 0 10px 0;
    width: 100%;
	font-size:11px;
}

table caption.sortable {
	font-weight: bold;
	letter-spacing: -1px;
	border: 0px solid #ccc;
	color: #000;
}

table a.sortable {
	border-bottom: 0px dotted #f60;
}


table thead tr th {
	background: #fff;
	font-weight: bold;
}

table thead tr th a{
	font-weight: bold;
}

table tfoot tr th, table tfoot tr td {
	font-weight: bold;
}


table.sortable td, table th {
	border-right: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	padding: 2px;
}

table.sortable tr.odd   {
	background: #f5f5f5;
	border-top: 2px solid #fff;
}

table.sortable tr.odd2   {
	background: #c6d9e9;
	border-top: 2px solid #fff;
}
