/****************************************************/
/*			        	Paginación 		    		*/
/****************************************************/
.pliegos .paginationControlFirst {
	background: #ffffff url(../images-css/resultset_first.png) no-repeat 50% 50%;
	border: none;
	width: 10px;
	height: 10px;
	margin: 2px;
	cursor: pointer;
	float: left;
}
.pliegos .paginationControlFirst-dis {
	background: #ffffff url(../images-css/resultset_first-dis.png) no-repeat 50% 50%;
	border: none;
	width: 10px;
	height: 10px;
	margin: 2px;
	float: left;
}
.pliegos .paginationControlPrev {
	background: #ffffff url(../images-css/resultset_previous.png) no-repeat 50% 50%;
	border: none;
	width: 10px;
	height: 10px;
	margin: 2px;
	cursor: pointer;
	float: left;
}
.pliegos .paginationControlPrev-dis {
	background: #ffffff url(../images-css/resultset_previous-dis.png) no-repeat 50% 50%;
	border: none;
	width: 10px;
	height: 10px;
	margin: 2px;
	float: left;
}
.pliegos .paginationControlNext {
	background: #ffffff url(../images-css/resultset_next.png) no-repeat 50% 50%;
	border: none;
	width: 10px;
	height: 10px;
	margin: 2px;
	cursor: pointer;
	float: right;
}
.pliegos .paginationControlNext-dis {
	background: #ffffff url(../images-css/resultset_next-dis.png) no-repeat 50% 50%;
	border: none;
	width: 10px;
	height: 10px;
	margin: 2px;
	float: right;
}
.pliegos .paginationControlLast {
	background: #ffffff url(../images-css/resultset_last.png) no-repeat 50% 50%;
	border: none;
	width: 10px;
	height: 10px;
	margin: 2px;
	cursor: pointer;
	float: right;
}
.pliegos .paginationControlLast-dis {
	background: #ffffff url(../images-css/resultset_last-dis.png) no-repeat 50% 50%;
	border: none;
	width: 10px;
	height: 10px;
	margin: 2px;
	float: right;
}

/****************************************************/
/*				Dialogos		   			    	*/
/****************************************************/
.pliegos .iceConfirmDialog {
	border: 2px solid #003366;
	top: 25%;
	left: 40%;
	position: absolute;
	width: 350px;	
	height: auto;	
}

.pliegos .iceMessageStyle {
	float: left; 
	clear:both !important;
}

.pliegos .iceConfirmPublicateDialog50 {
	top: 50% !important;
}

.pliegos .iceConfirmPublicateDialog60 {
	top: 60% !important;
}

.pliegos .iceConfirmPublicateDialog80 {
	top: 80% !important;
}

.pliegos .iceConfirmPublicateDialog140 {
	top: 150% !important;
}

.pliegos .iceDialog40 {
	top: 40% !important;
}

.pliegos .iceDialog70 {
	top: 70% !important;
}

.pliegos .iceDialog80 {
	top: 80% !important;
}

.pliegos .iceDialog130 {
	top: 130% !important;
}

.pliegos .iceConfirmPublicateDialog450 {
	top: 450% !important;
}

.pliegos .iceConfirmDialogHdr {
	background-color: #003366;
	color: #FFFFFF;
	cursor: pointer;
	padding: 3px 2px 3px 2px;
}
.pliegos .iceConfirmDialogBody {
	background-color: #ffffff;
	width: 100%;
	border: 1px solid;
}
.pliegos .iceErrorDialog {
	border: 2px solid #003366;
	top: 25%;
	left: 30%;
	position: absolute;
	width: auto;	
	height: auto;
	z-index: 26001;
}

.pliegos .iceErrorDialogHdr {
	background-color: #003366;
	color: #FFFFFF;
	cursor: pointer;
	padding: 3px 2px 3px 2px;
}
.pliegos .iceErrorDialogBody {
	background-color: #ffffff;
	width: 100%;
	border: 1px solid;
}
.pliegos .iceErrorDialogFtr {
}

/****************************************************/
/*			        	Popup Panel		    		*/
/****************************************************/

.pliegos .icePanelPopup {
	border: 2px solid #003366;
	top: 10%;
	left: 8%;
	right: 10%;
	position: absolute;
	width: auto;	
	height: auto;
}

.pliegos .icePanelZIndex {
	z-index : 28000 !important;	
}

.pliegos .icePanelPopup700 {
	width: 700px !important;
}

.pliegos .icePanelPopup800 {
	width: 800px !important;
}

.pliegos .icePanelPopup850 {
	width: 850px !important;
}

.pliegos .icePanelPopup200 {
	width: 300px !important;
}

.pliegos .icePanelPopup500 {
	width: 500px !important;
}

.pliegos .icePanelPopupHdr {
	background-color: #003366;
	color: #ffffff;
	cursor: pointer;
	padding: 3px 2px 3px 2px;
}
.pliegos .icePanelPopupBody {
	background-color: #ffffff;
	width: 100%;
	border: 1px solid;
}
.pliegos .icePanelPopupFtr {
}

/****************************************************/
/*			        	Calendar			    				    */
/****************************************************/

.pliegos .iceSelInpDate {
/* calendar outline & background color */
    background-color: #FFFFFF;
    border: 1px solid #ABABAB; /* removed margin from calendar outline - better absolute positioning of popup */
/*margin:10px;*/
}

.pliegos .iceSelInpDateIFrameFix {
   z-index: -1;
   position: absolute;
   display: block;
   filter: mask();
} 
 
.pliegos .iceSelInpDateInput {
    width: 75px;
}

.pliegos .iceSelInpDateOpenPopup {
    display: inline;
    text-decoration: none;
    background-color: transparent;
    background-image: url( "./images-css/calendar/cal_button.gif" );
    background-repeat: no-repeat;
    text-align: center;
    border: none;
    width: 16px;
    height: 16px;
}

.pliegos .iceSelInpDateClosePopup {
    display: inline;
    text-decoration: none;
    background-color: transparent;
    background-image: url( "./images-css/calendar/cal_off.gif" );
    background-repeat: no-repeat;
    text-align: center;
    border: none;
    width: 16px;
    height: 16px;
}

.pliegos .iceSelInpDateMonthYear {
    background-color: #EFEFEF;
    background-image: url( "./images-css/calendar/table_col_header.gif" );
    background-position: bottom;
    background-repeat: repeat-x;
    font-weight: normal;
    font-family: Arial,Helvetica,sans-serif;
    text-align: center;
    color: #000000;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 4px;
    padding-bottom: 4px; /*border-right:1px solid #CCCCCC;*/
	 font-size: 12px;
	 font-family: verdana;           
}

.pliegos .iceSelInpDateMonthYear img {
    border: none;
}

.pliegos .iceSelInpDateMovePrev {
    text-decoration: none;
    display: inline;
    background-color: transparent;
    background-image: url( "./images-css/calendar/cal_arrow_left.gif" );
    background-repeat: no-repeat;
    text-align: center;
    border: none;
    width: 17px;
    height: 16px;
}

.pliegos .iceSelInpDateMoveNext {
    text-decoration: none;
    display: inline;
    background-color: transparent;
    background-image: url( "./images-css/calendar/cal_arrow_right.gif" );
    background-repeat: no-repeat;
    text-align: center;
    border: none;
    width: 17px;
    height: 16px;
}

.pliegos .iceSelInpDateWeek {
/* the days of the week row */
    font-weight: normal;
    color: #2A6CC2;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px solid #000000;
  	 font-size: 12px;
	 font-family: verdana;    
}

/* set the look for the days of the week backgrounds */
.pliegos .iceSelInpDateDay, .pliegos .iceSelInpDateCur {
/* the background & alignment for the days */
    padding: 3px;
    text-align: center;
    background-color: white;
	 font-size: 12px;
	 font-family: verdana;
}

.pliegos .iceSelInpDateCur .pliegos .iceOutTxt{
	color:#FFFFFF;
}

/* now set the attributes for the numbers for each day of the week */
.pliegos .iceSelInpDateDay a {
/* the day text */
    text-decoration: none;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #000000;
    width: 100%;
    height: 100%;
    padding: 0px;
    display: block;
}

.pliegos .iceSelInpTxt {
	display: inline;
}

.pliegos .iceSelInpDateCur a {
    text-decoration: none;
    background-color: #2A6CC2;
    border: 1px solid #2A6CC2;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    padding: 0px;
    display: block;
}

/* now set the color attributes for the hover effect on non-current days */
.pliegos .iceSelInpDateDay a:hover {
/* the day text */
    text-decoration: none;
    color: #2A6CC2;
}



/****************************************************/
/*				outputProgress		   			    */
/****************************************************/
.pliegos .iceOutProg { 
	margin: 10px; 
} 
.pliegos .iceOutProgBg { 
	border: 1px solid #ABABAB; 
	width: 150px; 
} 
.pliegos .iceOutProgFill { 
	background-color: #026AFF;
	background-position: top left; 
	background-repeat: repeat-x; 
	display: block; 
}

.pliegos .iceOutProgTxt { 
	color: black; 
} 

/****************************************************/
/*				InputFile   		   			    */
/****************************************************/
.iceInpFile {
	overflow: hidden;
	width: 350px;	
}

.iceInpFile {
	overflow: hidden;
	width: 350px;	
}

.iceInpTxt {
	width: 160px;	
}

.iceInpFileTxt {
   margin: 2px;
   padding: 2px;
   font-size: xx-small !important;	
   padding: 0.25em;   
}

.iceInpFileBtn {
	border-style: outset;
	border-width: 2px;
	font-size: 11px !important;
	font-family: Verdana,Arial,Helvetica,sans-serif !important;
	margin: 3px;	
}


/****************************************************/
/*				Mensajes						    */
/****************************************************/
.pliegos .errorMessage {
	background: #FFF1ED url(../images-css/error.png) no-repeat scroll 0.5em 50%;
	margin: 0.15em auto 1.2em;
	padding: 0.5em 0.5em 0.5em 2.8em;
}

.pliegos .warningMessage {
	background: #FFF1ED url(../images-css/warning.png) no-repeat scroll 0.5em 50%;
	margin: 0.15em auto 1.2em;
	padding: 0.5em 0.5em 0.5em 2.8em;
}

/****************************************************/
/* 				dataTable							*/
/****************************************************/
.pliegos .iceDataTable, .pliegos .iceDataTable2 {
	white-space: normal;
	margin-left: auto;
	margin-right: auto;
/*	Ajustar el contenido al tamaño de la celda table-layout: fixed; */
}
.pliegos .iceDataTable, .pliegos .iceDataTableHdr, .pliegos .iceDataTableFtr, .pliegos .iceDataTableCol1, .pliegos .iceDataTableCol2, .pliegos .iceDataTableColHdr1, .pliegos .iceDataTableColHdr2 {
	vertical-align: middle;
	border-collapse: collapse;
}

.pliegos .iceDataTable2, .pliegos .iceDataTable2Hdr, .pliegos .iceDataTable2Ftr, .pliegos .iceDataTable2Col1, .pliegos .iceDataTable2ColHdr1 {
	vertical-align: middle;
	border-collapse: collapse;
}

.pliegos .iceCmdSrtHdr {
}

.pliegos .iceCmdSrtHdr table {
	cursor : pointer;
	font-weight : bold !important;
	font-style : underline !important;	
}

.pliegos .iceDataTableHdr, .pliegos .iceDataTableCol {
	padding: 0px 0px 0px 0px;
}

.pliegos .iceDataTable2Hdr, .pliegos .iceDataTable2Col {
	padding: 0px 10px 0px 10px;
}

.pliegos .iceDataTableCol1, .pliegos .iceDataTableCol2 {
	text-align: center;
	border-bottom: 1px solid #DDDDDD;
	overflow: hidden !important;
}

.pliegos .iceDataTable2Col1, .pliegos .iceDataTable2Col2 {
	text-align: center;
	border-bottom: 1px solid #DDDDDD;
	overflow: hidden !important;
}

.pliegos .iceDataTableRow1, .pliegos .iceDataTableRow2 {
	border: 1px solid #DDDDDD;
}

.pliegos .iceDataTableColHdr {
	background-color: rgb(196,208,220);	
	font-weight: bold;
	text-align: center;
}

.pliegos .iceDataTable2ColHdr {
	background-color: rgb(255,244,204);	
	font-weight: bold;
	text-align: center;
}

.pliegos .iceDataTableRow, .pliegos .iceDataTable2Row {
	background: rgb(242, 242, 255);
}
.pliegos .tableRowTotal {
	background-color: rgb(135, 203, 218);	
}
.pliegos .iceDataTableRowOver, .pliegos .iceDataTable2RowOver {
	background: #a5cbff;
}
.pliegos .iceDataTableRowClick, .pliegos .iceDataTable2RowClick {
	background: #ffe0e0;
}
.pliegos .iceDataTableRowDblClick, .pliegos .iceDataTable2RowDblClick {
	background: #e0e0e0;
}
.pliegos .iceDataTableHdr {
	text-align: center;
	background-color: rgb(196,208,220);	
}

.pliegos .iceDataTable2Hdr {
	text-align: center;
	background-color: rgb(255,244,204);	
}
.iceRowSelMouseOver {
	background-color: rgb(255,244,204);
}


/****************************************************/
/*			        	PanelTab			    	*/
/****************************************************/
.icePnlTbOn { /* was iceTabSetTabOn */
}

.icePnlTbOn .MidMid td{
	font-weight: bold;
    white-space: nowrap;
    text-align: center;    	
}

.icePnlTbOn .LftTop {
    background-color: transparent;
    background-image: url(../images-css/on-left-top.gif);
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOn .MidTop {
    background-color: transparent;
    background-image: url(../images-css/on-mid-top.gif);
    background-repeat: repeat-x;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOn .RtTop {
    background-color: transparent;
    background-image: url(../images-css/on-right-top.gif);
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOn .LftMid {
    background-color: transparent;
    background-image: url(../images-css/on-left-mid.gif);
    background-repeat: repeat-y;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOn .MidMid {
    background-color: transparent;
    background-image: url(../images-css/on-mid-mid.gif);
    background-repeat: repeat;
    text-align: center;
    border: none;
    white-space: nowrap;
}

.icePnlTbOn .MidMid a {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
    display: block;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
}


* html .icePnlTbOn .MidMid a {
    width: 1%;
}

.icePnlTbOn .RtMid {
    background-color: transparent;
    background-image: url(../images-css/on-right-mid.gif);
    background-repeat: repeat-y;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOn .LftBtm {
    background-color: transparent;
    background-image: url(../images-css/on-left-bot.gif);
    background-repeat: no-repeat;
    border: none;
}

.icePnlTbOn .MidBtm {
    background-color: transparent;
    background-image: url(../images-css/on-mid-bot.gif);
    background-repeat: repeat-x;
    border: none;
}

.icePnlTbOn .RtBtm {
    background-color: transparent;
    background-image: url(../images-css/on-right-bot.gif);
    background-repeat: no-repeat;
    border: none;
}

/* tabOff style classes */

.icePnlTbOff { /* was iceTabSetTabOff*/

}

.icePnlTbOff .MidMid td{
    white-space: nowrap;
    text-align: center;    	
}

.icePnlTbOff .LftTop {
    background-color: transparent;
    background-image: url(../images-css/off-left-top.gif);
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOff .MidTop {
    background-color: transparent;
    background-image: url(../images-css/off-mid-top.gif);
    background-repeat: repeat-x;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOff .RtTop {
    background-color: transparent;
    background-image: url(../images-css/off-right-top.gif);
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOff .LftMid {
    background-color: transparent;
    background-image: url(../images-css/off-left-mid.gif);
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOff .MidMid {
    background-color: transparent;
    background-image: url(../images-css/off-mid-mid.gif);
    background-repeat: repeat-x;
    text-align: center;
    border: none;
    white-space: nowrap;
}

.icePnlTbOff .MidMid a {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
    display: block;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
}

* html .icePnlTbOff .MidMid a {
    width: 1%;
}

.icePnlTbOff .RtMid {
    background-color: transparent;
    background-image: url(../images-css/off-right-mid.gif);
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOff .LftBtm {
    background-color: transparent;
    background-image: url(../images-css/off-left-bot.gif);
    background-repeat: no-repeat;
    border: none;
}

.icePnlTbOff .MidBtm {
    background-color: transparent;
    background-image: url(../images-css/off-mid-bot.gif);
    background-repeat: repeat-x;
    border: none;
}

.icePnlTbOff .RtBtm {
    background-color: transparent;
    background-image: url(../images-css/off-right-bot.gif);
    background-repeat: no-repeat;
    border: none;
}

/* tabOver style classes */

.icePnlTbOver { /* was iceTabSetTabOver */

}

.icePnlTbOver .MidMid td{
    white-space: nowrap;
    text-align: center;    	
}


.icePnlTbOver .LftTop {
    background-color: transparent;
    background-image: url(../images-css/over-left-top.gif);
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOver .MidTop {
    background-color: transparent;
    background-image: url(../images-css/over-mid-top.gif);
    background-repeat: repeat-x;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOver .RtTop {
    background-color: transparent;
    background-image: url(../images-css/over-right-top.gif);
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOver .LftMid {
    background-color: transparent;
    background-image: url(../images-css/over-left-mid.gif);
    background-repeat: repeat-y;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOver .MidMid {
    background-color: transparent;
    background-image: url(../images-css/over-mid-mid.gif);
    background-repeat: repeat;
    text-align: center;
    border: none;
    white-space: nowrap;
}

.icePnlTbOver .MidMid a {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
    display: block;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
}

* html .icePnlTbOver .MidMid a {
    width: 1%;
}

.icePnlTbOver .RtMid {
    background-color: transparent;
    background-image: url(../images-css/over-right-mid.gif);
    background-repeat: repeat-y;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOver .LftBtm {
    background-color: transparent;
    background-image: url(../images-css/over-left-bot.gif);
    background-repeat: no-repeat;
    border: none;
}

.icePnlTbOver .MidBtm {
    background-color: transparent;
    background-image: url(../images-css/over-mid-bot.gif);
    background-repeat: repeat-x;
    border: none;
}

.icePnlTbOver .RtBtm {
    background-color: transparent;
    background-image: url(../images-css/over-right-bot.gif);
    background-repeat: no-repeat;
    border: none;
}

/* tabSpacer */

.icePnlTbSetSpcr {
    width: 100%;
    border-bottom: 1px solid #ABABAB;
}

/* tabPanel */
.icePnlTbSet { /* was iceTabSet*/
    width: 100%;
}

.icePnlTbSetCnt { /*newly added class*/
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #ABABAB;
    border-bottom: 1px solid #ABABAB;
    border-left: 1px solid #ABABAB;
    background-color: #FFFFFF;
}

.icePnlTbSetCntBtm { /*was iceTabSetBottom*/
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #ABABAB;
    border-top: 1px solid #ABABAB;
    border-left: 1px solid #ABABAB;
    background-color: #FFFFFF;
}

/* TABS ON BOTTOM STYLE CLASSES */
/* tabOn style classes */

.icePnlTbOnBtm {

}

.icePnlTbOnBtm .MidMid td{
	font-weight: bold;
    white-space: nowrap;
    text-align: center;    	
}

.icePnlTbOnBtm .LftTop {
    background-color: transparent;
    background-image: url(../images-css/tbot-on-left-top.gif);
    background-repeat: no-repeat;
    text-align: center;
    border: none;
}

.icePnlTbOnBtm .MidTop {
    background-color: transparent;
    background-image: url(../images-css/tbot-on-mid-top.gif);
    background-repeat: repeat-x;
    text-align: center;
    border: none;
}

.icePnlTbOnBtm .RtTop {
    background-color: transparent;
    background-image: url(../images-css/tbot-on-right-top.gif);
    background-repeat: no-repeat;
    text-align: center;
    border: none;
}

.icePnlTbOnBtm .LftMid {
    background-color: transparent;
    background-image: url(../images-css/on-left-mid.gif);
    background-repeat: repeat-y;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOnBtm .MidMid {
    background-color: transparent;
    background-image: url(../images-css/on-mid-mid.gif);
    background-repeat: repeat;
    text-align: center;
    border: none;
    white-space: nowrap;
}

.icePnlTbOnBtm .MidMid a {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
    display: block;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
}

* html .icePnlTbOnBtm .MidMid a {
    width: 1%;
}

.icePnlTbOnBtm .RtMid {
    background-color: transparent;
    background-image: url(../images-css/on-right-mid.gif);
    background-repeat: repeat-y;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOnBtm .LftBtm {
    background-color: transparent;
    background-image: url(../images-css/tbot-on-left-bot.gif);
    background-repeat: no-repeat;
    padding-bottom: 5px;
    border: none;
}

.icePnlTbOnBtm .MidBtm {
    background-color: transparent;
    background-image: url(../images-css/tbot-on-mid-bot.gif);
    background-repeat: repeat-x;
    padding-bottom: 5px;
    border: none;
}

.icePnlTbOnBtm .RtBtm {
    background-color: transparent;
    background-image: url(../images-css/tbot-on-right-bot.gif);
    background-repeat: no-repeat;
    padding-bottom: 5px;
    border: none;
}

/* tabOff style classes */

.icePnlTbOffBtm { /* was iceTabSetTabOffBottom*/

}

.icePnlTbOffBtm .MidMid td{
    white-space: nowrap;
    text-align: center;    	
}

.icePnlTbOffBtm .LftTop {
    background-color: transparent;
    background-image: url(../images-css/tbot-off-left-top.gif);
    background-repeat: no-repeat;
    text-align: center;
    border: none;
}

.icePnlTbOffBtm .MidTop {
    background-color: transparent;
    background-image: url(../images-css/tbot-off-mid-top.gif);
    background-repeat: repeat-x;
    text-align: center;
    border: none;
}

.icePnlTbOffBtm .RtTop {
    background-color: transparent;
    background-image: url(../images-css/tbot-off-right-top.gif);
    background-repeat: no-repeat;
    text-align: center;
    border: none;
}

.icePnlTbOffBtm .LftMid {
    background-color: transparent;
    background-image: url(../images-css/off-left-mid.gif);
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOffBtm .MidMid {
    background-color: transparent;
    background-image: url(../images-css/off-mid-mid.gif);
    background-repeat: repeat-x;
    text-align: center;
    border: none;
    white-space: nowrap;
}

.icePnlTbOffBtm .MidMid a {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
    display: block;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
}

* html .icePnlTbOffBtm .MidMid a {
    width: 1%;
}

.icePnlTbOffBtm .RtMid {
    background-color: transparent;
    background-image: url(../images-css/off-right-mid.gif);
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOffBtm .LftBtm {
    background-color: transparent;
    background-image: url(../images-css/tbot-off-left-bot.gif);
    background-repeat: no-repeat;
    padding-bottom: 5px;
    border: none;
}

.icePnlTbOffBtm .MidBtm {
    background-color: transparent;
    background-image: url(../images-css/tbot-off-mid-bot.gif);
    background-repeat: repeat-x;
    padding-bottom: 5px;
    border: none;
}

.icePnlTbOffBtm .RtBtm {
    background-color: transparent;
    background-image: url(../images-css/tbot-off-right-bot.gif);
    background-repeat: no-repeat;
    padding-bottom: 5px;
    border: none;
}

/* tabOver style classes */

.icePnlTbOverBtm { /* was iceTabSetTabOverBottom*/

}

.icePnlTbOverBtm .MidMid td{
    white-space: nowrap;
    text-align: center;    	
}


.icePnlTbOverBtm .LftTop {
    background-color: transparent;
    background-image: url(../images-css/tbot-over-left-top.gif);
    background-repeat: no-repeat;
    text-align: center;
    border: none;
}

.icePnlTbOverBtm .MidTop {
    background-color: transparent;
    background-image: url(../images-css/tbot-over-mid-top.gif);
    background-repeat: repeat-x;
    text-align: center;
    border: none;
}

.icePnlTbOverBtm .RtTop {
    background-color: transparent;
    background-image: url(../images-css/tbot-over-right-top.gif);
    background-repeat: no-repeat;
    text-align: center;
    border: none;
}

.icePnlTbOverBtm .LftMid {
    background-color: transparent;
    background-image: url(../images-css/over-left-mid.gif);
    background-repeat: repeat-y;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOverBtm .MidMid {
    background-color: transparent;
    background-image: url(../images-css/over-mid-mid.gif);
    background-repeat: repeat;
    text-align: center;
    border: none;
    white-space: nowrap;
}

.icePnlTbOverBtm .MidMid a {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
    display: block;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
}

* html .icePnlTbOverBtm .MidMid a {
    width: 1%;
}

.icePnlTbOverBtm .RtMid {
    background-color: transparent;
    background-image: url(../images-css/over-right-mid.gif);
    background-repeat: repeat-y;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOverBtm .LftBtm {
    background-color: transparent;
    background-image: url(../images-css/tbot-over-left-bot.gif);
    background-repeat: no-repeat;
    padding-bottom: 5px;
    border: none;
}

.icePnlTbOverBtm .MidBtm {
    background-color: transparent;
    background-image: url(../images-css/tbot-over-mid-bot.gif);
    background-repeat: repeat-x;
    padding-bottom: 5px;
    border: none;
}

.icePnlTbOverBtm .RtBtm {
    background-color: transparent;
    background-image: url(../images-css/tbot-over-right-bot.gif);
    background-repeat: no-repeat;
    padding-bottom: 5px;
    border: none;
}

/* tabSpacer */
.icePnlTbSetSpcrBtm {
    width: 100%;
    border-top: 1px solid #ABABAB;
}

/* tabPanel */

.icePnlTbSetBtm {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #ABABAB;
    border-top: 1px solid #ABABAB;
    border-left: 1px solid #ABABAB;
    background-color: #FFFFFF;
}

/****************************************************/
/*	    		        	Menu			    				    */
/****************************************************/
.pliegos .iceMnuBarSuperior {
	background:url(../images-css/pestana_peke_azul.gif) no-repeat;
	color:#fff;
	font-size:1em;
	height:24px;
	margin:0 10px 0 3px;
	width:151px;
}

.pliegos .iceMnuBarVrtItem {
	background:url(../images-css/fondo_menu.gif) repeat-y 50% top;
/*	width:210px;	*/
	font-size:1em;
	padding:4px 0 0 4px;	
	line-height: 1.5;
}

.pliegos .iceMnuBarVrtItem .iceOutTxt {
	display: block;
}

.pliegos .iceMnuBarVrtItem a {
	text-decoration: none;
	color: black;
}

.pliegos .iceMnuItmLabel {
	background: url(../images-css/flecha_menulat.gif) no-repeat;
	padding-left: 10px;
	margin-left: 7px;
}

.pliegos .iceMnuBarVrtItem a:hover {
	text-decoration: underline;
}

.pliegos .iceMnuBarVrtItemOn {

}

.pliegos .iceMnuBarVrtItemOn .MidMid td {
	font-weight:bold;
	text-align:center;
	white-space:nowrap;
}

/****************************************************/
/*	    		        	Drag and drop    				    */
/****************************************************/

.pliegos .dragDropImage {
	cursor:move;
	width: 50px;
}

/* OVERRIDE gobcan styles */
UL LI {
	LIST-STYLE-POSITION: none !important;
	LIST-STYLE-TYPE:  none !important;
}
