/* Header addons
 *
*/
.headerSubDescription {
    font-size: 18px;
    float: left;
    color: #a0003b;
}

.activeWidgetMenuItem {
    margin-left: 8px;
    font-style: italic;
}

.widgetContentHeading {
    width: 100%;
    font-size: 18px;
    border-bottom: 1px solid silver;
    padding-top: 20px;
    clear: both;
}

/* Report styles
 *
*/

.auswertungHeading {
    color: #07457d;
    font-weight: bold;
    height: 30px;
    padding-top: 2px;
}

.headerMainHeading {
    font-size: 24px;
    float: left;
    color: #07457d
}

.headerSubHeading {
    font-size: 18px;
    float: left;
    color: #acacac;
    margin-left: 18px;
}

.headerSubDescription {
    font-size: 18px;
    float: left;
    color: #a0003b;
}

.reportDailyActive {
    background-image: url("/www/templates/shamcey/images/Icon_Tag_blau_50_50.png");
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}

.reportDailyInactive {
    background-image: url("/www/templates/shamcey/images/Icon_Tag_grau_50_50.png");
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}

.reportDaily {
    background-image: url("/www/templates/shamcey/images/Icon_Tag_weiss_50_50.png");
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}

.reportDaily:hover {
    background-image: url("/www/templates/shamcey/images/Icon_Tag_blau_50_50.png");
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}

.reportWeeklyActive {
    background-image: url("/www/templates/shamcey/images/Icon_Woche_blau_50_50.png");
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}

.reportWeeklyInactive {
    background-image: url("/www/templates/shamcey/images/Icon_Woche_grau_50_50.png");
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}

.reportWeekly {
    background-image: url("/www/templates/shamcey/images/Icon_Woche_weiss_50_50.png");
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}

.reportWeekly:hover {
    background-image: url("/www/templates/shamcey/images/Icon_Woche_blau_50_50.png");
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}

.reportMonthlyActive {
    background-image: url("/www/templates/shamcey/images/Icon_Monat_blau_50_50.png");
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}

.reportMonthlyInactive {
    background-image: url("/www/templates/shamcey/images/Icon_Monat_grau_50_50.png");
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}

.reportMonthly {
    background-image: url("/www/templates/shamcey/images/Icon_Monat_weiss_50_50.png");
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}

.reportMonthly:hover {
    background-image: url("/www/templates/shamcey/images/Icon_Monat_blau_50_50.png");
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}

.reportYearlyActive {
    background-image: url("/www/templates/shamcey/images/Icon_Jahr_blau_50_50.png");
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}

.reportYearlyInactive {
    background-image: url("/www/templates/shamcey/images/Icon_Jahr_grau_50_50.png");
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}

.reportYearly {
    background-image: url("/www/templates/shamcey/images/Icon_Jahr_weiss_50_50.png");
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}

.reportYearly:hover {
    background-image: url("/www/templates/shamcey/images/Icon_Jahr_blau_50_50.png");
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}

/* Standard formatting
 *
*/
div.cmnet_half {
    float: left;
    width: 50%;
}

div.cmnet_category {
    float: left;
    width: 150px;
    font-weight: bold;
}
div.cmnet_data {
    float: left;
    margin-bottom: 20px;
}