@charset "UTF-8";
/* CSS Document */


.propertyTable {
	font: 9px;
	}

.propertyTable td #pic{
	width: 50px;
}

.colorOne {
	background-color:#F0F0F0;
	color:#000000;
	text-align:center;
	font-size:9px;
	}

.colorTwo {
	background-color:#FFF;
	color:#000000;
	text-align:center;
	font-size:9px;
	}
	
a img {
  border: 0;
}


/*NEW SORT*/

table.sortable {
  border-spacing: 0;
  border: none;
  border-collapse: collapse;
  text-align: center;
}

table.sortable th, table.sortable td {
  text-align: center;
  padding: 2px 4px 2px 4px;
  width: ;
  border: none;
}

table.sortable th {
  border-width: 0px 1px 1px 1px;
  background-color: #ccc;
}

table.sortable td {
  border: 0px 1px 0px 1px;
}

table.sortable tr.odd td {
  background-color: #ddd;
}

table.sortable tr.even td {
  background-color: #fff;
}

table.sortable tr.sortbottom td {
  border-top: 1px solid #444;
  background-color: #ccc;
  font-weight: bold;
}
