/*
/*  Standard GV page with top+table
*/
.gvpage
{
    background-color:rgb(255,235,232);
    height:auto;
    width: 100%;
    overflow:hidden;
}
/*
/*  Standard Find Page DIV (Visible)(PageFrame)
*/
.topgvp
{
    background-color:Khaki;
    border-width: 1px;
    overflow:hidden;
    height:80px;
    width: 100%;
}
/*
/*  Standard Details Page DIV 
*/
.dtpage
{ 
    background-color:rgb(255,215,232);
    width:100%;
    overflow:hidden;
    height:auto;
}

