/* ================================
    CSS STYLES FOR Events CALENDAR Module 
   ================================
*/

/* The following control the Calendar Month Style-Look */
.EventDayHeader
{
    display:none !important;   /***Do Not Delete***/
}
.th_OddColumn
{
    background-color:#0d0d0d;
    width:136px;
    height:30px;
    color: #eef9fb;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 10px;
    text-align:center;
    vertical-align:middle;
    
}
.th_EvenColumn
{
    background-color:#0a0a0a;
    width:136px;
    height:30px;
    color: #eef9fb;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 10px;
    text-align:center;
    vertical-align:middle;
}
.OddRow_OddColumn
{
    background-color:#171717;
    width:136px;
    height:117px;
    color: #eef9fb;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 10px;
    
}

.OddRow_EvenColumn
{
    background-color:#121212;
    width:136px;
    height:117px;
    color: #eef9fb;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 10px;
    
}

.EvenRow_OddColumn
{
    background-color:#212121;
    width:136px;
    height:117px;
    color: #eef9fb;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 10px;
   
}

.EvenRow_EvenColumn
{
    background-color:#1a1a1a;
    width:136px;
    height:117px;
    color: #eef9fb;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 10px;
    
}

.class_date
{
    color: #4a4c4d;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 20px;
    padding-top: 5px;
    padding-left: 5px;
}

.slEvent
{
    color: #eef9fb;
}

.slDayEvent
{
    background-color:#29beef;
    width:30px;
    height:30px;
    color:#000000;

}

.EventTitle
{
  display: none !important;    /*** DO NOT CHANGE (by harpreet)***/
} 

.EventDayScroll{
	padding-bottom: 10px;
} 



/****************** LIST VIEW *******************/

.ListHeader a:hover
{
    color:#FFFFFF;
    text-decoration:none;
}

.ListHeader a{
    font-size: 15px;
    color: #29beef;
    line-height: 28px;
    padding-top: 0px;
}
.ListDate{
    color: #fbbd45;
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 19px;
    font-family:Arial,Helvetica,sans-serif;
}
.ListSpacer{
    padding-bottom: 36px;
    border-bottom: 1px solid #161616;
}
.ListLinksMore a{
    margin-right: 15px;
    color: #026c8f;
}
.ListLinksMore a:hover{
    color: #999;
    text-decoration: none;
}

.container_ContentPane .ListContent p{
    margin-bottom: 14px;
    width: 550px;
    line-height: 18px;
    margin-left: 0px;
}
.dvwinners_item td{ vertical-align: top; }

/************** END VIEW STYLE *****************/



/****************** DETAIL VIEW *******************/
.dvListHeader{
    font-size: 15px;
    color: #29beef;
    line-height: 28px;
    padding-top: 15px;
}
.dvListDate{
    font-family: Helvetica,Arial,sans-serif;
    color: #fbbd45;
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 19px;
}
.dvImage img
{
    width:160px;
}
.container_ContentPane .dvListContent p{
    margin-bottom: 14px;
    width: 400px;
    line-height: 22px;
    font-family: Helvetica,Arial,sans-serif;
}
.winners_item td{ vertical-align: top; }

/************** END DETAIL STYLE *****************/
