/* Copyright 2006 Joost de Valk */
a img {
	border: 0;
}
table.sortable {
	border-spacing: 0;
	/*border: 1px solid #000;*/
	border-collapse: collapse;
}
table.sortable th, table.sortable td {
	/*text-align: left; */
	padding: 2px 4px 2px 4px;
	/*border-style: solid;
	border-color: #444;*/
}
table.sortable th {
	border-width: 1px 0px 1px 0px;
	border-color: #cc6600;
	border-bottom: solid 1px #cc6600;
	border-top: solid 1px #cc6600;
	background-color: #f0f0f0;
}
table.sortable td {
	border-width: 0px 1px 0px 1px;
}
table.sortable tr.odd td {
	background-color: #fff;
}
table.sortable tr.even td {
	background-color: #f0f0f0;
}
table.sortable tr.sortbottom td {
	/*border-top: 1px solid #444;*/
	background-color: #f0f0f0;
	font-weight: bold;
}

#alexa {
	background-image: url(/img/alexa.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
  	text-decoration:none;
}

#yb {
	background-image: url(/img/yahoo_trans.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
   text-decoration:none;
}