/**
 * ------------------------------------------------------------------------
 * JA static module for Joomla 2.5
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * ------------------------------------------------------------------------
 */

div.statistic_block {
    float: left;
    margin: 10px;
    width: 60%;
    clear:both;
}

table.adminlist {
    width:100%;
}

fieldset {
    border: 1px solid #CCCCCC !important;
    padding: 5px !important;
    background:none !important;
    border-radius: 5px 5px 5px 5px;
}

legend {
    color: #0B55C4;
    font-size: 12px;
    font-weight: bold;
}

.statistic_block td {
    
}

th {
    text-align:center !important;
}