/* CSS Document */

div#search {
font-size:16px;
margin-top: 0;
padding-top:0;
}

div#tmtsearch
  { 
  background-color:#FFFFFF;
  margin:0px;
  /* width:433px; */
  width:0;
  max-height:300px;
  position:absolute;
  font-weight: bold;
	font-size:14px;
	color: #000000;
	text-decoration:none;
  }

div#tmtsearch a, a:active {

font-weight: bold;
	font-size:14px;
	color: #000000;
	text-decoration:none;
	}
	
div#tmtsearch a:hover {

font-weight: bold;
	font-size:14px;
	color: #000000;
	text-decoration:underline;
	}	
	
tr.search_selected {background-color: black; color:white;}
	div#tmtsearch tr.search_selected a {color:white;}	
div#tmtsearch table{
	width: 100%;
}
div#tmtsearch tr:hover{
	background-color: #CCCCCC;
	}

.tmt_image{
	width: 75px;
	height: 75px;
}
.tmt_image img{
	width: 75px;
	height: 75px;
}
/*
a, a:active {
	font-weight: normal;
	color: #b92c92;
	}
a:visited {
	color: #b92c92;
	}
a:hover {
	color: #fdb812;
	text-decoration: underline;
	}
	
*/
