td.bordercelltop{
	background-image: url(../images/site/spacer_A9A9A9.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#FBFBFB;
}
td.bordercellleft{
	background-image: url(../images/site/spacer_A9A9A9.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color:#FBFBFB;
}
td.bordercellright{
	background-image: url(../images/site/spacer_A9A9A9.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color:#FBFBFB;
}
td.bordercellbtm{
	background-image: url(../images/site/spacer_A9A9A9.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color:#FBFBFB;
}
/* light box css */
.lightBox {
display:none;
height:100%;
left:0pt;
overflow:auto;
position:absolute;
text-align:center;
top:0pt;
width:100%;
z-index:10001;
}
#lightBoxOverlay {
background-color:#555555;
display:none;
height:100%;
left:0pt;
opacity:0.8;
position:absolute;
top:0pt;
width:100%;
z-index:10000;
}
.lightBox[id] {
position:fixed;
}
#lightBoxOverlay[id] {
position:fixed;
}
.lbActionButton {
cursor:pointer;
}
/* end of light box css */
