/*
/*   !!!!! Page Frame  for detail and find (Grid) vewi
*/
.body
{
	padding: 5px;
}
/*
/* pf1 Standard Page Frame 
*/
.pframe
{
    position:relative;
    top:50px;
    overflow:hidden;
    height:540px;
    width:1000px;  
}
.page
{
    overflow:hidden;
    width:98%;
    position: relative;
    top:50px;
}
/*
/* Form caption
*/
.pfcapt
{
    overflow:hidden;
    height:20px;
    width:98%;
    background-color:Orange;
    position: relative;
    padding:0;
    margin:0;
    text-align:center;
    font-size:18px;
}

