/* Simple Stats on wp_meta 
------------------------------------------*/
li.simple-stats {
list-style-type: none !important;
list-style-image: none !important;
}
.simple-stats {
font-size: 11px;
line-height: 1.2em;
text-align: center;
background-color: #efefef !important;
color: #444;
}
li.simple-stats .stats-total {
font-weight: bold;
}
li.simple-stats .stats-today {
}
li.simple-stats .stats-yesterday {
}
/* BASIC STYLES
------------------------------------------*/
#wp_slimstat * {
margin: 0;
padding: 0;
}
#wp_slimstat * {
font-family: Tahoma, Verdana, 'Lucida Grande', 'MS PGothic';
font-size: 11px;
}
#wp_slimstat a { 
color: #27552E; 
text-decoration: none; 
border: 0;
}
#wp_slimstat a:visited { 
}
#wp_slimstat a:hover { 
color: #8aa54a; 
text-decoration: none; 
}

/* MODULE STYLES
------------------------------------------*/
#wp_slimstat {
text-align: center;
}
#wp_slimstat .module {
text-align: justify;
margin:15px auto;
padding:0;
width:85%;
height: auto;
border-bottom:1px solid #696969;
}
#wp_slimstat .module div table .accent {
background-color: #eee;
border-bottom: 1px solid #ccc;
color: #787878;
}
#wp_slimstat .module.wide, #wp_slimstat .module.full {
width:100%;
}
#wp_slimstat .module div div {
height: 314px;
width:100%;
overflow:auto;
}
#wp_slimstat .module div>div {
height: auto;
max-height: 415px;
}
#wp_slimstat .module h3 {
position: relative;
display: block;
background-image: none;
background-color:#787878;
padding:4px 6px;
line-height: 20px;
height: 1%;
margin:0;
font-size:12px;
font-weight:normal;
color:#fff; 
letter-spacing: 0px;
border-top:4px solid #aeaeae;
border-bottom:1px solid #696969;
}
#wp_slimstat .module div table {
border-left:1px dotted #dfdfdf;
border-collapse: collapse;
width:100%;
height: auto;
}
#wp_slimstat .module div table th {
text-align: left;
white-space: nowrap;
background-color: #dfdfdf;
width:auto;
padding: 1px 3px;
color: #535353;
}
#wp_slimstat .module div table td {
overflow: hidden;
padding: 0 3px;
height: 19px;
vertical-align: middle;
white-space: nowrap;
border-bottom:1px solid #dfdfdf;
}
#wp_slimstat .module div>table td {
height: 20px;
}
#wp_slimstat .module div table td.second,
#wp_slimstat .module div table th.second {
text-align: right;
width:auto;
padding-right: 2px;
border-left:1px dotted #dfdfdf;
border-right:1px dotted #dfdfdf;
}
#wp_slimstat .module div table td.third,
#wp_slimstat .module div table th.third {
text-align: right;
width:auto;
padding-right: 2px;
white-space: nowrap;
border-right:1px dotted #dfdfdf;
}
#wp_slimstat .module div table td.linkresource {
width:2%;
padding-right: 2px;
white-space: nowrap;
border-right:1px dotted #dfdfdf;
}

/* Ajax Loading
------------------------------------------*/
#wp_slimstat #slimloading {
background-image: url('spinner.gif');
background-position: left top;
background-repeat: no-repeat;
padding: 3px;
padding-left: 20px;
display: none;
margin-left: 6px;
color: #999;
}
#wp_slimstat h3 span.mod-link {/* fellow link */
font-size: 11px;
color: #9dd63c;
}
#wp_slimstat h3 span:hover.mod-link {
color: #999;/* #d4f699; */
}
#wp_slimstat h3 span.md_current {
color: white;
}
#wp_slimstat .module div.noresults-msg {/* no results found message */
background-image: url('no-results.gif');
background-position: 50% 100%;
background-repeat: no-repeat;
height: 50px;
text-indent: -9999px;/* hide text */
}
#wp_slimstat div.module {
position: relative;
}
#wp_slimstat .tbrow-alt {
background-color: #F0F7E2;
}
#wp_slimstat tr.tbrow, #wp_slimstat tr.tbrow-alt {
color: #404040;
}
#wp_slimstat p.module_nav {
font-size: 11px;
margin-top: 6px;
margin-bottom: 0;
text-align: center;
}
#wp_slimstat p.module_nav a {
font-size: 11px;
}
#wp_slimstat .module a.backtotop {
position: absolute;
right: 4px;
width: 16px;
height: 16px;
overflow: hidden;
background: url('top.gif') no-repeat;
}
#wp_slimstat .module .filter-link img {
display: none;
}
#wp_slimstat .module>a.backtotop {
background-image: url('top.png');
right: 0;
}
#wp_slimstat .module td a.filter-link>img {
background-image: url('filter.png');
}
#wp_slimstat .module h3 span,
#wp_slimstat .modulewide h3 span,
#wp_slimstat p.module_nav span {
cursor: pointer;
}
#wp_slimstat .resource-type {
color: gray;
}
#wp_slimstat .module .collapsed-subcons{
display:none;
}
#wp_slimstat .module .subcontgl img {
width: 16px;
height: 16px;
background-position: 0 -37px;
background-image: url('collapseicon.gif');
background-repeat: no-repeat;
}
#wp_slimstat .module .subcontgl.collapsed img{
background-position: 0 -37px;
}
