.Gray-top-left
{
    width:4px;
    height:18px;
    background-image:url('images/top-left.gif');
}
.Gray-top-tile
{
    width:242px;   
    height:18px;
    background-image:url('images/top-tile.gif');
}
.Gray-top-right
{
    width:4px;
    height:18px;
    background-image:url('images/top-right.gif');
}
.Gray-left-tile
{
    width:4px;
    background-image:url('images/left-tile.gif');
    background-repeat:repeat-y;

}
.Gray-right-tile
{
    width:4px;
    background-image:url('images/right-tile.gif');
    background-repeat:repeat-y;
}
.Gray-bottom-tile
{
    height:3px;
    background-image:url('images/bottom-tile.gif');
    background-repeat:repeat-x;
}
.Gray-bottom-left
{
    width:4px;
    height:3px;
    background-image:url('images/bottom-left.gif');
}
.Gray-bottom-right
{
    width:4px;
    height:3px;
    background-image:url('images/bottom-right.gif');
}
.Gray-TitleHead
{
    font-family:Arial;
    font-size:13px;
    font-weight:bold;
    color:White;
    padding-left:10px;
}
.Gray-img-content
{
    width:242px;
    height:234px;
    background-image:url('images/containerImg.gif');
	background-repeat:no-repeat;
}
