/* admfolio.css */

.fform-table {
   width:100%;
   font-family:Tahoma,Geneva;
   border:1px solid #aaa;
}

.fform-table h3 {
   margin-bottom:0;
}

.fform-table td.left-col {
   /* width:60%; */
}

.fform-table td.albottom {
   vertical-align:bottom;
}

.fform-table div.label {
   padding-left:20px;
}

.fform-table div.intro {
   padding:0 20px;
}

.fform-table td.aleft-col {
   padding:8px 0;
   text-align:right;
}

.fform-table td.acenter-col {
   width:55%;
}

.fform-table td.aright-col {
   width:25%;
}

/* WIDTHS FOR INPUT FIELDS */
.fform-table input.collection { width: 50%;  }
.fform-table input.folder     { width: 50%;  }
.fform-table input.buttonlabel{ width: 50%;  }
.fform-table input.pdflink    { width: 98%;  }
.fform-table input.pdffetch   { width: 98%;  }

.flist {
   padding:6px;
   height:600px;
   overflow-x:hidden;
   overflow-y:scroll;
}

span.fsec-title {
   font-weight:bold;
}
