﻿

.GreyBoxContent
{
   font-size:9pt; 
}

.GreyBoxContent .TopLeftCell,
.GreyBoxContent .TopRightCell,
.GreyBoxContent .BottomLeftCell,
.GreyBoxContent .BottomRightCell,
.GreyBoxContent .TopCell,
.GreyBoxContent .BottomCell
{
   max-height:5px;
   min-height:5px;
   height:5px;
   padding:0px !important;
   margin:0px !important;
}

.GreyBoxContent .TopLeftCell,
.GreyBoxContent .TopRightCell,
.GreyBoxContent .BottomLeftCell,
.GreyBoxContent .BottomRightCell,
.GreyBoxContent .RightCell,
.GreyBoxContent .LeftCell
{
    max-width:5px;
    min-width:5px;
    width:5px;
    padding:0px !important;
    margin:0px !important;
}


.GreyBoxContent .TopLeftCell
{
   background: transparent url(/include/images/table/GreyBoxContent/corners.gif) no-repeat left top;
}

.GreyBoxContent .TopRightCell
{
    background: transparent url(/include/images/table/GreyBoxContent/corners.gif) no-repeat right top;
}

.GreyBoxContent .BottomLeftCell
{
    background: transparent url(/include/images/table/GreyBoxContent/corners.gif) no-repeat left bottom;
}

.GreyBoxContent .BottomRightCell
{
    background: transparent url(/include/images/table/GreyBoxContent/corners.gif) no-repeat right bottom;
}

.GreyBoxContent .LeftCell
{
    background: transparent url(/include/images/table/GreyBoxContent/leftright.gif) repeat-y left top;
}

.GreyBoxContent .RightCell
{
    background: transparent url(/include/images/table/GreyBoxContent/leftright.gif) repeat-y right top;
}

.GreyBoxContent .TopCell
{
    background: transparent url(/include/images/table/GreyBoxContent/topbottom.gif) repeat-x left top;
}

.GreyBoxContent .BottomCell
{
    background: transparent url(/include/images/table/GreyBoxContent/topbottom.gif) repeat-x left bottom;
}

.GreyBoxContent .TitleCell
{
    padding:3px;
    text-align:center;
    margin:0px;
    background: #d7d7d7 url(/include/images/table/searchrefineleftheader.gif) repeat-x left top;
}

.GreyBoxContent .TitleCell h2
{
    margin:0px;
}

.GreyBoxContent .TextCell
{
    padding:5px;
}

.GreyBoxContent .MainCell
{
    padding:5px;
}
