table.small_table
{
	border-collapse: collapse;
	font-size: 85%;
}

td.small_table_header
{
	background-color: #66ffdd;
	border: 1px solid #000000;
	text-align: center;
}

td.small_header_dec		{ width: 20px; }
td.small_header_hex		{ width: 20px; }
td.small_header_chr		{ width: 50px; }
td.small_header_blank	{ width: 1px; }

td.small_table_data
{
	border: 1px solid #000000;
	text-align: center;
}

td.small_data_char
{
	background-color: #eeffff;
}

table.big_table
{
	border-collapse: collapse;
}

td.big_table_header
{
	background-color: #ffff33;
	border: 1px solid #000000;
	text-align: center;
}

td.big_header_dec		{ width: 20px; }
td.big_header_chr		{ width: 50px; }
td.big_header_bin		{ width: 50px; }
td.big_header_oct		{ width: 25px; }
td.big_header_hex		{ width: 20px; }
td.big_header_unicode	{ width: 50px; }
td.big_header_html		{ width: 70px; }
td.big_header_desc		{ width: 280px; }

td.big_table_data
{
	border: 1px solid #000000;
	text-align: center;
}

td.big_data_char
{
	background-color: #ffffcc;
}

td.big_data_desc
{
	text-align: left;
}

p.tbl_title {font-size: 120%;}

div#searchtabs { width: 840px; text-align: left; border-right: 1px double #aaaaaa; border-left: 1px double #aaaaaa; border-bottom: 1px solid #aaaaaa; padding: 2px; margin-bottom: 10px;}

div.tab_info {
	/* visibility: hidden; */
}

td.target_bk_color {
	background-color: #ffd5df;
}

h1.quo {
	font-size: 80%;
	color: #666666;
	text-align: left;
}

h1.quote_small_table {
	width: 840px;
}

div.quo {
	font-size: 80%;
	color: #666666;
	text-align: left;
}

div.quote_small_table {
	width: 840px;
}

div.quote_big_table {
	width: 600px;
}
