<?php header("Content-type: text/css"); ?>

a.gwidget-refresh {
	position:absolute;
	width: 20px;
	height: 20px;
	left:-17px;
	top: 8px;
	border: none;
	z-index:1;
}

/*---------------------------
gTab (Mod for Mars)
---------------------------*/

#mytabid a.gtab-active, #mytabid a.gtab-hide, #mytabid a.gwidget-refresh {
	background: none;
	border: none;
}

li#bordersBut {
	background:url(/images/brdrs-off.jpg) transparent no-repeat;
	width: 98px;	
	}
	
li#bordersBut a:hover, li#bordersBut a.gtab-active {
	background:url(/images/brdrs-on.jpg);
	}
	
li#backgroundBut {
	background:url(/images/background-off.jpg) transparent no-repeat;
	width: 98px;
		}
li#backgroundBut a:hover, li#backgroundBut a.gtab-active {
	background:url(/images/background-on.jpg);
	}
li#effectsBut {
	background:url(/images/effects-off.jpg) transparent no-repeat;
	width: 98px;
	}
li#effectsBut a:hover, li#effectsBut a.gtab-active {
	background:url(/images/effects-on.jpg);
	}
li#interfaceBut {
	background:url(/images/interface-off.jpg) transparent no-repeat;
	width: 98px;
	}
li#interfaceBut a:hover, li#interfaceBut a.gtab-active {
	background:url(/images/interface-on.jpg);
	}
li#otherBut {
	background:url(/images/other-off.jpg) transparent no-repeat;
	width: 98px;
		}
li#otherBut a:hover, li#otherBut a.gtab-active {
	background:url(/images/other-on.jpg);
	}


div.gtab ul.gtab-controllers, div.gtab ul.gtab-controllers li {
	list-style:none;
	height: 35px;
	margin: 0px;
	margin-left: 1px;
	padding: 0px;
}

 #content.iweb_type ul.gtab-controllers li {
	margin-top: 2px;
}

div.gtab ul.gtab-controllers li  {
	text-align: center;
	float: left;

}
ul.gtab-controllers {
	background:url(/images/button-bg.png) transparent repeat-x;
	width: 495px;
	height: 35px;	
	display:block;
	}

#content div.gtab ul.gtab-controllers li a {
	float:left;
	padding: 0;
     background-color: transparent;
     border: none;
border-style: none;
border-color: transparent;
border-width: 0px;
/*	margin-right: 2px; */

}



div.gtab div.gtab-body, div.gtab div.gtab-hide {
	display: none;
}

div.gtab div.gtab-active {
	clear: both;
/*	border: 1px groove #ccc;
	padding: 0; */
	display: none;
	display: block; 
}


div.gtab > ul.gtab-controllers li a.gtab-loading,div.borders-tab > ul.gtab-controllers li a.gtab-loading:hover  {
	padding-left: 5px;
	background-image: url(../images/loading.gif);
	background-position: 4px 50%;
	background-repeat: no-repeat;
}


