table.t1 {
                width:90%;
                font-size:0.8em;
                border-top:1px solid #e5eff8;
                border-right:1px solid #e5eff8;
                margin:1em auto;
                border-collapse:collapse;
            }
            table.t1 caption {
                color: #9ba9b4;
                font-size:.94em;
                    letter-spacing:.1em;
                    margin:1em 0 0 0;
                    padding:0;
                    caption-side:top;
                    text-align:center;
            }
            table.t1 tr.odd td  {
                background:#f7fbff

                }
            table.t1 tr.odd .column1    {
                background:#f4f9fe;
                }
            table.t1 .column1   {
                background:#f9fcfe;
                }
            table.t1 td {
                color:#678197;
                border-bottom:1px solid #e5eff8;
                border-left:1px solid #e5eff8;
                padding:.3em 1em;
                text-align:center;
                background:#f4f9fe;
            }
            table.t2 td {
                color:#678197;
                border-bottom:1px solid #e5eff8;
                border-left:0px;
                border-bottom:0px;
                padding:0em;
                text-align:center;
            }
            table.t1 th {
                font-weight:normal;
                color: #678197;
                text-align:left;
                border-bottom: 1px solid #e5eff8;
                border-left:1px solid #e5eff8;
                padding:.3em 1em;
                }
            table.t1 thead th {
                /*background:#f4f9fe;*/
                background:#AAA;
                text-align:center;
                font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
                color:#555
                }
            table.t1 tfoot th {
                text-align:center;
                background:#f4f9fe;
                }
            table.t1 tfoot th strong {
                font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
                margin:.5em .5em .5em 0;
                color:#66a3d3;
                    }
            table.t1 tfoot th em {
                color:#f03b58;
                font-weight: bold;
                font-size: 1.1em;
                font-style: normal;
                }






/*mateoSMIT GENERAL*/
 #controlToggle li {
            list-style: none;
        }
        .txtbtn {
            font-weight:bold;font-size:2em;width:40px;
        }
        .quick-alert {
            color:red;
            font-weight:bold;
            font-size:0.7em
        }
        .hidden {
            display:none;
        }

        .selected {
        background-color:red;
        color:white;
        font-weight:bold;
        }
        .isover {
            background-color:#AAA;
        }
        .slotlink.unselect {
            background-color:#666;
        }
        .activelink {
            cursor:hand;
            cursor:pointer;
        }
        .active-button {
            color:blue;
        }
        .operator {
            color:#f67208;
            font-weight:bold;
        }
        .condition-text-field {
            font-family:"Comic Sans", "Comic Sans MS", cursive;
        }

        .tl-link {
            cursor:hand;
            cursor:pointer;
        }

        .tl-item {
            cursor:hand;
            cursor:pointer;
            width:20px;
            background-color:#555;
            display:inline;
            float:left;
        }
        .timeline {
            background-color:white;
            color:red;
            font-size:0.5em;
            cursor:hand;
            cursor:pointer;
            border-spacing:0px;
            border-padding:0px;
            width:100%
        }

        .event-in {
            color:white;
        }

        .tlselected {
            background-color:red;
        }

        .help {
            cursor:hand;
            cursor:pointer;
        }

