@charset "ISO-8859-1";

/*
 * Copyright 2009, 2010 Newport Software Technologies, UNICEN
 *
 * This file is part of XGAP.
 *
 * XGAP is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * XGAP is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with XGAP.  If not, see <http://www.gnu.org/licenses/>.
 */

#menu-ppal table {
    border-collapse: separate;
}
#menu-ppal td, #menu-ppal td img {
	vertical-align: middle;
}

/*button text - all levels*/
.menuButtonSecond td, .menuButton td, .menuButtondown td, .menuButtonover td {
	cursor: default;
}
/*menu text - all levels*/
.defaultMenuText {
    font-size: 0.875em;
    padding: 3px 10px;
}
/* Celda vacía que queda visible en Chrome */
.menuTable .defaultMenuText + td {
    display: none;
}
/*disabled menu text - all levels*/
.buttonTextDisabled {
    font-size: 0.875em;
    padding: 2px 5px 0 5px;
    color: #616161;
    border-bottom: 3px solid #616161;
}

/*menu caption if any*/
.menuName {
	color: #D7DFE8;
	letter-spacing: 0.25em;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 0.75em;
	padding-left: 10px;
	padding-right: 0;
    text-align: right;
    vertical-align: middle;
}
/*========= BUTTONS ======================*/

/*plain button state - top level*/
.menuButton {
    padding: 0 5px 0 0;
}
.menuButton .defaultMenuText {
	color: #00458E;
    background: #ABBACC;
    border-top: none;
    border-right: 3px solid #96ABC4;
    border-bottom: 3px solid #00458E;
    border-left: 3px solid #96ABC4;
}
/*down button state - top level*/
.menuButtondown {
    padding: 0 5px 0 0;
/*	cursor: default;*/
}
.menuButtondown .defaultMenuText {
	color: #006ADA;
    background: #D5D9DC;
    border-top: none;
    border-right: 3px solid #96ABC4;
    border-bottom: 3px solid #00458E;
    border-left: 3px solid #96ABC4;
}
/*mouse over button state - top level*/
.menuButtonover {
    padding: 0 5px 0 0;
}
.menuButtonover .defaultMenuText {
	color: #00458E;
    background: #C0CAD4;
    border-right: 3px solid #96ABC4;
    border-bottom: 3px solid #00458E;
    border-left: 3px solid #96ABC4;
}
/*plain button state - other levels*/
.menuButtonSecond {
    background: #D5D9DC;
	color: #00458E;
}
/*mouse over button and down button states - other levels*/
.menuButtonSecondover, .menuButtonSeconddown {
	background: #E3E6E8;
	color: #006ADA;
	cursor: default;
}
.secondMenuTable .defaultMenuText {
    padding: 2px 5px;
}

/*============ PANELS and DIVIDERS ===========================================*/

/*manu panel - top level*/
.menuTable {
	background-color: #96ABC4;
	margin: 0px;
	padding: 0px;
}
/*menu panel - other levels*/
.secondMenuTable {
	background: #D5D9DC;
    border: 1px solid #00458E;
	margin: 0 0 0 0;
	padding: 0;
}

/*divider - horizontal*/
.menuDivider {
	height: 100%;
	overflow: hidden;
	vertical-align: middle;
    margin: 0 10px 0 5px;
	width: 0;
}
/*divider - vertical*/
.menuDividerY {
	border-top: 1px dotted #00458E;
    margin: 0;
	height: 0;
	overflow: hidden;
	width: 100%;
}

/*================== DRAG HANDLERS ==================*/

/*drag handler for menu - horizontal*/
.menuHandle {
	background: #D5D9DC;
    border: 1px solid #00458E;
	cursor: move;
	height: 100%;
	overflow: hidden;
	width: 3px;
}
/*drag handler for menu - vertical*/
.vmenuHandle {
	background: #D5D9DC;
    border: 1px solid #00458E;
	cursor: move;
	height: 3px;
}


/*============ ICONS and SCROLLERS ====================*/

/*disabled icon - all levels*/
.iconGray {
/*	filter: BlendTrans(Percent=50) gray();*/
	cursor: default;
}

/*enabled scroller*/
.menuScrollerEnabled {
	background: #D5D9DC;
	 cursor: pointer;
	 text-align: center;
}
/*disabled scroller*/
.menuScrollerDisabled {
	background-color: #D5D9DC;
	cursor: default;
	visibility: hidden;
	text-align: center;
}
