/* 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: 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
---------------------------*/

div.gtab ul.gtab-controllers {
	list-style:none;
	margin: 0px;
	padding: 0px;
		overflow:hidden;	
} 

div.gtab ul.gtab-controllers li {
	list-style:none;
	margin: 0px;
	padding: 0px;	
	display: block;
	float:left;
	width: 33%;
	background: url('/images/tab.png');

	border-bottom: 1px solid #a59f91;
	border-top: 1px solid #efe8d8;
	border-left: 1px solid #efe8d8;
	border-right: 1px solid #ffffff;

	height:37px;

	width: 162px;

	font-size: 11pt;
	font-weight:bold;
}

div.gtab ul.gtab-controllers li a.gtab-hide {
	display: block;	
	height: 37px;
	line-height: 37px;
	padding-left: 10px;
	color: black;
}

div.gtab ul.gtab-controllers li a.gtab-active {
	display: block;
	background: url('/images/bg7.png');
	height: 37px;
	line-height: 37px;
	padding-left: 10px;
}

div.gtab a.gtab-hide:hover{
	display: block;
	background: url('/images/bg7.png');	
}

.gtab li>a{
	display: block;
	color: #ffffff;
}




#tab1{	
	color: #5a3e28;
	border-top: 0px;
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 12px;
}
#tab2{	
	color: #5a3e28;
	border-top: 0px;
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 12px;
}
#tab3{	
	color: #5a3e28;
	border-top: 0px;
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 12px;
}
.gtab p{
	clear: both;
	float:left;
	color: #3a3531;
	text-align: justify;
	line-height: 1.5em;
	margin: 0px 0px 15px 0px;
}
#tab1 a{
	clear: both;
	float:left;
	margin: 15px 0px;
	line-height: 1.5em;
}




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

div.gtab div.gtab-active {
	clear: both;
	border: 1px groove #ccc;
	padding: 4px;
	display: none;
	background: #fff;
	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;
}


