﻿img.resultGraph
{
    border-left: 1px solid;
    border-bottom: 1px solid;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.tickLabel
{
    font-size: 10px;
    font-family: Tahoma;
}


.ui-tabs .ui-tabs-hide
{
    position: absolute;
    left: -10000px;
}
.statLabel
{
    float: left; /*width: 50%;*/
    height: 15px;
}
.statValue
{
    /*float:right;     width:50%;     height:15px;*/
}
.statItem
{
    width: 195px;
    height: 15px;
}


.rs_workout_type_out
{
    position: relative;
    padding: 0px;
    margin-bottom: 1px;
    margin-top: 1px;
    height: 25px;
}
.rs_workout_type_in
{
    position: relative;
    padding: 0px;
    margin-bottom: 1px;
    margin-top: 1px;
    height: 25px;
}

.type_selected
{
}
.type_deselected
{
}

.rs_checkbox
{
    position: absolute;
    left: 5px;
    top: 5px;
}
.rs_checkbox_label
{
    position: absolute;
    left: 42px;
    top: 4px;
}

.rs_legend_color
{
    position: absolute;
    left: 25px;
    height: 12px;
    width: 12px;
    font-size: smaller;
    top: 5px;
}


.r_categories
{
}

.r_category
{
    float: left;
    width: 80px;
    height: 18px;
    margin: 5px;
    background-image: url(/Images/Style/Buttons/btn_gradient.png);
    color: #ddd;
    text-align: center;
    background-color: #888;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #567;
}

.r_category:hover
{
    -moz-box-shadow: 0 0 4px #678;
    background-color: #def;
    color: #fff;
}

.r_category_active
{
    -moz-box-shadow: 0 0 4px #678;
    background-color: #def !important;
    color: #fff;
}

