﻿#tblBreadCrumbs {
width : 508px;
height : 35px;
padding : 0;
margin : 0;
border : 0;
}
#tblBreadCrumbs td.bcTopLeftCorner {
width : 4px;
height : 4px;
}
#tblBreadCrumbs td.bcTop {
width : 500px;
height : 4px;
}
#tblBreadCrumbs td.bcTopRightCorner {
width : 4px;
height : 4px;
}
#tblBreadCrumbs td.bcLeft {
width : 4px;
height : 25px;
}
#tblBreadCrumbs td.bcCenter {
width : 500px;
height : 25px;
padding-left : 10px;
background-image : url(/App_Themes/Main/bg/breadcrumbs.png);
font-size : 8pt;
color : #255b81;
text-align : left;
text-decoration : none;
}
#tblBreadCrumbs a.bcCenter:hover {
color : #255b81;
text-decoration : underline;
}
#tblBreadCrumbs td.bcRight {
width : 4px;
height : 25px;
}
#tblBreadCrumbs td.bcBottomLeftCorner {
width : 4px;
height : 6px;
}
#tblBreadCrumbs td.bcBottom {
width : 500px;
height : 6px;
}
#tblBreadCrumbs td.bcBottomRightCorner {
width : 4px;
height : 6px;
}