/*****************************************/

.x-form-file-wrap .x-form-file-text {
	color: #494949;
}

/**
* this fixes the 7000px tab panel issue when the tab panel is asked to fit to the page
*/
ul.x-tab-strip {
  width: 100%;
}


/**
* the style below will see hover highlighting applied to rows on the
* the permanent billboard
*/
DIV#billboard-listing-panel .x-grid3-row-table:HOVER {
	background: #d5efd6;
	cursor: pointer;
}

/**
* the style below will see highlighting applied to grouped grid summaries
*/
.x-grid3-summary-row {
  background: #F1F2F4 none repeat scroll 0% 50%;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  color: #333333;
  margin-bottom: 10px;
}
.x-grid3-summary-row .x-grid3-cell-inner {
  font-weight: bold;
  padding-bottom: 4px;
}

.ext-cal-day-times {
	width: 0px;
}

.x-panel-header {
	border: none;
    height: 20px;
    text-indent: 5px;
    padding-top: 8px;
    vertical-align: text-bottom;
    font-family:"Tahoma",Arial,Helvetica,sans-serif;
	font-size:11px;
    color:white;
	border: none;
	border-width:0px;
    background-color:#0093d0;
    background-image:url(/images/formcomponents/header_blue.png);
    background-repeat : repeat-x;
    background-position : bottom; 
    font-family:"Tahoma",Arial,Helvetica,sans-serif;
	font-size:11px;
    color:white;
}

.x-calendar-list .x-panel-header-text,
.x-panel-header-text {
	color:white;
}

/**
* Set the top level tabs within the gxt-tab-waterfind class to have larger text
*/
.gxt-tab-waterfind span {

	line-height:15px;
	font-size: 15px;
}

/**
* Set the top level inactive tabs to have a blue background
*/
.gxt-tab-waterfind a.x-tab-right, 
.gxt-tab-waterfind em.x-tab-left, 
.gxt-tab-waterfind span.x-tab-strip-inner {
    background-image:url('/images/gxt/tabs/tabs-sprite-green.gif');
   
}

/**
* Set the top level active tab to have a green background
*/
.gxt-tab-waterfind.x-tab-strip-active .x-tab-right, 
.gxt-tab-waterfind.x-tab-strip-active .x-tab-left, 
.gxt-tab-waterfind.x-tab-strip-active .x-tab-strip-inner {
	background-image:url('/images/gxt/tabs/tabs-sprite-blue.gif');
	
}



/**
* Set the standard tabs (any normal tab) to have a 0.9em font size
*/
.x-tab-strip span.x-tab-strip-text {
	
	font: 0.9em tahoma,arial,helvetica;
}

.gxt-tab-waterfind-2.x-tab-strip-active span.x-tab-strip-text {
	
	font-weight:bold;
}

.gxt-tab-waterfind ul.x-tab-strip span.x-tab-strip-text{
	color:white;
}
.gxt-tab-waterfind span.x-tab-strip-text {
	font-color:#ffffff;
	font-weight:bold;
}

/**
* Set the top-level tabs to have white text
*/
.gxt-tab-waterfind.x-tab-strip-active span.x-tab-strip-text,
ul.x-tab-strip .gxt-tab-waterfind span.x-tab-strip-text { 
	color:white;
}


/**
 * This style applies to tab panels within tab tab panels
 */
.x-tab-panel-header-plain .x-tab-strip-top {
	
}

.x-tab-panel-header-plain .x-tab-strip-spacer, .x-tab-panel-footer-plain .x-tab-strip-spacer {
	
	border: none;
    font-size: 0px;
    height: 0px;
    line-height: 0px;	
}

div.x-panel-body {
    background: none;
}

.gxt-tab-content-waterfind {
	background: transparent;
}

/**
 * This style applies to the top most tab panel, this this tab panel have higher line height?
 */
.x-tab-strip-top  {
	background: #43A9ED url(/images/formcomponents/tab_header_blue.png) top repeat-x;
}

.x-grid3-hd-row .x-grid3-hd {
	font-weight:bold;
}

.x-grid3-scroller {
	overflow-x:hidden;
}

.x-grid3-hd-row .x-grid3-hd, .x-grid3-row .x-grid3-cell, .x-grid3-summary-row .x-grid3-cell {
    font-family:"Tahoma",Arial,Helvetica,sans-serif;
	font-size:11px;
}

.x-panel-fbar td,.x-panel-fbar span,.x-panel-fbar input,.x-panel-fbar div,.x-panel-fbar select,.x-panel-fbar label{
    border-left: none;
}

.x-grid3-row-alt{
	background-color:#EDEDED;
}

.x-grid3-row-over { 
    background-color:#D0DEF0;
    background-image: none; 
}

/**
 * The style below determines the size of the text on our tool tips
 */
.x-tip .x-tip-body,
.x-tip .x-tip-header-text {
    font-size: 13px;
}

div.x-tab-strip-wrap {
	margin: 2px 0px 0px 0px;
}


/**
 * 
 * Remove padding and margins from GXT tab panels, without this they look
 * bad
 *
 */
ul.x-tab-strip {
 	margin: 0;
	padding: 0;
	list-style-type: none;
}

.div_nobackground {
	
	background:transparent;
}

/*****************************************/

