/**
 * Estilos de botones para cada tipo de botón implementado con
 * el taglib "boton".
 */

/**
 * TODO: URL de imágenes no deben contener "acadweb" en duro
 * jtalavera 7/06/2007
 */

.cancelButton button {
    text-indent:-4em;
    overflow:hidden;
    padding:.25em .75em;
    width:2em;
    height:2em;
    *margin-left:4em;   /* IE only */
	*padding:.25em 1.75em;  /* IE only */
}

.saveButton button {
    background:url(/acadweb/images/save.gif) center center no-repeat;
    text-indent:-4em;
    overflow:hidden;
    padding:.25em .75em;
    width:2em;
    height:2em;
}

.deleteButton button {
    background:url(/acadweb/images/borrar.gif) center center no-repeat;
    text-indent:-4em;
    overflow:hidden;
    padding:.25em .75em;
    width:2em;
    height:2em;

    /* copiado de .yuibutton*/
    display:-moz-inline-stack; /* Gecko */
    display:inline-block; /* IE, Opera and Safari */

    border-width:1px 0;
    border-style:solid;
    border-color:#999;

    margin:auto .25em;
}


.cancelTextButton
{
  	padding-left:2em;
    background:url(/acadweb/images/close.gif) 10% 50% no-repeat;
}

.saveTextButton
{
  	padding-left:2em;
    background:url(/acadweb/images/save.gif) 10% 50% no-repeat;
}

.deleteTextButton
{
  	padding-left:2em;
    background:url(/acadweb/images/borrar.gif) 10% 50% no-repeat;
}

/**
 * Estilos para el calendario
 */

.calendarButton button {
	background:url(/acadweb/images/calendar.gif) center center no-repeat;
    text-indent:-4em;
    overflow:hidden;
    padding:.25em .75em;
    width:2em;
    height:2em;
}

.calendarContainer { display:none; z-index:2;}

/**
 * Estilos de tablas
 */
 table.tbl_page {
  	margin-left:10px;
  	width:92%;
 }
