﻿
.frameGray .top-x-{border-top:solid 1px #dcdcdc ; width:100%;}
.frameGray .bot-x-{border-bottom:solid 1px #dcdcdc ;width:100%; background-color:#dcdcdc;}
.frameGray .bot-x-white{border-bottom:solid 1px #dcdcdc ;width:100%;}

.frameGray .Inside{padding:5px;border-left:solid 1px #dcdcdc ;border-right:solid 1px #dcdcdc ;}

.frameGray .topx-- 
{
    background-image: url(/siteImages/frame/gtl.jpg);
    background-position:left top;
    background-repeat: no-repeat;
    width:5px;
    height:5px;
    
 }
.frameGray .top--x
{
    background-image: url(/siteImages/frame/gtr.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    width:5px;
    height:5px;
 }


.frameGray .botx--
{
    background-image: url(/siteImages/frame/gbl.jpg);
    background-position:left bottom;
    background-repeat: no-repeat;
    background-color:#e0e0e0;
    width:5px;
    height:5px;
}

.frameGray .bot--x
{
    background-image: url(/siteImages/frame/gbr.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
     background-color:#e0e0e0;
    width:5px;
    height:5px;
  
}

.frameGray .botx--white
{
    background-image: url(/siteImages/frame/gbl_white.jpg);
    background-position:left bottom;
    background-repeat: no-repeat;
    width:5px;
    height:5px;
}

.frameGray .bot--xwhite
{
    background-image: url(/siteImages/frame/gbr_white.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    width:5px;
    height:5px;
  
}

.frameGray .Header
{
   font-weight: bold;
   color:#58677c;
   background-color:#e0e0e0;
   padding:5px;
}

.frameGray .midx--
{
  
     border-left:solid 1px #dcdcdc; 
}

.frameGray .mid--x
{
   
   border-right:solid 1px #dcdcdc; 
   
}
