/**
 * This is the style sheet for the statistics
 * displayed on the tracks page.
 *
 * @author     Vera Kern <vera@worksmartlabs.com>
 * @copyright  2009 WorkSmart Labs, Inc.
 */

@charset "utf-8";

.statisticsTable input:focus {
    background-color:#E5E5E5;
    border:none;
    text-decoration:underline;
    color:#333333;
    width:160px;
}

.statisticsTable input {
    background-color:transparent;
    border:none;
    text-decoration:underline;
    color:#333333;
    width:160px;
}

/* statistics box */
div#statisticsContainer {
    position:absolute;
    top:610px;
    padding-top:24px;
    padding-left:20px;
    height:107px;
    display:none;
    font-size:12px;
    width: 720px;
}

/* charts box */
div#trackChartContainer {
    position:absolute;
    top:712px;
    padding-top:24px;
    padding-left:20px;
    width: 720px;
}


.statisticsContainerBackground {
    position:absolute;
    background-image:url(/cardiotrainer/images/chart_background.png);
    background-repeat:no-repeat;
    height:179px;
    display:none;
}

.statisticsBox {
    top:610px;
}

.chartbox {
    top:712px;
}
	
.statisticsTable {
    width:760px;
    border:none;
    margin:15px 20px;
    border-spacing:2px;
    padding:0px;
}

.statsSpan {
    font-weight:bold;
    margin-right:10px;
    white-space:nowrap;
}

.statsPulldown {
    border:1px #333333 dotted;
    background-color:#F6F6F4;
    width:160px;
}

div#save_button {
    margin-top:0px;
    cursor:pointer;
    height:22px;
    width:40px;
    color:#333333;
    font-size:14px;
    text-decoration:underline;
    font-weight:normal;    
}
