li.bg{
	height:auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #999;
	background-image: url(../images/arrow_grey.png);
	background-repeat: no-repeat;
	background-position: 0 9px;
}
li.nobg{
	height:auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
ul  {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	line-height: 1.3em;
}
.scrollArea  {
	width: 375px;
	height: 150px;
	padding-left: 5px;
	padding-right: 5px;
	border-color: #001D55;
	border-width: 1px;
	border-style: solid;
	float: left;
	overflow: auto;
	background-color: #CCC;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	margin-left: 10px;
}
#tabs {
	float:left;
	position:relative;
	width:400px;
	margin-bottom:10px;
	margin-left: 10px;
	margin-top: 10px;
}
#tabs #buttons {
	position:absolute;
	top:0px;
	left:-1px;
	width:100px;
	background-color:#ddd;
	color:#888;
	border-top:1px solid #999;
	list-style:none;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}
#tabs #buttons li {
	border-bottom:1px solid #999;
	border-left:1px solid #999;
}
#tabs #buttons a {
	text-decoration:none;
	color:#888;
	display:block;
	border-right:1px solid #999;
	padding:5px;
}
#tabs #buttons a:hover { background-color:#eee; }
#tabs #buttons a.selected { 
  color:black; 
  background-color:#FDE9F0; 
  border-right-width:0px;
}
#tabs #buttons a.selected:hover { background-color:#FDE9F0; }

#tabs .infobox {
	margin-left:100px;
	border:1px solid #999;
	border-left-width:0px;
	background-color:#FDE9F0;
	display:none;
	font-size: 0.8em;
	color: #000000;
	overflow: auto;
	height: 265px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}
#tabs .enabled { display:block; }

