/*collection parent page css*/

 .ui-dialog-content>iframe {
    border-width: 0px !important;
}

.t15side {

    background-color: #faffff;
    min-width: 110px;
    text-align: left;
    padding: 5px;
    border: 1px solid #cfe0f1;
	
}
.col_data {

   /* padding: 5px;*/
    border: 1px solid #cfe0f1;
    padding: 2px 5px;

}


.headerReadOnly {
    white-space: nowrap;
    color: black;
    background-color: lightgrey;
	border: 1px solid #cfe0f1;
    padding: 2px 5px;
    opacity: 0.7;

border: 1px solid #FFFFFF;}


.col_data_readonly {
    color:black;
    background-color: #F5F5F5;
    padding: 2px 5px;
    font-weight: normal;
    opacity: 0.7;
    border: 1px solid #cfe0f1;}
	
.col_footer {
  font-size: 8pt;
  font-weight: light;
  font-style: italic;
}


/*collection buttons */

#add,#modify{

bottom:  10px;
}

#delete{
left: 109px;
bottom:  10px;
}
