/* @override 
	http://millstream.com.au/css/system.custom.tabs.css
	http://www.image7.com.au/css/system.custom.tabs.css
*/

.panel {
	clear: both;
	display: none;
	position: relative;
	padding: 10px;
}

.editor {
	padding-top: 90px;
	background-image: url(/utils/editor/jscripts/tiny_mce/themes/advanced/img/icons-preview.png);
	background-repeat: no-repeat;
}

.panel.active-tab-body {
	display: block;
}

#tabs {
	position: fixed;
	top: 10px;
	right: 20px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 10000;
}

#tabs li {
	float: left;
	margin-left: 10px;
}

#tabs a {
	float: left;
	padding: 8px 10px 18px 10px;
	text-decoration: none;
	color: #ccc;
}

#tabs a.active-tab, #tabs li.ui-tabs-selected a {
	color: #fff;
	background-image: url(/images/icon-marker-white.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#tabs a:hover {
	text-decoration: underline;
	color: #fffabf;
}

.ui-tabs .ui-tabs-panel { display: block;}
.ui-tabs .ui-tabs-hide { display: none !important; }

