/*Boxes*/
.greyt {background: #F5F5F5 url(../images/greyTable/greyTopSpacer.gif) 0 0 repeat-x; }
.greyb {background: url(../images/greyTable/greyBottomSpacer.gif) 0 100% repeat-x;}
.greyl {background: url(../images/greyTable/greyLeftspacer.gif) 0 0 repeat-y;}
.greyr {background: url(../images/greyTable/greyRightSpacer.gif) 100% 0 repeat-y;}
.greybl {background: url(../images/greyTable/greyBottomLeftCorner.gif) 0 100% no-repeat;}
.greybr {background: url(../images/greyTable/greyBottomRightCorner.gif) 100% 100% no-repeat;}
.greytl {background: url(../images/greyTable/greyTopLeftCorner.gif) 0 0 no-repeat;}
.greytr {background: url(../images/greyTable/greyTopRightCorner.gif) 100% 0 no-repeat; padding:20px 18px;}

.whitet {background: #FFF url(../images/whiteTable/whiteTopSpacer.gif) repeat-x top center;}
.whitetl {background: url(../images/whiteTable/whiteTopLeftCorner.gif) no-repeat top left;}
.whiteb {background: url(../images/whiteTable/whiteBottomSpacer.gif) repeat-x bottom center;}
.whitel {background: url(../images/whiteTable/whiteLeftspacer.gif) repeat-y center left;}
.whiter {background: url(../images/whiteTable/whiteRightSpacer.gif) repeat-y center right;}
.whitebl {background: url(../images/whiteTable/whiteBottomLeftCorner.gif) no-repeat bottom left;}
.whitebr {background: url(../images/whiteTable/whiteBottomRightCorner.gif) no-repeat bottom right;}
.whitetr {background: url(../images/whiteTable/whiteTopRightCorner.gif) no-repeat top right; padding:20px 18px;}

/*Search Results*/
.highlight { background: #FFFF40; }
.searchheading { font-size: 1.3em; font-weight: bolder; }
.summary { font-size: 0.9em; font-style: italic; } 
.category { color: #999; }
.description { color: #008000; }
.infoline { font-size: 0.9em; font-style: normal; color: #808080;padding-bottom:8px;}

