﻿body {
}

.weightReport
{
    background-image: url("images/dumbellmeasure.gif");
    background-repeat: no-repeat;
    width: 360px;
    height: 120px;
}
.weightReportTable
{
    position: relative;
    width: 95%;
    left: 0px;
    top: 40px;
    color: #B20838;
    padding: 0px;
    
}
.weightReportButton
{
    background-color:Gray;
    cursor:pointer;
}


.whiteBorderImage
{
    border-color: White;
    border-width: 1px;
    border: solid;
}

.transparentBack
{
   background-repeat:repeat;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/transparentback.png');
   /* background-image: url("images/transparentback.gif");*/
}

.transparentBack[class] 
{
  background-image:url("images/transparentback.png");
}
