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

body {
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
  }

th, td {
  padding:3px 10px;
  }
th {
  cursor:pointer;
  }
.odd {
  background-color:#EEE;
  }
.even {
  background-color:#E8F2F8;
  }
.hover {
  cursor:pointer;
  background-color:#B4C6DB;
  }
.selected {
	color:#FFF;
	background-color:#8ABDDB;
}
#details, #spryTable {
	float:left;
	font-size:85%;
}
#spryTable {
	width:350px;
}

#details {
	width:450px;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
}
dl {
	width:600px;
	font-size:85%;
}
#slide_nav {
	clear: both;
	text-align: center;

}
