.dxhlLeftPanel, .dxhlContent, 
.dxpc-headerContent, .dxhlHeader, .dxpc-content, .dxpc-content div
{ font-size:15px;  letter-spacing:1px;
}
.ASPxNewsControl,.dxpc-shadow { 
    /*
    min-width:350px; width:100%; height:150px; 
*/
                   /*display:block; overflow-x:auto;     */      
}

.ASPxDockPanel { 
    /*
    height:240px; 
        */         
     display:block; overflow-x:auto;
}


.widgetPanel
{
     background-color:#f6f6f6;
               padding:5px; position:relative; margin-top:-8px;
                

                  /*  
                      -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;margin:10px auto;
  width:95%;

    border-right:1px solid #cccccc;
     border-bottom:1px solid #cccccc;*/
     text-align:center;
     
   
  
}
@media (max-width: 900px) {
    .widgetPanel {margin-top:0px;
    }
}
.widgetPanel img 
{
    margin-right: 11px; width:100%; max-width:36px;
}

.widgetPanel .disabled
{
    -moz-opacity: 0.2;
    filter:alpha(opacity=20);
    opacity: 0.2;

    cursor: default !important;
}
   
.leftZone,
.rightZone
{
    float: left;
    display:block;
}
.rightZone 
{
   float:right;
}

/* 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;
}
