@charset "utf-8";
.clear {
  clear: both;
}
table {
	border-collapse: collapse;
	width: 50em;
	border: 1px solid #666;
	margin-left: 20px;
}
caption {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0;
}
col {
  border-right: 2px solid #ccc;
}
thead {
/*  background: #ccc url(images/bar.gif) repeat-x left center;*/
  border-top: 1px solid #a5a5a5;
  border-bottom: 3px solid red;
}
th {
	font-weight: normal;
	text-align: left;
/*	background-image: url(images/bar.gif);*/
 background-color:#EDEBEB
}
th, td {
  padding: 0.1em 1em;
}

tr:nth-child(odd) {
	  background-color:#edf5ff;

}
tr:hover {
  background-color:#3d80df;
  color: #fff;
  cursor:hand;
}
tr:hover a{
  color: #000;
}
thead tr:hover {
  background-color: transparent;
  color: inherit;
}
table a:link {
	text-decoration: none;
}