﻿body{
}

.modalProgressGreyBackground 
{
    background:#CCCCCC;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.modalProgressRedBackground 
{
    background:Red;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.modalPopup
{
    text-align:center;
    padding-top: 30px; 
    border-style:solid; 
    border-width:1px; 
    background-color:White; 
    width:300px; 
    height:100px;
}
.tblImage
{
    background-image: url(img/background.png);
    background-repeat: repeat;
}
.tblFrontImg
{
    background-image: url(img/tblFront.png);
    background-repeat: repeat-x;
}
.tblFrontFrontImg
{
    background-image: url(img/tblFront.png);
    background-repeat: repeat-x;
}
.mouseOverIcon
{
    cursor: hand;
}
