#dBlock {
    font-size: 10pt;
}

#dBlock li {
    list-style: none;
    margin-bottom: 5px;
    margin-left: 0px;
}

/* Refs */
#dBlock .Ref {
    color: white !important;
    text-decoration: none;

    display: table-cell;
}

#dBlock .Ref:hover {
    color: #E2AA0E !important;
}

#dBlock .AllRef {
    font-weight: bold;
    color: #383D3D !important;

    display: inline-block;
    width: 100%;
    text-align: right;
}

#dBlock .AllRef:hover {
    color: #E2AA0E !important;
    text-decoration: underline;
}

/* Previews */
#dBlock .Image {
    width: 100px;
    height: 75px;
    overflow: hidden;

    float: left;
}

#dBlock .Box {
    display:table-cell;
    text-align:center; 
    vertical-align:middle;
    width:75px;
    height:75px; 
    background-color: #E2AA0E;
    color: white;
}

/**/
#dBlock .Date {
    font-weight: bold;
    font-size: 7pt;
}

#dBlock .Title {

}

#dBlock .Info {
    display: table-cell;
    vertical-align: middle;
    height: 75px;
    padding-left: 5px;
}

.ModuleTitleRef {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: white !important;
}

.ModuleTitleRef:hover {
    color: #E2AA0E !important;
}

#dBlock .DayOne
{
    font-weight:bold; 
    font-size:18pt;
}

#dBlock .MonthOne
{
    font-weight:bold; 
    font-size:11pt; 
}

#dBlock .DayTwo
{
    font-weight:bold; 
    font-size:11pt;
}

#dBlock .MonthTwo
{
    font-weight:bold; 
    font-size:10pt;
}