/* ================================
    CSS STYLES FOR Events CALENDAR Module 
   ================================
*/

/* The following control the Calendar Month Style-Look */
/*.OddRow_OddColumn
{
    background-color:#2a2a2a;
    width:30px;
    height:30px;
    color: #eef9fb;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 10px;
    
}

.OddRow_EvenColumn
{
    background-color:#222222;
    width:30px;
    height:30px;
    color: #eef9fb;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 10px;
    
}

.EvenRow_OddColumn
{
    background-color:#3c3c3c;
    width:30px;
    height:30px;
    color: #eef9fb;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 10px;
   
}

.EvenRow_EvenColumn
{
    background-color:#313131;
    width:30px;
    height:30px;
    color: #eef9fb;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 10px;
    
}

.class_date
{
    color: #eef9fb;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 10px;
    padding-top: 20px;
    padding-left: 12px;
}

.slEvent
{
    color: #eef9fb;
}

.slDayEvent
{
    background-color:#29beef;
    width:30px;
    height:30px;
    color:#000000;

}

.slTitle
{
  display: none !important;  */  /*** DO NOT CHANGE (by harpreet)***/
/*}  

.EventDaySelect
{
    background-image: url(/Portals/1/images/int_month_dropdown.gif);
    background-position: left center;
    background-repeat: no-repeat;
    width: 160px;
    height: 32px;
    border: none;
}*/


