/* CSS Document */


.clear {
  clear: both;
}

table {
	border-collapse: collapse;
	width: 95%;
	border: 1px solid #777;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
}

caption {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0;
}

col {
  border-right: 1px solid #ccc;
}

col#albumCol {
  border: none;
}

thead {
  background: #ccc url(images/bar.gif) repeat-x left center;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
}

th {
  font-weight: normal;
  text-align: left;
}


th, td {
	/*padding: 0.1em 1em;*/
	line-height: 15px;
}

.odd {
  background-color:#E2EEEF;
}

tr:hover {
  background-color:#FCF2C8;
}

thead tr:hover {
  background-color: transparent;
  color: inherit;
}
table p {
	padding: 0px;
	font-size: 1em;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
table li {
    margin-left: 50px;
	padding: 0px;
	font-size: 1em;
}
