﻿.dashboardTable
{
    border-collapse: collapse;
}
.newsModule
{
    font: normal 12px Verdana;
    overflow: scroll;
    height: 375px;
    width: 440;
    border: solid 1px #898772;
    overflow-x: hidden;
    background-color: #f3f3e2;
    padding: 10px;
}

.widgetColumn
{
    /*overflow-x: hidden;
    overflow-y: shown;*/
    /*padding: 5px 5px 5px 5px;*/
    vertical-align: top; /*border:solid 1px black;*/
}
.widget
{
    background: url("../images/widget_background.png");
    background-color: Black;
    background-repeat:repeat-x;
    border:solid 1px black;
    padding:0px;
    height:auto;
    margin: 5px;
    border-radius:5px;
}

.widgetTitle
{
    padding:0px; 
    margin-left:10px; 
    margin-top:5px;
    margin-bottom:5px;
    vertical-align:bottom; 
    /*width:100%;*/ 
    height:25px; 
    text-align:left; 
    line-height:25px;
    color:White;
    font-weight:bold;
    /*float:left;*/
    font-size:1.2em; 
}

.widgetBody
{
    color:White;
    background-color:White;
    /*float:left;*/
    margin-left: 8px;
    margin-right: 8px;
    /*width:96%;*/
    margin-bottom:8px;
}

.widgetChart
{
    /*width: 100px;*/
    /*display: none;*/
}