.pane
{
  display : none;
  border-top: thick outset #888;
  border-left: thick outset #888;
  border-right: thick outset #888;
  border-bottom: thick outset #888;
	margin: 0;
	height: 180px;
	overflow: auto;
}

table.tabs
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	width: 20%;
	padding: 0;
	margin: 0;
}

td.tabs
{
	margin: 0;
	padding: 1px;
  border-top: thin outset #000;
  border-left: thin outset #000;
  border-right: thin outset #000;
}

td.selectedTab
{
	padding: 1px;
  border-top : thick outset #000;
  border-left : medium outset #000;
  border-right : medium outset #000;
}

div.tabs
{
	padding: 1px;
	margin: 0;
  background-color: #aaa;
  cursor: hand;
	cursor: pointer;
}

