fieldset {
   border: 1px solid #781351;
   /**width: 300px;      */
   padding: 15px;   
}
legend {
   color: #fff;
   background-color: #ffa20c;
   border: 1px solid #781351;
   padding: 2px 6px 2px 6px;
   font-family: 'gill sans', 'new baskerville', sans-serif;
   font-size: 16pt;
   font-variant: small-caps;
   margin-bottom: 15px;
   
} 
.submitbtn {
   width: 150px;
}
.buttonCell {
   text-align: right;
}
#mainContent {
   margin: 85px 0px 0px 40px;
   width: 550px;
}
.resultsTable {
   font-family: 'gill sans', 'new baskerville', sans-serif;
   /*font-family: helvetica, impact, sans-serif;*/
   font-size: 10pt;
   width: 500px;
}
.criteriaTable {
width: 150px;
}
.resultLabel {
   font-weight: bold;
}
.criteriaLabel {
   font-size: 12pt;
   font-weight: bold;
   white-space: nowrap;   
}         
.navigationRow {
   color: #777;
   text-align: center;
   padding: 10px 0px 10px 0px;
   border-bottom: 1px solid #777
}
.showSectionSelections {
   position: absolute;
   left: 150px;
   top: 150px;
   width: 450px;
   height: 400px;
   visibility: visible;
   display: block;
   background-color: #fff;
   border: thin dashed #781351;
   padding: 10px;
   overflow: auto;
}
.selectSectionLink {
   cursor: pointer;
   background-color: #fff;
}
.selectSectionLinkActive {
   cursor: pointer;
   background-color: #ddd;
}
.closeToolBar {
   background-color: silver;
   border: 1px solid #000;
   color: #000;
   text-align: right;
   width: 94%;
   margin-right: 10px;
   padding-right: 10px;
   margin-bottom: 15px;
   cursor: pointer;
}
.lookupbtn {
   margin-left: 10px;
}