/* CSS Document */
#scw td.scwweek, td.scwWeek { color:#0A587E !important; font-weight:normal !important; }
#scw td.scwcellsweekend, td.scwCellsWeekend { background-color: #CBD597; color:#434343 !important; font-weight:normal !important; border-color: #30A9DC !important; background:#fff !important; }
#scw td.scwcells, td.scwCells { border-color: #30A9DC !important; background:#fff !important; color:#434343 !important; font-weight:normal !important; }
#scw td.scwfoot, td.scwFoot { background-color: #30A9DC !important; color: white; }
#scw { border-color: #30A9DC !important; font-weight:normal !important; }

#scw td.scwCells:hover, td.scwCells:hover { 
    background-color: #40B0E3 !important;;
    cursor          : pointer;
    color           : #fff !important;
}

#scw td.scwFootDisabled {
    background-color: #40B0E3 !important;
    cursor          : pointer;
    color           : #fff !important; 
}

#scw td.scwcellsweekend:hover, td.scwCellsWeekend:hover {
    background-color: #40B0E3 !important;;
    cursor          : pointer;
    color           : #fff !important;
}

#scw td.scwinputdate, td.scwInputDate { border-color: #30A9DC !important; background:#fff !important; color:#30A9DC important; }

#scw td.scwinputdate:hover, td.scwInputDate:hover {
    background-color: #40B0E3 !important;;
    cursor          : pointer;
    color           : #fff !important;
}

#scw td.scwcellsweekenddisabled, td.scwCellsWeekendDisabled, td.scwInputDateDisabled {
    background-color    : #fff !important;
    color               : transparent !important;
    text-decoration     : line-through;
    background-image    : url('http://www.siev.com.co/siev/aplicaciones/iconos/close.png');
    background-repeat   : no-repeat;
    background-position : center center;
}

#scw td.scwcellsexmonth, td.scwCellsExMonth  {
/*        background-color: #CCC;
    color: #666;
    font-weight:normal !important;*/
    visibility:hidden !important;
}

#scw td.scwcellsexmonthdisabled, td.scwCellsExMonthDisabled  {
/*
    background-color    : #CCC;
    color               : #666;
    font-weight         : normal !important;
    text-decoration     : line-through;  */
    visibility:hidden !important;
}

#scw td.scwcellsdisabled, td.scwCellsDisabled {
    background-color    : #fff !important;
    color               : transparent !important;
    text-decoration     : line-through;
    background-image    : url('http://www.siev.com.co/siev/aplicaciones/iconos/close.png');
    background-repeat   : no-repeat;
    background-position : center center;
}
  
.scw           {
    padding   :1px;
    vertical-align:middle;
}

iframe.scw     {  
    position    : absolute;
    z-index     : 2000;
    visibility  : hidden;
    width       : 1px;
    height      : 1px;
}

table.scw      {
    padding     : 0px;
    visibility  : hidden;
    position    : absolute;
    cursor      : default;
    width       : 200px;
    z-index     : 2000;
    text-align  : center;
}
