body {
	font:100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #303030;
	scrollbar-highlight-color: #C0C0C0;
	scrollbar-face-color: #303030;
	scrollbar-shadow-color: #C0C0C0;
	scrollbar-darkshadow-color: #303030;
	scrollbar-track-color: #303030;

}
textarea{
	background-color: #000000;
	color: #8187DA;
	border: 1 solid #000000;
}

input{
	color: #8187DA;
	font-family: Arial;
	font-size: 10pt;
	background-color: #000000;
	border: 1 solid #777777;
}

#test .tabpage{height:600px;}	/* Set max height on mhaTabPage */


.mhaTabPane .tabpanel {
	margin:0px 0px 0px 10px;
}
.mhaTabPane .tabpanel a {
	position: relative;
	z-index: 100;
	top: -1px;
	margin:0px 4px 0px 0px;
	padding: 2px 1em 2px 1em;
	border: 1px solid #000;
	border-bottom: 0px;
	background: #ccc;
	text-decoration: none;
	z-index: 100;
}
.mhaTabPane .tabpanel a, 		.mhaTabPane .tabpanel a:visited {
	color: #666;
}
.mhaTabPane .tabpanel a:hover {
	color: #333;
	background: #ddd;
}
.mhaTabPane .tabpanel a.activeTab, .mhaTabPane .tabpanel a.activeTab:hover, .mhaTabPane .tabpanel a.activeTab:visited {
	color: #000;
	background: #eee;
}

.mhaTabPane .tabpanel a.activeTab {
	z-index: 102;
}

.mhaTabPane .tabpage {
	background: #eee;
	border: 1px solid #000;
	padding: 1em;
	overflow:auto;
	position: relative;
	z-index: 101;
}

.backgroundImage {
	position:absolute; 
	left:20px; 
	top:10px; 
	width:600px; 
	height:400px; 
	z-index:1;
}
