/* CSS Stylesheet for a A3 Web Application project */

/* Style A3Text */
.A3Text
{
	FONT-SIZE: xx-small;
	FONT-FAMILY: Verdana, Arial, 'MS Sans Serif';
	TEXT-ALIGN: justify;
	COLOR: #6608A7;	
}
/* Style A3Label */
.A3Label
{
	font-size: 9pt;
	font-family:  Arial, Helvetica, sans-serif;
	COLOR: #606a74;
	TEXT-ALIGN: right;
/* Style A3Label */
}
/* Style A3Label left align */
.A3LabelLeft
{
	font-size: 9pt;
	font-family:  Arial, Helvetica, sans-serif;
	COLOR: #606a74;
	TEXT-ALIGN: left;
}
.A3LabelWhite
{
	FONT-SIZE: xx-small;
	font-family:  Arial, Helvetica, sans-serif;
	COLOR: #ffffff;
	TEXT-ALIGN: right;	
}
/* Style A3Label as link */
.A3LabelLink
{
	FONT-FAMILY: Arial/*, Verdana,'MS Sans Serif'*/;
	font-family:  Arial, Helvetica, sans-serif;
	TEXT-ALIGN: right;
	CURSOR: hand; 
	TEXT-DECORATION: underline;
	/*COLOR: #6608A7;*/
	color: #1199ca;
	font-size:66%;
}
.A3LabelLink:hover
{
	color: #000000;
}
.A3LabelLinkSec
{
	color: #ffffff;
	font-family: Arial, Verdana, 'Microsoft Sans Serif';
	cursor: hand;
	text-decoration: none; 
}
/* Style for A3Label when uses agrupation */
.A3LabelGroup
{
	FONT-SIZE: xx-small;
	FONT-FAMILY: Verdana, Arial, 'Microsoft Sans Serif';
	FONT-WEIGHT: bolder;
	COLOR: #000000;
}
.A3LabelSubGroup
{

	FONT-SIZE: smaller;
	FONT-FAMILY: Verdana, Arial, 'Microsoft Sans Serif';
	BORDER-LEFT: black 1px solid;
	BORDER-TOP: black 1px solid;
	BACKGROUND-COLOR: #c8c9ab;
	COLOR: #000000;
}
/* Style for A3Label in a Wizard */
.A3LabelAsis
{
    FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	COLOR: White;
	font-family:  Arial, Helvetica, sans-serif;
	TEXT-ALIGN: right
}
/* Style for A3Label options in the selection of employment*/
.A3LabelPunt
{
	FONT-SIZE: 11px;
	font-family:  Arial, Helvetica, sans-serif;
	COLOR: Black;
}
/* Style for A3Label in the selection of employment = ¿ Que desea hacer ?*/
.A3LabelSel
{
	FONT-SIZE: xx-small;
	FONT-WEIGHT: bold;
	font-family:  Arial, Helvetica, sans-serif;
	COLOR: Black;
}

/* Nuevos estilos para etiquetas en la login. MFP 15/04/2005 */
.A3LabelLogin1
{
	font-size: 9px;
	font-family:  Arial, Helvetica, sans-serif;
	color: Black;
}
.A3LabelLogin2
{
	font-size: 13px;
	font-family:  Arial, Helvetica, sans-serif;
	color: #6608A7;
	font-weight: bold;
}
.A3LabelLogin3
{
	font-size: 10px;
	font-family:  Arial, Helvetica, sans-serif;
	color: Black;
}
/* Nuevos estilos para etiquetas en la login. MFP 15/04/2005 */

/* Style for A3Radio */
.A3Radio
{
	HEIGHT: 14px;
	WIDTH: 14px;
}
/* Style for A3Check */
.A3Check
{
	HEIGHT: 14px;
	WIDTH: 14px;
}
/* Style for A3Combo */
.A3Combo
{
	height: 1px;
	FONT-SIZE:  8px;
	font-family:  Arial, Helvetica, sans-serif;
	COLOR: black;
}
/* Style for A3Button */
.A3Button
{
	FONT-SIZE: 1em;
	font-weight:700;	
	FONT-FAMILY: Arial, Verdana,'Microsoft Sans Serif';
	border: 1px solid;
	border-color:#6ac8ef #016e9b #016e9b #6ac8ef;
	BACKGROUND-COLOR: #009ee0;
	COLOR: #ffffff;
}
.A3ButtonDis
{
	FONT-SIZE: 0.8em;
	FONT-FAMILY: Arial, Verdana,'Microsoft Sans Serif';
	border: 1px solid;
	border-color:#6ac8ef #016e9b #016e9b #6ac8ef;
	BACKGROUND-COLOR: #87BFD7;
	COLOR: #ffffff;
}

/* Ocultar el botón de la combo. MFP 09/12/2004.*/
.A3ButtonHide
{
	display:none;
}

.A3ButtonModal
{
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, 'MS Sans Serif';
	border-right: medium none;
	border-top: medium none;
	border-left: medium none;
	border-bottom: medium none;
	BACKGROUND-COLOR: transparent;
	vertical-align: baseline;
	CURSOR: hand;
}
.A3ButtonModalDis
{
	font-size:10px;
	font-weight: normal;
	font-family:  Arial, Helvetica, sans-serif;
	border: 0px;
	background-color: Transparent;
	vertical-align: baseline;
	cursor: default;
	text-transform:lowercase;
	color: #000000;
	text-align: center;
	height:16px;
}

.A3F4
{
      font-size: 11px;
      font-family:  Arial, Helvetica, sans-serif;
      border-right: medium none;
      border-top: medium none;
      border-bottom: medium none;
      border-left: medium none;
      background-color: transparent;
      cursor: hand;
      height: 16px;
      width: 16px;
      vertical-align:middle;
      margin-left: 10px;
      margin-bottom: 1px;
}

.A3F4Disabled
{	font-size: 11px;
    font-family: Arial, Verdana, 'MS Sans Serif';
    border-right: medium none;
    border-top: medium none;
    border-bottom: medium none;
    border-left: medium none;
    background-color: transparent;
    cursor:default;
    height: 16px;
    width: 16px;
}
/* Style when A3VisualControl is disabled */
.A3Disabled
{
	FONT-SIZE: 9pt;
	font-family:  Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #e0e8db;
	COLOR: #666666;
	border: 1px solid #c0c8ab;
}
/* Style when A3VisualControl is enabled */
.A3Enabled
{
	FONT-SIZE: 9pt;
	font-family:  Arial, Helvetica, sans-serif;
	border: #4f849d 1px solid;
	background-color: #ffffff;
	COLOR: black;
}
/* Style when A3VisualContros is read only */
.A3ReadOnly
{
	FONT-SIZE: 9pt;
	font-family:  Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #e0e8db;
	COLOR: #666666;
	border: 1px solid #c0c8ab;
}
/* Style when A3VisualControl get focus */
.A3FocusColor
{
  border: #4f849d 1px solid;
  background-color: #ffffff;
  FONT-SIZE: 9pt;
  font-family:  Arial, Helvetica, sans-serif;
}
.A3Focus
{
	FONT-SIZE: 9pt;
	font-family:  Arial, Helvetica, sans-serif;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color: #ffffff;
	COLOR: black;
}
.A3TextView
{
	FONT-SIZE: xx-small;
	font-family:  Arial, Helvetica, sans-serif;
	COLOR: #000000;
}

/***************************************************************************************************
Estilos A3Combo
***************************************************************************************************/
.A3AdvComboB
{
	FONT-SIZE: 10pt;	
	font-family:  Arial, Helvetica, sans-serif;
	border: 1px solid black;
	
}
.A3AdvComboBDis
{
	FONT-SIZE: 12px;
	font-family:  Arial, Helvetica, sans-serif;
	border: 0px solid #DBDFE3;
	BACKGROUND-COLOR: #DBDFE3;
}

.A3AdvComboI
{
	FONT-SIZE: 10pt;
	font-family:  Arial, Helvetica, sans-serif;
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	color: black;
	overflow: hidden;
/*	width: 170px !important;*/
}
.A3AdvComboIFocus
{
	FONT-SIZE: 10pt;
	background-color: #ffffff;
	font-family:  Arial, Helvetica, sans-serif;
	border: white 1px solid;
	COLOR: black;
	overflow: hidden;
/*	width: 170px !important;*/
}

.A3AdvComboT
{
	background-color: white;
	border: 1px solid #4f849d;
}
.A3AdvComboDiv
{
	border:transparent;
	background-color: transparent;
}
.A3DisabledCombo
{
	FONT-SIZE: 10pt;
	font-family:  Arial, Helvetica, sans-serif;
	border:transparent;
	BACKGROUND-COLOR: #e0e8db;
	COLOR: #666666;
}
.A3AdvDisabledComboT
{
	border-right: #c0c8ab 1px solid;
	border-top: #c0c8ab 1px solid;
	border-left: #c0c8ab 1px solid;
	border-bottom: #c0c8ab 1px solid;
	background-color:  #e0e8db;
}
/* Hover item of A3Tree */
.A3TreeHoverMenuItem
{
	background-color: #EEF6F9;
}

/*************************************************************************************
A3Panel
**************************************************************************************/

.A3Panel
{
	FONT-SIZE: 10px;
	font-family:  Arial, Helvetica, sans-serif;
	color: White;
	TEXT-ALIGN: right;
	font-weight:bold;
}
 TD.A3PanelBgColorLeft
{
  color: #000000;
  height: 20px;
  background:#ffffff url(../COMMONIMAGES/1x3Blank.gif) repeat-x;
  text-align: left !important;

}

TD.A3PanelBgColorRight
{
  color: #000000;
  background:#ffffff url(../COMMONIMAGES/1x3Blank.gif) repeat-x;
  text-align: right !important;
}

TD.A3PanelBgColorRight IMG
{
  margin-top: 2px;
}

.A3PanelBgColorLeft LABEL
{
	font-weight:bold;
	height: 11px;
	font-size: 11px;
	font-family:  Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-top: 3px;
	color:#000000;
	white-space: nowrap;
	padding-right:2px;
}

.A3PanelCellContent
{
  padding-top: 10px;
  padding-bottom: 10px;
}

/*************************************************************************************
A3Filter
**************************************************************************************/

.A3FilterButtonEnabled
{
	FONT-SIZE: 12px;
	font-family:  Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #eff1f2;
	COLOR: black;
	border: 1px solid #cdd2d8;
}

.A3FilterButtonDisabled
{
	FONT-SIZE: 12px;
	font-family:  Arial, Helvetica, sans-serif;
	border-right: #ABA894 1px solid;
	border-top: #ABA894 1px solid;
	border-left: #ABA894 1px solid;
	border-bottom: #ABA894 1px solid;
	BACKGROUND-COLOR: #D3CEB7;
	COLOR: #676766;
}

SELECT
{
  background-color: #ffffff;
  border: #CDD2D8 1px solid !important;
}

BODY {  background-color: #ffffff; }

.A3CellBorderTop
{
  border-top: #e0e3e6 1px solid;
  border-bottom: #e0e3e6 1px solid;
}

.A3CellBorderRight
{
  border-top: #e0e3e6 1px solid;
  border-right: #e0e3e6 1px solid;
  border-bottom: #e0e3e6 1px solid;
}
.A3CellBorder
{
  border-top: #e0e3e6 1px solid;
  border-left: #e0e3e6 1px solid;
  border-bottom: #e0e3e6 1px solid;
}
.A3PopupSelectList
{
	z-index:1;
	cursor: default;
	border-right: #cdd2d8 1px solid;
	border-top: #cdd2d8 4px solid;
	border-left: #cdd2d8 1px solid;
	border-bottom: #cdd2d8 4px solid;
	background-color: #eff1f2;
}
.A3PopupSelectListTDOver
{
	background-color: #cdd2d8;
}
.A3PopupSelectListTDOut
{
	background-color: #eff1f2;
}
.A3TDLabel
{
	text-align:right;
	vertical-align:middle;
	white-space:nowrap;
}
.A3TDLabelTop
{
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
}
.A3LblWaitingDiv
{
	text-align:center;
	background-color:#edf4f9;
	font-size: 12px;
	font-family:Arial;
	color:#3c4550;
	top:100px;
	height:0px;
	border:2px #599ed6 solid;
	font-weight:bold;
	position:absolute;
	 vertical-align:baseline;
	text-align:center;
	display:inline;
	z-index:1;
	padding: 0 10px 0 10px;
}

/* A3FormEditor */
.FormEditor
{

}

#FormEditor1_ToolBoxContainer
{
  background-color: #f3f4f6 !important;
  color: #000 !important;
  border: 1px solid #CDD2D8 !important;
  font-family: Arial !important;
}

#FormEditor1_ToolBoxContainer_Caption TD
{
  background-color: #CDD2D8 !important;
  color: #000 !important;
   font-family: Arial !important;
}

#FormEditor1_ToolBoxContainer_ToolBox SPAN DIV
{
  background-color: #e0e3ef !important;
  color: #000 !important;

   font-family: Arial !important;

}



#FormEditor1_ToolBoxContainer_ToolBox SPAN DIV DIV DIV
{
  background-color: #f3f4f6 !important;
  color: #000 !important;
}
.A3ConfigButton {
      border-right: medium none;
      border-top: medium none;
      border-bottom: medium none;
      border-left: medium none;
      background-color: transparent;
      cursor: hand;
      height: 16px;
      width: 16px;
}
.A3ConfigButton LABEL {
  font-size:10px;
  color: #000000;
  height: 13px;
  font-family: Arial, helvetica, sans-serif;
  background-color: #e0e3e6;
  vertical-align:bottom;
}
.A3ConfigButton IMG {

}
.A3Border 
{
	border:1px solid #CFE0F0;	
}
.A3ActionButton 
{
	 position:relative;
	 top:-3;
	 font-family:Arial, Verdana, Times New Roman;
	 font-size:12px;
	 color:#000000;
	 cursor: hand;
	 padding-right:5px;
}
.A3ActionButton IMG 
{
	margin-left:5px !important;
}



.A3NextElement
{
	width: 80px;
	cursor: hand;
	border-right: #808587 1px solid;
	border-top: #CECECF 1px solid;
	border-left: #CECECF 1px solid;
	border-bottom: #808587 1px solid;
	background-color: #3D464F;
        background-image:url('../CommonImages/dcha.gif');
        background-position: 66px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 11px;
	font-family:  Arial, Helvetica, sans-serif;
	padding-right: 5px;
	margin-bottom: 2px;
	margin-right: 5px;
}


.A3PreviousElement
{
	width: 80px;
	cursor: hand;
	border-right: #808587 1px solid;
	border-top: #CECECF 1px solid;
	border-left: #CECECF 1px solid;
	border-bottom: #808587 1px solid;
	background-color: #3D464F;
        background-image:url('../CommonImages/Izda.gif');
        background-position: 4px;
        background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 11px;
	font-family:  Arial, Helvetica, sans-serif;
	padding-left: 7px;
	margin-bottom: 2px;
}



.A3NextElementDes
{
	width: 80px;
	border-right: #808587 1px solid;
	border-top: #CECECF 1px solid;
	border-left: #CECECF 1px solid;
	border-bottom: #808587 1px solid;
	background-color: #a9aeb5;
        background-image:url('../CommonImages/dchaDes.gif');
        background-position: 66px;
	background-repeat: no-repeat;
	color: #dee0e2;
	font-size: 11px;
	font-family:  Arial, Helvetica, sans-serif;
	padding-right: 5px;
	margin-bottom: 2px;
	margin-right: 5px;
}


.A3PreviousElementDes
{
	width: 80px;
	border-right: #808587 1px solid;
	border-top: #CECECF 1px solid;
	border-left: #CECECF 1px solid;
	border-bottom: #808587 1px solid;
	background-color: #a9aeb5;
        background-image:url('../CommonImages/IzdaDes.gif');
        background-position: 4px;
        background-repeat: no-repeat;
	color: #dee0e2;
	font-size: 11px;
	font-family:  Arial, Helvetica, sans-serif;
	padding-left: 7px;
	margin-bottom: 2px;
}

