.tdTopLeft{
background-image:url('/sitecollectionimages/TopCorner_Left.png');
background-repeat:no-repeat;
width:10px;
}
.tdTop{
border-top: thin #d6d6d6 solid;
}
.tdTopRight{
background-image:url('/sitecollectionimages/TopCorner-Right.png');
background-repeat:no-repeat;
width:10px;
}
.tdMiddle{
border-right:thin #d6d6d6 solid;
border-left:thin #d6d6d6 solid;
border-top:0;
border-bottom:0;
padding:0;
}
.tdLeft{
border-left:thin #d6d6d6 solid;
}
.tdRight{
border-right:thin #d6d6d6 solid;
}
.tdBottomLeft{
border-style: none;
border-color: inherit;
border-width: 0;
background-image:url('/SiteCollectionImages/BottomCorner-Left.png');
background-position: right bottom;
background-repeat:no-repeat;
}
.tdBottom{
border-bottom:thin #d6d6d6 solid;
border-top:0;
}
.tdBottomRight{
border-style: none;
border-color: inherit;
border-width: 0;
background-image:url('/SiteCollectionImages/BottomCorner-Right.png');
background-repeat:no-repeat;
background-position: left bottom;
}
.trTopfont{
font-size:xx-small;
}
.trBottomfont{
font-size:xx-small;
}
/* tables with no rounded tops - only rounded bottom */
.tdTopLeftPlain{
border-left:thin #d6d6d6 solid;
border-top:thin #d6d6d6 solid;
width: 5px;
}
.tdTopRightPlain{
width:7px;
border-right:thin #d6d6d6 solid;
border-top:thin #d6d6d6 solid;
}
.tdBottomLeftPlain{
background-image:url('/SiteCollectionImages/BottomCorner-Left.png');
background-repeat:no-repeat;
background-position: right bottom;
}
.tdBottomRightPlain{
background-image:url('/SiteCollectionImages/BottomCorner-Right.png');
background-repeat:no-repeat;
background-position: left bottom;
}