.TableLikeContainer {
    padding:0;
    margin:0;
}
/* Top Row */
.CustomBorderTopBorder {
    height:18px;
    line-height:18px;
    background: url(/images/blackboard/TopCenterBorder.jpg) repeat-x;
}
.CustomBorderTopLeftBorder {
    width:18px;
    height:18px;
    float:left;
    background: url(/images/blackboard/TopLeftCorner.jpg) no-repeat;
}
.CustomBorderTopRightBorder {
    width:18px;
    height:18px;
    float:right;
    background: url(/images/blackboard/TopRightCorner.jpg) no-repeat;
}
/* Middle Row */
.CustomBorderLeftBorder {
    height:100%;
    background: url(/images/blackboard/MiddleLeftBorder.jpg) repeat-y;
}
.CustomBorderRightBorder {
    height:100%;
    background: url(/images/blackboard/MiddleRightBorder.jpg) repeat-y 100% 0;
}
.CustomBorderCenterContent {
    margin-left:18px;
    margin-right:18px;
    height:100%;
    background-color:#000000;
}
.CustomBorderCenterContent p {
    margin:0;
    padding-top:0.25em;
    padding-bottom:0.25em;
}
/* Bottom Row */
.CustomBorderBottomBorder {
    height:18px;
    background: url(/images/blackboard/BottomCenterBorder.jpg) repeat-x;
}
.CustomBorderBottomLeftBorder {
    height:18px;
    width:18px;
    float:left;
    background: url(/images/blackboard/BottomLeftCorner.jpg) no-repeat;
}
.CustomBorderBottomRightBorder {
    height:18px;
    width:18px;
    float:right;
    background: url(/images/blackboard/BottomRightCorner.jpg) no-repeat;
}
