.ewtCenter
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.ewtTDHeight
{
    height: 38px;
}

/*
    Accordion
*/

.accordionHeader
{
    border: 1px solid #919B9C;
    color: black;
    background-color: #DADADA;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #D4D0C8;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #E0E6EF;
    border: 1px solid #D4D0C8;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/*
    Grid
*/
.ewtGridView
{
    font-family: arial;
    font-size: small;
    border: solid 1px #7f7f7f;
}

.ewtHeaderStyle th
{
    background: url("../../img/ewt/fondo_ewtHeaderStyle.gif") repeat-x 0px 0px;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #000;
    padding: 4px 5px 4px 10px;
    text-align: center;
    vertical-align: bottom;
}

.ewtHeaderStyle th a
{
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    color: #000;
    display: block;
    padding-right: 10px;
}

.ewtAltRowStyle
{
    background-color: #edf5ff;
}

.ewtRowStyle
{
    background-color: #ffffff;
}

.ewtRowStyle td, .ewtAltRowStyle td
{
    padding: 4px 10px 4px 10px;
    border-right: solid 1px #cbcbcb;
}

/*
    Estilos de Contenedor
*/

.ewtPanelH_Editando
{
    border: 3px solid red;
    border-style: dashed;
}

table.ewtControlesHorizontal
{
    width: 100%;
    padding: 0px;
    border: none;
    border-collapse: collapse;
}

table.ewtControlesVertical
{
    width: 100%;
    padding: 0px;
    border: none;
    border-collapse: collapse;
}

/*
    Controles Estándar
*/
.ewt_DropDownList
{
    font-family: verdana;
    font-size: 11px;
}

.ewt_TextBox
{
    font-family: verdana;
    font-size: 11px;
}

.ewt_Label
{
    font-family: verdana;
    font-size: 11px;
}

.ewt_Label_Ok
{
    font-family: verdana;
    font-size: 11px;
}

.ewt_Label_Warning
{
    font-family: verdana;
    font-size: 11px;
    color: Orange;
}

.ewt_Label_Error
{
    font-family: verdana;
    font-size: 11px;
    color: Red;
}

/*
    Botones
*/

.ewt_button_estandar
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-image:  url("../../img/ewt/ewt_button_estandar.gif");
	background-repeat: repeat;
	height: 21px;
}

.ewt_button_negativo
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-image:  url("../../img/ewt/ewt_button_negativo.gif");
	background-repeat: repeat;
	height: 21px;
}

.ewt_button_positivo
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-image:  url("../../img/ewt/ewt_button_positivo.gif");
	background-repeat: repeat;
	height: 21px;
}


/*
    Contenedor
*/
.Contenedor {
}

.Contenedor .capaEditar {
    height: 0px;
    width: 0px;
    overflow: visible;
}

.Contenedor .editar {
    height: 16px;
    width: 16px;
    background-image: url("../../img/ewt/editar_Contenedor.gif");
    background-repeat: no-repeat;
    position: relative;
    z-index: 100000;
}

/*
    TextoIF
*/
.TextoIF {
}

.TextoIF .capaEditar {
    height: 0px;
    width: 0px;
    overflow: visible;
}

.TextoIF .editar {
    height: 16px;
    width: 16px;
    background-image: url("../../img/ewt/editar_TextoIF.gif");
    background-repeat: no-repeat;
    position: relative;
    z-index: 100000;
}

