/*Defines styles for a modalpanel header*/
.rich-mpnl-header {
	font-family: arial;
	font-size: 10px;
	color: #2D5544;
	background: #E6F2ED url("../imagenes/es/fondos/tabverde.jpg") repeat-x
		left bottom;
}

/*Defines styles for all tabPanel*/
.rich-tabpanel {

}

/*Defines styles for an internal content*/
.rich-tabpanel-content {
	border-bottom: 2px solid #E6F2ED;
	border-left: 2px solid #E6F2ED;
	border-right: 2px solid #E6F2ED;
}

/*Defines styles for a wrapper element of a tabPanel content. It should define a shift equal to borders width in order to overlap panel tabs*/
.rich-tabpanel-content-position {

}

/*Defines styles for side elements of a tabPanel header*/
.rich-tabhdr-side-border {

}

/*Defines styles for a header internal element*/
.rich-tabhdr-side-cell {

}

/*Defines styles for an internal element of an active header*/
.rich-tabhdr-cell-active {

}

/*Defines styles for an internal element of an inactive label*/
.rich-tabhdr-cell-inactive {

}

.rich-tabhdr-cell-disabled {

}

/*------------------------------------------- TABs------------------------------------*/
	/*Defines styles for a tab header*/
.rich-tab-header {
	font-family: arial;
	font-size: 10px;
	color: #2D5544;
	/*background: #E6F2ED url("../imagenes/es/fondos/tabverde.jpg") repeat-x left top;*/
}

/*Defines styles for a tab label*/
.rich-tab-label {

}

/*Defines styles for an active tab*/
.rich-tab-active {
	font-weight: bold;
	background: #E6F2ED url("../imagenes/es/fondos/tabVerdePanel.JPG") repeat-x
		left top;
}

/*Defines styles for an inactive tab*/
.rich-tab-inactive {
	background: #E6F2ED url("../imagenes/es/fondos/tabGrisPanel.JPG") repeat-x
		left top;
}

/*Defines styles for a disabled tab*/
.rich-tab-disabled {

}

/*--------------------------------------- TogglePanel ------------------------------------*/
	/*Defines styles for header element of a component*/
.rich-stglpanel-header {
	font-family: arial;
	font-size: 10px;
	color: #2D5544;
	background: #E6F2ED url("../imagenes/es/fondos/tabverde.jpg") repeat-x
		left top;
}

/*--------------------------------------- TOOLTIP ------------------------------------*/
/*Defines styles for a wrapper <span> or <div> element of a toolTip*/
.rich-tool-tip {
	background: #E6F2ED;
	border-color: #2D5544;
}

/*--------------------------------------- datascroller------------------------------------*/

.rich-datascr-button{
    color: #2D5544;
    background: #ffffff;
    border-color: #ffffff;
    border-left-color: #CCCCCC;
    border-right-color: #CCCCCC;
  }

.rich-dtascroller-table{
    border-color: #CCCCCC;
   padding: 0px 0px 0px 0px;
}

.rich-datascr-act{
 color: #2D5544;
 border: hidden;
}

.rich-datascr-inact{
 color: #CCCCCC;
 border: hidden;
}
