table.shadowtabel
{
    border: 2px Solid #DDDDDD;
    width: 100%;
    margin-top: 7px;
}

table.containertable
{
    border: 1px Solid #999999;
    width: 100%;
}

.containerheader 
{
    height: 22px;
    background-image: url('Images/header_bg.gif');
    background-repeat: repeat-x;
    padding: 0px 0px 0px 10px;
}

.containerheaderright
{
    background-image: url('Images/header_bg.gif');
    background-repeat: repeat-x;
}
.containercontent 
{
    width: 100%;
    background-color: #ffffff;
    padding: 10px 10px 10px 10px;
} 

.containercontentwithheight 
{
    width: 100%;
    height: 294px;
    background-color: #ffffff;
    padding: 10px 10px 10px 10px;
} 

.containercontent_nopadding {
    width: 100%;
    background-color: #ffffff;
} 