div.example_indent {
	position: relative;
	display: block;
	width: 300px;
	background-color: #B3FF99;
	padding: 60px;
}

td.table_td, td.table_td_highlight, td.table_title, td.table_title_up, td.table_title_down { 
	border: 1px solid #cccccc;
	padding: 0px 4px 0px 19px;
}
td.table_td_highlight {
	background-color: #FAFFCC;
}
td.table_title      { background-image: url("../image/circle.gif"); }
td.table_title_up   { background-image: url("../image/arrow-up.gif"); }
td.table_title_down { background-image: url("../image/arrow-down.gif"); }

th.table_title, td.table_title_up, td.table_title_down {
	background-repeat: no-repeat;
	cursor: pointer;
}

#table_container table { background-color: white; margin: auto; }
#table_container p { font-size: 20pt; text-align: center; }
#table_loading { color: #000000; font-size: 30px; text-align: center; }

