#TLCorner
{
    width:15;
    height:30;
    background-image: url(images/containerdark_01.gif);
    background-repeat: no-repeat;
}

#Title
{
    width:auto;
    height:30;
    background-image: url(images/containerdark_02.gif);
    background-repeat: repeat-x;
}

#TRCorner
{
    width:14;
    height:30;
    background-image: url(images/containerdark_03.gif);
    background-repeat: no-repeat;
}

#LeftMiddle
{
    width:15;
    height:6;
    background-image:url(images/darkleft.gif);
    background-repeat:no-repeat;
}

#TopMiddle
{
    background-image: url(images/darkmiddle.gif);
    width: auto;
    height: 6;
    background-repeat: repeat-x;
}

#RightMiddle
{
    width:14;
    height:6;
    background-image:url(images/darkright.gif);
    background-repeat:no-repeat;
}

.LeftSide
{
    width:15;
    height:auto;
    background-image: url(images/containerdark_07.gif);
    background-repeat: repeat-y;    
}

#ContentPane
{
    background-color:#FFFFFF;
}

.RightSide
{
    width:14;
    height:auto;
    background-image: url(images/containerdark_09.gif);
    background-repeat: repeat-y;     
}

#BLCorner
{
    width:15;
    height:9;
    background-image: url(images/containerdark_10.gif);
    background-repeat: no-repeat;    
}

#BottomSide
{
    width:auto;
    height:9;
    background-image: url(images/containerdark_11.gif);
    background-repeat: repeat-x;
}

#BRCorner
{
    width:14;
    height:9;
    background-image: url(images/containerdark_12.gif);
    background-repeat: no-repeat;     
}



