﻿


/*Estilos propios de pantallas PTI */
div.panelTabs{height:500px;overflow:scroll;}

.footerPTI { height:35px; padding:5px 0px 0px 20px; font-family:Arial; font-size:11px; font-weight:bold; color: #666666; border-top:1px solid gray; margin-top:20px;}  
.footerPanelPTI .field, .footerPTI .field,.footerPTI .btnFooter{ float:left; margin:0px 5px 2px 5px; }
.pantallaPTI{        background-color:#FFFFFF;}
.footerPTI{          background-color:#EEEEEE;} 


.PTIButton
{
    border: 1px solid #86C2FF;
    color: #000000;
    background-color: #E6E6E6;
    height: 18px;
    display: block;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    background-repeat: no-repeat;
    white-space: nowrap;
    text-decoration: none;
    font-weight: normal;
    margin: 0px 2px 2px 0px;
}
.PTIButton:hover
{
    border: 1px solid #0033CC;
    font-weight: bold;
}


div.PTI-wrapper .form .field-datetimebox .input-time{width:100px;}

