table {
	background-color: #ccc;
	/*width: 90%;*/
	border: 1px solid #000;
	text-align: left;
}

table tr td {
	color: #444;
	padding: 5px;
	background-color: #fff;
}

table thead tr th {
	padding: 5px;
	background-color: #ccc;
}


table thead tr th.header {
	background-image: url(../img/img-header-bg.png);
	background-repeat: no-repeat;
	border: 1px solid #FFF;
	border-bottom: none;
	padding: 8px 0 0 30px;
	height: auto;
}

table thead tr th.headerSortUp {
	background-image: url(../img/img-header-asc.png);
}

table thead tr th.headerSortDown {
	background-image: url(../img/img-header-desc.png);
}	

.old { text-decoration: line-through; }
a	{
	color: green;text-decoration: none;
}
a:hover	{
	color: orange;text-decoration: underline;
}