#tab {
	clear: both;
	margin-top: 50px;
	padding: 0px;
	width: 770px;
	background-image: url('../gfx/interface/bg_tab.jpg');
	background-repeat: no-repeat;
	background-position: center top;

	position: relative;
}


#tabbuttons {
	position: absolute;
	left: 20px;
	top: -20px;
	width: 500px;
	height: 32px;
	cursor: default;
}
#tabbuttons .tabbutton {
	margin: 0px;
	height: 32px;
	display: inline-block;
	background-color: #e9e8e8;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 9pt;
}
#tabbuttons .active {
	background-color: #ffffff;
	color: #f15922;
	font-weight: bold;
	background-image: url('../gfx/interface/bg_tab_button.jpg');
	background-repeat: repeat-x;
}


#tabcontent {
	position: relative;
	left: 15px;
	top: 15px;
	width: 740px;
}
#tabcontent > div {
	display: none;
	padding: 10px;
	line-height: 14pt;
	font-size: 9pt;
}
