#tabletool th,
#tabletool_1 th
 {
  color: black; 
  font-weight:bold;
}

#tabletool #tabletool_th_0 {
  width: 10%;
}
#tabletool #tabletool_th_1 {
  width: 10%;
}
#tabletool #tabletool_th_2 {
  width: 20%;
}
#tabletool #tabletool_th_3 {
  width: 30%;
}
#tabletool #tabletool_th_4 {
  width: 15%;
}
#tabletool #tabletool_th_5 {
  width: 15%;
}

#tabletool_1 #tabletool_th_0 {
  
  width: 15%;
}
#tabletool_1 #tabletool_th_1 {
  width: 20%;
}
#tabletool_1 #tabletool_th_2 {
  width: 10%;
}
#tabletool_1 #tabletool_th_3 {
  width: 15%;
}
#tabletool_1 #tabletool_th_4 {
  width: 15%;
}
#tabletool_1 #tabletool_th_5 {
  width: 15%;
}
#download_file {
  font-weight: bold;
}
#edit_file {
  font-weight: bold;
}
#remove_doubles {
  font-weight: bold;
}
.tabletool_error {
  font-weight: bold;
  color: red;
}
.tabletool_credits a:link a:visited {
  color: red;
}
.tabletool_credits a:hover {
  color:  red;
  font-size: 12px;
  font-weight: bold;
}
/*
PLEASE DO NOT CHANGE,
unless you have purchased the Remote Link license.

To remove the link add a line
dispaly: none; to #comments_credits css below
so it looks as follows
  
#comments_credits {
display: none;
font size: 10px;
.......
}
*/
.tabletool_credits {
	font-size: 10px;
	text-align: right;
	line-height: 11px;
  padding-top:2px;
	vertical-align: bottom;
}