.trigger {
  background: #f2f2f2;
  cursor: pointer;
  width:90px;
  color:#444444;
  font: 11px tahoma;
  padding:10px;

}

.trigger table tr td{margin-left:110px;}	
	
.trigger:hover {
  cursor: pointer;
  background: #e0e0e0;
}		
.expanded {
  background: #e0e0e0;
  cursor: pointer;
}
.expanded:hover {
  background: #e0e0e0;
  cursor: pointer;
}


.bgHeader {
  background: #f2f2f2;
  cursor: pointer;
  width:520px;
  color:#444444;
  font: 11px tahoma;
}

.whereami {
  background: #f2f2f2;
  width:538px;
  color:#444;
  font: 10px tahoma;
  border-top:1px solid #000;
  border-left:1px solid #000;
  border-right:1px solid #000;
  padding:5px;


}
.whereami a{
	color:#444;
	font:bold 10px tahoma;
}

a.activewhereami{
	color:#4794e2;
	font:bold 10px tahoma;
	}
.whereami a:hover{
	color:#4794e2;
	font:bold 10px tahoma;
}

.optionsView{
  background: #e0e0e0;
  cursor: pointer;
  text-align:center;
  
  color:#444444;
  font: bold 11px tahoma;
  padding:10px;

}
