@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:#EEE;
  }
.even {
	background-color:#E4F0DA;
  }
.hover {
	cursor:pointer;
	background-color:#5D8C39;
  }
.selected {
	color:#FFF;
	background-color:#A0CA7C;
}
#details, #spryTable {
	float:left;
	font-size:85%;
}
#spryTable {
	width:350px;
}
#details {
	width:450px;
	margin:15px 0 0 30px;
}
dl {
	width:600px;
	font-size:85%;
}
