/* misc. */
a.gwidget-refresh {
	float: right;
	margin-top: -5px;
	border: none;
}

.gwidget-refresh img { border:none;}

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

.gwidget-error {
	border: 1px solid #f00;
	background-color: #FF9191;
	color: #fff;
	padding: 10px;
	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: 0px;
  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 {
	display: none;
}

div.gtip-container div.gtip-content {
	padding: 5px;
	margin: 0px;
	font-size: 1em;
}
/*---------------------------
gTab
---------------------------*/
div.gtab ul.gtab-controllers, div.gtab ul.gtab-controllers li {
	list-style:none;
	margin: 0px;
	padding: 0px;
}

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

div.gtab ul.gtab-controllers li a {
	float:left;
	width: 100px;
	height: 21px;
	line-height: 21px;
	margin-right: 2px;
  font-size: 11px;
	background: #ccc ;
	text-decoration:none;
	color: #333;
}

div.gtab ul.gtab-controllers li a:hover, div.gtab ul.gtab-controllers li a.gtab-active:hover {
	background: #999;
	color: #fff;
	text-decoration: none !important;
}
div.gtab ul.gtab-controllers li a.gtab-active {
	font-weight: bold;
	color: #fff;
  text-decoration: none;

  margin-top: 0;
  height: 21px;
}

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

div.gtab {
		margin-top: 10px;
	}
	
div.gtab div.gtab-active {
	clear: both;
	border: 1px solid #ccc;
	padding: 10px;
	background: #efefef;
	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:#4E4E4E;
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

#gbox_frame {

}

#gbox_window {
	position: absolute;
	z-index: 102;
	border: 5px solid #4E4E4E;
	border-bottom: 5px solid #4E4E4E;
	text-align: left;
	background-color: #efefef;
	padding: 5px;
	margin: 0px;
}
#gbox_window_content {
	padding: 5px;
	margin: 0px;
}

#gbox_window_title {
	background-color: #efefef;
	padding: 4px;
	margin: 0px;
	font-size: 12px;
	text-align: left;
	height: 24px;
	color: #fff;
}
#gbox_close {
	float: right;
	font-size: 0.9em;
	border: 1px solid #4E4E4E;
	padding: 2px 4px;
	color: #fff;
	cursor: pointer;
	margin: 2px;
	background: #4E4E4E;
}

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