/* color settings */
.resultsBox_gftb div.resultDiv_gftb a img  { border-color : #676767; }
table.resultTable_gftb div.copyright_gftb { color : #676767; }

/*
 * resultsTable
 * - vertical mode
 * - horizontal mode
 */

.full_gftb {
  display : block;
}

.empty_gftb {
  display : none;
}

table.resultTable_gftb {
  border-collapse : collapse;
}

table.resultTable_gftb td {
  border : none;
}

div.resultDiv_gftb {
  text-align : center;
}

div.resultDiv_gftb img {
  display : inline;
}

div.resultDiv_gftb a img {
  border-style : solid;
  border-width : 1px;
	padding: 1px;
	background-color: white;
}

div.copyright_gftb {
  font-family : Arial, sans-serif;
  font-size : 11px;
}

table.vertical_gftb div.copyright_gftb {
  text-align : center;
}

table.horizontal_gftb div.copyright_gftb {
  text-align : right;
}

/* Auto Execute List Status Box */
div.statusBox_gftb {
  padding : 4px;
}

div.statusItem_gftb {
  display : inline;
  text-decoration : underline;
  color : #0000cc;
  cursor : pointer;
  margin-right : 6px;
  font-weight : bold;
  white-space: nowrap;
}

div.statusItemSelected_gftb {
  text-decoration : none;
  color : #000000;
}

div.youtube_content div#yt-selectioncontainer {
	text-align: center;
}



