td.profile {
	height: 18px;
	background-color: #CFCFCF;
	color: #000000;
	font-family: Verdana, Helvetica;
	font-size: 8pt;
	vertical-align : top;
}
td.profileBold {
	background-color: #CFCFCF;
	color: #000000;
	font-family: Verdana, Helvetica;
	font-size: 8pt;
	font-weight: bold;
}
input.profile {
      font-size:8pt;
      border: 1px solid #AAA;
	  background-color: #FFF;
	  color: #000000;
      font-family:Verdana,Helvetica;
}
input.profileButton {
      font-size:8pt;
	  height: 18px;
	  width:140px; 	
	  border: 1px outset #B2B2B2;
	  background-color: #D4D0C8;
	  color: #000000;
      font-family:Verdana,Helvetica;
	  cursor:pointer;
}
textarea.profile {
      font-size:8pt;
      border: 1px solid #AAA;
	  background-color: #FFF;
	  color: #333;
      font-family:Verdana,Helvetica;
}
select.profile {
      font-size:8pt;
      border: 1px solid #AAA;
	  background-color: #FFF;
	  color: #333;
      font-family:Verdana,Helvetica;
}
select.profileDesabled {
      font-size:8pt;
      border: 1px solid #AAA;
	  background-color: #FFF;
	  color: #F00;
      font-family:Verdana,Helvetica;
}
input.profileCheckbox {
	  border: 0px;
}
a.profile {
      font-family:Verdana,Helvetica;
      font-size:8pt;
	  color: #000;
	  text-decoration: underline;
}
a.profile:link { color:#000000; text-decoration:underline; font-weight:bold; }
a.profile:visited { color:#000000; text-decoration:underline; font-weight:bold; }
a.profile:hover { color:#FF8040; text-decoration:underline; font-weight:bold; }
a.profile:active { color:#000000; text-decoration:underline; font-weight:bold; }
/*
div.disabled{
	height: auto;
	background-color: #FFFFFF;
	padding: 0px;
	filter:alpha(opacity=10);
	-moz-opacity:0.1;
	opacity: 0.10;
	z-index: 06;
}
div.inner {
	border:1px solid #DDD;
	min-height:16px; 
	margin:0;
	padding:0px; 
	background:#CCC;
	filter: Alpha(opacity=50);
	KHTMLOpacity:0.50;
	MozOpacity:0.50;
	opacity:0.50;
}
*/
/* Autocompleter */

div.autocomplete {
  width: 350px;
  font-size:8pt;
  background: #DDD;
  color: #000;
}
div.autocomplete ul {
  border:1px solid #888;
  margin:0;
  padding:0;
  width:100%;
  list-style-type:none;
}
div.autocomplete ul li {
  margin:0;
  padding:3px;
}
div.autocomplete ul li.selected {
  background-color: #ffb;
  color: #000;
}
div.autocomplete ul strong.highlight {
  color: #800; 
  margin:0;
  padding:0;
}
span.profileArrow {
  cursor: pointer;	
  text-decoration: underline;
}
