.tablescrollpanel {
	width: 870px;
}
#tablecontent 
{
	width: auto;
}

.current {
	background-color: white;
	border: none;
}
table.datatable tr.header th.header {
	width: 172px;
}

table.datatable tr.header th, table.datatable td  {
	/*width: auto;*/
	width: 70px;
}
table.datatable tr.header th.note {
	width: 70px;
}
table.datatable .note {
	width: 60px;
	padding: 0;
}

#submenu {
	left: 897px;
	height: 495px;
	width: 103px;
}

#submenu div.swapmenu {
	display: block;
	position: absolute;
	top: 83px;
	left: 3px;
	width: 22px;
	background: #C37DCA url(../images/menu/submenu-bg.gif) repeat-y 0 0;
}

div.swapmenu img {
	margin: 2px;
	margin-left: 7px;
	margin-top: 5px;
}
div.swapmenu a.closemenu {
	display: none;
}

div.swapmenuon a.closemenu {
	display: block;
}
div.swapmenuon a.showmenu {
	display: none;
}