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

/* misc. */
a.gwidget-refresh {
	position:absolute;
	width: 30px;
	height: 30px;
	right:0px;
	top: 5px;
	border: none;
	z-index:1;
}

.gwidget-refresh img { border:none;}

.gwidget-waiting {
	margin: 5px 10px 5px 5px;
	padding: 10px;
	/*padding-left: 25px;
	background-image: url(../images/loading.gif);
	background-position: 4px 50%;
	background-repeat: no-repeat;*/
	font: Lucida Grande 12px bold;
	border: 1px solid #CCCEC7;
	background-color: #E9EDE4;
}

.gwidget-error {
	border: 1px solid #f00;
	background-color: #FF9191;
	color: #fff;
	padding: 0px;
	margin: 5px;
}
/*---------------------------
gExpander
---------------------------*/
.gexpander {
	padding: 2px;
}
.gexpander-img {
	border: none;
}

/*--------------------------
Tooltips
---------------------------*/
.gtip {
	/*cursor: help;*/
}
div.gtip-container { 
	border: 1px solid #c93; /*555;*/
	background-color: #FDFDE7; /*fff;*/
	padding: 0px;
	margin: 0px;
	position: absolute;
	z-index: 100;
}
div.gtip-container span.gtip-arrow {
  position: absolute;
  top: 5px;
  width: 10px;
  height: 19px;
}
.gtip-arrow-left {
	background: url(../images/gtip-arrow-left.png) left top no-repeat;
}
.gtip-arrow-right {
	background: url(../images/gtip-arrow-right.png) right top no-repeat;
}

div.gtip-container div.gtip-title {
	background-color: #ffc; /*ddd;*/
	padding: 4px;
	margin: 0px;
	font-size: 0.9em;
	text-align: left;
	height: 16px;
}

div.gtip-container div.gtip-content { 
	padding: 5px;
	margin: 0px;
	font-size: 1em;
}


/*---------------------------
gTab (Mod for Mars)
---------------------------*/
li#widgetBut {
	background:url(/images/widgets-off.png) transparent no-repeat;
	width: 98px;	
	}
	
li#widgetBut a:hover, li#widgetBut a.gtab-active {
	background:url(/images/widgets-on.png);
	}
	
li#themesBut {
	background:url(/images/themes-off.png) transparent no-repeat;
	width: 98px;
		}
li#themesBut a:hover, li#themesBut a.gtab-active {
	background:url(/images/themes-on.png);
	}
li#softwareBut {
	background:url(/images/software-off.png) transparent no-repeat;
	width: 104px;
	}
li#softwareBut a:hover, li#softwareBut a.gtab-active {
	background:url(/images/software-on.png);
	}
li#otherBut {
	background:url(/images/other-off.png) transparent no-repeat;
	width: 98px;
		}
li#otherBut a:hover, li#otherBut a.gtab-active {
	background:url(/images/other-on.png);
	}
li#blankBut {
	background:url(/images/blank.png) transparent repeat-x;
	width: 107px;
		}
div#themes {
	height:800px;
	
	}

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


}

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

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

div.gtab ul.gtab-controllers li a {
	float:left;
	padding: 0;
/*	margin-right: 2px; */

}

 #content.iweb_type ul.gtab-controllers li {
	margin-top: 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.widget-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;
}


/*---------------------------
gWindow
---------------------------*/
#gbox_overlay {
  position: absolute;
  z-index:100;
  top: 0px;
  left: 0px;
  background-color:#4c4c4c;
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

#gbox_frame {

}

#gbox_window {
	position: absolute;
	z-index: 102;
	border: 3px solid #555;
	text-align: left;
	background-color: #fff;
	padding: 0px;
	margin: 0px;
}
#gbox_window_content {
	padding: 10px;
	margin: 0px;
}

#gbox_window_title {
	background-color: #ddd;
	padding: 4px;
	margin: 0px;
	font-size: 1em;
	text-align: left;
	height: 16px;
}
#gbox_close {
	float: right;
	font-size: 0.9em;
	border: 1px solid #555;
	padding: 1px;
	color: #555;
	cursor: pointer;
}

#gbox_loading {
	position: absolute;
	z-index: 101;
	height:100px;
	width:100px;
}

