/* determines the look and feel for a text field label */
.iw-formspub-field-label
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000;
}

/* determines the look and feel for a text field value */
.iw-formspub-field-value
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
}

/* determines the look and feel for a text field info */
.iw-formspub-field-info
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
}

/* determines the look and feel for the container box */
.iw-formspub-container
{
    border: 1px solid #999;
    background-color: #eee;
}

/* determines the look and feel for the ACTIVE container box */
.iw-formspub-container-active
{
    border: 1px solid rgb(153, 178, 204);
    background-color: rgb(228, 236, 242);
}

/* determines the look and feel  for the container titlebar box */
.iw-formspub-container-titlebar
{
    border-bottom: 1px solid #999;
    background-color: rgb(255, 255, 255);
}

.iw-formspub-container-titlebar .iw-formspub-field-info{
    vertical-align:middle;
}

/* determines the look and feel for the ACTIVE container titlebar box */
.iw-formspub-container-titlebar-active
{
    border-bottom: 1px solid rgb(153, 178, 204);
    background-color: rgb(255, 255, 255);
}

.iw-formspub-container-titlebar .iw-formspub-field-info,.iw-formspub-container-titlebar-active .iw-formspub-field-info{
    vertical-align:middle;
}

.iw-formspub-container-titlebar td,.iw-formspub-container-titlebar-active td {
    vertical-align:middle;

}
/* determines the look and feel for the text in the title of a container */
.iw-formspub-container-title-text
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
    vertical-align:middle;
}

/* determines the look and feel for the text in the title of the ACTIVE container*/
.iw-formspub-container-title-text-active
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
    vertical-align:middle;
}

/* determines the look and feel for the container's content body */
.iw-formspub-container-body
{
    padding: 4px;
}

/* determines the look and feel for the ACTIVE container's content body */
.iw-formspub-container-body-active
{
    padding: 4px;
}

/* determines the look and feel for the replicant instance box */
.iw-formspub-replicant-instance
{
    border: 1px solid #999;
    background-color: #eee;
}

/* determines the look and feel for the ACTIVE replicant instance box */
.iw-formspub-replicant-instance-active
{
    border: 1px solid rgb(153, 178, 204); 
    background-color: rgb(247, 250, 252);
}

/* determines the look and feel  for the replicant instance titlebar box */
.iw-formspub-replicant-instance-titlebar
{
    border-bottom: 1px solid #999; 
    background-color: rgb(250,250,250);
}

/* determines the look and feel  for the ACTIVE replicant instance titlebar box */
.iw-formspub-replicant-instance-titlebar-active
{
    border-bottom: 1px solid rgb(153, 178, 204);
    background-color: rgb(247, 250, 252);
}

.iw-formspub-replicant-instance-titlebar .iw-formspub-field-info,.iw-formspub-replicant-instance-titlebar-active .iw-formspub-field-info{
    vertical-align:middle;
}

.iw-formspub-replicant-instance-titlebar td,.iw-formspub-replicant-instance-titlebar-active td {
    vertical-align:middle;
}

/* determines the look and feel  for the replicant instance titlebar box */
.iw-formspub-replicant-instance-title-text
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
    vertical-align:middle;
}

/* determines the look and feel for the text in the title of the ACTIVE replicant instance*/
.iw-formspub-replicant-instance-title-text-active
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
    vertical-align:middle;
}

/* determines the look and feel for the ACTIVE replicant instance's content body */
.iw-formspub-replicant-instance-body
{
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
}

/* determines the look and feel for the replicant instance's content body */
.iw-formspub-replicant-instance-body-active
{
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
}

/* determines the look and feel for the text informational text messages
   e.g. the number of child instances of a replicant container
*/
.iw-formspub-field-info
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999;
}

/* determines the look and feel for the title messages
   e.g. the title of the replicant node or group node 
*/
.iw-formspub-replicant-title-info
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999;
}

/* determines the look and feel for the active row box */
.iw-formspub-active-row
{ 
    /*background-color: #f0f3f7;*/
    background-color: #f0f3dd;
    border: none;
    padding: 0px;
}

/* determines the look and feel for the inactive row box 
This could have odd effects if the background color is set.
*/
.iw-formspub-row
{ 
    background-color: transparent;
    border: none;
    padding: 0px;
}

/* determines the look and feel for the labels of fields which
   are required / failed validation.  */
.iw-formspub-error-label
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#903;
}


/* determines the look and feel for the labels of field widgets which
   are required / failed validation. */
.iw-formspub-error-field
{
    background-color:#f8edf0;
	color: #000000;	  
	border: 1px #903 solid;	  
	padding:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

/* determines the look and feel for the labels of select widgets which
   are required / failed validation. Note lack of a border style which 
   was the underlying cause of bug #45123 */
.iw-formspub-error-select
{
    background-color:#f8edf0;
	color: #000000;	  
	padding:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

/* determines the look and feel for basic text, textarea, browse, etc. widgets. */
.iw-formspub-textbox
{
	color: #000000;
	border: 1px #999999 solid;
	background-color: none;
	padding:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}


/* determines the look and feel for basic ACTIVE text, textarea, browse, etc. widgets.*/
.iw-formspub-textbox-active
{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px #000000 solid;
	padding:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}


/* determines the look and feel for callout and browse buttons - 
   NOTE this should probably be removed and changed to an inline style
*/
.iw-formspub-button
{
    display:inline;
    vertical-align:middle;
    border-spacing:0px;
    padding:0px;
    border:none;
}

.iw-formspub-button td
{
  padding:0px;
}

.spc5_16 {    
  font-size:2px;
  padding:0 0 0px 6px;
}

.spc2_16{
 font-size:2px;
 padding:0 0 0px 4px;
}

.spc19_4{
 font-size:2px;
 padding:0 0 19px 4px;
}

/* determines the look and feel for non-editable text, textarea, browse, etc. widgets. */
.iw-formspub-readonly-text
{
	color: #7f7f7f;
	border: 1px #999999 solid;
	background-color: #eeeeee;
	padding:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

/* determines the look and feel for ACTIVE non-editable text, textarea, browse, etc. widgets. */
.iw-formspub-readonly-text-active
{
    color: #999999;
    border: 1px #000000 solid;
    background-color: #eeeeee;
    padding:2px;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px;
}

/*  determines the font, color and spacing of non-editable selects*/
.iw-formspub-readonly-selection-widget,.iw-formspub-readonly-selection-widget-active
{
	color: #7f7f7f;
	border: 1px #999999 solid;
	background-color: #eeeeee;
	padding:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

/*  determines the color of a selected readonly option 
    Note: only applies to Internet Explorer.*/
.iw-formspub-readonly-selected-option
{
    color: #eeeeee;
	background-color: #7f7f7f;
}

/* determines the font, color and spacing of select, radio, checkbox widgets 
   - you can set other properties, but generally browsers are inconsistent
   in their support of lots of such properties.*/
.iw-formspub-selection-widget
{
	color: #000000;
	background-color: none;
	padding:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    /*font-size:12px;*/
}

/* determines the font, color and spacing of ACTIVE select, radio, checkbox widgets 
   NOTE: unlike for text widgets, there is not a lot of constructive feedback
   in altering the style of active choice widgets.
   row and active-row offer better feedback.*/
.iw-formspub-selection-widget-active  
{
	color: #000000;
	background-color: none;
	padding:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    /*font-size:12px;*/
}


/* determines the look and feel for help/description popup tooltip boxes */
.iw-formspub-help-tooltip
{
	border: solid 1px #ddb;
	background-color: #ffe;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    padding: 2px;
	font-weight: normal;
	color: #333333;
}

/* determines the look and feel for + menus in or-containers */
.iw-formspub-menu
{
	border: solid 1px rgb(153, 178, 204);
	background-color: #f0f0f0;
}

/* determines the look and feel for inactive menu options in or-container + menus*/
.iw-formspub-menu-option
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-bottom: solid 1px #aaa;
	font-size: 10px;
    padding: 2px;
	font-weight: bold;
    text-decoration: none;
    background-color: #f0f0f0;
    color: #7f7f7f;
}

/* determines the look and feel for ACTIVE menu options in or-container + menus*/
.iw-formspub-menu-option-active
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-bottom: solid 1px #aaa;
	font-size: 10px;
    padding: 2px;
	font-weight: bold;
	background-color: rgb(228, 236, 242);
    text-decoration: underline;
	color: #000000;
}


/* determines the look and feel for the box which "groups" radio and checkbox widget controls */
.iw-formspub-selection-group
{
    
}

/* determines the look and feel for the ACTIVE box which "groups" radio and checkbox widget controls */
.iw-formspub-selection-group-active
{
    
}

/* determines the outer border of inactive Visual Format controls. */
.iw-formspub-visual-format-border
{
	overflow: hidden;
	width: 100%;
	height: 200;
	border: 1 solid #999;
	margin: 0;
	color: black;
	padding: 2px;
}

/* determines the inner body of inactive Visual Format controls. */
.iw-formspub-visual-format-body
{
	overflow: auto;
	width: 98%;
	height: 90%;
	border: none;
	background: white;
	color: black;
	padding: 8px;
}

/* determines the look and feel for the help/description icon */
.iw-formspub-help-icon
{
  vertical-align: middle;
  text-align:middle;
}

/* determines the look and feel for the text in the Save/Generate/Preview status indicator */
.iw-formspub-status-message
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

/* determines the look and feel for the list of error pages in multipage forms */
.iw-formspub-error-page-list
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	font-weight: bold;
    border-left: 2px solid #333;
    border-right: 2px solid #333;
    padding: 2px;
}

.iw-formspub-background
{
    background: white;
}

/* determines the look and feel for the overflow text with ellipsis*/
.iw-formspub-label-overflow-ellipsis
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.iw-formspub-button-bar
{
    background-color: #eeeeee;
    margin: 3px 1px 1px 0;
}

.iw-formspub-button-list
{
    position:absolute;
    background-color: #eeeeee;
    right: 0;
    z-index: 50;
}

.iw-formspub-thumbnail
{
    padding: 5px;
}

.iw-formspub-thumbnail-image
{
    border: 1px solid #333;
    vertical-align:middle;
}



.iw-formspub-search-box {
  border: 1px solid blue;
  background-color: #eef;
  font-family:Verdana, sans-serif;
  font-size:11px;
  padding: 4px;

}

.iw-formspub-search-text-field {
  border: 1px solid black;
  background-color: #fff;
  color:#000;
  margin-left: 4px;
  vertical-align:middle;
  font-size:11px;
}

.iw-formspub-search-next-button {
  width: 16px;
  height: 16px;
  vertical-align:middle;
  margin-left:4px;
  border: none;
}

.iw-formspub-search-prev-button {
  width: 16px;
  height: 16px;
  vertical-align:middle;
  margin-left: 4px;
  border:none;
}

.iw-formspub-search-next-button-disabled {
  width: 16px;
  height: 16px;
  vertical-align:middle;
  margin-left:4px;
  border: none;
  src: url(icn_next_grey.gif);
}

.iw-formspub-search-prev-button-disabled {
  width: 16px;
  height: 16px;
  vertical-align:middle;
  margin-left: 4px;
  border:none;
  src: url(icn_prev_grey.gif);
}

#iw_formspub_search_icon{
   vertical-align:middle;
   width: 16px;
   height:16px;
}
#iw_formspub_search_status {
  /*border-left: 1px dotted #333;*/
  margin-left: 10px;
}

#iw_formspub_search_info {   
   color: #555;   
   margin-left: 5px;
   margin-right: 5px;
   border:none;
}

#iw_formspub_expandall {
   text-align:right;
   float:right;
}

.midb {
   height:11px;
}

table {
  border-spacing:0px;
  padding:0px;
  border: none;
}
