.maintable, .maintable TR 
{
color:656565;
font-family:sans-serif;
font-weight: 500;
font-size: 12px;
text-align: justify;
text-justify: auto;
}

div.autocomplete {
  color: 000;
  font-weight: 400;
  font-size: 11px;
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0;
  padding:0;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:16px;
  cursor:pointer;
}



a:link {text-decoration: none; color: 000000;}
a:visited {text-decoration: none; color: 000000;}
a:hover {text-decoration: none; color: white; background: brown;}

div.sdmenu {
	width: 183px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
	background: url(bottom.gif) no-repeat  right bottom;
	color: #fff;
}
div.sdmenu div {
	background: url(title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu span#highlight {
	height: 25px;
	background: url(title-highlight.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	#background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #066 url(linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}

div.dataContainer {
	line-height: 145%;
}	

span.small_button {
	padding-left: 2px; 
	padding-right: 2px; 
	border: 1px solid brown; 
	font-size: 9px; 
	font-weight: normal;
	margin-right: 2px;
}

