body {
	margin: 0px;
	padding: 0px;
	background-image: none;
	background-color: #fff;
	font-family: Arial;
}

#paneltabs {

	font-size:smaller;
	margin-top:5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #FF9900;
}

.tabOff, .tabOn {
	display: block;
	text-decoration: none;
	color: #000;
	background-color:white;
	border: 1px solid #FF9900;
	border-bottom: none;
	margin-right: 10px;
	cursor: pointer;
	padding: 3px 6px 3px 6px;
	text-align:center;
	width: 200px;
}
.tabOff:hover {
	background-color:#FFEAC0;
	font-weight:bold
}
.tabOn {
	background-color:#FFEAC0;
	font-weight:bold
}
#paneltabs td.tabLeft{
width:10px
}
#if_gmcontent {
	border: 0px solid #fff;
	width: 1080px;
	height: 100%;
}