﻿.tlwrapper {
    width:1350px;
    overflow-x:scroll;
}
.tlpointer {
    position: absolute;
    top:130px;
    background-color:#333;
    display:inline-block;
    width:5px;
}
.tlcontainer {
    width:2995px;
}
.tlheader, .tlfooter {
    height:32px;
}
.tlheader span, .tlfooter span {
    margin-left:25px;
}
.tlheader div, .tlfooter div, .tlslots div {
    display:inline-block;
}
.tlslotindex, .tlheaderslotindex {
    width:50px;
}
.tlslotindex {
    cursor: move;
}
.tlslotindex span, .tlheaderslotindex span {
    display:block;
    padding: 5px 2px;
    font-weight:bold;
    margin: 0px;
}
div.tlSlot {
    display:block;
    height:32px;
}
.tlSlot div {
    height:30px;
    font-size:10px;
    overflow:hidden;
}
div[mty] {
    background: url(images/border_left_333.png) no-repeat left center;
}
.tlSlot:nth-child(even) {
    background-color:#ddd;
}
div.tlAdvert {
    cursor: pointer;
    padding-top:2px;
    padding-left:0px;
    padding-right:0px;
}
.tlAdvert span {
    display: inline-block;
}
.tlAdvert img {
    display:inline-block;
    margin-left:20px;
    margin-right: 10px;
}
.content_ok {
    background-image: url(/Images/content_ok.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size:12px;
}
.content_nok {
    background-image: url(/Images/content_nok.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size:12px;
}
.tlmenu {
    width: 250px;
    border: solid 2px #333;
    background-color: #FFFFCC;
}
.tlmenu ul {
    margin:0px;
    padding:0px;
    list-style:none;
}
.tlmenu ul li {
    margin: 0px;
    padding: 2px 0px;
}
.tlmenuitem {
    cursor:pointer;
    display:block;
    padding-left:10px;
}
.tldateselector {
    width:768px;
}
.tlhiddenpanels {
    display:none;
}