#fpAdmin .fileEventDetail {
  display: none;
  font-size: 90%;
  padding: 5px 10px;
}
#fpAdmin .processingthread-status {
  font-size:small;
  font-weight: normal;
  padding-left: 10px;
}
#fpAdmin .displayactions .repository {
  font-weight: bold;
}
#fpAdmin .showFileDetailLink { 
  font-size: 7pt; 
  text-decoration: none; 
  color: navy   !important;
  font-weight: normal;
}

#fpAdmin .fileEventDetailHidden    { display: none;  }

#fpAdmin div.fileEventDetail .fileShortName, #fpAdmin div.fileEventDetail .processorName   {
  font-weight: bold;
}

#fpAdmin div.fileEventDetail    {
  font-weight: normal;
}

#fpAdmin #startStopRepositoryButton, #fpAdmin .fileGlobalAction {
  margin-top: 5px;
  margin-left: 3px;
}

#fpAdmin .tinyButton:hover    { border: 1px solid #6666FF; }
#fpAdmin .tinyButton           { 
  font-size: 9px; 
  background-color: #DDDDDD; 
  border: 1px solid #666666; 
  height: 20px; 
  background-image: url("../../images/jalios/layout/bg/buttonBg.gif"); 
  background-repeat: repeat-x; 
  margin: 2px; 
  padding: 0 6px; 
  width:auto;
  overflow:visible;
}

#fpAdmin a.tinyButton         {
	display: block;
	color: black;
} 

#fpAdmin .tinyButton[disabled]{ 
	border: 1px solid #666666;  
}

#fpAdmin .disabledButton {
  font-weight: normal;
  font-size: 9px;
  height: 20px;  	
}

#fpAdmin .data.strong {
  color: red;
  font-weight: bold;	
}

#fpAdmin .state { color: #00008B; }
#fpAdmin .running .state { }
#fpAdmin .queued .state { color: orange; }
#fpAdmin .interrupted .state { color: red; }
#fpAdmin .finished .state { color: green; }

#fpAdmin table.informationstable td.formLabel {
  	padding-right: 10px;
}

#fpAdmin div.tabinfo.fileslist {
  min-width: 	880px;
}


#fpAdmin h1.boTitle {
  background-image: none;
  padding-left:0
}
