#table_wrapper {
	background:white;
	float:left;
	margin-top: 11px;
	}
#tbody {
	height:154px;
	overflow-y:auto;
	width:740px;
	line-height: 22px;
	border-bottom:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	background:white;}
#scroll_table{
	border-collapse:collapse;
	width:720px;}
#scrollable_td{
	padding:4px 5px; /* pixels */
	border-bottom:1px solid #DDDDDD;
	} 
.td_sc_td1 {
	width:148px;}
.td_sc_td2 {
	border-right-width:0;}
a.sc_noul:active, a.sc_noul:link, a.sc_noul:visited {
	color: #1e391e;
	text-decoration: none;
}
a.sc_noul:hover {
	text-decoration: underline;
	font-weight:bold;
}
#sc_header{
	width:740px;
	background-color: #cccccc; 
	line-height: 30px; 
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px;}
#sc_header div{
	padding:1px 5px;
	float:left;
	border-right:1px solid #DDDDDD;}
#sc_header #sc_head1{
	width:148px;} /* the same as td1 */
#sc_header #sc_head2{
	float:none;
	border-right-width:0}
#sc_head2 span{
	padding:1px 5px;}
html:first-child #tbody{overflow:scroll;} 
    #tbody{overflow-y:scroll; overflow-x:hidden;}

