/**
 * @package Plugin ContentStats for Joomla! 1.5
 * @projectsite www.joomess.de/projekte/9
 * @author Johannes Meßmer
 * @copyright (C) 2010 Johannes Meßmer
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
#contentstats table.contentstats {
border-collapse:separate;
display:block;
float:right;
border:1px solid #CCCCCC;
font:bold 12px/12px arial,sans-serif;
margin:5px;
padding:5px;
width:250px;
-moz-border-radius: 10px;
}
#contentstats table.contentstats thead th {
border-bottom:3px solid #DDDDDD;
font-size:12px;
font-weight:bold;
padding:3px;
text-align:center;
vertical-align:bottom;
width:76px;
}
#contentstats table.contentstats thead th.grey {
color:#969696;
width:72px;
}
#contentstats table.contentstats thead th.green {
border-bottom-color:#66CC99;
color:#66CC99;
}
#contentstats table.contentstats thead th.red {
border-bottom-color:#FC575E;
color:#FC575E;
}
#contentstats table.contentstats thead th.blue {
border-bottom-color:#4EBAFF;
color:#4EBAFF;
}
#contentstats table.contentstats tr td {
border-bottom:1px dotted #DDDDDD;
font-size:14px;
padding:5px 10px;
text-align:right;
}
#contentstats table.contentstats tfoot tr td, #contentstats table.contentstats tfoot tr th {
border-bottom:medium none;
border-top:3px solid #DDDDDD !important;
}
#contentstats table.contentstats tbody tr td.grey {
color:#969696;
}
#contentstats table.contentstats tbody tr.alt td {
}
#contentstats table.contentstats tbody tr td.first {
border-left:1px dotted #DDDDDD;
}
#contentstats table.contentstats tbody tr td.date {
color:#969696;
font:10px verdana,sans-serif;
text-align:left;
white-space:nowrap;
}
#contentstats table.contentstats tbody tr td.date sup {
font-size:9px;
vertical-align:text-top;
}
#contentstats table.contentstats tfoot tr td, #contentstats table.contentstats tfoot tr th {
border-top:1px dotted #DDDDDD;
font-size:14px;
padding:4px 10px 0;
text-align:right;
}
#contentstats table.contentstats tfoot tr th {
font-size:12px;
}
#contentstats table.contentstats tfoot tr th {
text-align:center;
}
/*TAGS*/
#contenttags {
color:#666666;
font-size:11px;
line-height:18px;
}
#contenttags  a {
color:#999999;
font-style:italic;
text-decoration:none;
}
#contenttags  a:active, #contenttags a:hover {
color:#FF4B33;
}