/** Created by TIOBE Software B.V. */

.content li {
font-size: 11px;
line-height: 1.4em;
}

.thumbnail {
  visibility: hidden;
  margin: 10px;
}

.adContainer {
  display:block;
  width:730px;
  height: 90px;
  /*max-height: 90px;*/
  margin-left:auto;
  margin-right:auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 4px 0px;
  text-align:center;
  overflow:hidden;
  border-style: solid;
  border-color: #C3D7E7;
  border-width: 1px 0px;
}

.SearchResults {
  position:          absolute;
  top:               190px;
  left:              8px;
  width:             944px; /*IE doesn't know right*/
  right:             8px;
  background-color:  white;
  border:            0px solid #679bc3;
  border-top-width:  1px;
  overflow-x:        hidden;
  overflow-y:        scroll;
}

.TpciTable {
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}

.TpciTable th {
    vertical-align: middle;
	border-width: 1px;
	padding: 1px 5px;
	border-style: inset;
	border-color: gray;
	background-color: #bbf;
	color: black;
}

.TpciTable td {
	border-width: 1px;
	padding: 1px 5px;
	border-style: inset;
	border-color: gray;
	background-color: #eef;
	color: black;
}

.TpciTable a {
	color: #00a;
}

ul.shorts {
  margin: 0px;
}
