﻿*{margin:0;padding:0;}
body {
}

.divDashBoardContent
{
width:80%;
height:auto;
margin:auto; 
margin-top:20px;
margin-bottom:20px;   
}
.divDashBoardContent .dashboardblock
{
width:100%;
height:auto;
margin-left:.3%;
margin-right:.3%;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px; 
border:1px solid #999999;
box-sizing:content-box;
text-align:left;
margin-bottom:10px;
background-color:#f9f9f9;
}
.dashboardblock .divbolckheader
{
width:98.5%;
height:20px;
line-height:20px;
text-align:left;
text-indent:15px;
font-family:Trebuchet MS;
font-size:13px;
font-weight:bold;
color:#FFFFFF;
margin:5px 5px 0px 5px;
border-radius:5px 5px 0px 0px;
-moz-border-radius:5px 5px 0px 0px;
-webkit-border-radius:5px 5px 0px 0px;
border:1px solid #999999;  
background-color:#999999;
/*background: rgb(0,153,255); 
background: -moz-linear-gradient(top,  rgba(0,153,255,1) 1%, rgba(81,185,255,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(0,153,255,1)), color-stop(100%,rgba(81,185,255,1)));
background: -webkit-linear-gradient(top,  rgba(0,153,255,1) 1%,rgba(81,185,255,1) 100%); 
background: -o-linear-gradient(top,  rgba(0,153,255,1) 1%,rgba(81,185,255,1) 100%); 
background: -ms-linear-gradient(top,  rgba(0,153,255,1) 1%,rgba(81,185,255,1) 100%); 
background: linear-gradient(to bottom,  rgba(0,153,255,1) 1%,rgba(81,185,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006699', endColorstr='#51b9ff',GradientType=0 );*/ 
 
}
.dashboardblock ul
{
width:100%; 
list-style-position:inside;
list-style-type:disc; 

}
.dashboardblock ul:after,.dashboardblock ul::after
{
    content:".";
    display:block;
    clear:both;
    color:transparent;
}
 
.dashboardblock ul li
{
width:32%;
margin:0 0.5%;
height:24px;   
display:block; 
float:left;
border-radius:0px;
-moz-border-radius:5px;
-webkit-border-radius:5px; 
border-bottom:1px solid #e0e0e0;


}
.dashboardblock ul li span
{
width:50%;
height:100%;
display:block;
float:left; 
font-family:Arial;
font-size:12px;
line-height:30px;
text-indent:5px;
}
.dashboardblock ul li:hover
{
 background-color:#e0e0e0;
}
.dashboardblock ul li span:hover
{
color:#006699;
cursor:pointer;    
}
    .dashboardblock ul li .lblsp {
        width: 120px;
        height: 100%;
        margin-left: 1%;
        text-align: right;
        text-decoration: none;
        float: left;
        font-family: Arial;
        font-size: 12px;
        line-height: 30px;
    }

.dashboardblock ul li .lblsp:hover
{
color:#000;

}

/*------------------------------------------------------*/
/*SNA DASHBOARD*/
/*------------------------------------------------------*/

/*.sd_table {
    width:90%;
    margin:auto;
    
   }
.sd_table th {
   background-color:#006699;
   color:#FFFFFF;
   text-align:left;
   text-indent:15px;
   font-weight:normal;
   height:40px;
   border:1px solid #FFFFFF;
   text-transform:none;
   }
.sd_table td {
vertical-align:top;
text-align:center;
   }
.sd_table table {
    width:100%;
    margin-left:0px;
   }
    .sd_table table td {
      border:1px solid #ae9199;
    }
.sd_table table th {
   height:20px;
   font-size:14px;
   text-align:center;
   background-color:#e6e6e6;
   color:#000;
   border:1px solid #ae9199;
   font-weight:normal;
   text-transform:none;
   }

.sd_DistName tr td
{
    text-align:left;
}*/