@charset "utf-8";
/* CSS Document */

body {
  color:#000;
  background-color:#FFF;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  }
th, td {
  padding:3px 10px;
  }
th {
  cursor:pointer;
  }
.odd {
  background-color: #DFDFDF;
  }
.even {
  background-color: #CCC;
  }
.hover {
	
	
  }
.selected {
	
	background-color: #FFF;
}
#details, #spryTable {
	float:left;
	font-size:85%;
}
#spryTable {
	width:350px;
}
#details {
	width:450px;
	margin:15px 0 0 30px;
}
dl {
	width:600px;
	font-size:85%;
}

