#TLCorner
{
    width:15;
    height:30;
    background-image: url(images/container_light_01.gif);
    background-repeat: no-repeat;
}

#Title
{
    width:auto;
    height:30;
    background-image: url(images/container_light_02.gif);
    background-repeat: repeat-x;
}

#TRCorner
{
    width:14;
    height:30;
    background-image: url(images/container_light_03.gif);
    background-repeat: no-repeat;
}

#LeftMiddle
{
    width:15;
    height:6;
    background-image:url(images/left.gif);
    background-repeat:no-repeat;
}

#TopMiddle
{
    background-image: url(images/middle.gif);
    width: auto;
    height: 6;
    background-repeat: repeat-x;
}

#RightMiddle
{
    width:14;
    height:6;
    background-image:url(images/right.gif);
    background-repeat:no-repeat;
}

.LeftSide
{
    width:15;
    height:auto;
    background-image: url(images/container_light_04.gif);
    background-repeat: repeat-y;    
}

#ContentPane
{
    background-color:#FFFFFF;
}

.RightSide
{
    width:14;
    height:auto;
    background-image: url(images/container_light_06.gif);
    background-repeat: repeat-y;     
}

#BLCorner
{
    width:15;
    height:9;
    background-image: url(images/container_light_10.gif);
    background-repeat: no-repeat;    
}

#BottomSide
{
    width:auto;
    height:9;
    background-image: url(images/container_light_11.gif);
    background-repeat: repeat-x;
}

#BRCorner
{
    width:14;
    height:9;
    background-image: url(images/container_light_12.gif);
    background-repeat: no-repeat;     
}



