.header_classic
{
	padding: 1 1 1 1;
	margin: 2 2 0 2;
	border: solid 0px #000000;
	text-align: left;
	top: 2;
	position: relative;
}
.content_classic
{
	width: 100%;
	height: 95%;
	padding: 2 2 2 2;
	margin: 0 0 0 0;
	background-color: #ffffff;
	border-top: solid 1px #000000;
}
.button_classic_pushed
{
	border: solid 0px #000000;
	font-size: 8pt;
	background-image: url(../images/tab_pushed_80.gif);
	padding-top: 1px;
	margin: 2 1 0 0;
	width: 80px;
}
.button_classic_unpushed
{
	border: solid 0px #000000;
	font-size: 8pt;
	color: #ffffff;
	background-image: url(../images/tab_unpushed_80.gif);
	padding-top: 1px;
	margin: 2 1 2 0;
	width: 80px;
}
.close_button_pushed
{
	height: 11px;
	width: 12px;
	border: solid 0px #333333;
	background-image: url(../images/tab_close_button.gif);
	background-color: #ffffff;
	font: bold;
	font-size: 8pt;
	text-align: left;
	position: relative;
	top: -5px;
}
.close_button_unpushed
{
	height: 11px;
	width: 12px;
	border: solid 0px #333333;
	background-image: url(../images/tab_close_button.gif);
	background-color: #aaaaaa;
	font: bold;
	font-size: 8pt;
	text-align: left;
	position: relative;
	top: -7px;
}
.close_button_pushed_moz
{
	height: 11px;
	width: 12px;
	border: solid 0px #333333;
	background-image: url(../images/tab_close_button.gif);
	background-color: #ffffff;
	font: bold;
	font-size: 8pt;
	text-align: left;
	position: relative;
	top: 1px;
}
.close_button_unpushed_moz
{
	height: 11px;
	width: 12px;
	border: solid 0px #333333;
	background-image: url(../images/tab_close_button.gif);
	background-color: #aaaaaa;
	font: bold;
	font-size: 8pt;
	text-align: left;
	position: relative;
	top: -1px;
}
