/* 
    Document   : default
    Created on : 2/02/2012, 10:00:12 AM
    Author     : EB05
    Description:
        Purpose of the stylesheet follows.
*/
form{
    margin: 0px;
    padding: 0px;
}
input[type=text]
{
    font-size: 12px;
    padding: 2px;
}

input[type=password]
{
    font-size: 12px;
    padding: 2px;
}

a
{
    color: #002100;
    text-decoration: none;
}

a:hover
{
    color: #D75E0C;
    text-decoration: none;
}


table.excel {
	border-style:ridge;
	border-width:1;
	border-collapse:collapse;
	font-family:sans-serif;
	font-size:12px;
}
table.excel thead th, table.excel tbody th {
	background:#CCCCCC;
	border-style:ridge;
	border-width:1;
	text-align: center;
	vertical-align:bottom;
}
table.excel tbody th {
	text-align:center;
	width:20px;
}
table.excel tbody td {
	vertical-align:bottom;
}
table.excel tbody td {
    padding: 0 3px;
	border: 1px solid #EEEEEE;
}


html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow:hidden;
    font-family: Arial,Verdana, sans-serif;
    font-size: 11pt;
}
#borderContainer_login {
    width: 550px;
    height:200px;
    margin: 0 auto;
}
.redondo-esquinas-all { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }

/**
* ICONOS
*/
.icono { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; width: 48px; height: 48px; }
.icono-mnu { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; width: 16px; height: 16px; float: left; padding-right: 4px; }
.icono-error{ background-image: url(../images/dialog_error.png); }
.icono-warning{ background-image: url(../images/dialog_warning.png); }
.icono-information{ background-image: url(../images/dialog_information.png); }
.icono-question{ background-image: url(../images/dialog_question.png); }
.icono-loading{ width: 30px; height: 30px; background-image: url(../../vendors/dojo/dijit/icons/images/loadingAnimation_rtl.gif); background-repeat: no-repeat; background-position: center; }
.icono-tick-red{ width: 17px; height: 16px; background-image: url(../images/tick-red.png); background-repeat: no-repeat; background-position: center; }
.icono-tick-green{ width: 17px; height: 16px; background-image: url(../images/tick-green.png); background-repeat: no-repeat; background-position: center; }
.icono-keys{ background-image: url(../images/keys.png); }

.icono-mnu-exit{ background-image: url(../images/exit.gif); }
.icono-mnu-help{ background-image: url(../images/help.gif); }
.icono-mnu-config{ background-image: url(../images/config.png);}
.icono-mnu-database{ background-image: url(../images/database.png);}
.icono-mnu-up{ background-image: url(../images/up2.gif); }
.icono-mnu-database-refresh{ background-image: url(../images/database_refresh.png);}
.icono-mnu-print{ background-image: url(../images/fileprint.gif); }
.icono-mnu-reporte{ background-image: url(../images/toggle_log.gif); }
.icono-mnu-refresh{ background-image: url(../images/reload3.gif); }
.icono-mnu-details{ background-image: url(../images/logviewer.png); }
.icono-mnu-status{ background-image: url(../images/todo.gif); }

.dijitReset #tp1_pane{
    margin: 0px;
    padding: 0px;
}
.dojoxGridArrowButtonChar
{
    float: left;
    width: 16px;
}

#tnoidtablet
{
    text-transform: uppercase;
}

.bordeAbajo{
    border-bottom: 1px solid #000;
}

.bordeArriba{
    border-top: 1px solid #000;
}