﻿.widgetPanel {
    background: #F9F9FA;
    border: solid 1px #D3D6DA;
    padding: 12px 15px 9px;
    margin: 0 0 5px 0;
    -moz-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.117188);
    -webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.117188);
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.117188);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .widgetPanel img {
        margin-right: 11px;
    }

    .widgetPanel .disabled {
        -moz-opacity: 0.2;
        filter: alpha(opacity=20);
        opacity: 0.2;
        cursor: default !important;
    }

.sideBarZone {
    float: left;
    max-width: 340px;
    margin-right: 3px;
}

.sideBarWidgetHeader {
    color: white;
    height: 41px;
    background-image: none !important;
    background-color: #444 !important;
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: bold;
}

.header-icon {
    height: 21px !important;
    width: 25px !important;
    background-color: #256 !important;
    color: #FFF !important;
    position: relative !important;
    left: 22.5% !important;
    top: 27.5% !important;
}

/* DateTime widget */
.dateContainer,
.timeContainer {
    width: 100%;
    height: 30px;
    text-align: center;
}

.dateContainer {
    height: 20px;
}

.timeContainer {
    height: 30px;
}

/* Weather widget */
.dayUCContainer {
    text-align: center;
}

.dayList {
    float: left;
    padding: 0;
    margin: 5px 0 0 0;
}

.dayListItem {
    float: left;
    margin: 0 5px 5px;
}

.todayImg {
    width: 24px;
    height: 24px;
}

/* Mail widget */
.mailFolders {
    list-style-type: circle;
    padding: 0 0 0 20px;
}

    .mailFolders li {
        margin: 4px 0;
    }

/* News widget */
.dxncControl_PlasticBlue {
    background-color: transparent;
}
