﻿.rectaContainer
{
    width: 600px; 
    height: 20px;
}

.rectaSpot
{
    width: 20px; /* 10px */
    height: 20px;
    background-color: #334DCC;
    color: White;
    font-size: 10pt;
    text-align: center;
}

.rectaSpot:hover
{
    background-color: Red;
    cursor: pointer;
    /*border: 1 solid gray;*/
}

.rectaSpotSelected
{
    background-color: #4DCC33;
}

.rectaLine
{
    width: 10px;
    height: 20px;
    /*background-color: gray;*/
    /*background-image: url("http://img.jangomail.com/Clients/330078/Images/small_line.png");*/
    
}

.rectaLine img
{
    width: inherit;
    height: inherit;
}

.rectNumTxt
{
    font-size: 9pt;
    margin: 0 0 0 0;
}

