/*
    Document   : programming
    Created on : 03-sep-2013, 11:48:35
    Author     : pedrohernandezletelier
    Description:
        Purpose of the stylesheet follows.
*/



.program {
    float: left;
    width: 210px;
    height: 60px;
}

.inpar {
    background-color: #B0B0B0;
}

.par {
    background-color: #C4C4C4;
}

.program-schedule {
    position: relative;
    top:0;
    left: 15px;
    margin: 0px;
    padding-top: 15px;
    font-size: 11px;
    color:#484848;
	width: 92%;
}

.program-title {
    position: relative;
    padding: 0px;
    margin: 0px;
    left: 17px;
    font-size: 13px;
	font-family:opensans,Verdana, Geneva, sans-serif;
    text-decoration: none;
    color: #000;
}

.program-title:hover {color:#000;}

#programming-container {
    position: absolute; top: 0px;
    left: 0;
    width: 1920px; border: none; margin: 0px; padding: 0px;
}

#programming {
    height: 60px; width: 100%; background: #FFF; overflow: hidden; position: relative;
}

.position {
    position: relative;
    width: 0;
    top: 10px;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #CC1F3B;
    left: 70px;
}

#current-program {
    background-color: #CC1F3B;
    width: 140px;
    height: 30px;
    margin-bottom: 10px; margin-top:10px;
    left: 119px;
    position: relative;
}

.program-msg {
    padding-top: 8px;
    color: #fff;
    font-size: 11px;
    padding-left: 12px;
}

.program-icon{
    position: relative;
    top: -29px;
    left: 140px;
    background-color: #9A1729;
}
